@charset "iso-8859-2";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #686868;
	background: #12171a url('images/main_backgr.gif') left top repeat-x;
	font-weight: normal;
	text-decoration: none;
}

th, td, li, input.submit {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #686868;
	text-decoration: none;
}

input.submit {
	background: #eeeeee none;
}

div {
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#all {
	width: 767px;
	height: auto;
	margin: 0px auto 0px auto;
}

#flashcontainer {
	width: 767px;
	height: 351px;
	/* background-image: url('images/flash_backgr.jpg'); */
}

input.definput {
	background: #ffffff url('images/input_backgr.gif') left top repeat-x;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	width: 133px;
	height: 16px;
	margin: 0px 0px 0px 0px;
	color: #686868;
	border-top-color: #7c7c7c;
	border-left-color: #c3c3c3;
	border-right-color: #c3c3c3;
	border-bottom-color: #dddddd;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/************************** HEADER ENDS HERE *************************/
/************************** MAIN WINDOW *************************/
div#mainwindow {
	width: 657px;
	height: auto;
	padding: 10px 80px 80px 30px;
	background: #12171a url('images/main_window_backgr.gif') left top no-repeat;
}

div#mainwindow h1 {
	display: block;
	margin: 0px 0px 20px 0px;
	color: #ff7e00;
	font-size: 17px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
}

div#pagination {
	margin-top: 30px;
	text-align: center;
	font-size: 12px;
}

/************************** MAIN WINDOW ENDS HERE *************************/
/************************** FOOTER *************************/
div#footer {
	width: 657px;
	height: auto;
	padding: 0px 80px 50px 30px;
}

div#footer a {
	color: #686868;
}

div#footer a:hover {
	color: #989898;
}
/************************** FOOTER ENDS HERE *************************/

/************************** IMG VIEWER *************************/

#thumbBox {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 5px 5px 20px 5px;
	background: #5a5a5a none;
	z-index: 100;
	cursor: pointer;
	overflow: hidden;
	visibility: hidden;
}

#thumbBox div.footerbar {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	background: #5a5a5a none;
	color: #ffffff;
	text-align: right;
	padding: 0px 0px 0px 0px;
	position: absolute;
	right: 5px;
	bottom: 5px;
}


#thumbBox #thumbImage, #thumbBox #thumbImage img {
	background: #5a5a5a none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#thumbLoading {
	position: absolute;
	border: #5a5a5a 1px solid;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	background: #fefefe none;
	padding: 5px;
	z-index: 5;
	width: auto;
	height: auto;
	visibility: hidden;
	left: 0px;
	top: 0px;
}

/************************** IMG VIEWER ENDS HERE *************************/

/************************** TINY CSS *************************/

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	color: #ff7e00;
}

.orangetext {
	color: #ff7e00;
}

.redtext {
	color: #cc0000;
}

.greenbold {
	color: #436f20;
	font-weight: bold;
}

.bluetitle {
	color: #045999;
	font-size: 15px;
	font-weight: bold;
}

img {
	border: none;
}

/************************** TINY CSS ENDS HERE *************************/
