*{
	margin:0; 
	padding:0;
}

body {
	background:#CFE1ED url(../images/bg-top.gif) repeat-x ;
	color:#404040;
	font-family:Arial,Helvetica,sans-serif;
	font-size:76%;
}

table thead {
	background:#0086C6;
	color:#FFFFFF;
}

table th, table td{
	padding: 3px 5px;
	border: 1px #F0F0F0 solid;
	text-align:center;
}
table td a{
	color:#000000;
	text-decoration:none;
}

table td a:hover{
	color:#0086C6;
	text-decoration:underline;
}


h1 {
	color:#70703B;
	font-size:180%;
	padding: 0.5em 0;
	text-align:left;
}

h2 {
	color:#C6C65B;
	font-size:140%;
	padding:0.5em 0;
	text-align:left;
}

h1 a, h2 a, h3 a {
	color:inherit;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}
ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:circle;
}

p {
	text-align:justify;
	margin: 5px 0;
}

ul, ol {
	margin:10px 0 0 30px;
}

ul.no-style {
	margin:0;
	list-style:none;
}

label {
	color:#666666;
	display:inline-block;
	font-weight:bold;
	margin:0 5px 0 0;
}

optgroup {
	background:#E9E9E9;
	border:1px #999999 solid;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.view,.edit,.delete {
	display:inline-block;
	height:20px;
	overflow:hidden;
	text-indent:-200px;
	width:20px;
}
ul.errors {
	margin:0 30px 20px;
}

ul.errors li{
	color:#990000;
	font-weight:bold;
	list-style:disc;
}

.view {
	background-image:url(../images/view_icon.png);
}

.edit {
	background-image:url(../images/edit_icon.png);
}

.delete {
	background-image:url(../images/delete_icon.png);
}

#container {
margin:16px auto 0 auto;
width:760px;
background:#FFFFFF;
}

#header {
	border-bottom:1px solid #D7D7D7;
	clear:both;
	display:block;
	height:80px;
	margin:0 15px;
	padding:10px 0;
}

#logo{
	background:transparent url(../images/logo.gif) no-repeat;
	display:block;
	height:73px;
	width:197px;
	float:left;
	text-indent:-1000px;
	overflow:hidden;
	text-decoration:none;
}

#header img {
	float:left;
}

#header .navigation {
	list-style:none;
	float:right;
	margin:40px 0 0 0;
}
#header .navigation li {
	float:left;
	margin-left:5px;
}

#header .navigation li a {
	background-image:url(../images/tab_orange.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	height:23px;
	padding-top:7px;
	text-align:center;
	text-decoration:none;
	width:90px;
}

#header .navigation li.active a,#header .navigation li a:hover{
	background-image:url(../images/tab_blue.jpg);
}

#flashMsg {
	text-align:center;
}

#flashMsg ul {
	list-style:none;
	background:#FDEDD5;
	border:#FF9900 1px dotted;
	padding:10px;
	margin:5px 30px;
	color:#666666;
	font-weight:bold;
}

#main {
	margin:10px 0;
	padding:0 55px;
	text-align:justify;
}


#searchForm {
	background-color:#F4F4F4;
	margin:0 -55px;
	padding:10px 55px;
	line-height:1em;
}


.searchGo {
	float:right;
	text-indent:-290px;
}
.searchText input {
	width:225px;
}

.searchGo input {
	background:#999999 none repeat scroll 0 0;
	border:1px solid #FFFFFF;
	width:45px;
	color:#FFFFFF;
	font-weight:bold;
}

#preview {
	background:#FF9900 none repeat scroll 0 0;
	margin:10px -55px;
	padding:10px 15px;
}

.preview-overlay {
	margin:0 5px;
	width: 170px;
	height:180px;
	background-image:url(../images/preview-overlay.png);
	background-repeat:no-repeat;
	display:inline-block;
}
.preview-overlay .domain_link {
	margin:20px auto 5px;
}

.preview-overlay a{
	color:#A05000;
	display:inline-block;
	font-size:10px;
	margin-left:10px;
	overflow:hidden;
	text-align:center;
	vertical-align:bottom;
	width:150px;
	height:30px;
}

.preview-overlay .domain_link,.preview-overlay img{
	width: 160px;
	height:120px;
	border:none;
	display:block;
	overflow:hidden;
}

.blue_theme {
	margin: 10px 0;
}
.blue_theme h2 {
	color:#0086C6;
	font-size:180%;
	margin:0.3em 0;
}

.blue_theme p, .blue_theme ul {
	background:#0086C6;
	margin: 0 -55px;
	padding: 10px 55px;
	color:#FFFFFF;
}

