body {
	font-family: Calibri, "Trebuchet MS", Arial, Verdana,Helvetica, sans-serif;
	font-size: 14px !important;
	background: #fafbff url(/img/header-x.png) repeat-x left top;
	color: #444;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #3776b3;
}

a:hover {
	text-decoration: underline !important;
}

/**** PRE DEFINED ELEMENTS ****/

hr {
	border: 0px;
	border-top: 1px solid #eee !important;
	height: 1px;
	background: none;
}

ul, li {
	color: #10325D;
}

p {
	line-height: 1.5;
	margin: 5px 0 10px 0;
	color: #10325D;
}

table {
	width: 100%;
}

img {
	border: 0;
	text-decoration: none !important;
}

tt {
 	color: black;
}

blockquote {
	font-family: "courier";
	border: 1px dashed #ccc;
	background: #F9F9F9;
	padding: 3px 10px 3px 35px;
	margin: 8px 0;
	background: #f9f9f9 url(/img/terminal.png) no-repeat 6px 6px;
}

input, select, textarea, button {
	font-family: Calibri, "Trebuchet MS", Arial, Verdana,Helvetica, sans-serif;
	font-size: 1em;
}

input[type=text], input[type=password], input[type="date"], input[type="email"] {
	border: 1px solid #bdc7d3;
	padding: 3px;
	background-color: #fff;
	margin: 5px 0 5px 0;
	width: 210px;
	background: #fff url(/img/fieldbg.png) repeat-x left -6px;
}

input[type=text]:focus, input[type=password]:focus, input[type="date"]:focus, input[type="email"]:focus  {
	border: 1px solid #555;
	padding: 3px;
	background: #fffff0 !important;
}

input[type=text]:disabled {
	background: #eee !important;
}

input[type=submit] {
	background: url(/img/button-bg.png) repeat-x left bottom;
	border: 1px solid #ccc;
	padding: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #666;
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
    cursor: pointer;
}

input[type=submit]:focus {
	background: url(/img/fieldbg.png) repeat-x left -4px;
	border: 1px solid #ccc;
	padding: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #666;
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
    cursor: pointer;
}

select, textarea {
	border: 1px solid #bdc7d3;
	padding: 2px;
	background-color: #fff;
	margin: 5px 0 5px 0;
	width: 218px;
	background: transparent url(/img/fieldbg.png) repeat-x left -6px;
}

select:focus, textarea:focus {
	border: 1px solid #555;
	padding: 2px;
	background: #fffff0 !important;
}

button {
	background: #fff url(/img/button-bg.png) repeat-x left bottom;
	border: 1px solid #bbb;
	padding: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #666;
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-shadow: 1px 1px 1px #fff;
	white-space: nowrap;
	min-width: 80px;
    cursor: pointer;
}

button:hover {
	background: url(/img/fieldbg.png) repeat-x left -4px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ccc;
	padding: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #666;
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-shadow: 1px 1px 1px #fff;
}

button:disabled {
	background: #f5f5f5 !important;
	border: 1px solid #ddd;
	color: #999;
}

button img {
	float: left;
	padding-right: 3px;
}

fieldset {
	border: 1px solid #d4e6f8;
	background: #d4e3f2 url(/img/formbg.png) repeat-x left -20px;
	padding: 10px 15px 10px 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: block;
	margin-bottom: 13px;
	position: relative;
	color: #10325D;
}

legend {
	color: #fff;
	padding: 4px 10px 3px 10px;
	background: #ffffff url(/img/legend-bg.png) repeat-x left top;
	font-weight: normal;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

legend img {
 	float: left;
 	margin-top: 0px;
}

label {
	color: #10325d;
	padding-right: 2px;
}

form {
	padding: 0px;
	margin: 0px;
}

/**** HEADING TAGS ****/

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.6em;
	color: #1e427f;
	letter-spacing: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #eee;
}

h3 {
	font-size: 1.4em;
	color: #293547;
	font-weight: bold;
	margin-bottom: 7px;
}

h4 {
	font-size: 1.25em;
	font-weight: bold;
	color: #888;
}

/*** SITE HEADER ****/

#header a:link, #header a:visited, #header a:active, #header a:hover {
	color: #fff;
}

div#logout_link {
	position: absolute;
	top: 18px;
	right: 10px;
	margin-left: auto;
	color: #fff;
	text-align: right;
}

div#logout_link p {
	color: #fff;
}

div#logo {
  float: left;
  display: block;
  max-width: 246px;
}

div#logo img {
  border: 0px;
  display: block;
  min-height: 70px;
    height: 90%;
}

/**** LEFT MENU ****/

.menubg {
	background: url(/img/menubg.png?1) no-repeat left bottom;
	width: 220px;
}

ul.menu_heading li h4 {
	margin-bottom: 0px;
	cursor: pointer;
	padding: 4px 4px 4px 10px;
	background: url(/img/menu-h4.png) no-repeat left top;
	height: 18px;
	color: #1e427f;
	font-weight: bold;
	width: 206px;
	font-size: 14px;
}

