/*========================================================*/
/*          Cascading Style Sheet for CO-Skin             */
/*                 created by t-worx                      */
/*                                                        */
/*               http://www.t-worx.com                    */
/*                 tracyw@t-worx.com                      */
/*========================================================*/


/*========================================================*/
/*  Main Menu                                             */
/*========================================================*/

.imgcell img, .imgcell a {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;    
}


.MainMenu_SubMenu TD
{
	height: 22px;

}

.MainMenu_SubMenuItemSelHover TD
{
	color: #FFFFFF;
	height: 26px;

}

.MainMenu_TabRootMenuItem TD
{
	color: #FFFFFF;
	background-image: url(NavOff.gif);	
	height: 26px;
	padding-right: 4px;
	padding-left: 4px;

}

.MainMenu_TabRootMenuItemSel TD
{
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(NavOn.gif);
	padding-right: 4px;
	padding-left: 4px;

}

.MainMenu_TabMenuItemHover TD
{
	background-image: url(NavOn.gif);
	color: #FFFFFF;
	height: 26px;
	padding-right: 4px;
	padding-left: 4px;
}

.MainMenu_TabMenuItemSelHover TD
{
	background-image: url(NavOn.gif);	
	color: #FFFFFF;
	height: 26px;
	padding-right: 4px;
	padding-left: 4px;
}

.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: #D0D0D0;
	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: #4E6B20; 
	border-left: #4E6B20 1px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #4E6B20 1px solid; 
	border-top: #4E6B20 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: #4E6B20;
	border-bottom: #23447D 1px solid;
	border-left: #23447D 1px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #23447D 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#FFFFFF, Direction=180, Strength=0);
	margin: 1px 0px 0px 0px;
}
.MainMenu_MenuBreak {
	width: 40px;
	border: 0;
}

.MainMenu_MenuItemSel {
	background-color: #95C12A; 
	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: #3399CC;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #3399CC;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #00476A;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #3399CC;
	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;
}

/* Normal bold text syle */
.NormalBold  {
	font-family: Arial, Helvetica;
	font-size: 8.5pt;
	font-weight: bold;
	color: #333333;
}

/* Normal text syle */
.Normal  {
	font-family: Arial, Helvetica;
	font-size: 8.5pt;
	color: #333333;
}

/* Subhead text syle */
.SubHead {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #00476A;
}

/* 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 
{
    margin-top:4px;    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	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;
}
ul {
	list-style-image: url(arrow2.gif);
	list-style-position: outside;
}
.leftside {
	width: 25px;
	background-repeat: repeat-y;
	text-align: right;
	vertical-align: top;
}
.rightside {
	width: 25px;
	background-repeat: repeat-y;
	text-align: left;
	vertical-align: top;
}
.navcell {
	background-image: url(CO-013.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: #96C32A;
	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 {
	text-align: center;
	vertical-align: top;
	width: 185px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FF0000;
	
}

/* Right Pane */
.rightpane {
	text-align: center;
	vertical-align: top;
	width: 174px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FF0000;
}

/* Footer text style */
.Footer {
	font-size: 8.5pt;
	color:#FF0000;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

/* Footer link syle */
A.Footer:link {
	text-decoration: none;
	color:#FF0000;
	font-weight: normal;
	font-size: 8.5pt;
	text-align: center;
	vertical-align: middle;
}
A.Footer:visited  {
	text-decoration: none;
	color:#FF0000;
	font-weight: normal;
	font-size: 8.5pt;
	text-align: center;
	vertical-align: middle;
}
A.Footer:active   {
	text-decoration: none;
	color:#FF0000;
	font-weight: normal;
	font-size: 8.5pt;
	text-align: center;
	vertical-align: middle;
}
A.Footer:hover    {
	text-decoration: underline;
	color:#FF0000;
	font-weight: normal;
	font-size: 8.5pt;
	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;
}

/* Command button admin text syle */
.CommandButton {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	line-height: 9pt;
	color: #000000;
}

/* Command button admin link syle */
A.CommandButton:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}

/* Search function text style */
.SkinObject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #FFFFFF;
	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: #FFFFFF;
	text-decoration: none;
}
A.SkinObject:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
A.SkinObject:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
A.SkinObject:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.navsep {
	background-color: #EFF1F2;
	background-image: url(TO-SKIN_07.gif);
	background-repeat: no-repeat;
	width: 15px;
}

/* Content Pane */

.contentpane {
	text-align: center;
	vertical-align: top;
	
	border-left-width: 1px;
	
	border-left-style: solid;
	
	border-left-color: #BBBBBB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FF0000;
}
.toptable {
	background-image: url(CO-03.gif);
	background-repeat: repeat-x;
	height: 57px;
	background-position: bottom;
}

/* Register/user text syle */
.Register {
	background-image: url(CO-04.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, sans-serif;
	font-size: 8.5pt;
	color: #666666;
}

/* Register/user cell background */
A.Register:link {
	background-image: url(CO-04.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, sans-serif;
	font-size: 8.5pt;
	color: #666666;
	text-decoration: none;
}
A.Register:visited {
	background-image: url(CO-04.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, sans-serif;
	font-size: 8.5pt;
	color: #666666;
	text-decoration: none;
}
A.Register:hover {
	background-image: url(CO-04.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, sans-serif;
	font-size: 8.5pt;
	color: #666666;
	text-decoration: underline;
}
A.Register:active {
	background-image: url(CO-04.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, sans-serif;
	font-size: 8.5pt;
	color: #666666;
	text-decoration: none;
}
.headertable {
	/*background-color: #4196CF;*/
	height: 49px;
	/*background-image: url(CO-HeaderBkgrd.jpg);*/
	background-repeat: repeat-x;
}

/* Header Right Pane */
.headerRightTopPane {
	/*background-image: url(CO-09.jpg); */
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 49px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FF0000;
}

/*

.headerLeftPane {
	background-image: url(CO-010.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 29px;
	width: 237px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FF0000;
}

.headerRightBottomPane {
	background-image: url(CO-011.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FF0000;
}
*/


.footertable {
	background-image: url(CO-017.gif);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: top;
	height: 30px;
}
.bottomtable {
	background-image: url(CO-018.gif);
	text-align: center;
	vertical-align: top;
	height: 36px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #333333;
	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;
	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;
}

/* Login link syle */
A.SignIn:link {
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	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;
	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;
	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;
	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;
	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;
	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;
	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;
	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;
	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: 700px;
}