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;
    display: none;
}
#header {
	width:100%;
	height:85px;
}
#logo, #wrapper {
	margin:auto;
}
#logo {
	background: url(images/logo.gif) no-repeat 0 0;
	height:85px;
}
#navbar {
    margin: 0 auto;
}
#wrapper {
	padding:10px 0 10px 10px;
    overflow: hidden;
}
#content {
	margin: 0 250px 50px 0;
}
#content .se {
    padding-bottom:6px;
    border-bottom:1px dotted #c6c6bc;
}
#sidebar {
    width: 210px;
	float:right;
	color:#bebdb8;
	margin-bottom:50px;
}
	#sidebar input {
		border:1px solid #bebdb8;
	}
	.sbox {
		/*border:1px solid #e2e0d4;
		background:#f4f1e8;*/
		padding:10px 0 10px 10px;
		margin: 5px 0 10px 10px;
        color: #000;
	}
	
	.error-sbox {
	background-color:		#FFEBE8;
	border:					1px solid #DD3C10;
	color:					#333333;
	padding:				10px;
	font-size:				13px;
	font-weight:			bold;
	text-align:				left;
	}
	
		.sbox h1 {
			font-size:100%;
			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:#000; /* Was c6c6b6 */
			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;
	padding:10px 0;
	margin-top:100px;
	text-align:center;
}
h1 {
	font:180% Georgia;
	color:#0d7090;
	margin:0;
}
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;
}

#site-listing {
	padding: 5px;
}

#site-listing * a{
color:#BB0E14;
font-size:12px;
text-decoration:none;
font-weight: normal;
}

#content h1 {
    font-size: 12pt;
    font-family: Arial;
}

.listing-description, .listing-description a, div.site-description p {
    font-size: 11px;
    font-family: Arial;
    margin: 0;
}

h2.name {
        font-weight: normal;
	padding-bottom: 1px;
}

h2.name a.site-name {
	font-size:14px;
	color:#1c6c8f;
	font-weight:bold;
	margin:0;
	text-decoration: none;
}

span.desc-edit p {
    display: inline;
}

#content label
{
	font: bold 1.2em Arial, Tahoma, sans-serif;
	color: #33393c;
	margin: 0px 0px 5px 0px;
	display: block;
}

#content input, #content textarea, #content select
{
	font: normal 1.5em Arial, Tahoma, sans-serif;
	color: #454545;
	margin: 0px 0px 15px 0px;
	padding: 5px;
	display: block;
	border: 1px solid #cccccc;
	width: 40%;
}
#content p select
{
	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;	
}

/* 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;
}
