body {
	background-color: #666666;
	background-image: url(bgsh1.png);
	background-repeat: repeat-x;
}

body, p, div, td {
    font-family: "Trebuchet MS", Arial, Verdana;
	 font-size: 13px;
}

a {
	text-decoration: none;
	color: #1E90FF;
}

a:hover {
    text-decoration: underline;
}

h3  {
	font-family: helvetica, arial;
}

h2, h3, h4 {
    color: #444444;
}

#main-area {
    width: 990px;
 	 background-image: url(bgli.png);
	 background-repeat: repeat-x;	 
    background-color: white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#main-body {
    padding: 12px;
    text-align: left;
}

#left-column, #main-column {
	text-align: left;
	float: left;
}

#left-column {
	width: 295px;
	padding: 0px;
}

#left-column p, #left-column h2 {
	padding-left: 8px;
	padding-right: 30px;
	/*text-align: justify;*/
}
#left-column p small {
	color: white;
	background-color: gray;
	padding-left: 3px;
	padding-right: 3px;
}


#main-column {
	width: 630px;
	padding: 7px;
}

#main-column p {
	padding-left: 5px;
}

#footer {
	padding: 14px;
    background-color: silver;
	color: white;
	font-weight: bold;
	text-align: center;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
}

.mega-point {
	margin-top: 7px;
	margin-bottom: 40px;
	font-family: helvetica, arial;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #72BF00;
	font-size: 19px; 
}

.lite-point {
	background-color: #ffff9f;
	font-size: 14px;
	padding: 9px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.main-point {
    float: right;
    width: 360px; 
    padding: 12px;
    background-color: #ddefff;
    margin: 10px;
    margin-left: 20px;
    margin-top: 0px;
}

.main-point h4 {
    margin-top: 10px;
}

#toolbar {
    background-color: silver;
    border-top: 1px solid #AAAAAA;
    color: white;
    padding: 2px;
    font-weight: bold;
}
#toolbar .left {
    float: left;   
}
#toolbar .right {
    float: right;
}

.def-action-link {
    background-color: orange;
    padding: 12px;
    font-size: 130%;
    width: 240px;
    float: right;
    text-align: center;
}

#report-summary .r-ok {
    color: green;
    font-weight: bold;
}

#report-summary .r-unre {
    color: gray;
    font-weight: bold;
}

#report-summary .r-inval {
    color: orange;
    font-weight: bold;
}

#report-summary .r-miss {
    color: red; 
    font-weight: bold;
}

p.subinfo { 
    color: gray;
    font-size: 90%;
}

/** FORM CSS **/

form {

    padding: 12px;
	background-color: #e6e6e6;

    width: 93%;

}

form.ordinary {
	padding: 0px;
	padding-left: 10px;
	background-color: transparent;
}


form label { 

	display: block;

	float: left; 

	width: 220px; 

	padding: 0; 

	margin: 5px 0px 0px 0px;

	text-align: right; 

}





form .required{

    font-weight:bold;

}



.vnote {

	display: none;

	color: #ff5e5e;

    font-weight: bold;

}



form div.field {

    float: left;

    margin: 5px 0 0 10px;

}



form div.field em {

    display: block;

    font-size: 90%;

    color: #232323;

    width: 180px; 

}



form div.row {

    clear: left;

}



form div input, form div textarea, form div select { 

    border: none;

    border-bottom: 1px solid silver;

    width: 180px; 

    padding: 3px;

}



form input.small { 

    width: 160px; 

}



form input.submit { 

    width: 130px;

    font-weight: bold;

}

/** END FORM CSS **/

ul#messages {
	background-color: #dcdcdc;
}

ul#messages li {
	padding: 3px;	
}

#messages .ok {
	background-color: #adff2f;
}

#messages .er {
	background-color: #ff9c8a;
}

/* table */

table.data-table {
	width: 100%;
	padding: 0px;
}

table.data-table td {
	border-bottom: 1px solid #e1e1e1;
	padding: 2px;
}

table.data-table td.tools {
	text-align: right;
}

table.data-table td.domain {
	font-weight: bold;
}

table.data-table th {
	background-color: #ffe4b5;
	font-size: 12px;
	color: #145e6f;
	text-align: left;
	padding: 2px;
	padding-left: 2px;
	border-bottom: 1px solid #aa6600;
}

table.data-table tr td {
	padding-left: 5px;
	padding-right: 5px;
}

