﻿body {
	background-color: #F2F2F2;	
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.8em;
}

a {
	text-decoration: none;
	color: #436976;	
}

#top {
	height: 59px;
	border-top: 50px solid #BDC91F;	
	background-image: url('/Images/tile_gray.png');	
}

#top #toparea {	
	width: 990px;
	margin: 0 auto;
	height: 52px;
}

#toparea #menu {
	margin-top: 5px;
}

#toparea #menu a {
	color: #fff;
	font-size: 10.5pt;	
	text-decoration: none;
	margin-right: 20px;	
	text-transform: uppercase;
}

#toparea #menu .left a:hover {
	 border-bottom: 2px solid #BDC91F;	
}

#topad {
	background-color: #BDC91F;
	text-align: center;
}

.discrete {
	font-size: 85%;
	color: Gray;	
}

#topgradient {
	background-image: url('/Images/tile_lightgray.png');
	height: 38px;		
	padding-top: 10px;
}

#page {
	width: 990px;
	margin: 0 auto;
	margin-top: -15px;
}

#page #content {
	width: 650px;
	float: left;
	background-color: #fff;
	border: 1px solid #E3E3E3;
	padding: 10px 10px 50px 10px;	
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 10px;
}

#page #sidebar {
	float: right;
	width: 300px;	
	margin-left: 15px;
	margin-top: -17px;
}

#footer {
	text-align: center;	
	padding: 10px 310px 0 0;
}

#footer a {
	color: Gray;
	font-weight: bold;	
}


h1 {
	 margin: 4px auto 0 auto;
	 width: 990px;
	 font-size: 12pt;
	 padding-left: 11px;
}

h2 {
	font-size: 11pt;	
}

img {
	border: 0;
}

.autoproposallist {
	border: 1px solid silver;
	position: absolute;
	z-index: 999;
}

.autoproposallist a {
	display: block;
	padding: 2px 5px;	
	text-decoration: none;
	color: #000;
	background-color: #fff;
}

.autoproposallist a.selected, .autoproposallist a:hover {
	background-color: #eee;
}

.textbox {
	width: 300px;
	background: #ffffff url('/Images/form_field_bg.png') no-repeat scroll left top;
	border: 1px solid #CFCFCF;
	padding: 1px 2px;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius: 3px;
	border-radius: 4px;
}

.codeboxheader {
	border: 1px solid #C0D6E2; /* gray;*/
	background-color: #D6E8F2;/*#C0D6E2;*/
	font-weight: bold;
	margin-top: 10px;
	/*width: 98%;*/
	padding: 0px 2px 0px 2px;
	font-size: 9pt;
	cursor: pointer;
}


pre
{
	overflow: auto;
	border: 1px solid silver;	
	padding: 2px;
	background-color: #eeeeee;
	margin-top: 0px;
	font-family: Consolas,Monaco,Courier,monospace;
	font-size: 12px;
	font-style: normal;
	white-space: -moz-pre-wrap !important;
}

a.tag, .tag_looking {
	padding: 1px 5px;
	background-color: #eee;
	text-decoration: none;
	color: #000;
	margin: 3px 5px 3px 0;
	border: 1px solid silver;	
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius: 3px;	
	border-radius: 4px;
	font-family: Consolas,Monaco,Courier,monospace;
	font-size: 90%;
}

a.tag.selected, a.tag_looking.selected {
	background-color: #D6E8F2;	
	border-color: #C0D6E2;
}

.taglist a.tag, .taglist a.tag_looking {
	display: block;
	float: left;	
}

.floatstop {
	float: none;
	clear: both;
	font-size: 1px;
}

.langlist {
	border: 1px solid silver;
	background-color: #eee;		
}

.langlist a {
	display: block;
	text-decoration: none;
	color: #000;	
	padding: 2px 4px;
}

.langlist a:hover {
	background-color: Silver;	
}

pre ol {
	padding: 0;
	margin-left: 40px;
	color: Teal;
	
}

pre ol li {
	border-left: 1px solid silver;
	margin: 0;
	padding: 0;
}

.smileybox {
	border: 1px solid silver; 
	width: 45px; 
	border-left: 0px;
	padding: 0px 0px 0px 2px;
	vertical-align: bottom;
	background-color: #eeeeee;
	
}

img.smiley {
	margin: 3px;
}

.buttonarea {
	text-align: center;
	width: 300px;	
}

.tooltip {
	position: absolute;
	z-index: 97;
	border: 2px solid #FFFF99;
	background-color: #FFFFCC;
	padding: 5px;
	opacity: 0.9;
	max-width: 300px;	
	display: none;
}

.highlightbox {
	border: 2px solid #FFFF99;
	background-color: #FFFFCC;
	padding: 5px;	
}

