@import url("style.css");
/*@import url("layout.css");
@import url("layoutNS.css") screen;*/

Body {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
    margin-bottom: 0px;
	font-family:Tahoma;
	font-size:11px;
	height:100%;
	color: #000000;
}

td {
	font-family:Tahoma;
	font-size:11px;
}
a{
	text-decoration: none;
}


/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #333333;
    font-family:Tahoma;
    text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:#333333;
}
A.SelectedTab:visited {
    text-decoration:    none;
    color:#333333;
}
A.SelectedTab:active {
    text-decoration:    none;
    color:#333333;
}
A.SelectedTab:hover {
    text-decoration:    none;
    color:#FF0000;
}
/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: #333333;
    font-family:Tahoma;
    text-decoration: none;
}    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color:#333333;
}
A.OtherTabs:visited {
    text-decoration: none;
    color:#333333;
}
A.OtherTabs:active {
    text-decoration: none;
    color:#333333;
}
A.OtherTabs:hover {
    text-decoration: none;
    color:#FF0000;
}

/* GENERAL */
/* style for module titles */
.Head {
    font-family:Tahoma;
    font-size:  11px;
    font-weight: bold;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family:Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family:Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal {
    font-family:Tahoma;
    font-size: 11px;
    font-weight: normal;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family:Tahoma;
    font-size: 12px;
    font-weight: normal;
}
.NormalRed {
    font-family:Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}
.NormalBold {
    font-family:Tahoma;
    font-size: 11px;
    font-weight: bold
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family:Tahoma;
    font-size: 11px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    none;
    color: #003366;
}
A.CommandButton:visited {
    text-decoration:    none;
    color: #003366;
}

A.CommandButton:active {
    text-decoration:    none;
    color: #003366;
}

A.CommandButton:hover {
    text-decoration:    none;
    color: #ff0000;
}    
/* GENERIC */
H1 {
    font-family:Tahoma;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}
H2 {
    font-family:Tahoma;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}
H3 {
    font-family:Tahoma;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}
H4 {
    font-family:Tahoma;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}
H5, DT {
    font-family:Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
H6 {
    font-family:Tahoma;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
TFOOT, THEAD {
    font-family:Tahoma;
    font-size:  12px;
    color: #003366;
}
TH {
    font-family:Tahoma;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
A:link {
    text-decoration:    none;
    color: #333333;
}
A:visited {
    text-decoration:    none;
    color:  #333333;
}
A:active {
    text-decoration:    none;
    color: #333333;
}
A:hover {
    text-decoration: none;
    color: #FF0000;
}
SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}
UL LI {
    list-style-type:    square ;
}
UL LI LI {
    list-style-type:    disc;
}
UL LI LI LI {
    list-style-type:    circle;
}
OL LI {
    list-style-type:    decimal;
}
OL OL LI {
    list-style-type:    lower-alpha;
}
OL OL OL LI {
    list-style-type:    lower-roman;
}
HR {
    color: #cccccc;
    height:1pt;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}
.ModuleTitle_MenuBar {
}
.ModuleTitle_MenuItem {
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_SubMenu {
}
.ModuleTitle_MenuBreak {
}
.ModuleTitle_MenuItemSel {
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_RootMenuArrow {
}
/*___________________________________________________________________________________________*/
/* Main Menu */

.MainMenu_MenuContainer {
	border: 0px;
	background-color: transparent;
	width: 175px;
	padding: 0px;
	padding-bottom: 0px;
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
	cursor: hand; 
	background-color: #2f7ecf; 
	color: #FFFFFF; 
	font-family:Tahoma; 
	font-size: 11px; 
	font-weight: normal; 
	border: 0px #2f7ecf solid;
	padding: 2px;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}

.MainMenu_MenuIcon {
	display:none;
}
.MainMenu_MenuItemSel {
	background-color: #82bcec; 
	cursor: hand; 
	color: #000000; 
	font-family:Tahoma; 
	font-size: 11px; 
	font-weight: normal; 
	border: 0px #2f7ecf solid;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;

}
.rootmenuitem {
	background-image:  url(ImagesNew/MenuBG.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: hand; 
	color: #2f7ecf; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 14px; 
	font-weight: bold; 
	border: 0px #E5E5E5 solid;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 20px;
	padding-right: 4px;	
	display:table-cell;
	height:30;
}
.rootmenuitem_text {	
	color: #333333; 
	font-family:Tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none;
}
.rootmenuitemselected {
	background-image:  url(ImagesNew/MenuBG.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: hand; 
	color: #fe9116; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 14px; 
	font-weight: bold; 
	border: 0px #E5E5E5 solid;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 20px;
	padding-right: 4px;	
	display:table-cell;
	height:30;
}
.rootmenuitembreadcrumb{
	background-image:  url(ImagesNew/MenuBGOver.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: hand; 
	color: #fe9116; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 14px; 
	font-weight: bold; 
	border: 0px #E5E5E5 solid;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 20px;
	padding-right: 4px;	
	display:table-cell;
	height:30;
}
.submenuitembreadcrumb{
	cursor: hand; 
	color: #000000; 
	font-family:Tahoma; 
	font-size: 11px; 
	font-weight: normal; 
	border: 0px #1360ae solid;
	background-color: #82bcec;

}
.submenu {
	z-index: 1000;
	background-color: #2f7ecf; 
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');*/
	border: 1px #FFFFFF solid;
	margin-left:0px;
	margin-top:0px;
}
.MainMenu_MenuBreak {
	display:none;
}
.MainMenu_MenuArrow {
	display:none;
}
.MainMenu_RootMenuArrow {
	display:none;
}
/*___________________________________________________________________________________________*/

a.links_bottom:visited{
    font-family:Tahoma;
    font-size:  11px;
	font-weight: bold;
    color: #000000;
	text-decoration:none;	
}
a.links_bottom:active{
    font-family:Tahoma;
    font-size:  11px;
	font-weight: bold;
    color: #000000;
	text-decoration:none;	
}
a.links_bottom:hover{
    font-family:Tahoma;
    font-size:  11px;
	font-weight: bold;
    color: #fe9116;
	text-decoration:none;	
}
a.links_bottom:link{
    font-family:Tahoma;
    font-size:  11px;
	font-weight: bold;
    color: #000000;
	text-decoration:none;
}


#dnn_dnnSEARCH_txtSearch.NormalTextBox { height:19px; width: 152px; margin-bottom: 6px; padding: 4px 0px 6px 10px; border: 0px solid #FFFFFF; cursor:text;}
.SearchButton { background: transparent; padding: 0px 0px 0px 0px; cursor: hand; margin: 0 0 0 0px;}


.showstate{ /*Definition for state toggling image */
cursor:hand;
cursor:pointer;
float: right;
margin-top: 2px;
margin-right: 3px;
}



.TAFTitle{
	font-family:Tahoma;
    font-size:  11px;
	font-weight: bold;
    color: #fe9116;
}	

.HomeTitle{
	font-family:Tahoma;
    font-size:  30px;
	font-weight: bold;
	text-align: center;
	width: 100%;
    color: #fe9116;
}	


.Tier0Title{

	font-family: Georgia, Times New Roman, Times, serif;
    font-size:  22px;
	font-weight:600;
    color: #fe9116;
	text-decoration:none;
	letter-spacing:1.7px;
	padding-top:8px;
	display:block;
}

.Tier1Title{

	font-family: Georgia, Times New Roman, Times, serif;
    font-size:  22px;
	font-weight:600;
    color: #fe9116;
	text-decoration:none;
	letter-spacing:1.7px;
	padding-top:8px;
	display:block;
}

.Tier1FilteredTitle{

	font-family: Georgia, Times New Roman, Times, serif;
    font-size:  14px;
	font-weight:600;
    color: #333333;
	text-decoration:none;
	letter-spacing:1.7px;
	padding-top:8px;
	padding-left: 8px;
	display:block;
}

.Tier2Title{

	font-family: Georgia, Times New Roman, Times, serif;
    	font-size:  22px;
	font-weight:600;
    	color: #fe9116;
	text-decoration:none;
	letter-spacing:1.7px;
	padding-top:8px;
	display:block;
}

.Tier3Title{

	font-family: Georgia, Times New Roman, Times, serif;
    	font-size:  22px;
	font-weight:600;
    	color: #fe9116;
	text-decoration:none;
	letter-spacing:1.7px;
	padding-top:8px;
	display:block;
}

.Tier3NewRecordTitle{

	font-family: Georgia, Times New Roman, Times, serif;
    	font-size:  22px;
	font-weight:600;
    	color: #fe9116;
	text-decoration:none;
	letter-spacing:1.7px;
	padding-top:8px;
	display:block;
}

.Tier0ToolBarItem
{
	cursor: hand; 
	color: #000000; 
	font-family:Tahoma; 
	font-size: 11px; 
	font-weight: normal; 
	border: 1px #FFFFFF solid;
	padding: 1px;
	background-color: transparent;
	padding-left: 8px;
	margin: 1px;

}

.Tier0ToolBarItemSel{
	cursor: hand; 
	background-color: #FFFFFF; 
	color: #333333; 
	font-family:Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	border: 1px #FFFFFF solid;
	padding: 1px;
	padding-left: 8px;
	margin: 1px;

}

.Tier0ToolBarItemDisabled{
	color: #cccccc; 
	font-family:Tahoma; 
	font-size: 11px; 
	font-weight: normal; 
	border: 1px #FFFFFF solid;
	padding: 1px;
	background-color: transparent;
	padding-left: 8px;
	margin: 1px;

}

.FilterControl
{
	color: #000000; 
	font-family:Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	border: 1px #FFFFFF solid;
	padding: 1px;
	background-color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;

}

.FilterLabel{
	color: #fe9116; 
	font-family:Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	border: 1px #FFFFFF solid;
	padding: 1px;
	background-color: transparent;
	padding-left: 8px;
}


.FilterTextbox{
	color: #000000; 
	font-family:Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	border: 1px #d9e8ed solid;
	padding: 1px;
	background-color: #f9f9f9;
	padding-left: 8px;
	padding-right: 8px;
	width: 100%;
}

.FilterCheckBox{
	color: #000000; 
	font-family:Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	border: 1px #fe9116 solid;
	padding: 1px;
	background-color: transparent;
	padding-left: 8px;
	padding-right: 8px;
}

.FilterDropDown{
	color: #000000; 
	font-family:Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	border: 1px #fe9116 solid;
	padding: 1px;
	background-color: transparent;
	padding-left: 8px;
	padding-right: 8px;
}

.FilterDate{
	color: #000000; 
	font-family:Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	border: 1px #fe9116 solid;
	padding: 1px;
	background-color: transparent;
	padding-left: 8px;
	padding-right: 8px;
}


.Tier1ColumnHeader{

	color: #fe9116; 
	font-family:Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	border: 1px #FFFFFF solid;
	padding: 1px;
	background-color: transparent;
	padding-left: 8px;
}

.Tier1ListItem{
	cursor: hand; 
	padding: 1px;
	background-color: #efefef;
	padding-left: 8px;
}

.Tier1ListAltItem{
	cursor: hand; 
	padding: 1px;
	background-color: #f9f9f9;
	padding-left: 8px;
}

.Tier1ListItemHover{
	cursor: hand; 
	padding: 1px;
	color: #fe9116;
	background-color: #ffffff;
	padding-left: 8px;
}

.Tier1ListAltItemHover{
	cursor: hand; 
	padding: 1px;
	color: #fe9116;
	background-color: #ffffff;
	padding-left: 8px;
}

.Tier1ListNoItem{
	color: red; 
	padding: 1px;
	background-color: #f9f9f9;
	padding-left: 8px;
}

.Tier2ColumnHeader{

	color: #fe9116; 
	font-family:Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	border: 1px #FFFFFF solid;
	padding: 1px;
	background-color: transparent;
}

.Tier2ListItem{
	cursor: hand; 
	padding: 1px;
	background-color: #efefef;
	padding-left: 8px;
}

.Tier2ListAltItem{
	cursor: hand; 
	padding: 1px;
	background-color: #f9f9f9;
	padding-left: 8px;
}

.Tier2ListItemHover {
	cursor: hand; 
	padding: 1px;
	color: #fe9116;
	background-color: #ffffff;
	padding-left: 8px;
}

.Tier2ListAltItemHover {
	cursor: hand; 
	padding: 1px;
	color: #fe9116;
	background-color: #ffffff;
	padding-left: 8px;
}

.Tier2ListNoItem{
	color: red; 
	padding: 1px;
	background-color: #f9f9f9;
	padding-left: 8px;
}

.Tier3Label {
}

.Tier3LabelRequired {
	color: red;
}

.lxPageItem {
	
}

.lxPageItemDA {
	color:#999999;
}

.lxPageSelected {
	font-weight: bold;
}

.lxPageSelect {
}

.gi 
{
	border: 0px;
	behavior: url(gi.htc);
	-moz-binding: url(moz-behaviors.xml#gi.htc);
	cursor: hand;
	cursor: pointer;
}

.HomePageText {
	padding-left: 6px;
}

/** Tabs **/

.Tier2_TabStrip
{
	padding-top: 4px;
	padding-left: 2px;
	background-color: transparent; /*#2f7ecf;*/
	text-align: left;
	font-size: 10pt;
}

.Tier2_TabUnselected
{
	cursor: pointer;
	color: #000000;
	background-color: #D9E8ED;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
}

.Tier2_TabSelected
{
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #2f7ecf;
	border-right: solid 1px white;
	border-top: solid 1px white;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
	}

.Tier2_TabMouseOver
{
	color: #333333;
	background-color: #B4D2DC;
	cursor: pointer;
	cursor: hand;
}

.Tier2_TabPage
{
	background-color: white;
	border-top: solid 4px #2f7ecf;
	border-left: solid 1px #2f7ecf;
	border-right: solid 1px #2f7ecf;
	border-bottom: solid 1px #2f7ecf;
	padding: 3px;
}