ul.menu_heading, ul.menu_list {
	list-style: none;
	padding: 0px;
	width: 220px;
	margin: 0px;
}

ul.menu_list {
	margin-bottom: 10px;
}

ul.menu_heading {
	margin-top: 5px;
}

ul.menu_shadow {
	background: url(/img/menubg-shadow.png) no-repeat left -6px;
	width: 220px;
}

ul.menu_list li {
	display:block;
	overflow:hidden;
	padding: 3px 3px 3px 10px;
	height: auto;
	vertical-align:top;
	line-height:1.3em;
	text-shadow: #4c7fa3 1px 1px 1px;
}

ul.menu_list a {
	display:inline-block;
	overflow:hidden;
	max-width: 180px;
	color: #fff;
}

ul.menu_list a:hover {
	text-decoration: underline;
}
ul.menu_list li img {
	float:left;
	margin:0.3em 0.3em 0 0;
}

/*** MODAL FORM ***/

#simplemodal-container.big-modal {
  	background: #eef1f7 url(/img/formbg.png) repeat-x left 0px;
	border: 5px solid #c6dbf0;
	padding: 10px 20px 10px 20px;
	height: 80% !important;
	width: 800px !important;
	top: 50px !important;
	left: 50% !important;
	margin-left: -400px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#simplemodal-container {
  	background: #eef1f7 url(/img/formbg.png) repeat-x left 0px;
	border: 5px solid #c6dbf0;
	padding: 10px 20px 10px 20px;
	height: auto !important;
	width: auto !important;
	top: 50px !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.simplemodal-retail {
	border: 15px solid #D1EEEE  !important;
}

#simplemodal-container a.modalCloseImg {
	background:url(/img/modal_close.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}

#simplemodal-wrap {
	overflow: auto;
}

#simplemodal-data {
	padding-right: 20px;
}

#simplemodal-overlay {background-color:#000; cursor:wait;}

.modal_buttons {
	padding-top: 10px;
	text-align: center;
}

/**** COLORS, PADDING & MARGINS, TYPOGRAPHY ****/

.error, .notice, .success, .notice-wo-icon {padding:.8em;margin-bottom:1em;border:1px solid #ddd; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;}
.error {background:#FBE3E4 url(/img/exclamation.png) no-repeat 12px 12px;padding-left:35px;color:#8a1f11;border-color:#FBC2C4;}
.notice {background: #FFF6BF url(/img/error.png) no-repeat 12px 12px;padding-left:35px;color:#514721;border-color:#FFD324;}
.notice-wo-icon {background: #FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2 url(/img/accept.png) no-repeat 12px 12px;padding-left:35px;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.error { list-style-position: inside;}

.labelcolor { color: #10325d;}
.labelerror { color: #ff0000;}

.green { color: #91cc3a; }
.red { color: #cc3a3a; }
.blue { color: #66abcb; }

.highlight-row-0 { background-color: #f1f6ff;}
.highlight-row-1 { background-color: #fff;}

div.document {
	padding:10px;
	margin:10px;
	border:1px solid #ccc;
	background-color:#f0f0f0;
}

.question {
	color: #1E427F;
	background: url(/img/pencil.png) no-repeat top left;
	padding-left: 25px;
	margin-top: 20px;
}

.question:hover {
	cursor: pointer;
}

.answer {
	padding-left: 25px;
}

.note { color: #10325d; font-style: italic; font-size: 0.97em;}
.underline { text-decoration: underline; }
.xlarge { font-size: 17px;}
.bold	{ font-weight: bold;}

.nobg {
	background: transparent !important;
	background-color: transparent !important;
}

.table_basic {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

.clear {clear: both;}

.left {text-align: left !important;}
.center {text-align: center !important;}
.right {text-align: right !important;}
.middle {vertical-align: middle !important;}
.top {vertical-align: top !important;}
.bottom {vertical-align: bottom !important;}
.nowrap {white-space:nowrap !important;}

.nopadding {
	padding: 0 !important;
}

#period { margin-right: 25px;}
div#toolbox { margin-bottom: 15px;}

#a_back {
/*	position: absolute;
	top: 10px;
	right: 10px;*/
	float: right;
}

#whois {font-family: courier, sans-serif;}

.idnbutton {
	font-size: 16px;
	font-family: Arial, Verdana, sans-serif;
}

/**** PAGINATION TABLE ****/

.pagination_table th {
	background: #aac8e6;
	padding: 6px 6px 6px 6px;
	text-align: left;
	color: #10325D;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #e2ebf4;
}

.pagination_table th a:link { color: #224669; }
.pagination_table th a:visited { color: #224669; }
.pagination_table th a:active { color: #224669; }
.pagination_table th a:hover { color: #224669; }

.pagination_table th a {
	color: #224669;
	text-decoration: underline;
}

.pagination_table td {
	padding: 3px 6px 3px 6px;
	color: #10325D;
	white-space:nowrap
}

/**** TABLE NAVIGATION (part of PAGINATION TABLE) ****/

.table_nav {
	border: 0px;
	margin: 0 auto;
	background-color: #d6e3f1;
	padding: 0 5px;
	color: #10325d;
	min-width: 550px;
}

.table_nav_bg {
	background-color: #d6e3f1;
}

.table_nav button {
	padding: 1px !important;
	min-width: 30px !important;
}

.table_nav button img {
	padding-right: 0 !important;
}

.table_nav td {
	padding: 0px !important;
	vertical-align: middle;
}

.table_nav select, .table_nav input {
	width: 50px;
}

div#contacts th {
	text-align: left;
}

#footer p {
	color: #777;
}

table#dns_nameservers {
	width: 1%;
}

/**** DASHBOARD ******/

#dashboard_stats strong {
	float: right;
}

#dashboard_stats table td {
	padding-bottom: 5px;
}

#dashboard {
	width: 100% !important;
}

#dashboard td {
    vertical-align: top;
}

#dashboard .db_box {
	margin-bottom: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #eef1f7 url(/img/formbg.png) repeat-x left 0px;
	border: 1px solid #dde3ed;
}

#dashboard .db_content {
 	padding: 10px;
}

#dashboard #db_col1 {
	width: 65%;
	padding-right: 10px;
}

#dashboard #db_col2 {
 	width: 35%;
 	padding-left: 10px;
}

#dashboard #db_search {
	padding: 0px !important;
	margin-bottom: 20px !important;
	min-width: 510px;
}

#dashboard .db_side .db_side_left {
	padding-right: 10px;
}

#dashboard .db_side .db_side_right {
	padding-left: 10px;
}

.tabs_bg {
	background: #d4e3f2 url(/img/formbg.png) repeat-x left 0px !important;
	border: 1px solid #d4e6f8 !important;
	-moz-border-radius: 0px 8px 8px 8px;
	-webkit-border-radius: 0px 8px 8px 8px;
	-moz-border-radius-topleft: 0px !important;
	-webkit-border-radius-topleft: 0px !important;
}

#tabs-5-tab img, #tabs-4-tab img, #tabs-3-tab img , #tabs-2-tab img, #tabs-1-tab img {
	margin-top: 0px;
	margin-right: 2px;
	float: left;
}

#dashboard .tips {
	background: #FFF6BF !important;
	border: 1px solid #e4d995;
	color:#514721;
}