ul {
	list-style-type: square;
}

.infobar {
	background-image: url('/Images/tile_gray.png');
	height: 32px;
	border-bottom: 2px solid #BDC91F;
	margin: 0 -10px 10px -10px;
	padding: 2px 10px 0 10px;
}

.infobar.listview {
	border-bottom-width: 0;
	margin-bottom: 0;
}

.infobar .avatar {
	float: left;
	margin: 3px 7px 3px 1px;	
}

.infobar .text {
	margin-top: 3px;
	padding: 4px;
	float: left;
	color: #fff;
	/*max-width: 400px;*/
}

.infobar a.button {
	margin: 4px 5px 0 3px;
	text-decoration: none;
	display: block;
	float: right;	
	/*color: #fff;	
	background-color: #686868;
	background-color: #E3ECFF;
	color: #686868;*/
	background-color: #fff;
	color: #686868;
	border: 1px solid #000;
	padding: 2px 3px;	
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius: 3px;	
	border-radius: 4px;
}

.infobar a.button:hover {
	background-color: #D6E8F2;
	color: #000;
}

.infobar a {
	color: #fff;		
}

.icon {
	margin-right: 5px;
	vertical-align: middle;	
}

div.topsearchbox {
	float: right;
}

div.topsearchbox input {
	width: 200px;	
	color: Gray;
}

#menu .left {
	width: 670px;
	float: left;	
}

#menu .right {
	width: 320px;
	float: left;		
	margin-top: -10px;
}

img.login {
	vertical-align: middle;		
}

.sidebox {
	float: left; 
	height: 50px; 
	margin-left: -61px; 
	margin-top: 50px; 
	text-align: center;	
}

.sidebox .votes {
	background-image: url('/Images/sidebox_002.png');
	/*background-color: #fff;
	border: 1px solid silver;*/
	border-right-color: #fff;
	height: 27px;
	width: 50px;
	font-size: 14pt;
	padding-top: 3px;
	margin: 2px 0 5px 0;
	color: #343434;
}

.userinfobox {
	height: 30px; 
	width: 240px; 
	float: right; 
	text-align: left; 
	color: #fff;	
	padding: 1px;
}

.rounded {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius: 3px;	
	border-radius: 4px;
}

#sidebar .box {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius: 8px;	
	border-radius: 8px;
	background-color: #eee;	
	padding: 5px;
	background-color: #D6E8F2;
	border: 1px solid #C0D6E2;
	margin-bottom: 15px;
}

#sidebar .entry  {
	/*border-bottom: 1px dotted silver; */
	border-bottom: 1px solid #C0D6E2;
	margin: 0 -5px;
	padding: 3px 10px;
}


#sidebar .entry A, #sidebar .entry A:hover {
	color: black;
	text-decoration: none;
}

#sidebar h3 {
	margin: 0 0 0 5px;		
}

#sidebar .newsbody {
	display: none; 
	margin: 5px -10px -3px -10px; 
	background-color: #fff; 
	border-top: 1px solid #C0D6E2; 
	padding: 5px;
	text-align: justify;	
}

.status, .highlight {
	background-color: #D6E8F2;
	border: 1px solid #C0D6E2;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 1px;
	display: block;
	width: 99%;
}

.usermenu {
	border: 1px solid silver;
	background-color: #fff;
	position: absolute;
	border-top-width: 0;
	text-align: left;
}

.usermenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;	
	
}

.usermenu ul li a {
	display: block;	
	color: #000 !important;
	text-transform: none !important;
	padding: 0 4px 1px 4px;
	margin-right: 0 !important;
	border-top: 1px solid #eee;
}

.usermenu ul li .count {
	font-size: 18pt;
	font-weight: bold;	
}

.usermenu ul li a:hover {
	background-color: #D6E8F2;
	border: 1px solid #C0D6E2;
	border-width: 1px 0;
	padding: 0 4px;
}

table.listview {
	width: 100%;	
}

table.listview tr th {
	background-image: url('/Images/tile_gray.png');
	color: #fff;
	text-align: left;	
	padding-left: 5px;
	border-bottom: 1px solid #BDC91F;
}

table.listview tr td {
	border-bottom: 1px solid #eee;	
}

td.right, th.right {
	text-align: right !important;	
	padding-right: 5px;
}

td.center, th.center {
	text-align: center !important;
}

h1.listview, h2.listview {
	margin: 0;	
}

.pagingbox {
	float: right;
	font-size: 8pt;
	margin: 0px 10px 2px 0px;
	padding-top: 2px;
}

.pagingbox_bottom {
	font-size: 8pt;
	
}

.pagingbox_bottom a.pagelink {
	border-bottom: 1px solid #000;
}

