/*========================================================*/
/*          Cascading Style Sheet for CO-Skin             */
/*                 created by t-worx                      */
/*                                                        */
/*               http://www.t-worx.com                    */
/*                 tracyw@t-worx.com                      */
/*========================================================*/


/*========================================================*/
/*  Main Menu                                             */
/*========================================================*/

.MainMenu_SubMenu TD
{
	height: 22px;

}

.MainMenu_SubMenuItemSelHover TD
{
	color: #A2CDA8;
	height: 26px;

}

.MainMenu_TabRootMenuItem TD
{
	color: #908E8E;
	height: 26px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #FFFFFF;
}

.MainMenu_TabRootMenuItemSel TD
{
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #908E8E;
}

.MainMenu_TabMenuItemHover TD
{
	color: #FFFFFF;
	height: 26px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #908E8E;
}

.MainMenu_TabMenuItemSelHover TD
{
	color: #FFFFFF;
	height: 26px;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #908E8E;
}

.MainMenu_MenuContainer {
	border-bottom: #FFFFFF 0px solid;
	border-left: #E7EDE3 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #404040 0px solid;
	background-color: Transparent;
	width: 1px;
	padding: 0px;
}

.MainMenu_MenuBar {
	border-bottom: #FFFFFF 0px solid; 
	border-left: #E7EDE3 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #000000 0px solid;  
	cursor: pointer; 
	cursor: hand; 
	height: 26px; 
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
	padding-right: 4px;
	padding-left: 4px;

}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #C7C6C6; 
	border-left: #C7C6C6 1px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #C7C6C6 1px solid; 
	border-top: #C7C6C6 1px solid; 
	text-align: center; 
	width: 1; 
}	
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	background-color: #C7C6C6;
	border-bottom: #908E8E 1px solid;
	border-left: #908E8E 1px solid;
	border-top: #908E8E 1px solid;
	border-right: #908E8E 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#FFFFFF, Direction=180, Strength=0);
	margin: 0px 0px 0px 0px;
}
.MainMenu_MenuBreak {
	width: 40px;
	border: 0;
}

.MainMenu_MenuItemSel {
	background-color: #908E8E; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: Black; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Default link syle */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #A2CDA8;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #A2CDA8;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #A2CDA8;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #A2CDA8;
	text-decoration: none;
}

/* Gray link syle */
A.Gray:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
}
A.Gray:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666];
	text-decoration: none;
}
A.Gray:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;
}
A.Gray:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
}

.NormalTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #908E8E;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #A2CDA8;
}

/* Normal Text Color Classes */

