@import url(./App_Themes/Devolutions/cssScreen.css);

body
{
	font-size: 8pt;
	font-family: Verdana;
	background-color: #ebebeb;
}

/*topheader*/
.topheader { position: absolute; right: 30px; top: 122px; z-index:1; width: auto;}
.topheader table 
{
	height:25px;
	border-collapse:separate;
    background-color:Transparent;
    font-size:100%;
}
.topheader td {height:25px;}
.topheader th {height:25px;background-image:url(images/darkgradient.gif);color:White;white-space:nowrap;font-weight:normal;}
.topheader a 
{
	color: White !important;
	text-decoration:none;
}
.topheader a:hover{text-decoration:underline;}
.topheader th.menuitem 
{
	color:white;
	text-align:center;
	border-left:1px solid #9FAABF;
	border-right:1px solid #606D85;
	white-space:nowrap;
	padding-left:15px;
	padding-right:15px;
}
.topheader th.rightitem {border-left:1px solid #9FAABF;color:Silver;text-align:right;border-right:none;}
.topheader td.outerheader {width:6px;}

/*header*/
.header table 
{
	font-size: 8pt;background-color:Transparent;width:100%;height:90px;
	border:none;
	color: White;
}
.header td 
{
	background-image: none !important; 
	background-color: Transparent !important;
	background: none !important;
	border: none !important;
	white-space:nowrap;
}

.header a {color: #5BE712;text-decoration: underline;}
.header a:hover{text-decoration: none;}
.header img{vertical-align:middle;border:none;}
#rememberme 
{
	vertical-align: sub;
}
#ctl00_logoutLink img
{
	display:none;
}

/*main body*/
.forumcontent table {font-size: 8pt;border-collapse:collapse;background-color:#FFFFFF;}
.forumcontent h1 {font-weight: normal;font-size: 18pt;margin-bottom: 0px;font-family: 'Arial Narrow';}
.forumcontent h2 {margin: 0px;font-size: 10pt;}
.forumcontent h3 {font-weight: bold;font-size: 8pt;margin-bottom: 0px;}
.forumcontent a {color: #333399;text-decoration: underline;}
.forumcontent a:hover{text-decoration: none;}
.forumcontent th {background-image:url(images/darkgradient.gif);color:White;font-weight: bold;font-size: 9pt;text-align: left;padding: 5px 5px 5px 5px;border:1px solid #606D85;}
.forumcontent th a {color: White;font-size: 8pt;font-weight: normal;text-decoration: none;}
.forumcontent th a:hover{text-decoration:underline;}
.forumcontent td 
{
	border:1px solid silver;
	background: none !important;
}
.forumcontent button{font-family: Verdana;font-size: 8pt;border: slategray 1px solid;}
.forumcontent textarea{font-family: Verdana;font-size: 8pt;border-left: slategray 1px solid;border-right: slategray 1px solid;border-bottom: slategray 1px solid;border-top: none;}
.forumcontent select{font-family: Verdana;font-size: 8pt;border: 1px solid slategray;}
.forumcontent img{vertical-align:middle;border:none;}
.forumcontent hr{height:1px;border:none;color:silver;background:silver;}
.forumcontent div.location{margin:11px 0 0;}
.forumcontent div.smalltoolbar{margin-bottom:3px;text-align:right;margin-top:8px;}

/*some clases*/
.forumcontent .gray {color:#999999;font-size:8pt;font-weight:normal}
.forumcontent th .gray {color:#CCCCCC;}
.forumcontent .gray a {color:#727299;}
.forumcontent .radiolist td {text-align:left;}

/* inputs */
.forumcontent input[type="file"],
.forumcontent input[type="password"],
.forumcontent input[type="button"],
.forumcontent input[type="submit"],
.forumcontent input[type="text"],
.header input[type="file"],
.header input[type="password"],
.header input[type="button"],
.header input[type="submit"],
.header input[type="text"],
button,
textarea,
select 
{
	padding-top:3px;
	padding-bottom:3px;

	border:1px solid slategray;
	font-family:Verdana;
	font-size:8pt;
	vertical-align:middle;
}

.forumcontent input[type="text"],.forumcontent input[type="password"] {	padding-left: 2px;}


.forumcontent input[type="text"], textarea {padding-right:0px;padding-left:0px}

.forumcontent input[type="button"],
.forumcontent input[type="submit"],
.header input[type="button"],
.header input[type="submit"],
.forumcontent button {background:slategray url('images/btngradient.gif');color:White;cursor:pointer;}

.forumcontent input[type="button"]:hover, 
.forumcontent input[type="submit"]:hover,
.header input[type="button"]:hover,
.header input[type="submit"]:hover,
button:hover {background:slategray url('images/btngradient_rev.gif');}

.gradientbutton {background:url('images/btngradient.gif');color:White;font-size:100%;border:1px solid slategray;}

/* other classes */
img.avatar {border:1px solid #bbbbbb; padding:2px 2px 2px 2px; -ms-interpolation-mode:bicubic; margin-top:3px; margin-bottom:3px;}
div.quote{color:#7777aa;text-decoration:none;padding-left:15px;}