.blue_theme p, .blue_theme ul li {
	font-weight:bold;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
}
.blue_theme ul li{
	margin:0 0 0 30px;
}

.blue_theme p a {
	display:block;
	color:#C8E6F7;
	font-weight:bold;
	text-decoration:none;
	margin: 5px 0;
}

.most-list {
	display:inline-block;
	font-family:Comic Sans MS;
	font-size:14px;
	font-weight:bold;
	margin:10px auto;
}
.most-list div {
	width:325px;
	text-align:center;
}

.most-list div ul {
	list-style:none;
	margin:0;
}
#footer{
	clear:both;
	text-align:center;
	font-size:12px;
	color:#66CCFF;
	line-height:18px;
	border-top:1px solid #D7D7D7;
	margin:0 15px;
	padding:10px 0;
}

#footer .navigation {
	margin: 0;
}

#footer .navigation li{
	border-color:#666666;
	border-style:dotted;
	border-width:0 1px;
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:1px;
	padding:0 5px;
}
#footer a, .navigation li a{
	color:#0066CC;
	text-decoration:none;
}

#footer a:hover, #footer .navigation li a:hover {
	text-decoration:underline;
}

.editField{
	margin: 5px 0;
}

.editField label {
	line-height:22px;
	vertical-align:top;
	width:90px;
}

/*    **********************   profile page   **********************     */

.domain-preview{
	margin:0;
	list-style:none;
	display:block;
}
.domain-preview li{
	background:#CCCCCC none repeat scroll 0 0;
	border:1px solid #666666;
	clear:both;
	display:inline-block;
	margin:5px 0;
	padding:5px;
}
.domain-preview li a.img_wrap, .domain-preview li a.img_wrap img, img.thumbImg{
	border:medium none;
	display:block;
	height:120px;
	overflow:hidden;
	width:160px;
	float:left;
	background-color:#FFFFFF;
}

.domain-preview li a.img_wrap {
	background:#666666 none repeat scroll 0 0;
	border:1px solid #666666;
	color:#FFFFFF;
	font-size:x-small;
	font-style:italic;
	height:145px;
	text-align:center;
	text-decoration:none;
}

.domain-preview .domain-text {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #666666;
	float:left;
	line-height:150%;
	margin:0 0 0 10px;
	padding:5px;
	width:454px;
}
.domain-preview .domain-text div {
	border:#EEEEEE dotted;
	border-width: 1px 0;
}
.domain-preview .domain-text a.title{
	display:block;
	padding:5px 0;
	font-size:120%;
	color:inherit;
	text-decoration:none;
	font-weight:bold;
}
.domain-preview .domain-text a.title:hover{
	text-decoration:underline;
}

/*    **********************   paginator   **********************     */
.paginationControl {
	clear:both;
	margin:10px;
	display:inline;
	font-weight:bold;
}

.paginationControl .details{
	float:left;
}

.paginationControl .controls{
	float:right;
	color:#CCCCCC;
}

.paginationControl .controls a {
	color:#0099CC;
	text-decoration:none;
}
.paginationControl .controls a:hover {
	color: #990000;
}


/*    *********************    domain details page ******************         */

.domain-details {
	clear:both;
	margin: 20px 0;
}

.domain-details .domain-text{
	float:left;
	width:470px;
}
.domain-details .domain-text p{
	padding:0 30px;
}
.domain-details .domain-text ul{
	list-style:none;
	margin:0;
}

.domain-details .domain-text ul li {
	border-color:#CCCCCC;
	border-style:dotted;
	border-width:1px 0;
	display:table;
	margin:0 0 5px;
	padding:5px 10px;
	width:445px;
}

.domain-details ul li .thumbImg{
	float:left;
}

.domain-details .domain-text ul li div {
	margin:5px 0;
	overflow:hidden;
	padding-left:10px;
}

.domain-details .domain-text ul li .creator a {
	color:#333333;
	text-decoration:none;
}
.domain-details .domain-text ul li .creator a:hover {
	text-decoration:underline;
}

.anchor_block {
	background:#FF9900;
	padding:5px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

.anchor_block:hover {
	background:#0086C6;
}

.comment-list{
	margin:0 0 30px 0;
}

.comment-list li{
	margin:10px 0;
	list-style:none;
	display:block;
	padding:3px;
	border:#666666 1px solid;
	background:#CCCCCC;
}

.comment-list .comment{
	background:#FFFFFF;
	border:#666666 1px solid;
	padding:5px;
	display:block;
}

/*   *************   my account page *************** */


.domain_link {
	color:#A05000;
	text-decoration:none;
}

.domain_link:hover{
	text-decoration:underline;
}