/* Normal */
.Normal { font-family: Arial, Helvetica, sans-serif; font-size: 8.5pt; color: #5A595E; font-weight: normal; text-decoration: none; }
A.Normal:link,A.Normal:visited,A.Normal:active,A.Normal:hover { font-family: Arial, Helvetica, sans-serif; font-size: 8.5pt; color: #5A595E; font-weight: normal; text-decoration: underline; }
/* Black */
.Black { font-family: Arial, Helvetica, sans-serif; font-size: 8.5pt; color: #000000; font-weight: normal; text-decoration: none; }
A.Black:link,A.Black:visited,A.Black:active,A.Black:hover { font-family: Arial, Helvetica, sans-serif; font-size: 8.5pt; color: #000000; font-weight: normal; text-decoration: underline; }

/* Normal Bold Text Color Classes */

/* NormalBold */
.NormalBold { font-family: Arial, Helvetica, sans-serif; font-size: 8.5pt; color: #404040; font-weight: normal; text-decoration: none; }
A.NormalBold:link,A.NormalBold:visited,A.NormalBold:active,A.NormalBold:hover { font-family: Arial, Helvetica, sans-serif; font-size: 8.5pt; color: #404040; font-weight: normal; text-decoration: underline; }
/* BlackBold */
.BlackBold { font-family: Arial, Helvetica, sans-serif; font-size: 8.5pt; color: #000000; font-weight: bold; text-decoration: none; }
A.BlackBold:link,A.BlackBold:visited,A.BlackBold:active,A.BlackBold:hover { font-family: Arial, Helvetica, sans-serif; font-size: 8.5pt; color: #000000; font-weight: bold; text-decoration: underline; }

/* Subhead Text Color Classes */

/* Subhead - Admin Pane Titles */
.Subhead { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: #000000; font-weight: bold; text-decoration: none; }
A.Subhead:link,A.Subhead:visited,A.Subhead:hover,A.Subhead:active { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: #000000; font-weight: bold; text-decoration: underline; }
/* H1 */
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 16pt; font-weight: bold; color: #0061AA; }
A.h1:link,A.h1:visited,A.h1:hover,A.h1:active { font-family: Arial, Helvetica, sans-serif; font-size: 16pt; font-weight: bold; color: #000000; text-decoration: underline; }
/* H2 */
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 15pt; font-weight: bold; color: #000000; }
A.h2:link,A.h2:visited,A.h2:hover,A.h2:active { font-family: Arial, Helvetica, sans-serif; font-size: 15pt; font-weight: bold; color: #000000; text-decoration: underline; }
/* H3 */
h3 { font-family: Arial, Helvetica, sans-serif; font-size: 13pt; font-weight: bold; color: #0061AA; }
A.h3:link,A.h3:visited,A.h3:hover,A.h3:active { font-family: Arial, Helvetica, sans-serif; font-size: 13pt; font-weight: bold; color: #000000; text-decoration: underline; }
/* H4 */
h4 { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #C10208; }
A.h4:link,A.h4:visited,A.h4:hover,A.h4:active { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #000000; text-decoration: underline; }
/* H6 */
h6 { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: normal; color: #000000; }
A.h6:link,A.h6:visited,A.h6:hover,A.h6:active { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: normal; color: #000000; text-decoration: underline; }


/* Gray Subhead text syle */
.SubHeadgray {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #555555;
}

/* Date text syle */
.Date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* Gray text syle */
.Gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
	line-height: 11pt;
}

.navcell {
	text-align: left;
	vertical-align: middle;
	background-color: #FFFFFF;
}

/* Search function text style */
.Search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #A2CDA8;
	text-align: left;
	vertical-align: middle;
}

/* Search function link syle */
A.Search:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #normal;
	text-decoration: none;
}
A.Search:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #normal;
	text-decoration: none;
}
A.Search:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #normal;
	text-decoration: underline;
}
A.Search:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #normal;
	text-decoration: none;
}


/* Left Pane */
.leftpane {
	text-align: center;
	vertical-align: top;
	width: 25%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FF0000;
	padding-right: 6px;
}

/* Right Pane */
.rightpane {
	text-align: center;
	vertical-align: top;
	width: 25%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FF0000;
	padding-left: 6px;
}

/* Footer text style */
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #A2CDA8;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
}

/* Footer link syle */
A.Footer:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #A2CDA8;
	text-align: center;
	vertical-align: middle;
}
A.Footer:visited  {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #A2CDA8;
	text-align: center;
	vertical-align: middle;
}
A.Footer:active   {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #A2CDA8;
	text-align: center;
	vertical-align: middle;
}
A.Footer:hover    {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #A2CDA8;
	text-align: center;
	vertical-align: middle;
}

/* Top Pane */
.toppane {
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FF0000;
}
.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;
}

/* Admin link styles */
a.CommandButton:link,a.CommandButton:visited,a.CommandButton:active { color:#FFFFFF; border:2px outset #C8C8C8; background:#A2CDA8; padding:2px 3px 3px 4px; font-family:tahoma; font-weight:bold; font-size:11px; text-decoration:none; height:20px;}
a.CommandButton:hover {color:#FFFFFF; border:2px inset #C8C8C8; background:#A2CDA8; padding:2px 3px 3px 4px; font-family:tahoma; font-weight:bold; font-size:11px; text-decoration:none; height:20px;}

/* Search function text style */
.SkinObject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #000000;
	height: 21px;
	text-align: left;
	vertical-align: middle;
}

/* Search function link syle */
A.SkinObject:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
A.SkinObject:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
A.SkinObject:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
A.SkinObject:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* Content Pane */

.contentpane {
	text-align: center;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FF0000;
	padding-right: 6px;
	padding-left: 6px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #A2CDA8;
	text-align: center;
	vertical-align: middle;
}
.rightcol {
	text-align: left;
	vertical-align: top;
	width: 148px;
}

/* Bottom Pane */
.bottompane {
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FF0000;
}

/* Login text syle */
.SignIn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	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(CO-05.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* Login link syle */
A.SignIn:link {
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	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, sans-serif;
	font-size: 8.5pt;
	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, sans-serif;
	font-size: 8.5pt;
	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, sans-serif;
	font-size: 8.5pt;
	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, sans-serif;
	font-size: 8.5pt;
	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, sans-serif;
	font-size: 8.5pt;
	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, sans-serif;
	font-size: 8.5pt;
	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, sans-serif;
	font-size: 8.5pt;
	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, sans-serif;
	font-size: 8.5pt;
	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(CO-LeftCorner.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 25px;
}
.rightcorner {
	background-image: url(CO-RightCorner.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 25px;
}
/* GENERAL */
/* style for generic container titles */
.Head   {
    font-family: Arial, Helvetica;
    font-size:  14px;
    font-weight: bold;
    color: #000000;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-size: 9pt;
    color:#666666;
    font-family: Arial, Helvetica;
    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:active   {
    text-decoration:    none;
    color:#666666;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#666666;
}
.headerTR {
	background-image: url(CO-09.jpg);
	background-repeat: no-repeat;
}
.maintable {
	width: 1000px;
}
.pageheader {
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #91278F;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
.topexpander {
	background-image: url(images/ADDIACTIVE_02.gif);
	background-repeat: repeat-x;
}
.leftverticalexpander {
	background-image: url(images/2_10.gif);
	background-repeat: repeat-y;
	width: 94px;
}
.rightverticalexpander {
	background-image: url(images/2_12.gif);
	background-repeat: repeat-y;
	width: 93px;
}
.contentbkgrd {
	background-image: url(images/3_14.gif);
	background-repeat: repeat-y;
	text-align: left;
	vertical-align: top;
}
.bottombkgrd {
	background-image: url(images/ADDIACTIVE_24.gif);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #A2CDA8;
}

.copyrightpane {
	text-align: left;
	vertical-align: bottom;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #A2CDA8;
}
.searchbkgrd {
	background-image: url(images/ADDIACTIVE_10.gif);
	background-repeat: repeat-y;
}


