/* Color numbers
#8d9ba9 - grayish blue for module titles
#4B4B4B - dark gray for menu backgrounds
#9D0B0E - dark red for highlights
#8E9CA9 - grayish blue for footer menu
#737373 - grayish for understated wording (login,date)
#848383 - for body text
*/

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: "Arial Black", Arial, Helvetica;
    font-size:  11px;
    font-weight: normal;
    color: black;
}

body
{
	background-color: white;
}
.style1 {
	color: #737373;
	font-size: 11px;
	font-family: arial;
}
.style2 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: arial;
}
.style3 {
	color: #526171;
	font-size: 11px;
	font-family: tahoma;
}
.style5 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style6 {
	color: #999898;
	font-size: 11px;
	font-family: tahoma;
}
.style7 {
	color: #8d9ba9;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style8 {
	color: #9e0b0e;
	font-size: 11px;
	font-family: tahoma;
}
.style9 {
	color: #6c6b6b;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style10 {
	color: #ffffff;
	font-size: 11px;
	font-family: tahoma;
}
.style11 {
	color: #787575;
	font-size: 11px;
	font-family: tahoma;
}
.style12 {color: #63707D}
.HeaderPane {
}

.LoginPane {
}

.MenuPane {
}

.LeftPane {
}

.SecondLeftPane {
}

.ContentPane {
}

.SecondContentPane {

}
.BottomPane1 {

}
.BottomPane2 {

}
.BottomPane3 {

}
.RightPane {

}
.SecondRightPane {

}
.LeftInnerPane {

}
.FillerPane1 {

}
.FillerPane2 {

}
.RightInnerPane {

}
.FooterPane {
}
.SecondFooterPane {
}
.Footer1 {

}
.Footer2 {

}
.Footer3 {

}

.CreditsPane {
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 10px;
    color: black;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #9D0B0E;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: blue;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: black;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
    color:black;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:black;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:black;
}

/* Main Menu */

.MenuContainer
{
	border-right: #404040 0px solid;
	border-top: #ff8080 0px solid;
	background-image: url(http://www.winstonsearch.com/portals/18/skins/WinstonSearchSkin/images/rep_1.jpg);
	border-left: #ff8080 0px solid;
	border-bottom: #404040 0px solid;
}

.MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:32;
}

.MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #4B4B4B;
	border-left: #000000 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MenuItemSel {
	background-color: black; 
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Verdana, 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: #8d9ba9; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: white; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.RootMenuItemBC {
	background-color: #4B4B4B; 
}
.SubMenuItemBC {
	background-color: #4B4B4B; 
}
.RootItem {
	color: white;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	cursor: pointer; 
	cursor: hand; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}
.RootItemActive {
	color: white;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	cursor: pointer;
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}
.SubMenuItemActive {
	color: white;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	cursor: pointer;
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
	background-color: #4B4B4B;
}
.RootItemSel {
	color: white;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	cursor: pointer; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
	background-image: url(http://www.winstonsearch.com/portals/18/skins/WinstonSearchSkin/images/images/rep_1.jpg);
}
.SubMenuItemSel {
	color: white;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	cursor: pointer; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
	background-color: #4B4B4B;
}
.Separator 
{
}
.LeftSep {
}
.RightSep {
}
.LeftSepActive {
}
.RightSepActive {
}
.LeftSepBC {
}
.RightSepBC {
}
