body
{
	color: #5F5F5F;
	background-color: #FFF;
	font: 13px Verdana, Arial, Tahoma, Helvetica, sans-serif;
	*font-size: small;
	*font: x-small;
	margin: 0;
	padding: 0;
}
body *
{
	line-height: 1.22em;
}
p
{
	line-height: 1.5em;
}
a img
{
	border: none;
}
body a
{
	font-size: 11px;
	color: #717171;
}
div.page
{
	margin: 0 auto;
	width: 770px;
}
div.header
{
	margin-top: 20px;
}

div.header-content
{
	background-image: url('../../images/header-bg.gif');
	background-repeat: repeat-x;
	height: 78px;
}
div.stripe
{
	overflow: hidden;
	background-color: #FFDF77;
	height: 4px;
	margin: 3px 0;
}
div.logo
{
	padding: 0;
	margin: 0;
	width: 217px;
}
div.page-content
{
}
div.page-left-part
{
	float: left;
	margin: 0 2px 0 0;
	width: 165px;
}
div.page-right-part
{
	float: left;
	width: 600px;
	padding: 0 0 5px 3px;
}
div.main-menu
{
	overflow: hidden;
	background-color: #EDECEC;
	height: 20px;
	margin-bottom: 5px;
}
div.main-menu a
{
	font-size: 10px;
	color: #717171;
	font-weight: bold;
	text-decoration: none;
}
div.main-menu-item
{
	float: left;
	line-height: 20px;
	background-image: url('../../images/main-menu-item.png');
	background-position: top right;
	background-repeat: no-repeat;
	text-align: center;	
	width: 120px;
}
div.break
{
	clear: both;
}
div.footer
{
	color: #707173;
	background-color: #E5E5E5;
	margin-top: 2px;
}
div.footer-top-left
{
	overflow: hidden;
	height: 2px;
	background-image: url('../../images/footer-top-left.png');
	background-position: top left;
	background-repeat: no-repeat;
}
div.footer-top-right
{
	height: 2px;
	background-image: url('../../images/footer-top-right.png');
	background-position: top right;
	background-repeat: no-repeat;
}
div.footer-content
{
	height: 30px;
	text-align: center;
	background-color: #E5E5E5;	
}
div.footer-content a
{
	color: #639F31;
}
div.footer-bottom-left
{
	overflow: hidden;
	height: 2px;
	background-image: url('../../images/footer-bottom-left.png');
	background-position: top left;
	background-repeat: no-repeat;
}
div.footer-bottom-right
{
	height: 2px;
	background-image: url('../../images/footer-bottom-right.png');
	background-position: top right;
	background-repeat: no-repeat;
}
div.login-small
{
	font-size: 10px;
	border: 1px solid #CCCCCC; 
	padding: 0; 
	margin: 0;
}
h3.miniheader
{
	margin: 0;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EDECEC;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 10px;
	height: 14px;
	font-weight: bold;
	font-size: 10px;
/*	text-transform: uppercase;*/
}
.inputbox-small
{
	font-size: 13px;
	font-family: Verdana;
}
.button-small, .button
{
	margin: 3px 0;
	border : solid 1px #cccccc;
	background: #E9ECEF;
	font-size : 13px;
}
table.login
{
	border: 1px solid #cccccc;
	background: #EDECEC;
}
.login-text
{
	text-align: center;
	float: left;
}

.inputlabel 
{
	font-weight: bold;
	text-align: left;
}

.inputbox
{
	width: 150px;
	margin: 0 0 1em 0;
	border: 1px solid #cccccc;
}
.clr
{
    clear:both;
}
.ctr
{
	text-align: center;
}
.title
{
	padding-left: 3px;
	font-size: 11px;
	color: #1C92CB;
	font-weight: bold;
	text-decoration: none; 
}
ul.error, ul.notify
{
	list-style-type: none;
	padding: 0;
}

ul.notify li
{
	background-color: #D4EF68;
	padding: 2px 0 2px 15px;
	font-size: 13px;
	color: #6F7F2F;
}

ul.error li
{
	background-image: url('../../images/error.gif');
	background-position: middle left;
	background-repeat: no-repeat;
	padding: 2px 0 2px 15px;
	margin: 5px 0;
	font-size: 10px;
	border: 1px solid #FF4F56;	
	background-color: #ffb3b5; 
}
table.infoBox td.title
{
	font-weight: normal;
	color: #7F7F7F;
	width: 200px;
}
.infoBox {
  background: #D3D1D1;
}

.infoBoxContents {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

td.smallText, span.smallText, p.smallText 
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: center;
}
td.main, p.main 
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}
.inputRequirement
{ 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #ff0000; 
}
#cpanel 
{ 
	text-align: center; 
	vertical-align: middle; 
}
#cpanel div.icon   
{ 
	margin: 1px; 
}
#cpanel div.icon a 
{ 
	display: block; 
	height: 93px !important;
	height: 95px; 
	width: 108px !important;
	width: 110px; 
	vertical-align: middle; 
	text-decoration : none;
	border: 1px solid #DDD;
	padding: 2px 3px 1px 3px;
}

