@charset "utf-8";
/* CSS Document */

/*
--------------------------------------------------------------------------------------------------------------------------------
DESIGN STYLES
--------------------------------------------------------------------------------------------------------------------------------
*/

Body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#eeeeee;
	margin-top:0px;
}

.Main_Table{
	border-left:#000 thin;
	border-right:#000 thin;
	border-top:#000 thin;
	border-bottom:#000 thin;
	background-color:#fff;
}

.Banner{
	background: url(../images/cos_header_rev.png) no-repeat;
	height:100px;
}

.Top_Nav{
	background:url(../images/button_1.png) repeat-x top;
	height:25px;
	text-align:center;
	vertical-align:center;
}

.Login{
	padding-top:3px;
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	color: #333;
	font-style:italic;
	font-weight:bold;
	vertical-align:middle;
}

.Can_Shar_Row{
	padding:2px;
	text-align:left;
	vertical-align:center;
	font-family:"Arial Black", Gadget, sans-serif;
}

.Content{
	padding:4px;
	text-align:left;
	vertical-align:top;
	font-size: 14px;
}



.Footer{
	height:25px;
}

.divider{
background:url(../images/newdesignimages/divider.png) repeat-y top;
width: 12px;
}



/*
--------------------------------------------------------------------------------------------------------------------------------
FORM STYLES
--------------------------------------------------------------------------------------------------------------------------------
*/

.Form_fields{
	background:#CCC;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
}

.Error_Form{
	background:#F00;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
}

.Form_Button{
	background:url(../images/form_btn_bg.png);
	color:#FFF;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:13px;
	border:#CCC;
}

/*
--------------------------------------------------------------------------------------------------------------------------------
FONT STYLES
--------------------------------------------------------------------------------------------------------------------------------
*/

.Home_Header1 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}

.Small_links{
	color:#006;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.admin_contact {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 14px;
	color: #666;
}

/*
--------------------------------------------------------------------------------------------------------------------------------
Links
--------------------------------------------------------------------------------------------------------------------------------
*/

a:hover{text-decoration:none;}

.standard_link {
	font-family: Arial, Helvetica, sans-serif;
	color:#006;
	font-size:12px;
}
