/* kill defaults */
html, body, ul, dl, li, h1, h2, h3, h4, img, table, td, tr { margin: 0; padding: 0; }

ul { list-style: none; }

img { border: 0; }
/* ============= */

html, body { height:100%; }

body {
	background:#272727;
	}

#wrapper {
	width:100%;
	background:#272727;
	height:auto !important;
	height:100%;
	min-height:100%;
	overflow:auto;
	margin:0 auto -43px;
	}
/*
#footer {
	background:#004268;
	border-top:3px solid #101010;
	width:100%;
	height:40px;
	text-align:center;
	margin:auto auto;
	color:#fff;
	font-family:Arial;
	font-size:10pt;
	}
*/

#wrapper #mid-wrapper {
	position:absolute;
	width:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
	overflow:auto;
	padding-bottom:43px;
	}

#wrapper #mid-wrapper #mid {
	padding:0px 0px 0px 0px;
	height:auto !important;
	height:100%;
	min-height:100%;
	overflow:auto;
	}

#banner-wrapper {
	background:url(images/banner_middle.gif) repeat-x;
	width:100%;
	height:118px;
	}

#banner-left {
	background:url(images/banner_left.gif) no-repeat;
	width:222px;
	height:118px;
	float:left;
	margin-left:24px;
	}

#banner-right {
	background:url(images/banner_right.gif) no-repeat;
	width:255px;
	height:118px;
	float:right;
	margin-right:24px;
	}

#borderleft, #borderright {
	width:24px;
	background:url(images/borderleft.gif) repeat-y right;
	position:absolute;
	height:auto !important;
	height:100%;
	min-height:100%;
	}

#borderright {
	background:url(images/borderright.gif) repeat-y left;
	right:0px;
	}

.block-left-header {
	background:url(images/block_left_header.gif) no-repeat;
	width:184px;
	height:48px;
	}

.block-left-body {
	background:url(images/block_left_body.gif) repeat-y;
	width:184px;
	min-height:158px;
	}

.block-left-footer {
	background:url(images/block_left_footer.gif) no-repeat;
	width:184px;
	height:50px;
	}

.block-middle-header-lc {
	background:url(images/block_middle_header_lc.gif) no-repeat;
	width:25px;
	height:48px;
	float:left;	
	}

.block-middle-header-c {
	background:url(images/block_middle_header_c.gif) repeat-x;
	width:100%;
	min-width:100%;
	height:48px;
	}

.block-middle-header-rc {
	background:url(images/block_middle_header_rc.gif) no-repeat;
	width:25px;
	height:48px;
	float:right;
	}

.block-middle-body-l {
	background:url(images/block_middle_body_l.gif) repeat-y;
	width:25px;
	}

.block-middle-body-c {
	color:#fff;
	background:#323232;
	width:100%;
	}

.block-middle-body-r {
	background:url(images/block_middle_body_r.gif) repeat-y;
	width:25px;
	}

.block-middle-footer-lc {
	background:url(images/block_middle_footer_lc.gif) no-repeat;
	width:25px;
	height:50px;
	float:left;
	}

.block-middle-footer-c {
	background:url(images/block_middle_footer_c.gif) left repeat-x;
	width:100%;
	height:50px;
	}

.block-middle-footer-rc {
	background:url(images/block_middle_footer_rc.gif) repeat-x;
	width:25px;
	height:50px;
	float:right;
	}

.block-right-header {
	background:url(images/block_right_header.gif) no-repeat;
	width:184px;
	height:48px;
	}

.block-right-body {
	background:url(images/block_right_body.gif) repeat-y;
	width:184px;
	min-height:158px;
	}

.block-right-footer {
	background:url(images/block_right_footer.gif) no-repeat;
	width:184px;
	height:50px;
	}

.block-header-text, .block-header-text-middle {
	color:#9d9d9d;
	font-family:"Lucida Sans",Verdana,Arial,Serif;
	font-size:10pt;
	text-align:center;
	padding-bottom:3px;
	}

.block-header-text-middle {
	text-align:left;
	padding-left:10px;
	}

.block-body-text {
	color:#fff;
	font-family:Verdana,Arial,Serif;
	font-size:10pt;
	padding:5px 30px 5px 30px;
	}

.posted-by {
	color:#fff;
	font-family:Arial,Serif;
	font-size:7pt;
	float:left;
	}

.news-comments {
	color:#fff;
	font-family:Arial,Serif;
	font-size:8pt;
	vertical-align:bottom;
	}

.news-comments a {
	color:#fff;
	text-decoration:none;
	}

.comments-line {
	background-color:#fff;
	height:1px;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	}

.comments-options {
	float:right;
	}

.form label {
	display:block;
	float:left;
	width:150px;
	}

.form input[type="submit"] {
	margin-top:20px;
	margin-left:150px;
	}

.form input[type="text"], .form input[type="password"] {
	width:300px; 
	}

.form textarea {
	width:300px;
	height:100px;
	}

.teststyle {
	width:500px;
	color:#ff0000;
	}

.teststyle textarea {
	width:500px;
	}

a {
	color:#f0f0f0;
	text-decoration:none;
	border-bottom:1px #f0f0f0 dotted;
	}

a:hover {
	color:#fff;
	}

.row1 {
	background-color:#5f5f5f;
	padding:3px;
	}

.row2 {
	background-color:#474747;
	}

.block_not_visible {
	opacity:0.4;
	}

/* ========== jQuery TextareaResizer ======== */

div.grippie {
background:#EEEEEE url(grippie.png) no-repeat scroll center 2px;
border-color:#DDDDDD;
border-style:solid;
border-width:0pt 1px 1px;
cursor:s-resize;
height:9px;
overflow:hidden;
padding-left:150px;
margin-right:0px;
margin-left:150px;
}
.resizable-textarea textarea {
display:block;
margin-bottom:0pt;
}