@charset "utf-8";
/* CSS Document */
body {	
	margin: 0; 
	padding: 0; 
	font: Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#ffffff;
	color: #3a3a3a;
	height: 100%;
}

#main {
	width: 1000px;
}

#header {
	font-size: 24px;
	width: 1000px;
	height: 20px;
	padding: 5px 0px 10px 20px;
	background-color: #e6e6e6;
}


#content {
	padding: 5px 0px;
	min-height: 500px;
	width: 995px;
}

* html #content {
	width: 995px;
  	height:auto !important;
	width: 1000px;
}


#content-left {
	background-color: #e5e5e5;
	float: left;
	padding: 5px;
	margin: 0 0 0 0px;
	width: 200px;
	min-height: 500px;
}

* html #content-left {
	height:auto !important;
}

#content-right {
	float: left;
	padding: 3px;
	margin: 0 5px 0 5px;
	width: 750px;
}

#viewpaste {
	background-color: #f4f4f4;
	padding: 5px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 10px;
}

#paste-details {
	font-size: 11px;
}
/* footer */
#footer {
	margin: 0 auto;
	padding:5px 0 0 0;
	text-align:center;
	width: 1000px;
	height: 53px;
	font-size: 12px;
	background-position: top center;
	background-repeat: no-repeat;
}

#footernav {
	margin: 0 0 0 0;
	text-align:center;
}

#footer a{
}


.clear { clear: both; background: none; }

.homeboxes{
	margin: 0px;
	padding: 0px;
}

.homebox{
    float: left;
	margin: 0px;
	padding: 0px;
}

/* news */
#newsholder {
	background-color: #fcfcfc;
	padding: 10px; 
}

.newslink, .newslink:visited {
color: red;
font-weight: normal;
font-size: 14px;
}

/*nav */
#nav{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #293956;
}

#nav .nav-details {
	font-size: 10px;
}

#nav li {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 3px;
	color: #293956;
	background-color: #f8f8f8;
}

#nav a{
	text-decoration: none;
	color: #293956;
}

#nav a:hover{
	text-decoration: underline;
	color: #575429;
}

#nav .active{
	color: #ed1d24;
	background: url("/img/public/nav_red_bg.jpg") 0 0 no-repeat;
}

.admin {
	padding: 0 0 0 10px;
}

.admin li{
	list-style-type: none;
}

.admin a{
	font-weight: bold;
}

/* menu */
#menu{
	float: left;
	width: 164px;
	margin: 0;
	padding: 0 0 20px 0;
}

#menu li {
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none; 
}

#menu li a{
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 05px 0 0 0;
	color:#414142;
	display: block;
	width: 164px;
	height: 39px;
	text-decoration: none;
}

#menu li a:hover{
}

/* view range */
#viewrange {
	width: 500px;
	text-align: right;
	float: right;
}

h1 {
	font-size: 18px;
	color:#4d6ea3;
	margin: 0;
	font-weight:bold;
}

h2{
	font-size: 14px;
	color: #4d6ea3;
	margin: 0;
	font-weight:bold;
}

h3,h4,h5,h6,h7{
	font-size: 12px;
	color:#4d6ea3;
	margin: 0;
	font-weight:bold;
}

/* links */
a {
	text-decoration: none;
	color:#414142;
}

/* links */
a:hover {
	text-decoration: underline;
	color:#414142;
}

a:visited {
	text-decoration: none;
	color:#414142;
}

/* forms */
.formheader {
	padding: 2px 20px 2px 2px;
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
	color:#aa050c;
}

.formtitle{
	padding: 2px 20px 2px 2px;
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
}

.formfield{
	padding: 2px 2px 2px 2px;
	width: 1000px;
}


input {
	margin:3px 0;
	font-size: 10px;
}

.textbox {
	background-image: url('/img/public/textbox_bg.jpg');
	color: #ffffff;
	font-size: 11px;
	height: 12px;
	width: 101px;
	border: none;
	padding: 5px; 0 0 5px;
	text-align: center;
}

.button {
	color:#d3f943;
	border: #d3f943 solid 1px;
	background-color:#242424;
}

/* sitemap */
#sitemap{
}

#sitemap li {
	margin: 0;
	padding: 0;
	list-style-type: none; 
}

/* tables */
table
{
	margin: 5px;
}

.tabletitle{
	padding: 2px 2px 2px 2px;
	text-align: center;
	white-space: nowrap;
	border-bottom: #DFDFDF solid 1px;
	font-weight: bold;
}

.tabletitle a{
	text-decoration: none;
}

.tablefield a,.tablefield_alt a,.tablefield_on a{
}

.tablefield td{
	background-color: #f1f1f1;
	text-align: left;
	white-space: nowrap;
	padding: 2px 2px 2px 2px;
}

.tablefield_alt td{
	text-align: left;
	white-space: nowrap;
	padding: 2px 2px 2px 2px;
}

.tablefield_on td{
	background-color: #d9e5f3;
	text-align: left;
	white-space: nowrap;
	padding: 2px 2px 2px 2px;
}

/* pagination */

#pagination {
	margin: 10px 0 0 0;
	color: #383836;
	
}


