body, iframe, textarea {
	font:12px Tahoma;
	margin:0;
	padding:0;
	color:#8f8f8f;
	line-height:140%;
}
#topbar {
	width:100%;
	height:22px;
	background:#353535;
	border-bottom:1px solid #17cff1;
}
#header {
	width:100%;
	height:145px;
	background:#0b7197;
}
#logo, #wrapper {
	width:900px;
	margin:auto;
}
#logo {
	background: url(images/logo.png) no-repeat 0 0;
	height:145px;
}
#navbar {
	float:right;
	position:relative;
	top:108px;
}
	#navbar ul {
		list-style: none;
	}
	#navbar li {
		display:inline;
	}
	#navbar li a {
		color:#FFFFFF;
		text-decoration:none;
		border:1px solid #199ac2;
		border-bottom:0;
		background:#0e8fb7;
		padding:10px 20px;
	}
	#navbar li a.active, #navbar li a:hover {
		background: url(images/active_bg.png) repeat-x 0 0;
		color:#666666;
	}
#wrapper {
	padding:20px 0;
}
#content {
	width:580px;
	float:left;
	margin-bottom:50px;
}
	#content .se {
		padding-bottom:6px;
		border-bottom:1px dotted #c6c6bc;
		width:70%;
	}
#sidebar {
	width:230px;
	float:right;
	color:#bebdb8;
	margin-bottom:50px;
}
	#sidebar input {
		border:1px solid #bebdb8;
	}
	.sbox {
		border:1px solid #e2e0d4;
		background:#f4f1e8;
		padding:10px;
		margin-bottom:10px;
	}
	
	.error-sbox {
		border:1px solid #e2e0d4;
		background:#f8780d;
		color: #656565;
		padding:10px;
		margin-bottom:10px;
	}
	
		.sbox h1 {
			font-size:100%;
			color:#1c6c8f;
			text-transform:uppercase;
			font-weight:bold;
			margin:0;
		}
		
		.error-sbox h1 {
			font-size:100%;
			color:#1c6c8f;
			text-transform:uppercase;
			font-weight:bold;
			margin:0;
		}
		
		.se {
			font:89% Georgia;
			color:#c6c6bc;
			display:block;
			margin: 0 0 10px 0;
		}
	#sidebar ul {
		margin:0;
		list-style:none;
		padding:0 2px;
		border-bottom:1px dotted #d9d6cc;
	}
	#sidebar ul li a {
		padding:8px 8px;
		display:block;
		color:#a7a397;
		text-decoration:none;
		border-top:1px dotted #d9d6cc;
	}
	#sidebar ul li a:hover {
		background:#efecdd;
		color:#9b988f;
	}
	
	#sidebar ul li a.this-category {
		background:#efecdd;
		color:#9b988f;
	}
#footer {
	clear:both;
	border-top:1px dotted #c6c6bc;
	padding:10px 0;
	margin-top:100px;
	text-align:right;
}
h1 {
	font:120% Tahoma;
	font-weight:bold;
	color:#0d7090;
	margin:0;
}

h1.pagination {
	font-size: 8pt;
}
a {
	color:#0d7090;
}
input.submit {
	border:1px solid #0d7090;
	background:#0d7090;
	font:100% Tahoma;
	padding:1px 5px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
}
input {
	font:100% Tahoma;
}
p {
}
a img{
	border:6px solid #EEE;
}
a.ino img{
	border:0;
}
a:hover img {
	border-color:#0d7090;
}
a.dir {
	text-decoration:none;
	color:#8f8f8f;
}

#DHTMLgoodies_formTooltipDiv{
	color:#FFF;
}
.DHTMLgoodies_formTooltip_closeMessage{
	color:#FFF;
	font-weight:normal;
}

#contentwrapper{
width: 500px;
margin:auto;
}
iframe {
	border:1px solid #CCCCCC;
	
}
.success
{
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #249901;
	padding: 10px 15px 10px 15px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #84cd6e;
	background-color: #dff2d9;
}