#cpanel div.icon a:link    
{ 
	color : #808080; 
}
#cpanel div.icon a:hover   
{ 
	color : #333; 
	background-color: #E5E5E5;  
	border: 1px solid #9EBF10;
	padding: 3px 2px 0px 4px; 
}
#cpanel div.icon a:active  
{ 
	color : #808080; 
}
#cpanel div.icon a:visited 
{ 
	color : #808080; 
}
#cpanel div.iconimage 
{ 
	padding-top: 13px; 
}
div.context
{
	margin: 0 0 10px 0;
	background-color: #F58C22;
}
div.context-top-left
{
	overflow: hidden;
	height: 2px;
	background-image: url('../../images/context-top-left.png');
	background-position: top left;
	background-repeat: no-repeat;
}
div.context-top-right
{
	height: 2px;
	background-image: url('../../images/context-top-right.png');
	background-position: top right;
	background-repeat: no-repeat;
}
div.context-bottom-left
{
	overflow: hidden;
	height: 2px;
	background-image: url('../../images/context-bottom-left.png');
	background-position: top left;
	background-repeat: no-repeat;
}
div.context-bottom-right
{
	height: 2px;
	background-image: url('../../images/context-bottom-right.png');
	background-position: top right;
	background-repeat: no-repeat;
}
ul.context-menu, ul.marketing-menu
{
	margin: 0;
	padding: 0;
}
ul.context-menu li
{
	background-image: url('../../images/context-bg.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	font-weight: bold;
	padding: 5px 0 0 5px;
	margin: 0 5px;
	height: 25px;
	color: #FFF;
	list-style-type: none;
}
ul.context-menu li a
{
	color: #fff;
	text-decoration: none;
}
div.marketing-content
{
	border-left: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
}
div.marketing-top
{
	margin: 0 3px 0 3px;
	height: 3px;
	border-top: 1px solid #C7C7C7;
}
div.marketing-bottom
{
	margin: 0 4px;
	height: 1px;
	border-top: 1px solid #C7C7C7;
}
div.marketing-top-left
{
	overflow: hidden;
	height: 4px;
	background-image: url('../../images/marketing-top-left.png');
	background-position: top left;
	background-repeat: no-repeat;
}
div.marketing-top-right
{
	height: 4px;
	background-image: url('../../images/marketing-top-right.png');
	background-position: top right;
	background-repeat: no-repeat;
}
div.marketing-bottom-left
{
	overflow: hidden;
	height: 4px;
	background-image: url('../../images/marketing-bottom-left.png');
	background-position: top left;
	background-repeat: no-repeat;
}
div.marketing-bottom-right
{
	height: 4px;
	background-image: url('../../images/marketing-bottom-right.png');
	background-position: top right;
	background-repeat: no-repeat;
}
ul.marketing-menu li
{
	background-image: url('../../images/marketing-bg.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	margin: 0 5px;
	padding: 5px 0 0 5px;
	height: 20px;
	color: #FFF;
	list-style-type: none;
}
ul.marketing-menu li a
{
	color: #888888;
	text-decoration: none;
}

table.box
{
	text-align: left;
	width: 100%;
	margin: 0 0 5px 0;
	border: 1px solid #DDDDDD;
}
table.box th
{
	height: 20px;
	color: #848484;
	border: 0;
	background-color: #E5E5E5;
}
table.box td
{
	color: #F58C22;
	height: 30px;
}

table.stat-box
{
	width: 50%;
}
table.stat
{
	width: 100%;
	margin: 0 0 5px 0;
	border: 1px solid #DDDDDD;
}
table.stat-box td.header
{
	font-size: 15px;
	color: #848484;
	border: 0;
	padding-left: 5px;
	background-color: #E5E5E5;
}
table.stat td.title
{
	font-size: 13px;
	text-align: left;
	color: #F58C22;
	padding-left: 5px;
	height: 20px;
}
table.stat td
{
	font-size: 13px;
	border-top: 1px solid #DDDDDD;
	color: #678FEB;
	text-align: left;
}
table.banners
{
	width: 100%;
}
table.banners td.header
{
	color: #5F5F5F;
	width: 40%;
	font-weight: bold;
}
table.banners td
{
	margin: 0;
	height: 20px;
}
table.banners a
{
	font-size: 13px;
	color: #F58C22;
}
ul.options
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.options li
{
	padding-right: 10px;
	float: left;
}
table.login-form
{
	font-size: 14px;
	text-align: left; 
	border: 0; 
	width: 100%; 
	padding: 0 0 0 10px;	
}
table.login-form td
{
	height: 35px;
}
