/* root css */

.thumbnail {
	border: solid 1px #dcdcdc;

}

.comments_hr {

	background-color: #ffffff;
	color: #ffffff;
	border-bottom: dotted 1px #999999;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}
hr {

	background-color: #ffffff;
	color: #ffffff;
	border-bottom: dotted 1px #999999;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}
a {
	color: #333;
	text-decoration: underline;
	/*font-weight: bold;*/
}
a:hover { 
	text-decoration: none; 
	color: #333;
}
a:visited {
	text-decoration: underline; 
	color: #333;
}
a:visited:hover {
	text-decoration: none; 
}
a.middlelink {
	color: #333;
}
a.inactive {
	text-decoration: none;
}
a.inactive:visited {
	text-decoration: none;
}
a.inactive:link {
	text-decoration: none;
}
a.inactive:hover {
	color: #333;
	text-decoration: none;
}
.boxes thead td {
	
	font-weight: bold;
	color: #424242;
	padding: 5px;
}
.boxes td {
	
	color: #424242;
	padding: 5px;
}
.boxes {
	
	background: #f8f8f8;
	border: 1px solid #dcdcdc;	
	width: 100%;
}
.boxes a {
	color: #555;
	text-decoration: underline;
}
#ads {

	line-height: 6px;
}
#manage_table h1 {
	
	display: inline;
}
body,table,td{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	/*font-family: Calibri, "Trebuchet MS", serif;
	font-family: "Trebuchet MS", serif;*/
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: #333;
	/*font-size: 0.95em;
	line-height: 1.1em;*/
}
body{
	background:#444;
	text-align:center;
	/*
	background:#EEE url("/images/grads/bg_grey.gif") repeat-x;
	*/
}
.body{
	background:#fff;
	width:768px;
	margin:auto;
	text-align:left;
}

.topbar {
	/*color: #fff;
	overflow: auto;*/
	text-align: right;
	background-color:#444;
	padding: 0 5px 5px 5px;
}
.topbar p {
	padding: 0 5px 5px 5px;
}
.topbar img {
	margin-left: 6px;
}

#links{
	background: #212227;
	padding: 5px 0 5px 16px;
	color: #ccc;
	/*border-top: solid 1px #999;*/
}
#links a {
	color: #ccc;
	text-decoration: none;
}
#links a:hover {
	text-decoration: underline;
}
.topbar input{
	border: solid 1px black;
	padding: 2px;
}
.topbar input#button {
	background-color: #888;
	font-weight: bold;
}
/*
.topbar input#textfield{
	width:200px;
        background-color: #fff;
}
*/

.sitesbar{
	/*overflow: auto;*/
	background: #212227;
	padding:6px 0 6px 6px;
}	
.sitesbar img.flag{
	float:left;
}

.menu {
	padding:0;
	margin:0;
	vertical-align:top;
	line-height:23px;
}
.menu ul {
	padding:0 0 0 20px;
	/*padding-left:20px;*/
	margin:0;
	display: inline;
}
.menu li {
	display: inline;
	/*text-transform:uppercase;*/
}
.menu li a {
	background-repeat:no-repeat;
	background-position:left;
	padding-left:9px;
	padding-right:20px;
	color:#fff; 
	font-weight:bold;
	height:23px;
	line-height:23px;
	text-decoration:none;
}
.menu li a:visited {
	color: #fff;
	text-decoration:none;
}
.menu li a:hover {
	color: #fff;
	text-decoration:none;
}

#left-nav {
	text-align: left;
	padding: 0px;
	margin: 0px;
	}
	
#left-nav li {
	display: inline;
}

#left-nav a {

	display: block;
	margin: 0em 0em 1em 0em;
	font-size: 9pt;
	
	font-weight: bold;
	background-color: #f6f6f6;
	padding: 6px;
	margin-bottom: 5px;
	margin-top: 0px;
	line-height: normal;
	color: #333;
	text-decoration: none;
	}
	
#left-nav a:hover {
	background-color: #e5e5e5;
	color: #292929;
	text-decoration: none;
	}
	
#left-nav a.highlight {
	background-color: #666;
	color: #fff;
}
#left-nav a:active	{color: #fff; text-decoration: none;}

.hbar{
	padding:0 0 6px 0;
	/*background:#212227;*/
	color: #000;
	/*border-top: solid 1px #212227;*/
	/*border-bottom: solid 1px #212227;*/
}
.hbar h1 {
	
	font-size: 12pt;
	font-weight: bold;
}

.footer{
	color: #333;
	padding:15px;
	text-align:center;
}
.footer a {
	color: #333;
}
.footer a:visited {
	color: #333;
}
h1 {font-size: 12pt; margin: 0;}
h2 {font-size: 9pt; margin: 0;}
h3 {font-size: 11pt; margin: 0;}
h4 {font-size: 9pt;}

input, textarea, select {
	border: solid 1px black;	
	font-family: inherit;
	font-size: 1.3em;
	padding: 2px;
}
input[type=text] {
	padding: 3px;
}