body, html
{
	background: white;
	margin: 0px;
	padding: 0px;
	font: normal 12px Arial, Verdana, Sans-serif;
	color: #6a6a6a;
	text-align: center;
}
img
{
	border:0px;
}
#Content
{
	font-size: 12px;
	line-height: 19px;
	margin-top: 10px;
}
#TopLinks
{
	margin-top: 5px;
	margin-right: 10px;
	font-size: 10px;
}
#TopLinks a
{
	text-decoration: none;
	color: #3777b7;
}
#TopLinks a:hover
{
	text-decoration: underline;
}
#Content a
{
	color: #3777b7;
	text-decoration: none;
}
#Content a:hover
{
	text-decoration: underline;
}
#Footer
{
	padding-top: 5px;
	background-image: url('/templates/nexigen/imgs/dots-hor.gif');
	background-repeat: repeat-x;
	background-position: top;
	font-size: 10px;
	color: #bfbfbf;
}
.Button
{
	border: 0px;
	width: 92px;
	height: 25px;
	color: #ffffff;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	background-image: url('/templates/nexigen/imgs/btn.gif');
	background-repeat: no-repeat;
}
.button
{
	border: 0px;
	width: 92px;
	height: 25px;
	color: #ffffff;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	background-image: url('/templates/nexigen/imgs/btn.gif');
	background-repeat: no-repeat;
}
#PageTitle
{
	height: 29px;
	margin-top: 12px;
	margin-bottom: 9px;
	background-image: url('/templates/nexigen/imgs/dots-hor.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 19px;
	color: #3777b7;
	letter-spacing: 1px;
	float: left;
}
#MoreInfo
{
	height: 29px;
	margin-top: 12px;
	margin-bottom: 9px;
	background-image: url('/templates/nexigen/imgs/dots-hor.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 10px;
	color: #ffa200;
	text-align: right;
}
#MoreInfo a
{
	color: #ffa200;
	text-decoration: none;
}
#MoreInfo a:hover
{
	text-decoration: underline;
}
#Box
{
	width: 215px;
	height: 30px;
	background-color: #3777b7;
	margin: 10px 0px 10px 0px;
}
.Heading
{
	font-size: 13px;
	color: #3777b7;
	font-weight: bold;
}
#SideNav a
{
	color: #6a6a6a;
	padding: 4px 0px 3px 4px;
	margin-left: 5px;
	line-height: 22px;
	font-size: 12px;
	text-decoration: none !important;	
}
#SideNav a:hover
{
	color: #3777b7;
}
#Breadcrumb
{
	font-size: 10px;
}
#Breadcrumb a
{
	color: #58be05;
	text-decoration: none;
}
#Breadcrumb a:hover
{
	text-decoration: underline;
}
.FormText
{
	font-size: 11px;
	color: #3777b7;
	
}
.FormInput 
{
    border: solid 1px #bfbfbf;
    font-size: 10px;
    color: #6a6a6a;
}
.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #cc0000;
	margin-left: auto; 
	margin-right: auto;
}
ul .Check
{
	list-style-position: outside;
	list-style-image: url('/templates/nexigen/imgs/orangecheck.gif');
}
ul .Arrow
{
	list-style-position: outside;
	list-style-image: url('/templates/nexigen/imgs/orangearrow.gif');
}
.clientareatable {
	width: 100%;
	background-color: #cccccc;
}

tr.clientareatableheading {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
}

tr.clientareatableactive {
	background-color: #ffffff;
	text-align: center;
}

tr.clientareatablepending {
	background-color: #ffffcc;
	text-align: center;
}

tr.clientareatablesuspended {
	background-color: #ccff99;
	text-align: center;
}

tr.clientareatableterminated {
	background-color: #ff9999;
	text-align: center;
}

tr.supportticketsheading {
	background-color: #efefef;
}

tr.supportticketscontent {
	background-color: #ffffff;
}