@import url(https://fonts.googleapis.com/css?family=Oswald);

body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em; 
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: top;
}
tr.dark {
    background: #ccc;
}
tr.light {
    background: #eee;
}

table.domains td {
    padding: 3px;
}


a, a:link, a:visited { 
	color: #d95e1c; 
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline; 
}

p { margin: 0; padding: 0; }
img { border: none; }

h1, h2, h3, h4, h5, h6 { color: #0f3252; }
h1 { font-size: 34px; font-weight: normal; margin: 0 0 30px 0; padding: 5px 0; }
h2 { font-size: 28px; font-weight: normal; margin: 0 0 20px 0; padding: 0; }
h3 { font-size: 21px; margin: 0 0 15px; padding: 0; font-weight: normal; }
h4 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

.float_l { float: left; }
.float_r { float: right; }

.image_wrapper { 
	display: inline-block; 
	border: 1px solid #ccc; 
	padding: 4px; 
	background: #fff; 
	margin-bottom: 5px; 
}

.image_fl { 
	float: left; 
	margin: 3px 15px 0 0; 
}

.image_fr { 
	float: right; 
	margin: 3px 0 0 15px; 
}

blockquote { 
	font-style: italic; 
	margin-left: 10px;
}

cite { 
	font-weight: bold; 
	color:#000; 
}

cite span { 
	color: #333; 
}

em { 
	color: #1b6fbb; 
}



.listtitle {
    background: url(widgettitle-bg.png) left top repeat-x;
    margin: 0 0 10px 0;
    padding: 9px 0px 9px 10px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.listtitle, .listtitle a, .listtitle a:hover {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #000000;
}


.button { 
	cursor: pointer; 
	padding: 8px 12px;
	background: #F2F2F2;
	border: 1px solid #AAA;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

.input_text { 
	cursor: pointer; 
	padding: 2px 5px;
	background: #F2F2F2;
	border: 1px solid #AAA;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

#login_box form #submit_register { 
	cursor: pointer; 
	float: left;
	padding: 8px 12px;
	background: #F2F2FF;
	border: 1px solid #AAA;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}