table.data-table tr.opened {
	font-weight: bold;
}

table.data-table tr td.num {
	text-align: right;
}

span.edit-mode, td.edit-mode {
	background-color: #ffe3d9;
	font-size: 13px;
	font-weight: normal;
	font-family: sans-serif;
}

td.edit-mode {
	width: 80px;
}

.waiting-for {
	background-color: #f0ffff;
	color: gray;
	font-style: italic;
}

.right-float-command {
	float: right;
	background-color: #ffc3c3;
}

div.website-details {
    float: left;
    width: 45%;
    text-align: left;
    padding: 5px;
    margin: 5px;
}

div.website-details table tr td, div.whois-details table tr td {
    background-color: #f1f1f1;
    padding: 5px;
}

div.website-details table tr td.title, div.whois-details table tr td.title {
    font-weight: bold;
    background-color: #e5e5e5;
    border-bottom: 1px solid #d0d0d0;
}

div.website-details table tr td.sub, div.whois-details table tr td.sub {
    padding-left: 18px;
}

div.website-details table tr td.num, div.whois-details table tr td.num {
    text-align: center;
}


div.whois-details {
    float: left;
    width: 47%;
    text-align: left;
    padding: 5px;
    margin: 5px;
}

.hidden {
    display: none;
}

span.htip {
 	font-family: Verdana;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	color: #c47b00;
	background-color: #d0ffb5;
	font-size: 10px;
	cursor: help
}



div.feature {
	float: left;
	margin: 10px;
	width: 174px;
	height: 200px;
	padding: 10px;
	background-color: #c6e8eb;
}

div.feature:hover {
	background-color: #a2dae1;
}

div.feature br {
	clear: both;
}
div.feature h4 { 
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
}
div.feature img {
	border: 1px solid silver;
}
.grayish {
	color: #999999;
}


div.plans div {
	float: left;
	width: 160px;
	height: 200px;
	border: 1px solid #4682b4;
	text-align: center;
	vertical-align: top;
	padding: 0px;
	margin: 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.plans div.curr {
	border: 1px solid #00799f;
	background-color: white;


}

div.plans div h3 {
	font-size: 20px;
	background-color: #008ab5;

	margin: 0px;
	padding: 10px;
	height: 23px;
	color: white;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
}

div.plans div.curr h3 {
	background-color: #00bfff;
}


div.plans div strong, div.plans div em, div.plans div b{
	display: block;
	margin: 1px;
	margin-top: 7px;
	margin-bottom: 7px;
}

div.plans div b small {
	font-size: 11px;
	font-weight: normal;
}

div.plans div b {
	font-size: 16px;
}

div.plans div strong {
	font-size: 16px;
	color: #333333;
}

div.plans div strong a {
	font-size: 11px;
	font-weight: normal;
}


div.plans div em b { display: inline; }

div.plans div p a{
	margin-top: 10px;
	background-color: #90c800;
	padding: 8px;
	font-weight: bold;
	color: white;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.plans div p {
	margin: 20px;
}


/* NEW NEW NEW */



div.bullets {
    float: left; width: 350px;
}
div.bullets li{
    font-size: 13px;
    margin-top: 10px;
}
div.bullets li small {
    font-size: 13px;
    display: block;
    color: gray;
	 	font-style: italic;
}
div.normpoint {
	float: left;
	width: 350px;
	color: black;
	font-size: 13px;
	font-style: italic;
	padding: 10px;
	background-color: #FFF295;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
div.imgtxt {
    clear: left;
	 padding: 15px 0px 5px 10px;
}
div.imgtxt img {
    float: left;
}

div.imgtxt div {
	text-align: left;
   float: left;
	width: 364px;
	padding: 0px 0px 0px 15px;
}

div.imgtxt div h3 {
	font-size: 18px;
	color: Gray;
	margin: 0px;
	font-style: italic;
	color: #457697;
}

div.imgtxt div ul {
	padding-left: 20px;
}

div.imgtxt div ul li {
	padding: 5px;
}

div.headline {
	text-align: left;
	margin: 20px 0px 9px 0px;
	clear: both;
}

div.headline span {
	display: block;
	font-size: 18px;
	font-family: Trebuchet MS, Arial, Helvetica, Verdana;
	font-weight: bold;
	color: gray;
	text-align: left;
}

div.news {
	background-color: #D8E9EB;
	text-align: left;
	padding: 4px;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px; /*	text-decoration: underline; */
	margin: 5px;
}
