/* ORDER IS IMPORTANT DUE TO CASCADES*/

/* General */
div,span,p,hr,.Message,TFOOT,label,.Normal,.NormalRed,.NormalBold,A,A:link,A:visited,A:active,A:hover{
	color:#000000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}
A:hover{
	color:#000000;
}
.NormalRed{
	color:#ff0000;
	font-weight:bold;
}
.NormalBold{
	font-weight:bold;
}

/* Headers */
thead,h1,h2,h3,h4,h5,h6,th,.SubHead,.SubSubHead,.Head,.ItemTitle{
	color:#ffffff;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;	
}
thead,.SubHead,.SubSubHead,.ItemTitle{
	color:#f4b500;
	font-size:9pt;
}
.Head{
	color:#f4b500;
	font-size:12pt;
}

/* TextBoxes */
.NormalTextBox,SELECT,OPTION,INPUT,TEXTAREA{
	font-family: Arial, sans-serif;
	font-size:9pt;
}


/* Skin Specific */
body{
	 background-color:#ffffff; 
	/* background-image:url(images/bg_new.gif);*/
}
.SkinPeopleHeader{
	background-image:url(images/PeopleHeaderRepeat.jpg);
	background-repeat: repeat-x;
	background-position: 0px top;
}
.SkinCurveHeader{
	/*background-image:url(images/CurveRepeat.gif);*/
}

/* Buttons */
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active,A.CommandButton:hover{
	font-weight:bold;
    text-decoration: none;
	font-family: Arial, sans-serif;
	font-size:10pt;
	border: 1px outset;
	padding:1px;
	margin-top:2px;
	margin-bottom:2px;
	background-color: #1a3450;
	color:#f4b500;
}
A.CommandButton:hover{
	border: 1px inset;
	background-color: #f4b500;
	color:#ff0000;
}

/* Tabs  and other links */
.OtherTabs,A.OtherTabs:link,A.OtherTabs:visited,A.OtherTabs:active,A.OtherTabs:hover {
	font-weight: bold;
	font-size: 9pt;
	color: #ffffff;
	font-family: Arial, sans-serif;
	text-decoration: none;
}
A.OtherTabs:hover {
	color: #ff0000;
}
.SelectedTab,A.SelectedTab:link,A.SelectedTab:visited,A.SelectedTab:active,A.SelectedTab:hover {
	font-weight: bold;
	font-size: 9pt;
	color: #ffffff;
	font-family: Arial, sans-serif;
	text-decoration: none;
}
A.SelectedTab:hover {
	color: #ff0000;
}

/*Login*/
.LoginTabs,A.LoginTabs:link,A.LoginTabs:visited,A.LoginTabs:active,A.LoginTabs:hover {
	font-weight: normal;
	font-size: 10pt;
	color: #ff0000;
	font-family: Arial, sans-serif;
	text-decoration: none;
}
A.LoginTabs:hover {
	color: #ff0000;
}


/* Other bits*/
SMALL   {    font-size:  8pt;}
BIG {    font-size:  14pt;}
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 {height:1pt; text-align:left}


/* Menu */
.MainMenu_MenuContainer, .MainMenu_MenuContainer TD, .MainMenu_MenuContainer TR, .MainMenu_MenuBar, .MainMenu_MenuBar TD, .MainMenu_MenuBar TR,.MainMenu_SubMenu, .MainMenu_MenuBreak, .MainMenu_RootMenuArrow{
	border-left: #000000 0px solid; border-bottom: #000000 0px solid; border-top: #000000 0px solid; border-right: #000000 0px solid; 
	background-color:transparent; background-image:none; width:auto; height:auto; filter:none;
}

.MainMenu_SubMenu{
	border-left: #daa200 1px solid; border-bottom: #daa200 1px solid; border-top: #daa200 1px solid; border-right: #daa200 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='Black', Direction=135, Strength=1); 
}

.MainMenu_SubMenu .MainMenu_MenuItem, .MainMenu_SubMenu .MainMenu_MenuIcon , .MainMenu_SubMenu .MainMenu_MenuArrow{
	border-left: #1A3450 1px solid; 
	border-bottom: #1A3450 1px solid; 
	border-top: #1A3450 1px solid; 
	border-right: #1A3450 1px solid; 
	background-color: #1A3450;
	color: #daa200;
}

.MainMenu_SubMenu .MainMenu_MenuItemSel{
	border-left: #daa200 1px solid; 
	border-bottom: #daa200 1px solid; 
	border-top: #daa200 1px solid; 
	border-right: #daa200 1px solid; 
	background-color: #daa200;
	color:#ff0000;
}

.ModuleTitle_MenuBreak{
	background-color: #daa200;
}

TR.MainMenu_MenuBar TD, TR.MainMenu_MenuBar TD.MainMenu_RootMenuArrow{
	border-left: #000000 0px solid; border-bottom: #000000 0px solid; border-top: #000000 0px solid; border-right: #000000 0px solid; ;
	color:#1A3450;
	background-color: Transparent;
}

TR.MainMenu_MenuItemSel TD, TR.MainMenu_MenuItemSel TD.MainMenu_RootMenuArrow{
	border-left: #000000 0px solid; border-bottom: #000000 0px solid; border-top: #000000 0px solid; border-right: #000000 0px solid; ;
	color:#ff0000;
	background-color: Transparent;
}

.MainMenu_MenuContainer TD{
	font-family: Arial, sans-serif; font-weight:bold;font-size:12px;text-align:center;
}

.MainMenu_SubMenu TD{
	font-family: Arial, sans-serif; font-weight:bold;font-size:12px;text-align:left;
}

TD.MainMenu_MenuIcon{
	width:10px;
	text-align: left;
	;
}
TD.MainMenu_RootMenuArrow, TD.MainMenu_MenuArrow{
	width:10px;
	text-align: right;
}

.MainMenu_MenuContainer TABLE{
	width:auto;
	height:20px;
}

.MainMenu_SubMenu TABLE{
	width:130px;
}

.MainMenu_SubMenu TD{
	height:auto;
}

/*ACTIONS*/

.ModuleTitle_MenuContainer, .ModuleTitle_MenuContainer TD, .ModuleTitle_MenuContainer TR, .ModuleTitle_MenuBar, .ModuleTitle_MenuBar TD, .ModuleTitle_MenuBar TR,.ModuleTitle_SubMenu, .ModuleTitle_MenuBreak, .ModuleTitle_RootMenuArrow{
	border-left: #000000 0px solid; border-bottom: #000000 0px solid; border-top: #000000 0px solid; border-right: #000000 0px solid; 
	background-color:transparent; background-image:none; width:auto; height:auto; filter:none;
}

.ModuleTitle_SubMenu{
	border-left: #daa200 1px solid; border-bottom: #daa200 1px solid; border-top: #daa200 1px solid; border-right: #daa200 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='Black', Direction=135, Strength=1); 
}

.ModuleTitle_SubMenu .ModuleTitle_MenuItem, .ModuleTitle_SubMenu .ModuleTitle_MenuIcon , .ModuleTitle_SubMenu .ModuleTitle_MenuArrow{
	border-left: #1A3450 1px solid; 
	border-bottom: #1A3450 1px solid; 
	border-top: #1A3450 1px solid; 
	border-right: #1A3450 1px solid; 
	background-color: #1A3450;
	color: #ff0000;
}

.ModuleTitle_SubMenu .ModuleTitle_MenuItemSel{
	border-left: #daa200 1px solid; 
	border-bottom: #daa200 1px solid; 
	border-top: #daa200 1px solid; 
	border-right: #daa200 1px solid; 
	background-color: #daa200;
	color: #daa200;
}

.ModuleTitle_MenuBreak{
	background-color: #1A3450;
}

.ModuleTitle_SubMenu TD{
	font-family: Arial, sans-serif; font-weight:bold;font-size:12px;text-align:left;
}

TD.ModuleTitle_MenuIcon{
	width:10px;
	text-align: left;
}

TD.ModuleTitle_RootMenuArrow, TD.ModuleTitle_MenuArrow{
	width:10px;
	text-align: right;
}

.ModuleTitle_SubMenu TABLE{
	width:130px;
}


/*Left menu overrides*/
.LeftSubMenu TR.MainMenu_MenuBar TD, .LeftSubMenu TR.MainMenu_MenuBar TD.MainMenu_RootMenuArrow{
	border-left: #000000 0px solid; border-bottom: #000000 0px solid; border-top: #000000 0px solid; border-right: #000000 0px solid; ;
	
color:#ff0000;
	background-color: Transparent;
}

.LeftSubMenu TR.MainMenu_MenuItemSel TD,.LeftSubMenu TR.MainMenu_MenuItemSel TD.MainMenu_RootMenuArrow{
	border-left: #000000 0px solid; border-bottom: #000000 0px solid; border-top: #000000 0px solid; border-right: #000000 0px solid; ;
	color:#ffffff;
	background-color: Transparent;
}

.LeftSubMenu .MainMenu_MenuContainer TD{
	font-family: Arial, sans-serif; font-weight:bold;font-size:12px;text-align:center;padding-right:19px;
}

.LeftSubMenu .MainMenu_MenuContainer TABLE{
	width:auto;
	height:23px;
}



