/*
CSS created by Simeon Tsonchev. 
For more information visit www.folioarchive.com
Last revision 2006-10-30
*/

/* Common */
body{
	padding: 0;
	margin: 0;
	background: #ffffff url(bg01.gif) no-repeat center top;
	font: 11px Verdana, Tahoma, sans-serif;
}
a, div.footer_fat a, div.footer_fat a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover, div.footer_fat a:hover{
	text-decoration: underline;
}
a:active{
	color: #007eff;
}
div.body, div.body_fa {
	/*width: 720px;*/
	text-align: left !important;
	color: #9e9e9e;
}
div.body{
	width: 720px;
}
/* Rounded A */
div.rounded_a {
  background: #9e9e9e url(ra-tr.gif) no-repeat top right;
}
div.rounded_a div {
  background: url(ra-tl.gif) no-repeat top left;
}
div.rounded_a div div {
  background: url(ra-br.gif) no-repeat bottom right;
}
div.rounded_a div div div {
  background: url(ra-bl.gif) no-repeat bottom left;
  padding: 10px;
  margin: 0 0 10px 0;
  font-weight: bold;
  color: #ffffff;
  height: 100%;

}

/* Rounded B */
div.rounded_b {
  background: #e6e6e6 url(rb-tr.gif) no-repeat top right;
}
div.rounded_b div {
  background: url(rb-tl.gif) no-repeat top left;
}
div.rounded_b div div {
  background: url(rb-br.gif) no-repeat bottom right;
}
div.rounded_b div div div {
  background: url(rb-bl.gif) no-repeat bottom left;
  padding: 10px;
  font-weight: bold;
  height: 62px; 
}
a.white{
	color: #ffffff;
}
/* Rounded C */
div.rounded_c {
  background: #f2f2f2 url(rc-tr.gif) no-repeat top right;
}
div.rounded_c div {
  background: url(rc-tl.gif) no-repeat top left;
}
div.rounded_c div div {
  background: url(rc-br.gif) no-repeat bottom right;
}
div.rounded_c div div div {
  background: url(rc-bl.gif) no-repeat bottom left;
  padding: 10px;
  
}

/* Header */
div.header{
	width: 770px;
	text-align: center;
}
div.nav{
	width: 720px;
	background: url(bg04.gif) repeat-x bottom;
}
div.nav_fa{
	background: url(bg04.gif) repeat-x bottom;
	margin: 0 0 10px 0;
}

img.inav{
	float: left;
}

/* Left */
div.left{
	float: left;
	width: 202px;
	padding: 10px 0 10px 0;
}

/* Main */
div.main{
	width: 508px;
	float: left;
	padding: 10px 0 10px 10px;
}
div.random{
	padding: 0 0 10px 0;
	cursor:pointer;
	cursor:hand;
}

h1{
	font: 16px Arial, Verdana, Tahoma, sans-serif;
	color: #9e9e9e;
	text-transform: uppercase;
	font-weight: bold;
}
h2{
	font: 11px Verdana, Tahoma, sans-serif;
	color:  #007eff;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 40px;
}
ul.list_a{
	list-style: square;
}
img.i_small{
	float: left;
	margin-right: 5px;
	background: #9e9e9e;
	border: 1px solid #9e9e9e;
}
img.i_right{
	text-align: center;
	background: none !important;
	float: right;
}


/* Footer */
div.footer, div.footer_fat {
	width: 100%;
	height: 75px;
	padding: 20px 0 0 0;
	background: url(bg02.gif) no-repeat center top;
	float: left;
	color: #bfbfbf;
	margin: 20px 0 0 0;
	text-align: center;
}
div.footer a, div.footer_fat a:link, div.footer_fat a:visited {
	color: #818181;
	text-transform: uppercase;
	font-weight: bold;
}
div.footer_fat a:active {
	color: #007eff;
}
#go,#login{

}
div.powered{
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}
/* footer float element */
#dhtmlfloatie{
	position: absolute;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	border: 2px solid #999999;
	background-color:#E5E5E5;
	padding: 5px;
	z-index: 100;
	width: 130px;
	/*height:60px;*/
	visibility: hidden;
	text-align:left;
	cursor:pointer;
}

/* Search Form CSS */
form{
	padding: 0;
	margin: 0;
}
div.SearchDiv{
	background: #eeeeee url(srch-02.gif) repeat-x top; 
	border-left: 1px solid #999999; 
	border-right: 1px solid #999999; 
	padding: 10px 8px 0 8px;
}
label.Radio{
	color: #4d4d4d;
	font-size: 9px;
}
.SearchLabel{
	color: #4d4d4d;
	font-weight: bold;
}
a.activeSearchMode{
	color: #4d4d4d;
	font-weight: bold;
	text-decoration: none;
	
}
a.activeSearchMode {
	background-color: #ffffff;
	border: 1px solid #ababab;
	padding:2px 0px;
	width: 78px;
	text-align: center;
	display: block;
	color: #FF7B00;
}
a.inactiveSearchMode{
	color: #8f8f8f;
	background-color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #c8c8c8;
	padding: 2px 0px;
	width: 78px;
	text-align: center;
	display: block;
}
.SPinput {
	height:20px;
	color: #666;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #f0f0f0;
	border: 1px solid #c0c0c0;
	padding: 1px 0 1px 4px;
}