/* ==============================================
    CSS STYLES FOR Skin and Construction Kit 1.0
   ==============================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#004F8C;
	font-weight: bold;
	}

/* background color for the content part of the pages */
Body
{
    background-color: #EFEDED;
}

.HeaderPane {
}

.LoginPane {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
}

.MenuPane {
}

.LeftPane {
}

.SecondLeftPane {
}

.ContentPane {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 140%;
}

.SecondContentPane {

}
.BottomPane1 {

}
.BottomPane2 {

}
.BottomPane3 {

}
.RightPane {

}
.SecondRightPane {

}
.LeftInnerPane {

}
.FillerPane1 {

}
.FillerPane2 {

}
.RightInnerPane {

}
.FooterPane {
}
.SecondFooterPane {
}
.Footer1 {

}
.Footer2 {

}
.Footer3 {

}

.CreditsPane {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	border-top:1px dotted #000000;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 10px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration: none;
    font-weight: normal;
    color: #000000;
}

A.SelectedTab:visited  {
    text-decoration: none;
    font-weight: normal;
    color: #000000;
}

A.SelectedTab:active   {
    text-decoration: none;
    font-weight: normal;
    color: #000000;
}

A.SelectedTab:hover {
    text-decoration: none;
    font-weight: normal;
    color: #000000;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration: none;
	font-weight: normal;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color:#000000;
}

A.OtherTabs:visited  {
    text-decoration: none;
    color:#000000;
}

A.OtherTabs:active   {
    text-decoration: none;
    color:#000000;
}

A.OtherTabs:hover    {
    text-decoration: underline;
    color:#000000;
}

/* Main Menu */

.MenuContainer {
	BORDER-BOTTOM: 1px dashed #9C1D30;
	BORDER-TOP: 1px dashed #9C1D30;
	background-color: #9C1D30;
}

.MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
	border-bottom: 1px dotted #000000; 
	border-top: 1px dotted #000000; 
}

.MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
}

.MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #9C1D30;
	border-left: #9C1D30 0px solid; 
	border-right: #9C1D30 0px solid; 
	border-bottom: #9C1D30 0px solid; 
	border-top: #9C1D30 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #FFCF31; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: normal; 
	font-style: normal;
}

.MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #000000; 
	height: 0px;
}

.SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #9C1D30; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC, Direction=135, Strength=2) ; 
	border-bottom: #9C1D30 0px solid; 
	border-left: #9C1D30 0px solid; 
	border-top: #9C1D30 0px solid; 
	border-right: #9C1D30 0px solid;
}

.MenuArrow {
	font-family: webdings; 
	font-size: 11pt; 
	color: #FFCF31; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFE9A0 0px solid; 
	border-bottom: #FFE9A0 0px solid; 
	border-top: #FFE9A0 0px solid;
}

.RootMenuArrow {
	font-family: webdings; 
	font-size: 11pt; 
	color: #FFCF31; 
	cursor: pointer; 
	cursor: hand;
}

.RootMenuItemBC {
}
.SubMenuItemBC {
}

.RootItem {
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}
.RootItemActive {
	cursor: pointer; 
	cursor: hand; 
	color: #FFD900; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}
.SubMenuItemActive {
	cursor: pointer; 
	cursor: hand; 
	color: #FFD900; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}
.RootItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #FFD900; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}
.SubMenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #FFD900; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}
.Separator {
}
.LeftSep {
}
.RightSep {
}
.LeftSepActive {
}
.RightSepActive {
}
.LeftSepBC {
}
.RightSepBC {
}

/* my styles */

.smtxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	}
	
.pghdng {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#004F8C;
	font-weight: bold;
	}
	
.content {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#333333;
	line-height:140%;
	}		
	
.navbox
{
    BORDER-TOP: 1px dotted #CCCCCC;
}
