/* Copyright 2008 Stagevu */

/*Generic styles*/

body {
	font: 10pt Tahoma, Geneva, 'DejaVu LGC Sans Condensed', sans-serif;
	line-height: 1.5;
}

/*div#topad {
	display:none;
}
div#sidead, div#medrect {
	visibility: hidden;
}*/

#loading {
	position: fixed;
	right: 30px;
	top: 0;
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
	display: none;
	z-index: 10000;
}

#loading img { vertical-align: middle; }

#notice {
	position: fixed;
	right: 30px;
	top: 0;
	padding: 10px;
	font-size: 16px;
	display: none;
	z-index: 10000;
}

#noticeimg {
	vertical-align: middle;
}

.commentlinks .newest, .pagelinks .newest {
	margin-right: 25px;
}

.commentlinks .oldest, .pagelinks .oldest {
	margin-left: 25px;
}

#comments a.current, #resultsbox a.current, #content .pagelinks a.current {
	cursor: default;
}

#comments a.current:hover, #resultsbox a.current:hover, #content .pagelinks a.current:hover {
	text-decoration: none;
}

#content .pagelinks a:hover {
	text-decoration: none;
}

* html #notice, * html #loading {
	position: absolute;
	top: expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop : document.body.scrollTop);
}

#topheader {
	height: 80px;
	padding-bottom: 10px;
}

#title, #search { float: left; }

#menu {
	text-align: left;
	margin-bottom: 20px;
	border-top: 1px solid #bbb;
	border-bottom: 2px solid #ddd;
	clear: both;
}

#container #menu ul { margin: 0; float: left; }

#menu li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

a.menu {
	color: #444;
	font-size: 14px;
	display: inline-block;
	border: 0;
	padding: 5px 20px;
	text-align: center;
	margin: 0;
	text-decoration: none;
	border-bottom: 4px solid #fff;
}

a.menu:hover {
	text-decoration: none;
}

#userlinks {
	position: relative;
	font-family: Georgia, 'Bitstream Vera Serif', 'Times New Roman', serif;
	padding: 8px 5px 0 0;
	float: right;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

#userlinks a.m { vertical-align: bottom; padding: 8px 0; margin-left: 12px; }

#user2 {
	width: 300px;
}

.logintable td {
	padding: 2px 5px;
}

.logintable input.text { width: 150px; }
.logintable input.button { padding: 3px; }

#usermenu {
	font-family: Tahoma, Geneva, 'DejaVu LGC Sans Condensed', sans-serif;
	position: absolute;
	display: none;
	top: 130px;
	right: 0;
	width: 200px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	z-index: 10002;
}

#usermenu a {
	font-weight: normal;
	display: block;
	padding: 5px;
	border-left-style: solid;
	border-left-width: 5px;
	margin: 0;
}

#usermenu a:hover { text-decoration: none; }

#search {
	margin: 30px 0 0 40px;
	width: 390px;
	text-align: center;
	font-size: 16px;
	padding: 6px;
}

#innersearch {
	border: 1px solid #ddd;
}

#search form { display: inline; margin: 0; }

#search input, #dd, #in, #maga {
	font: 16px 'Trebuchet MS', Helvetica, sans-serif;
	background: transparent;
	margin: 2px;
	border: 0;
	float: left;
}

#in { margin-top: 4px; }

#mag { vertical-align: middle; }

#search #box {
	height: 20px;
	padding: 3px;
	width: 150px;
}

#search #dd {
	width: 100px;
}

#button:hover { background-position: -65px -76px; }
#button:focus { background-position: -130px -76px; }

/* JS drop down styling */
#jsdddiv {
	position: relative;
	display: none;
}

* html #jsdddiv { width: 100px; }

#container #jsdddiv a:hover { text-decoration: none; }

#jsdd {
	display: inline-block;
	text-align: left;
	padding: 1px 4px;
	width: 94px;
	margin: 2px 4px 2px 2px;
}

#jsdd:hover { background-position: -104px -47px; }
#jsdd:focus { background-position: -208px -47px; }

#container #jsdddiv ul {
	position: absolute;
	line-height: 1;
	display: none;
	top: 27px;
	left: 0;
	width: 104px;
	margin: 0;
	list-style: none;
	text-align: left;
	font-size: 12px;
}

#container #jsdddiv li { margin: 0; }
#jsdddiv li a {
	display: block;
	margin: 0;
	padding: 4px;
	border-right: 4px solid #999;
	color: inherit;
}


#search #button {
	display: inline-block;
	margin-left: 6px;
	padding: 5px 10px;
	width: 45px;
	font-size: 14px;
}

#search a#button:hover { text-decoration: none; }

#user {
	position: absolute;
	display: none;
	top: 140px;
	right: 0;
	padding: 10px;
	width: 300px;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	z-index: 10000;
}

#advsearch {
	width: 920px;
	padding: 10px;
	margin: 10px auto;
}

#advsearch input.text { width: 200px; }
#advsearch input.vartext {
	margin: 2px 0;
	font: 13px Tahoma, Geneva, Kalimati, sans-serif;
}

#container {
	position: relative;
	width: 960px;
	padding: 10px 0;
	margin: 0 auto;
}

#footcont { padding-top: 20px; clear: both; }

#footer {
	clear: both;
	height: 40px;
	margin: 0 auto;
	padding: 20px 6px;
	font-size: 14px;
	border-top: 4px solid #000;
}

#footer a {
	margin: 0 10px;
}

