/********************************************
Basic Style Sheet
version: 1.0
author: Predrag Kopricanec
email: predrag.kopricanec@gmail.com
website: http://www.coppeteam.net/
********************************************/

@charset "utf-8"; 

/* reset the elements */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ul, li, form {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}


/* General HTML Styles */
body {
   font-family:  "calibri", "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(../img/interface/main_bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}

div, span, p, tr, th, td, input, select, textarea, option, iframe {
   font-family: "calibri", "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	font-size: 12px;
	color: #494949;
}
h1  { 
   color: #326598;
   font-size: 22px;
   font-weight: lighter;
   margin: 0;
}
h2  { 
   color: #326598;
   font-size: 20px;
   font-weight: lighter;
   margin: 0;
}
h3  { 
   color: #326598;
   font-size: 18px;
   font-weight: lighter;
   margin: 0;
}
h4  { 
   color: #000;
   font-size: 16px;
   font-weight: lighter;
   margin: 0;
}
h5  { 
   color: #000;
   font-size: 14px;
   font-weight: lighter;
   margin: 0;
}
h6  { 
   color: #000;
   font-size: 12px;
   font-weight: lighter;
   margin: 0;
}
p {
	margin: 0;
	padding: 10px 0 5px 0;
}
a { 
   color : #a3a3a3;
	font-weight: lighter;
	text-decoration:none;
	border-bottom: 1px #a9a9a9 dotted;
	outline: none;
}
a:hover { 
   color: #326598;
	text-decoration: none;
	outline: none;
}

select optgroup {
	font-size: 14px !important;
	background-color: #f5f5f5;
	font-weight: lighter;
	font-style: normal;
}
select optgroup option {
	font-size: 135%;
}

/*-------------------------------------------------------------------*/
#Container {
	margin: 0 auto;
	width: 980px;
	height: 100%;
	min-height: 100%;
}
#Logo {
    background: url("../img/interface/powerfulfinder_logo.png") no-repeat center center;
    display: block;
    height: 110px;
    letter-spacing: -500em;
    margin: 35px auto 20px;
    text-indent: -500em;
    width: 500px;    
}

#home_nav {
    padding: 0 10px;
    text-transform: uppercase;
    width: 600px;
    margin: 0 auto;
}

#home_nav li {
    color: #326598;
    font-size: 20px;
    padding: 0 10px;
    text-decoration: none;
    border-bottom: 0;
    font-weight: bold;
    cursor: pointer;
}

#home_nav li .login {
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    letter-spacing: -500em;
    overflow: hidden;
    padding: 0;
    right: 30px;
    text-indent: -500em;
    top: 240px;
    width: 90px;
}

#home_nav li .login:hover {
    background-position: 0 -30px ;
}

#home_nav li {
    display: inline;
    line-height: 50px;
}

#home_nav li:hover {
    color: #254A70;
}

#home_nav li.active, #home_nav li.active:hover {
    cursor: default;
    border-bottom: 0;
    color: #222;
    font-size: 20px;
}