a.pagelink {
	background-image: url('/Images/tile_gray.png');
	text-decoration: none;
	margin-right: 0px;
	border-right: 1px solid #000;
	padding: 2px 5px 2px 5px;
	vertical-align: bottom;	
	color: #fff;
}

a.pagelink.first {
	border-left: 1px solid #000;
}

a.pagelink.selected {
	font-weight: bold;		
	color: #BDC91F;
}

#popupbox
{
	z-index: 99;
	width: 300px;
	background: #eee;
	border: 1px solid silver;	
	position: absolute;
	margin-left: -175px;	
	left: 50%;
	top: 50%;	
	display: none;
	padding: 10px 20px;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#overlayscreen
{
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	display: none;
	z-index: 98;
}

table.bigrows, table.wide {
	margin: 0 -10px; 
	width: 670px;	
}

table.wide tr td {
	padding-left: 15px;	
}

table.bigrows tr td {
	height: 45px;
	padding: 0 15px;
} 

.small {
	font-size: 7.5pt;	
	font-weight: normal;
}

.taginfobox {
	display: none;
	position: absolute;
	z-index: 999;
	background-color: #eee;
	border: 1px solid silver;
	width: 200px;
	padding: 5px;
}

body.popup {
	width: auto;
	margin: 10px;
	font-size: 0.8em;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;	
	background-color: #fff;
}

.big {
	font-size: 1.2em;	
}

.factboxes {
	float: right; 
	margin-left: 15px;
}

#sidebar .newsentry {
	margin-left: -5px;
}

#content .newsentry img {
	margin: 0 10px 10px 0;	
}

#content .newsentry h2 {
	margin: 0 0 10px 0;	
}

#content .newsentry .body {
	margin-bottom: 10px;
} 		

#content img.newsteaser {
	border: 2px solid #eee;
	margin-right: 3px;
	cursor: pointer;
}

#content img.newsteaser.selected {
	border-color: #bdc91f;
}


.factbox {
	background-color: #eee; 
	text-align: center;	
	padding: 3px 5px;
	margin: 0 5px 5px 0;
	width: 60px;
	display: block;
	font-size: 10pt;
}

div.row {
	margin: 0 0 0 -10px;	
	padding: 5px 10px;
	height: 50px;
	overflow: hidden;	
	border-bottom: 1px dashed #eee;
}

div.row.right {
	margin: 0 -10px 0 0;	
}

blockquote 
{
	background-image: url('/Images/quote.gif');
	padding: 2px 0 15px 35px;
	background-position: 0px 6px;
	background-repeat: no-repeat;
	font-style: italic;
	margin-left: 10px;
}

.highlighted {
	
	color: #000;	
}

.last_edit {
	margin: 8px -10px;
	background-color: #eee;
	color: Gray;
	padding: 2px 5px;	
}

.forum_message_body {
	padding: 0 10px; 
	min-height: 100px;	
}

.forum_message_body.first {
	margin: -10px -10px 0 -10px;
	padding: 10px 20px; 
	background-color: #eee;
	border-bottom: 1px solid silver;
}

.thread_options_top {
	margin: 10px 0;			
}

a.option {
	padding: 3px 8px;	
}

a.option.selected {
	border: 1px solid silver;
	background-color: #eee;
	font-weight: bold;	
}

div.newscalendar a {
	margin-right: 2px;	
	padding: 3px 4px;
}

div.newscalendar a.selected {
	border: 1px solid silver;
	background-color: #eee;
	font-weight: bold;		
}

.separator {
	border-bottom: 1px dotted silver;
	margin: 10px -10px;	
}

a.black {
	color: #000;	
}

table.spacious tr td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.userinfobox .notifications {
	float: left;
	
}

.userinfobox .notifications a {
	float: left;
	margin-right: 10px;
}

.userinfobox .notifications img {
	vertical-align: middle;
}

.userinfobox .notifications .number {
	height: 16px;
	background-color: #fff;
	color: #000;
	font-size: 8pt;
	padding: 0px 4px 0px 4px;
	font-weight: bold;	
	
}

.infobox {
	padding: 5px; 
	background-color: #eee; 
	border: 1px solid silver; 
	font-weight: bold; 
	text-align: center;	
}

.user_info_widget { 
	float: right; 
	width: 100px; 
	text-align: right; 
	margin-top: 5px; 
	padding: 2px; 
	font-weight: bold; 
	color: silver; 
}

.infobar img.bigicon {
	 float: left; 
	 margin: -9px 0 0 -5px;
}

#users_online_box {	
	float: right; 
	color: #fff; 
	text-align: center !important;		
	margin-top: -5px;
}

#users_online_box a {
	text-transform: none !important;
}

.green {
	color: Green;	
}

.red {
	color: Red;	
}