/*
 _         _ _ _           _             
| |_  __ _| (_) |_  ___ __| |_   __ __ _ 
| ' \/ _` | | | ' \/ _ (_-<  _|_/ _/ _` |
|_||_\__,_|_|_|_||_\___/__/\__(_)__\__,_|
					//get your own stylez
*/

.border {
	border-top: 1px solid #e8e9eb;
	border-left: 1px solid #e8e9eb;
	border-right: 1px solid #e8e9eb;
	border-bottom: 1px solid #e8e9eb;
	background-color: #FFFFFF;
}

a:link	{
	text-decoration: none;
	color: #5ca0b6;
}
a:visited 	{
	text-decoration: none;
	color: #5ca0b6;
}
a:hover 	{
	text-decoration: underline;
	color: #5ca0b6;
}

/* Text */

.color	{
	color: #199fc2;
}

.button	{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #747a7e;
	padding: 5px 16px 5px 16px;
}

.button-large	{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #747a7e;
	padding: 5px 30px 5px 30px;
}

.page-title{
  padding-bottom:10px;
}

/* Table */

.background	{
	background: url(images/background.gif);
}

.maintextarea {
	padding: 10px 10px 10px 10px;
	text-align: justify;
	border: 1px solid #e8e9eb;
}

.subtextarea {
	padding: 1px 1px 1px 1px;
	border: 1px solid #e8e9eb;
}

.subnav {
	padding: 3px 6px 3px 6px;
	background-color: #fbfbfb;
}

.subnav2 {
	padding: 3px 6px 3px 6px;
	background-color: #f6f6f6;
	border-top: 1px solid #e8e9eb;
	border-bottom: 1px solid #e8e9eb;
}

.tablepadding	{
	padding: 10px 0px 10px 0px;
}

.tablepadding2	{
	padding: 10px 0px 0px 0px;
}

.sidebox	{
	padding: 10px 10px 10px 10px;
	border: 1px solid #e8e9eb;
	font-size: 12px;
	color: #4c4c4c;
	line-height: 14px;
	text-align: justify;
	margin-bottom: 10px;
}

.sidebox2	{
	padding: 4px 26px 4px 0px;
	border: 1px solid #e8e9eb;
	margin-bottom: 4px;
	text-align: center;
}

.cellpadding	{
	padding: 7px 7px 7px 7px;
	border: 1px solid #e8e9eb;
	font-size: 10px;
	color: #4c4c4c;
	line-height: 14px;
	text-align: left;
}

.bottom	{
	padding: 7px 7px 7px 7px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #e8e9eb;
	font-size: 10px;
	color: #4c4c4c;
	background-color: #f6f6f6;
	line-height: 14px;
	text-align: left;
}

.title2	{
	font-size: 20px;
	color: #184971;
	text-align: left;
	background-color: #f6f6f6;
	padding: 12px 10px 12px 10px;
	border: 1px solid #e8e9eb;
}

.imagepadding	{
	margin-bottom: 10px;
}

.tablesmall	{
	font-size: 12px;
	color: #4c4c4c;
	line-height: 12px;
	text-align: justify;
	margin-bottom: 15px;
}

.tablesmall-2	{
	font-size: 12px;
	color: #4c4c4c;
	line-height: 12px;
	text-align: justify;
	margin-bottom: 15px;
	padding-top: 10px;
	border-top: 1px solid #e8e9eb;
}
.lime{
    background: #c7e456;
    font-size:15px;
    color: #333;
}

/*-------------+
| ORDER BUTTON |
+-------------*/
.order-list	{
	background-color: #184971;
	color: #FFFFFF;
	list-style: none;
	text-align: center;
}
.order-list li {
	background-color: #184971;
	text-align: center;
}
.order-list a {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	padding: 6px 3px 6px 3px;
	text-decoration: none;
}
.order-list a:link {
	background-color: #184971;
        /*background-color: #e99719;*/
	color: #FFFFFF;
}
.order-list a:visited {
        background-color: #184971;
        /*background-color: #e99719;*/
	color: #FFFFFF;
}
.order-list a:hover {
	background-color: #6485a0;
        /*background-color: #efb356;*/
	color: #FFFFFF;
	text-decoration: none;
}


/*-------------------+
| CLIENT AREA STYLES |
+------------------*/
.clientarealinks a:link, .clientarealinks a:visited{
    text-decoration: none;
    color: #666;
    margin-right:20px;
    }
.clientarealinks a:hover{
    text-decoration: underline;
    }

.clientarealinks {
    background: #e5e5e5;
    }

.heading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #65A5E6;
}

.heading2 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.heading3 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #16679F;
}

.wrapper {
	width: 730px;
	border: 0px;
	padding: 5px;
	border-collapse: collapse;
	background-color: #ffffff;
	margin-left: auto; 
	margin-right: auto;
}

table.topnavbar {
	width: 100%;
}

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

tr.topnavbar a {
	color: #000000;
	text-decoration: none;
}

tr.topnavbar a:hover {
	color: #666666;
}


table.frame {
	width: 100%;
	border: 1px solid #8FBCE9;
	padding: 0px;
}

.fieldarea {
	background-color: #EFF2F9;
	text-align: right;
}

.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: #FFFFE2;
	text-align: center;
}

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

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

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

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

.contentbox {
	width: 75%;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px dashed #cccccc;
	padding: 5px;
	margin-left: auto; 
	margin-right: auto;
}

.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;
}

.domaincheckeravailable {
	color: #669900;
}

.domaincheckerunavailable {
	color: #cc0000;
}

.networkissuessummary {
    background-color: #f6f6f6;
    border: 1px dashed #cccccc;
    padding: 10px;
    text-align: center;
}

.networkissuesopen {
    font-size: 16px;
    font-weight: bold;
    color: #65CC00;
    padding-right: 20px;
}

.networkissuesscheduled {
    font-size: 16px;
    font-weight: bold;
    color: #EEDD00;
    padding-right: 20px;
}

.networkissuesclosed {
    font-size: 16px;
    font-weight: bold;
    color: #888888;
}

.networkissuedescription {
    border-left: 5px solid #efefef;
    padding: 20px;
    padding-top: 1px;
}

.networkissueaffected {
    background-color: #FDFCDD;
    padding: 10px;
    margin-top: 10px;
}

.clientticketreplyheader {
    margin-top: 20px;
    background-color: #92BDEA;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.clientticketreply {
    min-height: 80px;
    background-image: url('/images/clientticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.adminticketreplyheader {
    margin-top: 20px;
    background-color: #888888;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.adminticketreply {
    min-height: 80px;
    background-image: url('/images/adminticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.closeticket {
    border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
    color: #cc0000;
}

tr.orderheadingrow {
	background-color: #5AB9F1;
	color: #ffffff;
}

tr.orderrow1 {
	background-color: #E8F0F9;
	color: #000000;
}

tr.orderrow2 {
	background-color: #D6E4F6;
	color: #000000;
}
