@charset "utf-8";

.clear {
	clear: both;
	font-size: 1px;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000022;
	font-family: Helvetica, Arial, sans-serif;
	font: 62.5% "Century Gothic", Geneva, Verdana, Arial, Helvetica, sans-serif;
}
#container {
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	height: 900px;
}
#flash {
	width: 900px;
	height: 150px;
	margin: 0;
	padding: 0;
	background: #182b4c;
}
#header {
	background: url(/templateimages/top_sliver.jpg) top left repeat-x;
	height: 26px;
	width: 900px;
	margin: 0;
	padding: 0;
}
#rightheader {
text-align:right;
}
#navigation {
width: 100%;
background: white;
height: 61px;
padding: 11px 0 11px 0px;
margin: 0;
}
#navigation ul{
list-style: none;
margin: 0;
padding: 0;
width:	1000px;
float: left;
clear: both;

}
#navigation ul li {
float: left;
}
#navigation ul li a{
float: left;
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
margin-right:3px;
display: inline;
}
#navigation ul li a img {
border: none;
margin: 0;
padding: 0;
}
#navigation ul li a:hover{
filter:alpha(opacity=80);
-moz-opacity:.8;
opacity:.8;
}

#contentwrapper {
	clear: both;
	background:white;
	width:900px;
}

#newsbox {
	width: 206px;
	height:970px;
	padding: 0;
	margin: 0 20px 0 0;
	float:left;
	font-size:10px;
	color: #182A4C;
	font-family:Helvetica, Arial, sans-serif;
}
#newsbox td a { font-size: 11px; }
#newsbox td a:hover { font-size: 11px; }
.newsticker {
	list-style-type: none;
	border: 1px #fff;
	background:#CFDEFF;
	padding: 3px;
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	height: 40px;
}
#content {
	background: white;
	/*height: auto;*/
	width: 97%;
	padding: 0 0 10px 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #383838;
	clear: both;
}
#content p {
text-align: left;
}



#content a img {
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}

#content a:hover img {
filter:alpha(opacity=80);
-moz-opacity:.8;
opacity:.8;
}
.edit_area {
	text-align:justify; 
	margin-left:10px; 
	margin-right:10px;
}

h2 {
font-size:22px;
color: #3B81B2;
margin-top: 0;
text-align:left;
}
h3 {
background-color: transparent;
color: #182A4C;
font-weight: bold;
font-size: 16px;
letter-spacing:1px;
padding:2px 2px 3px 0;
}
h5 {
font-size: 18px;
color: #3B81B2;
background-color:white;
background-image:none;
border-bottom:none;
border-right:none;
padding:4px 2px 3px 0;
text-align: left;
}
textarea{ resize:none; }
a, #content a {
/*font-size: 1.2em;*/
font-family:Helvetica, Arial, sans-serif;
/*color: #3B81B2;*/
font-style:normal;
text-decoration: none;
}

a:hover, #content a:hover {
/*font-size: 1.2em;*/
font-family:Helvetica, Arial, sans-serif;
color: #182A4C;
font-style:normal;
background-color: transparent;
}
.hidden { display:none; visibility:hidden; }

.head { 
	background-color:#4682B4; 
	color:#FFFFFF; 
	font-size:14px; 
	font-family:"MS Sans Serif", Geneva, sans-serif; 
	font-style:normal; 
	font-weight:bold; 
	text-align:left; 
	cursor:pointer; 
	padding:3px; 
	height:20px;
	border: 1px solid #696969;
}
.headOn{ 
	background-color:#4682B4; 
	color:Orange; 
	font-size:14px; 
	font-family:"MS Sans Serif", Geneva, sans-serif; 
	font-style:normal; 
	font-weight:bold; 
	text-align:left; 
	cursor:pointer; 
	padding:3px; 
	height:20px;
	border: 1px solid #e6e6fa;
}
.headDown{ 
	background-color: #add8e6; 
	color:Orange; 
	font-size:14px; 
	font-family:"MS Sans Serif", Geneva, sans-serif; 
	font-style:normal; 
	font-weight:bold; 
	text-align:left; 
	cursor:pointer; 
	padding:3px; 
	height:20px; 
	border-bottom: 1px solid white;
}
.headline1{ width:800px; text-align:center; margin:0 auto; color:#ffffff; background:#ff9933; font-weight:bolder; font-size:18px; font-family:Tahoma,Arial,sans-serif; font-stretch: wider; }
.headline2{ width:800px; text-align:center; margin:0 auto; color:#ffffff; background:#000000; font-weight:bold; font-size:16px; font-family:Verdana,Arial,sans-serif; padding:3px; }
.toplabel {
	background:transparent;
	font:0.95em;
	font-weight:bold;
	margin:0 auto;
	width:120px;
	text-align:left;
	vertical-align:middle;
	padding-right:5px;
	white-space:nowrap !important;
}
.sidelabel{
	font-weight:bold;
	text-align: right;
}
.hidden {
	display: none;
	visibility: hidden;
}
div.scroller {
	border:1px solid #ACA899;	/* Border around entire widget */
	overflow: hidden; 
	height:100%; 
	vertical-align: top; 
	margin: 0 0 10px 20px;
	overflow-y:auto;
	overflow:-moz-scrollbars-vertical;
}
/*html>body div.scroller {
		overflow: hidden;
}*/
.scrollTable thead{
	position:relative;
}
.scrollTable thead tr{
	position:relative;
	top:0;
	bottom:0;
}
.scrollTable .scrollContent{
	overflow-y:auto;
	overflow:-moz-scrollbars-vertical;
	width:100%;
}

/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
.list-row {
	font-size: 10pt;
	font-family: sans-serif;
	font-style: normal;
	height: 18px;
	padding: 4px;
	width: 100%;
}
.list-row-over{ background:#39f; }
.list-row-check{ background:#ffd700; }
.list-row > td { padding: 3px; height: 18px; }

#pataka-report-dlg button { background-image:url(/images/buttons/pataka_btn.jpg); width:160px; height:52px; border:none; margin:5px; }
#pataka-report-dlg button span { color:#8b0000; font-weight:bold; }
