/* 
================================
Skin styles for WebCoTest
================================
*/   
/* **************************************
   pageMaster wraps around entire skin 
   similar to setting body styles   
   ************************************** */
.pageMaster {
	width: 100%;
	height: 100%;	
	background-color: #9A9999
}

/* **************************************
   skinMaster is the main table that holds
   all of the crucial page elements like the
   menu and content panes
   ************************************** */
.skinMaster {
	/* height: 100%; */
	background-color: #FFFFFF;
	BORDER-RIGHT: #68071C 1px solid; 
	BORDER-TOP: #68071C 1px solid; 
	BORDER-LEFT: #68071C 1px solid; 
	BORDER-BOTTOM: #68071C 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}

/* **************************************
   skinMasterGutter set in TD tag that
   sits on left and right of content
   ************************************** */
  .skinPageTitle {
	background-color: #897B4C;
	BORDER-TOP: #68071C 1px solid; 
	BORDER-BOTTOM: #68071C 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
} 

.PageTitleClass {
	font-family: Arial, Helvetica; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal; 
	color:#68071C;
	}
.head {
	font-family: Arial, Helvetica; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal; 
	color:#68071C;
	}
   
.skinMasterGutter
{
	height: 100%;
	width: 5px;
	background-color: #FFFFFF;
}

/* **************************************
   skinDateRow set in column tag that holds
   the date and search objects
   ************************************** */
.skinDateRow {
	background-color: #68071C;
	}

/* **************************************
   skinHeader set in table tag that wraps
   around the top cell
   ************************************** */
.skinHeader {
	background-image: url(district_header.gif); 
	background-repeat:no-repeat;
	background-color:#ffffff;
	width: 100%;
}

/* **************************************
   skinFooter set in table tag that wraps
   around the bottom cell
   ************************************** */
.skinFooter {
	background-color: #ffffff;
	height: 10px;
	width: 100%;
}

/* **************************************
   skinFooterLine set in table tag that wraps
   around the cell directly above the bottom
   cell (skinFooter)
   ************************************** */
.skinHeadLine {
	background-color: #000000; 
	height: 3px;
	width: 100%;
}
.skinFooterLine {
	background-color: #68071C; 
	height: 1px;
	width: 100%;
}

.skinFooterLine2 {
	background-color: #68071C; 
	height: 1px;
	width: 100%;
}

.skinFooter3 {
	background-color: #68071C; 
}

.DividerLine
{
	background-image: url(district_line_gold.gif); 
	background-repeat:repeat;
	background-color:#ffffff;
	width: 100%;
	}

/* **************************************
   Main Menu 
   ************************************** */
.MainMenu_MenuContainer {
	background-color: #68071C; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: #68071C;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #68071C 0px solid; 
	border-bottom: #68071C 0px solid; 
	border-top: #68071C 0px solid; 
	border-right: #68071C 0px solid;
	background-color: #68071C;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #68071C; 
	border-left: #68071C 1px solid; 
	border-bottom: #68071C 1px solid; 
	border-top: #68071C 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #68071C; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-right: #000000 1px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #68071C 1px solid;
	border-left: #68071C 1px solid;
	border-top: #68071C 1px solid;
	border-right: #68071C 1px solid;
	background-color: #68071C; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #68071C; 
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #897B4C;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #68071C 1px solid; 
	border-bottom: #68071C 1px solid; 
	border-top: #68071C 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* **************************************
   Menu Table

.MainMenu_MenuContainer {
	background-color: #68071C; 
}

/* **************************************
   Menu Cell

.MainMenu_MenuBar {
	background-color: #FFFFFF;
	cursor: pointer; 
	height:16px;
}

/* **************************************
   Menu Links

.MainMenu_MenuItem {
	border-left: #EAEBED 0px solid; 
	border-bottom: #EAEBED 1px solid; 
	border-top: #EAEBED 1px solid; 
	border-right: #EAEBED 0px solid;
	background-color: Transparent;
	cursor: pointer; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
}

/* **************************************
   Roll Over on Menu

.MainMenu_MenuItemSel {
	border-left: #EAEBED 0px solid; 
	border-bottom: #EAEBED 1px solid; 
	border-top: #EAEBED 1px solid; 
	border-right: #EAEBED 0px solid;
	background-color: #68071C; 
	cursor: pointer; 
	color: #68071C; 
	font-family: Arial, Helvetica; 
	font-size: 10pt;
	font-weight: bold; 
	font-style: normal;
}

/* **************************************
   Roll Over Menu Icons

.MainMenu_MenuIcon {
	border-left: #EAEBED 1px solid; 
	border-bottom: #EAEBED 1px solid; 
	border-top: #EAEBED 1px solid; 
	background-color: #68071C; 
	cursor: pointer; 
	text-align: center; 
	width: 1px; 
	height: 16px;
}

/* **************************************
   Drop Down Menu Menu

.MainMenu_SubMenu {
	background-color: #68071C;  
	z-index: 1000; 
	cursor: pointer; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction=135, Strength=3); 
}

.MainMenu_MenuBreak {
	height: 1px;
}

.MainMenu_MenuArrow {
	border-right: #EAEBED 1px solid; 
	border-bottom: #EAEBED 1px solid; 
	border-top: #EAEBED 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}
   ************************************** */

/* **************************************
   skinDate sets the style for the DATE Token
   ************************************** */
.skinDate {
	color: #ffffff; 
	font-family: Arial, Helvetica; 
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}

/* **************************************
   skinBreadcrumb sets the style for the 
   BREADCRUMB Token
   ************************************** */
.skinBreadcrumb {
	font-family: Arial, Helvetica; 
	font-size: 10pt;
	font-weight: bold; 
	font-style: normal;
	color: #68071C; 
}

.skinBreadcrumb:link {
    text-decoration: none;
	color: #68071C; 
}

A.skinBreadcrumb:visited  {
    text-decoration: none;
    color:#68071C;
}

A.skinBreadcrumb:active   {
    text-decoration: none;
    color:#68071C;
}

A.skinBreadcrumb:hover {
    text-decoration: none;
    color:#68071C;
}

.skinBreadcrumbArrow {
	font-family: webdings;
	font-size: 12pt;
	color: #68071C;
}
/* **************************************
   skinUser sets the style for the 
   USER Token (shows User's Name)
   ************************************** */
.skinUser {
	font-family: Arial, Helvetica; 
	font-size: 10pt;
	font-weight: bold; 
	font-style: normal;
}

.skinUser:link {
    text-decoration: none;
	color: #68071C; 
}

A.skinUser:visited  {
    text-decoration: none;
    color: #68071C;
}

A.skinUser:active   {
    text-decoration: none;
    color: #68071C;
}

A.skinUser:hover {
    text-decoration: none;
    color: #68071C;
}

/* **************************************
   skinLogin sets the style for the 
   LOGIN Token 
   ************************************** */
.skinLogin {
    font-family: Arial, Helvetica; 
	font-size: 18pt;
	font-weight: normal; 
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF; 
}

.skinLogin:link {
    font-family: Arial, Helvetica; 
	font-size: 18pt;
	font-weight: normal; 
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF; 
}

A.skinLogin:visited  {
    text-decoration: none;
    color: #FFFFFF; 
}

A.skinLogin:active   {
    text-decoration: none;
    color: #FFFFFF; 
}

A.skinLogin:hover {
    text-decoration: none;
    color: #FFFFFF; 
}

/* **************************************
   skinCopyright sets the style for the 
   COPYRIGHT Token 
   ************************************** */
.skinCopyright {
	font-family: Arial, Helvetica; 
	font-size: 8pt;
	font-weight: normal; 
	font-style: normal;
    color:#68071C;
}

/* **************************************
   skinPrivacy sets the style for the 
   PRIVACY Token 
   ************************************** */
.skinPrivacy {
	font-family: Arial, Helvetica; 
	font-size: 10pt;
	font-weight: bold; 
	font-style: normal;
}

.skinPrivacy:link {
    text-decoration: none;
	color: #68071C; 
}

A.skinPrivacy:visited  {
    text-decoration: none;
    color:#68071C;
}

A.skinPrivacy:active   {
    text-decoration: none;
    color:#68071C;
}

A.skinPrivacy:hover {
    text-decoration: none;
    color:#68071C;
}

/* **************************************
   skinTerms sets the style for the 
   TERMS Token 
   ************************************** */
.skino42:link {
    font-family: Arial, Helvetica; 
	font-size: 7pt;
	font-weight: normal; 
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF; 
}

A.skino42:visited  {
    font-family: Arial, Helvetica; 
	font-size: 7pt;
	font-weight: normal; 
	font-style: normal;
	text-decoration: none;
    color:#ffffff;
}

A.skino42:active   {
    font-family: Arial, Helvetica; 
	font-size: 7pt;
	font-weight: normal; 
	font-style: normal;
	text-decoration: none;
    color:#ffffff;
}

A.skino42:hover {
    font-family: Arial, Helvetica; 
	font-size: 7pt;
	font-weight: normal; 
	font-style: normal;
	text-decoration: none;
    color:#ffffff;
}

.skinTerms {
	font-family: Arial, Helvetica; 
	font-size: 10pt;
	font-weight: bold; 
	font-style: normal;
}

.skinTerms:link {
    text-decoration: none;
	color: #68071C; 
}

A.skinTerms:visited  {
    text-decoration: none;
    color:#68071C;
}

A.skinTerms:active   {
    text-decoration: none;
    color:#68071C;
}

A.skinTerms:hover {
    text-decoration: none;
    color:#68071C;
}
/* ************************************** */

.controlPanel {
	width: 100%;
	background-color: #DFE5F2;
}

.contentPane {
	background-color: #FFFFFF;
}

.rightPane {
	background-color: #FFFFFF;
}

/* **************************************
   StandardButton sets the style for buttons
   ************************************** */
.StandardButton     {
    background: #7994CB; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}

/* ************************************* */
.skinSearch:link  {
    text-decoration:    none;
    color:#ffffff;
	font-family: Arial, Helvetica; 
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}

A.skinSearch:visited  {
    text-decoration:    none;
    color:#ffffff;
	font-family: Arial, Helvetica; 
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}
A.skinSearch:active   {
    text-decoration:    none;
    color:#ffffff;
	font-family: Arial, Helvetica; 
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}
A.skinSearch:hover    {
    text-decoration:    none;
    color:#ffffff;
	font-family: Arial, Helvetica; 
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}



































