body {
	/*background-color: #efefef;*/
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}

form {
	margin: 0px;
}

body,td,input,select,textarea {
	/*font-family: Tahoma;*/
	/*font-size: 11px;*/
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

.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: 840px;
	border: 0px;
	/*padding: 5px; */
	border-collapse: collapse;
	background-color: #ffffff;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
}

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

.clientarealinks {
    background-color: #FDFCDD;
    padding: 10px;
}


.clientarealinks a {
	color: #555555;
}

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

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

.clientareatable {
	width: 100%;
	background-color: #cccccc;
}

#comprovante {
	position: absolute;
	top: 200px;
	left: 200px;
	display: none;
	border: 3px solid #fff;
}
#comprovante.on{
	display: block;
}

#comprovante.off{
	display: none;
}

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

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

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

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

/* Style of website */

#top {
	width: 100%;
	height: 180px;
	background-image: url(http://www.instantcpanellicense.com/img/instantcpanellicense.jpg);
	background-repeat: no-repeat;
	border: 1px solid white;
}

#menu {
	margin-top: 90px;
	margin-left: 205px;
	width: 630px;
	border-top: 1px solid #ccc;
}

#tiny_menu {
	padding: 5px 0px 5px 0px;
	width: 630px;
	float: right;
	border-bottom: 1px solid #ccc;
	text-align: center;
}



#tiny_menu  a:link {
	padding: 2px 2px 2px 2px;
	margin: 0px 5px 0px 5px;
	color: #666;
	text-decoration: none;
}

#tiny_menu  a:visited {
	padding: 6px 2px 6px 2px;
	margin: 0px 5px 0px 5px;
	color: #666;
	text-decoration: none;
}

#tiny_menu  a:hover {
	padding: 6px 2px 6px 2px;
	margin: 0px 5px 0px 5px;
	background-color: #666;
	color: white;
}

#why3 {
	position: absolute;
	top: 135px;
	left: 470px;
}

.logo {
	position: absolute;
	top: 65px;
	left: 24.5%;
}

#auth {
	margin-top: 4px;
}

#bar1 {
	clear: both;
	width: 100%;
	height: 40px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 0px;
	margin: 0px;
	line-height: 40px;
}

#bar1  a:link {
	padding: 2px 2px 2px 2px;
	margin: 0px 10px 0px 10px;
	color: #666;
	text-decoration: none;
}

#bar1  a:visited {
	padding: 6px 2px 6px 2px;
	margin: 0px 10px 0px 10px;
	color: #666;
	text-decoration: none;
}

#bar1  a:hover {
	padding: 6px 2px 6px 2px;
	margin: 0px 10px 0px 10px;
	background-color: #666;
	color: white;
}

#footer {
	color: #666;
	padding: 10px;
	font-size: 12px;
}

#footer a:link {
	color: orange;
	text-decoration: none;
}

#footer a:visited {
	color: orange;
	text-decoration: none;
}

#footer a:hover {
	color: orange;
	text-decoration: underline;
}