.panel {
    clear: both;
    width: 580px;
    margin: 0 auto;
    padding: 10px;
    background-color: transparent;
    background-image: url(../img/interface/box_bg.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 280px;
    border: 1px solid #BCC8D3;
    display: block;
}

input.big_field {
    color: #666;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: -1px;
    padding: 2px 5px;
    vertical-align: bottom;
    width: 460px;
    background-color: #fff;
    background-image: url(../img/interface/input_bg.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    /*font-size: 145%;margin-top:1px;*/
}

input.big_field:hover {
   border: 1px solid #3399fe;
}

input.big_field:focus {
   border: 1px solid #3c7fb1;
}

input.BigButton {
   font-size: 243%;
}

div.FormFilds {
	float: left;
	color:#e5e5e5;
	text-align:left;
	margin: 0 1px 15px;
   white-space: nowrap !important;
}

select.SelectSearch {
   font-size: 200% !important;
   width: 285px !important;
   background-image: url(../img/interface/input_bg.png) !important;
    background-position: 0 0;
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    padding: 1px;
}

select.SelectSearch:hover {
   border: 1px solid #3399fe;
}

select.SelectSearch option {
   font-size: 100%;
}

.big_title {
   background: transparent url(../img/interface/label_title_line.gif) repeat-x scroll left bottom;
   color:#3d3d3d;
   display: block;
   font-size:32px;
   font-weight:normal;
   letter-spacing:-1px;
   line-height:40px;
   margin-bottom:15px;
}

.small_title {
   background: transparent url(../img/interface/label_title_line.gif) repeat-x scroll left bottom;
   color:#3d3d3d;
   display:block;
   font-size:20px;
   font-weight:normal;
   letter-spacing:-1px;
   line-height:24px;
   margin-bottom:15px;
}

.box_container {
   vertical-align: middle;
   padding: 10px 0;
}

.box_container ul {
   list-style: none;
   float: left;
   width: 575px;
}

.box_container ul li {
   float: left;
   width: 191px;
}

.box_container ul li a {
   display: block;
   margin: 0 0 10px;
   border: 0;
   font-size: 15px;
   color: #555;
}

.box_container ul li a:hover { 
   color: #326598;
	text-decoration: none;
	outline: none;
}

.box_container ul li a img {
   border: 0;
   vertical-align: middle;
}

.box_sub_container {
   vertical-align: top;
   padding: 10px 0;
}


/* footer */
div#FooterDesc, div#FooterDesc a {
	font-size: 115%;
	vertical-align: middle;
   clear: both;
} 
div#FooterDesc {
	text-align: center;
	color:#A9A9A9;
	margin: 0;
	padding: 30px 0;
}
div#FooterDesc a {
	 font-weight: lighter;
	 color:#A9A9A9;
	 text-decoration:none;
	 border-bottom: 1px #a9a9a9 dotted;
}
div#FooterDesc a:hover {
    color: #326598;
    text-decoration: none;
}

div.Note {
   clear: both;
   width: 575px;
   height: 60px;
   font-size: 110%;
   margin: 10px 0 0;
   color: #666;
   font-style: italic;
}

/* action bar */
body.Banner {
   font-family:  "calibri", "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(../img/interface/action_bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
   margin: 0;
   padding: 0;
}

div#HeaderBox {
   margin: 0 auto;
   padding: 0;
   width: 980px;
}

div#HeaderBox fieldset {
   border: 0;
   margin: 0;
   padding: 5px 0 0;
   width: auto;
}

div#HeaderBox fieldset .FormFildsBox {
	float: left;
	text-align:left;
	margin: 0 5px 0 0;
   width: auto;
   color: #666;
}

.SelectSearchInput {
   background-image: url(../img/interface/list_bg.png);
   background-position: 268px 0;
   background-repeat: no-repeat;
   font-size: 200% !important;
   width: 265px !important;
   height: 31px;
   border: 1px solid #ccc;
   padding: 1px 20px 1px 1px !important;
}

.SelectSearchInput:hover {
   background-image: url(../img/interface/list_bg_h.png);
   border: 1px solid #3399fe;
}

.SelectSearchInput:focus {
   border: 1px solid #3c7fb1;
}

#SelectSearchBox {
   width: 285px !important;
   background-color: #fff;
   border: 1px solid #3c7fb1;
   position: absolute;
}

#SelectSearchBox a {
   background-image: url(../img/interface/close_button_a.jpg);
   background-position: 0 0;
   background-repeat: no-repeat;
   width: 19px;
   height: 17px;
   position: absolute;
   margin: 2px 2px 0 263px
}

#SelectSearchBox a:hover {
   background-image: url(../img/interface/close_button_h.jpg);
}

#SelectSearchBox ul {
   list-style-type: none;
}

#SelectSearchBox ul li {
   width: 140px;
   float: left;
}
