/* Normal, standard links. */
a:link, a:visited
{
	color: #3589c2;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #960505;
	background-color: transparent;
	text-decoration: none;
}
.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited  {
	background:#d2dcfc;
	color:#3589c2;
	height:16px;
	line-height:44px;
	margin-left:2px;
	padding:5px;	
	
}
.catbg3 a:link, .catbg3 a:visited, .catbg3 a:visited { color:#fff;} 

.maintab_active_back a:link, .maintab_active_back a:visited {
	background: #ACC1FC;
	color:#960505;
	font-weight:600;
	line-height:44px;
	margin-left:2px;
	padding:5px;	
}
.maintab_active_last, maintab_first, .maintab_active_first, .maintab_last {
	display:none;}
.maintab_back a:hover {
	background:#d2dcfc;
	color:#960505;
	}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	font-size:11px;
	color:#3589C2;
	margin:0 5px;
}
a.nav:hover
{
	font-weight: bold;
	color: #cc3333;
	background-color: transparent;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Arial in black. */
body, td, th
{
	margin:0;
	color: #063864;
	font-family: Arial;
	font-size:12px;
}

/* Input boxes - just a bit smaller than normal so they align well. */

.search {
	background:#e0e5f2 !Important;
	border:2px solid #fff;
	width:100px !Important;
}

.btm {
	color:#fff;
	font-size:12px;
	background:none;
	border:none;
	width:50px !Important;
}
/* Checkboxes shouldn't have a background color. */


/* Selects are a bit smaller, because it makes them look even better 8). */
select, input.check
{
	background:#e0e5f2;
	border:2px solid #fff;
	font-size:9px;
	height:17px;
	padding:0 3px;
}

/* Standard horizontal rule.. */
hr
{
	color: #6394bd;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #6394bd;
	background-color: #6394bd;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #dee7ef;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.3em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #063864;
	font-size:12px;
	background-color: #e3e2e2;
}
.windowbg span
{
	text-align:center;
}

.windowbg img
{
	text-align:center;
}
.windowbg2
{
	color: #063864;
	background-color: #ededed;
}

/* Titles - such as table headers. */
.titlebg2 { padding:3px 8px;}
.titlebg2 .smalltext { color:#fff;}
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	background-color: #055296;
}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
#upshrinkHeader2 .titlebg2 span { font-size:13px !Important; font-weight:300; }
.titlebg2 span { font-size:13px !Important; font-weight:600; }

/* The category headers, page indexes, and such things. */
.tborder .catbg
{
	font-weight: bold;
	background-image: url(images/catbg.jpg);
	color: #000000;
	height:93px;
	vertical-align:top;
}

.logo  {
	position:absolute;
	margin:5px 0 0 30px !important;
	padding:0;
}
.text-logo {
	color:#FFFFFF;
	display:block;
	font-size:18px;
	margin-top:10px;
	padding:0;
	position:absolute;
	text-align:center;
	width:100%;
	font-size:16px;
}
.text-logo2 {
	color:#FFFFFF;
	display:block;
	font-size:18px;
	padding:0;
	margin-top:66px;
	position:absolute;
	text-align:center;
	width:100%;
	font-size:13px;
}
.tbordermiddle 
{
	font-weight: bold;
	background-color: #afc6db;
	background-image: url(images/catbg.gif);
	color: #000000;
}
#bodyarea {
	padding:20px;
}
#bodyarea .tborder .catbg, #bodyarea .tborder .catbg2, .bordercolor .catbg {
	background:#b6c8fc;
	height:26px;
	line-height:26px;
}
.bodyarea { border:1px solid #09F;}
/* The borders around things. */
.bordercolor
{
	background-color: #6394bd;
}
.tborder
{
}

/* Default font sizes. */
.smalltext
{
	font-size:12px;
}
.normaltext
{
	font-size:13px;
}
.largetext
{
	font-size:13px;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.lupa {
	margin:-4px 0 5px;
}
.btn_txt { 
	background:#e0e5f2;
	border:2px solid #fff;
	font-size:9px;
	height:17px;
	padding:0 3px;
	width:150px;
}
.btn {
	background:none;
	border:none;
	font-size:10px;
	color:#fff;
	font-weight:600;
	padding:0 13px 0 0;
	cursor:pointer;
}
#footerarea { display:none;}