.error
{
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #f03a31;
	background-color: #fad3c5;
}

.small {
	font-size: .8em;
}

.center {
	text-align: center;
}

.warning {
	background: #ffd1d1;
}

.error-message {
	color: #aaa3a3;
	font-weight: bold;
}

.MainCat
{
	padding:0px;
	margin:0px;
	margin-left:3px;
	height: 20px;
}

.MainCat img
{
	float:left;
}

.MainCat p
{
	margin-left:23px;
}
	

#site-listing {
	padding: 5px;
}

h2.name {
	font-size: 8pt;
	margin-bottom: 2px;
	padding-bottom: 1px;
	font-weight:normal;
}

h2.name a.site-name {
	font-size: 8pt;
	color:#1c6c8f;
	font-weight:bold;
	margin:0;
	text-decoration: none;
}

h3{
	font-size: 10pt;
}

p.listing-description {
    margin: 0;
}

#content label
{
	font: bold 110% Arial, Tahoma, sans-serif;
	color: #33393c;
	margin: 0px 0px 5px 0px;
	display: block;
}

#content form
{
	width:70%;
}

#content input, #content textarea, #content select
{
	font: normal 12px Arial, Tahoma, sans-serif;
	color: #454545;
	margin: 0px 0px 15px 0px;
	padding: 1px;
	display: block;
	border: 1px solid #cccccc;
	width: 100%;
}

#content textarea
{
	font: normal 1.2em Arial, Tahoma, sans-serif;
	height: 150px;
}

#content input:focus, #content textarea:focus
{
	border: 1px solid #454545;
}

#content input.submit
{
	background-color: #0099ff;
	display: block;
	float: left;
	width: 140px;
	margin: 0px 10px 20px 0px;
	padding: 6px 0px 6px 0px;
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
}

#content input.reset
{
	background-color: #33393c;
}

#content input.submit:hover
{
	background-color: #ff6600;
}

#content .short
{
	width: 35%;
}

#content .medium
{
	width: 60%;
}

#content em
{
	color: #5c6163;
	display: block;
	margin: -12px 0px 12px 0px;	
}

#dRules
{
	width:70%;
}

/* Site Categories
------------------------------------------------------*/
#site-categories {
	width: 530px;
	max-height: 150px;
	overflow: auto;
	overflow-x: hidden;
	margin-bottom: 20px;
}

#site-categories input {
	width: 20px;
	margin: 0px;
	display: inline;
	border: none;
}

#site-categories li.category {
	margin: 0px;
	width: 410px;
	list-style-type: none;
}

#site-categories li.new {
	background-color: #ffffd4;
}

#site-categories li.category:hover {
	background-color: #ffffd4;
}

#site-categories input.add-category {
	font: normal 1em Arial, Tahoma, sans-serif;
	color: #454545;
	margin: 0px 0px 15px 0px;
	padding: 5px;
	border: 1px solid #cccccc;
	width: 200px;
}

#site-categories span.add-category {
	margin-left: 5px;
	padding-left: 14px;
	background: url(arrow.jpg) no-repeat;
	background-position: 50% left;
	font-weight: bold;
	color: #33393c;
	text-decoration: none;
}

#site-categories span.add-category:hover {
	text-decoration: underline;
	cursor: pointer;
}

#site-categories-list {
    display: block;
    position: relative;
    border: 1px #000000 solid;
    padding: 10px;
    margin: 0px;
}

#site-catgories-list ul {
	margin: 0px;
	padding: 0px;
}

#site-categories-list li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#site-categories-list input {
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 20px;
}

#register table tr.hover:hover {
	background: #f7e2d4;
}

#register input {
	margin: 0px;
}

#register table td {
	vertical-align: center;
}

.align-right {
	float: right;
}

li.child {
	padding-left: 20px;
}

.radio {
	display: inline !important;
	width: 20px !important;
}

#site-categories ul {
	list-style-type: none;
}

p.subcats a {
    font-size: 10px;
}

p.subcats {
    margin-top: 0;
}