.item {
 	-moz-border-radius: 8px;
 	-webkit-border-radius: 8px;
 	border-radius: 8px;
	background: #ffffff url(/img/fieldbg.png) repeat-x left -5px;
	border: 1px solid #c3d7eb;
	padding: 8px;
	margin-bottom: 15px;
}

.item ul {
	padding-left: 15px;
}

.item_single {
 	-moz-border-radius: 8px;
 	-webkit-border-radius: 8px;
 	border-radius: 8px;
	background: #ffffff url(/img/fieldbg.png) repeat-x left -5px;
	border: 1px solid #c3d7eb;
	padding: 8px;
	margin-bottom: 5px;
}

#db_news .db_content {
 	height: 400px;
 	overflow-y: scroll;
}

#db_news h3 {
 	color: #4e9324;
}

.dashboard_promo td {
	/*vertical-align: middle !important;*/
	vertical-align: top !important;
}

ul.list {
	padding-left: 25px;
	list-style-type:disc;
	list-style-position:inside;
	margin-bottom: 10px;
}

#recommend {
	text-align: center;
	color: #888;
	margin-top: 30px;
	margin-bottom: 15px;
}

/**** graphics ****/

#extlogos {
	width:700px;
}

#extlogos td {
	text-align:center;
	vertical-align:middle;
}

#extlogos td img {
	padding:10px 5px;
}

/* agreements */
p.agreement_second_level {
	padding-left: 30px;
}

p.agreement_third_level {
	padding-left: 60px;
}

/** GO LIVE BUTTON **/
button#btn_go_live {
	position: relative;
	color: rgb(255,255,255);
	text-decoration: none;
	background: rgb(219,87,5);
	font-weight: bold;
	font-size: 30px;
	display: block;
	padding: 4px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
	-moz-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
	box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
	margin: 30px auto;
	width: 160px;
	text-align: center;
	border: 0;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	text-shadow: none;
	outline: none;
}

button#btn_go_live:active {
	-webkit-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
	-moz-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
	box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
	position: relative;
	top: 6px;
	outline: none;
}

.rra_agreement ul, .rra_agreement ol {
	padding-left: 30px;
}

.tooltip {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    margin: 0;
}

.btn-portal {
    padding: 8px;
    width: 100%;
    margin: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
    cursor: pointer;
}

.btn-portal:hover {
    padding: 8px;
    width: 100%;
    margin: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
    cursor: pointer;
}

.btn-portal img {
    display: inline;
    float: none;
    vertical-align: middle;
    padding-right: 0px;
}
