/*========================================================*/
/*  Main Menu                                             */
/*========================================================*/

.MainMenu_MenuContainer {
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 26;
}

.MainMenu_MenuItem {
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial, Helvetica, Verdana; 
	font-size: 0.7em;
	font-weight: bold; 
	font-style: normal; 
	border-bottom: #23447D 1px solid; 
	border-top: #23447D 1px solid;
	padding: 2px 5px 3px 3px;
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	color: #ffffff; 
	background: #23447D; 
	border: 1px solid #3475ad;
	margin-top: 1px;
	padding: 0px;
}

.MainMenu_MenuBreak {
	border-bottom: #f00 1px solid; 
	border-left: #f00 0px solid; 
	border-top: #f00 1px solid;  
	border-right: #f00 0px solid; 
	background-color: transparent; 
	height: 6px;
	display: none;
}

.MainMenu_MenuItemSel {
	background: #E06F3F;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Arial, Helvetica, Verdana; 
	font-size: 0.7em; 
	font-weight: bold; 
	font-style: normal;
	border: 0;
	padding: 2px 5px 3px 3px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 0.7em; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #23447D 1px solid; 
	border-bottom: #23447D 1px solid; 
	border-top: #23447D 0px solid;
	display: none;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 0.7em; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

/* Default link syle */
a:link {
	color: #3a84bb;
	text-decoration: none;
}
a:visited {
	color: #3a84bb;
	text-decoration: none;
}
a:hover {
	color: #00476A;
	text-decoration: underline;
}
a:active {
	color: #3a84bb;
	text-decoration: none;
}

/* Normal bold text syle */
.NormalBold {
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
}

/* Normal text syle */
.Normal {
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.9em;
	color: #000000;
}

/* Subhead text syle */
.SubHead {
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.9em;
	font-weight: bold;
	color: #00476A;
}

/* Date text syle */
.Date {
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.75em;
	color: #666666;
}

body {
	font-family: Arial, Helvetica, Verdana;
	font-size: 100%;
	color: #000000;
	background-color: #E9E9E9;
}

.title {
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.875em;
	font-weight: bold;
	color: #000000;
}

ul {
	font-family: Arial, Helvetica, Verdana;
	font-size: 100%;
	color: #000000;
}

ul li {
	font-family: Arial, Helvetica, Verdana;
	font-size: 100%;
	color: #000000;
}

.leftside {
	width: 25px;
	background-image: url(CO-01bkgrd.gif);
	background-repeat: repeat-y;
	text-align: right;
	vertical-align: top;
}
.rightside {
	width: 25px;
	background-image: url(CO-07bkgrd.gif);
	background-repeat: repeat-y;
	text-align: left;
	vertical-align: top;
}
.navcell {
	background-image: url(top_nav.gif);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: middle;
	height: 26px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Search background cell syle */
.searchcell {
	text-align: right;
	vertical-align: middle;
	background-color: #24467f;
	height: 21px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}

/* Left Pane */
.leftpane {
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.7em;
	text-align: left;
	vertical-align: top;
	width: 185px;
}

/* Right Pane */
.rightpane {
	font-family: Arial, Helvetica, Verdana;

	font-size: 0.7em;
	text-align: left;
	vertical-align: top;
	width: 190px;
}

/* Footer text style */
.Footer {
	font-size: 0.625em;
	color:#666666;
	font-family: Arial, Helvetica, Verdana;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

/* Footer link syle */
.Footer a:link {
	text-decoration: none;
	color:#666666;
}
.Footer a:visited {
	text-decoration: none;
	color:#666666;
}
.Footer a:hover {
	text-decoration: underline;
	color:#000000;
}
.Footer a:active {
	text-decoration: none;
	color:#666666;
}

/* Subfooter text style */
.Subfooter {
	font-size: 0.7em;
	color:#ffffff;
	font-family: Arial, Helvetica, Verdana;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

/* Subfooter link syle */
.Subfooter a:link {
	text-decoration: none;
	color:#ffffff;
}
.Subfooter a:visited {
	text-decoration: none;
	color:#ffffff;
}
.Subfooter a:hover {
	text-decoration: underline;
	color:#3a84bb;
}
.Subfooter a:active {
	text-decoration: none;
	color:#ffffff;
}

/* Top Pane */
.toppane {
	text-align: right;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.logocell {
	text-align: left;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

/* Command button admin text style */
.CommandButton {
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 0.75em;
	color: #000000;
}

/* Command button admin link style */
A.CommandButton:link {
	color: #000000;
	text-decoration: none;
}
A.CommandButton:visited {
	color: #000000;
	text-decoration: none;
}
A.CommandButton:hover {
	color: #000000;
	text-decoration: underline;
}
A.CommandButton:active {
	color: #000000;
	text-decoration: none;
}

/* Search function text style */
.SkinObject {
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	height: 21px;
	text-align: left;
	vertical-align: middle;
}

/* Search function link syle */
A.SkinObject:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
A.SkinObject:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
A.SkinObject:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
A.SkinObject:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.navsep {
	background-color: #EFF1F2;
	background-image: url(spacer.gif);
	background-repeat: no-repeat;
	width: 15px;
}

/* Content Pane */

.contentpane {
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
}
.toptable {
	background-image: url(CO-03.gif);
	background-repeat: repeat-x;
	height: 57px;
	background-position: bottom;
}

/* Register/user text syle */
.Register {
	background-image: url(tab_l.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.8em;
	color: #666666;
}

/* Register/user cell background */
A.Register:link {
	background-image: url(tab_l.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.8em;
	color: #666666;
	text-decoration: none;
}
A.Register:visited {
	background-image: url(tab_l.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.8em;
	color: #666666;
	text-decoration: none;
}
A.Register:hover {
	background-image: url(tab_l.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.8em;
	color: #666666;
	text-decoration: underline;
}
A.Register:active {
	background-image: url(tab_l.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.8em;
	color: #666666;
	text-decoration: none;
}
.headertable {
	background-color: #4196CF;
	height: 81px;
	background-image: url(CO-HeaderBkgrd.jpg);
	background-repeat: repeat-x;
}

/* Header Left Pane */
.headerLeftPane {
	background-image: url(CO-010.jpg);
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: middle;
	height: 29px;
	width: 237px;
}

/* Header Right Pane */
.headerRightTopPane {
	background-image: url(CO-09.jpg);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	height: 132px;
	width: 413px;
}

/* Header Right Bottom Pane */
.headerRightBottomPane {
	background-image: url(CO-011.jpg);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	height: 29px;
}
.footertable {
	background-image: url(bottom_nav.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	height: 30px;
}
.bottomtable {
	background-image: url(CO-018.gif);
	text-align: center;
	vertical-align: top;
	height: 36px;
}
.copyright {
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.725em;
	color: #666666;
	text-align: center;
	vertical-align: middle;
}
.rightcol {
	text-align: left;
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.7em;
	vertical-align: top;
	width: 148px;
}

/* Bottom Pane */
.bottompane {
	text-align: left;
	vertical-align: top;
}

/* Login text syle */
.SignIn {
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-image: url(tab_mid.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* Login link syle */
A.SignIn:link {
    text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

A.SignIn:visited {
    text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

A.SignIn:active {
    text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

A.SignIn:hover {
    text-decoration: underline;
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}


/* Register text style */
.User {
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.8em;
	color: #666666;
	text-align: right;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Register link syle */
A.User:link {
    text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.8em;
	color: #666666;
	text-align: center;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

A.User:visited {
    text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.8em;
	color: #666666;
	text-align: center;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

A.User:active {
    text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.8em;
	color: #666666;
	text-align: center;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

A.User:hover {
    text-decoration: underline;
	font-family: Arial, Helvetica, Verdana;
	font-size: 0.8em;
	color: #666666;
	text-align: center;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.leftcorner {
	background-image: url(upper_l_corner.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 25px;
}
.rightcorner {
	background-image: url(upper_r_corner_t.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 25px;
}
/* GENERAL */
/* style for generic container titles */
.Head {
	font-family: Arial, Helvetica, Verdana;
    font-size: 0.9em;
    font-weight: bold;
    color: #000000;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-size: 0.75em;
    color:#666666;
	font-family: Arial, Helvetica, Verdana;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color:#666666;
}

A.OtherTabs:visited {
    text-decoration: none;
    color:#666666;
}
A.OtherTabs:hover {
    text-decoration: underline;
    color:#666666;
}

A.OtherTabs:active {
    text-decoration: none;
    color:#666666;
}

.headerTR {
	background-image: url(CO-09.jpg);
	background-repeat: no-repeat;
}