h1, h2 { margin: 3px 0; font-family: Georgia, 'Bitstream Vera Serif', 'Times New Roman', serif; }

h1 {
	margin-bottom: 5px;
	padding: 3px 0;
	font-size: 24px;
}

h2 { font-size: 18px; }

h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

a { text-decoration: none; }
#content a:hover { text-decoration: underline; }
#content a.noa:hover { text-decoration: none; }

#container ul { margin: 5px 0 5px 20px; }
#container ol { margin: 5px 0 5px 25px; }
#container li { margin: 3px 0; }

input.text, input.vartext, textarea, select {
	margin: 2px 0;
	font: 13px Tahoma, Geneva, Kalimati, sans-serif;
}

input.text, input.vartext, textarea { padding: 3px; }

input.radio, input.checkbox {
	width: auto;
	padding: 0;
	border: 0;
}

#topnav { /*Used on the user pages*/
	width: 940px;
	line-height: 30px;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}

#topnav a {
	padding: 0 0 2px;
	font-size: 16px;
	margin: 4px;
}

#topnav a:hover, #topnav span.current { text-decoration: none; }
	

p { margin: 10px 0; }

label {
	font-weight: bold;
	cursor: pointer;
}

/*Form table stylings*/
table.form { border: 0; margin: 4px; }

table.form td {
	border: 0;
	margin: 0;
	padding: 5px 10px;
}

table.form textarea {
	vertical-align: bottom;
	width: 300px;
	height: 100px;
}

table.form input.text { width: 300px; }

table.form input.tag {
	width: 150px;
}

table.form input.button, input.button { width: auto; padding: 2px; }

/* Progress bars */
.bar1 {
	text-align:left;
	height: 30px;
	width: 500px;
	margin: 0 auto;
}

.bar2 {
	text-align: left;
	height: 30px;
	width: 0;
}

/* Boxes */
.boxes1, .boxes2, .uboxes1, .uboxes2, .varboxes1, .varboxes2 {
	margin: 10px 5px;
	padding: 10px;
	overflow: hidden;
}

.boxes1, .boxes2 { height: 100px; }

.uboxes1, .uboxes2 { height: 85px; }

.boxes1 p, .boxes2 p, .tboxes1 p, .tboxes2 p, .varboxes1 p, .varboxes2 p {
	margin: 0;
}

/* Two colour schemes */

table.tboxestable .tboxes1, table.tboxestable .tboxes2 {
	vertical-align: top;
}

table.tboxestable .extracode { padding: 10px; }

.svthumb {
	max-height: 63px;
	max-width: 112px;
	float: right;
	margin-left: 5px;
}

.btitle {
	height: 65px;
	overflow: hidden;
}

.btitle a, .btitlelink {
	font-size: 14px;
}

#content .tboxes1 a:hover, #content .tboxes2 a:hover , #content .boxes1 a:hover, #content .boxes2 a:hover {
	text-decoration: none;
}

.binfo {
	float: right;
	clear: right;
}

.binfo img {
	height: 16px;
	vertical-align: middle;
}

.berror {
	font-size: 18px;
	padding: 10px;
	margin: 0 5px;
	text-align: center;
}

.bright {
	height: 80px;
	float: right;
}

/* Extended boxes */
.boxlinks {
	margin-bottom: 20px;
}

#content .boxlinks a {
	padding: 7px 10px;
	font-size: 12px;
	font-weight: bold;
}

#content .boxlinks a.rcurrent, .boxlinks a:hover {
	padding-bottom: 10px;
	cursor: default;
	text-decoration: none;
}

.boxcontainer {
	padding: 0 5px;
	overflow: auto;
}

.boxcontainer #box1 {
	margin-top: 0;
}

/* Index styles */
#featured {
	width: 640px;
	margin-bottom: 15px;
}

#toperror {
	padding: 5px;
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}

/* Overlay site message */
#sitemessage {
	position: absolute;
	display: none;
	left: 290px;
	top: 100px;
	width: 450px;
	padding: 17px;
	z-index: 2;
}

#overlay {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=75);
	opacity: 0.75;
	z-index: 1;
}

/* Admin management */
.relinquishrequests {
	margin: 10px 0;
	padding: 10px;
	line-height: 1.6em;
}

.relinquishactions {
	float: right;
}

.relinquishactions a {
	margin-left: 10px;
}

/*#fileupload, #urlinput { display: none; }*/

.spacer { height: 1px; width: 1px; line-height: 1px; font-size: 1px; }
#content .biglink { font-size: 18px; }
#content .biglink:hover { text-decoration: none; }

.floatleft { float: left; }
.floatright { float: right; }
.center { margin-left: auto; margin-right: auto; }
.textleft { text-align: left; }
.textcenter { text-align: center; }
.textright { text-align: right; }
.valigntop { vertical-align: top; }
.valignmid { vertical-align: middle; }
.valignbottom { vertical-align: bottom; }
.small { font-size: 80%; }
.tiny { font-size: 50%; }
.big { font-size: 115%; }
.bold { font-weight: bold; }
.nobold { font-weight: normal; }
.nodisplay { display: none; }
.biglink { font-size: 18px; }
.biglink img { vertical-align: middle; }
.webplayer { padding: 5px; margin-bottom: 5px; font-size: 12px; }
.borderedbox { padding: 8px; margin: 4px 0; }
.warningbox { padding: 8px; }
.clearleft { clear: left; }
.clearright { clear: right; }
.clear { clear: both; }
.smallicon { width: 16px; height: 16px; }
.mediumicon { width: 24px; height: 24px; }

