@import url(/templates/comments.css);
@import url(/templates/lurkers.css);
@import url(/templates/tool_box.css);

body { 
	background: #fff;
	padding: 0; margin: 0px;
	font: 400 11px "lucida grande", tahoma, verdana, arial, sans-serif;
}

a { color: #007eff; font-weight: bold; text-decoration: none; }
a:hover { color: #fff; background: #007eff; }
a.noglow:hover { background: #fff; }

table { font-size: 100%; }

#footer_box { 
	clear: both; 
	width: 800px; 
	padding-top: 20px;
	padding-bottom: 50px;
	margin: 20px auto 50px auto; 
	border-top: 1px dashed #e39925; 
	text-align: center; 
	font-size: 200%; 
	color: #aaa; 
}

#footer_box a {
	font-size: 16px;
}

img { border: 0px; }
img.icona { width: 200px; height: 200px; border: 1px solid #92bd36; }
img.iconb { width: 100px; height: 100px; border: 1px solid #aaa; }
img.iconc { width: 50px; height: 50px; border: 1px solid #ccc; }

#header_menu { 
	font-size: 120%;
}

input.text { 
	font-size: 200%; 
	color: #000;
	text-align: center;
	background: #F4F9FF url(/images/textbg.png) repeat-x; 
	padding: 5px;
	width: 20em;
}

input.textsm { 
	font-size: 110%; 
	font-weight: bold; 
	color: #2588b0; 
	padding: 2px 5px; 
	text-align: left;
}

input.textsubject {
	text-align: left;
	padding-left: 5px;
	margin-bottom: 10px;
}

input.button { 
	font-size: 150%; 
	color: #fff; 
	font-weight: bold;
	background: #FF9900 url(/images/buttonbg.png) repeat-x; 
	border-right: 3px double #BD731D;
	border-bottom: 3px double #BD731D;
	border-left: 3px double #FDC469;
	border-top: 3px double #FDC469;
}

input.buttonsm { font-size: 110%; }

label.resize {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

label.resize span.title {
	font-family: "trebuchet ms", serif;
	font-size: 20px;
	color: #666;
}

textarea { 
	background: #F4F9FF url(/images/textbg.png) repeat-x; 
	border: 2px solid #2a8db4;
	padding: 0px;
	overflow: auto;
}

textarea.full {
	width: 99%;
	margin-bottom: 10px;
}

textarea.pretty {
	font-family: arial;
}

textarea.short {
	height: 75px;
}

textarea.large {
	font-size: 175%;
}

form div.buttonbar { text-align: right; }

h1 {
	font-size: 200%; 
	font-weight: bold; 
	color: #444; 
	letter-spacing: -1px;
}

h2 { 
	font-size: 170%; 
	color: #aaa; 
	letter-spacing: -1px; 
}

.system_message {
	border: 10px solid #ffcccc;
	margin: 20px 0 ;
}

.system_message div.inner {
	padding: 5px;
	background: white;
	border: 1px solid #FF00A8;
	font-size: 120%;
	text-align: center;
	line-height: 140%;
	color: #FF00A8;
}

.notice { 
	border: 5px solid #ffcccc;
	margin: 0 0 10px 0; 
}

.special {
	background: #FFF8D4 url(/images/special-bg.png) repeat-x;
	border: 1px dotted #df2113; 
	padding: 10px; 
	font-weight: bold; 
	font-size: 120%;
	line-height: 140%;
	color: #333;
}
.special h2 { color: #B3974A; }

.meter { 
	width: 250px;
	padding: 10px;
	margin: 10px 0;
	font-weight: bold;
	color: white;
}

.Pathetic { background: #ff0000 url(/images/pathetic.png) repeat-x; }
.Weak { background: #ff0000 url(/images/weak.png) repeat-x; }
.Mediocre { background: #ff0000 url(/images/mediocre.png) repeat-x; }
.Strong { background: #ff0000 url(/images/strong.png) repeat-x; }
.Stronger { background: #ff0000 url(/images/stronger.png) repeat-x; }

#home_random { margin-top: 30px; padding: 10px 0 0 10px; width: 477px; }

#pagelist { text-align: right; }
#pagelist li { display: inline; }
#pagelist li a { padding: 5px 7px; margin: 0 2px; border: 1px solid #007eff;; background: white; }
#pagelist li a:hover { border: 1px solid #000; background: #007eff; color: white; }
#pagelist li span { padding: 5px 7px; font-weight: bold; }

/* AUTO COMPLETE MENU */

div.ac_menu { 
	border: 1px solid #007eff;
	border-top: 0px;
	background: #ecf6fd;
	padding: 0px;
	font-weight: bold;
}

div.ac_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.ac_menu li {
	border-top: 1px solid #b7e2ff;
	padding: 2px 5px;
	color: #007eff;
	cursor: pointer;
}

div.ac_menu .selected {
	background: #b7e2ff;
	color: #2222ff;
}


/* PRETTY NAVIGATIONAL TABS */

ul.tab_bar {
	list-style: none;
	margin: 1px 0 -2px 5px;
	line-height: 1.2;
	padding: 0;
	height: 24px;
	border-bottom: 1px solid #ccc;
}

* html ul.tab_bar {
	border-bottom: 0;
	}

ul.tab_bar li {
	float: left;
	display: block;
	height: 24px;
	padding-right: 12px;
	margin-left: -5px;
	position: relative;
	background: url(/images/tabright-back.gif) 100% 0 no-repeat;
	border-bottom: 1px solid #bbb8a9;
	white-space: nowrap;
}

ul.tab_bar span {
	height: 24px;
	line-height: 26px;
	padding-left: 7px;
	background: url(/images/tableft-back.gif) no-repeat;
}

* html ul.tab_bar span {
	display: block;
	float: left;
	line-height: 24px;	
}

html>body ul.tab_bar span {
	display: block;
}

ul.tab_bar li#current {
	z-index: 1;
	font-weight: bolder;
	border-bottom: 1px solid #fff;
	height: 24px;
	line-height: 24px;
	background-image: url(/images/tabright.gif);
}

ul.tab_bar li#current a {
	color: black;
	background: transparent;
	}

ul.tab_bar li#current span {
	height: 24px;
	line-height: 24px;
	background-image: url(/images/tableft.gif);
}

ul.tab_bar li a {
	color: #777;
	background: transparent;
	font-weight: normal;
}

ul.tab_bar li a:hover {
	color: #000;
	background: transparent;
}

div.tab_body {
	clear:both;
	text-align: left;
	padding: 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff url(/images/tab-body-bg.gif) bottom repeat-x;
	}
* html div.tab_body {
	border-top: 1px solid #ccc;
	}

/* GENERAL PURPOSE DIVS */

div.clear { clear: both; }