/* @override http://localhost/style/base.css */

@charset "UTF-8";
* {
	padding: 0px;
	margin: 0px;
}

li {
	padding: 3px 0px 3px 3px;
}
ul
{
	padding-left: 2em;
	list-style-position: outside;
}
ol
{
	padding-left: 2em;
	list-style-position: outside;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}
html {
	padding: 0px;
	margin: 0px;
}

h1, h2, h3{
	color: #00617F;
	clear:both;
	margin: 0 0 5px;
}

a {
	text-decoration: none;
	color: #D9360B;
}
a:hover {
	text-decoration: underline;
}
p{
	padding: 5px;
}
blockquote {
	font-size: 1.2em;
	
	background: url(images/close-quote.gif) no-repeat right bottom;
	padding-left: 25px;
	padding-right: 25px;
	text-indent: -25px;
	color: #666;
	margin-left: 0px;
}
blockquote:first-letter {
	background: url(images/open-quote.gif) no-repeat left top;
	padding-left: 25px;
	font-size: 1.4em;
}

img {
	border: 0px;
}
.howto {
	font-size: 14px;
	font-style: italic;
	margin: 10px;
	color: #666;
	display: block;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
}
label {

	font-size: 12px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #333;
}
.error {
	color: red;
}
.gray_box
{
	float: left;
	width: 350px;
	border: 2px solid #ccc;
	padding: 20px;
	background-color: #eaeaea;
	margin-left: 50px;
	margin-top: 50px;
}

#container {
	width: 990px;
	margin: 20px auto 0 auto;
	overflow: auto;
}

.divider 
{
	background-color: #00617F; 	
	color: #ffffff;
	padding: 15px;
	font-size: 24px;
	font-weight: bold;
	width: 800px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* @group Header */

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
#header {
	font-size: 15px;
	height:45px;
	position:relative;
	width: 990px;
	
	margin: 0 auto;
	z-index:98;
}

#header_line{
	width: 100%;
	border-bottom: 2px solid #CCC;
	background:#EAEAEA none repeat scroll 0 0;
	
	
}

#logo
{
	position:absolute;
	top: 5px;
	left: 0px;
	float: left;
}

#header ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	margin-left: 200px;
}
#header ul li {
	float:left;
	line-height:45px;
	position:relative;
	z-index:99;
	margin: 0px;
}
#header ul li.hover ul, #header ul li:hover ul {
	display:block;
}

#header ul li img {
	padding:11px 0 0;
}

#header ul li.search-container {
	height:45px;
	padding:0 15px;
	white-space:nowrap;
	width:185px;
}


#header ul li a, #header ul li a:active, #header ul li a:visited {
	color:#212121;
	display:inline;
	float:left;
	height:45px;
	padding:0 15px;
	text-decoration:none;
	border: 0px none;
}

#header ul li a:hover
{

	
}
/*#header ul li a:hover, */
#header ul li:hover {

	background-color: #C0C0C0;
	color:#212121;
}


#header ul ul li:hover {
	border: none 0px;
	background-color: #D5D5D5;
	color:#fff;
}


#header ul ul {
	background: #C0C0C0;
	color: #212121;
	display:none;
	font-size:13px;
	left:0;
	margin: 0px;
	position:absolute;
	top:45px;
	width: 150px;
	z-index:99;
}

#header ul ul li {
	float:none;
	height:26px;
	z-index:99;
	border: 0px none;
}

#header ul ul li a, #header ul ul li a:active, #header ul ul li a:link, #header ul ul li a:visited {
	color: #212121;
	border: 0px none;
	display:block;
	float:none;
	height:26px;
	line-height:26px;
}
#header ul ul li a:hover {
	color:#212121;
	border: 0px none;
}

#header ul li.search-container:hover {
	background-color: #EAEAEA;
}

#header input#term {
	color:#999999;
	padding: 2px 8px 5px 5px;
	width:120px;
	font-size: 14px;
}
#header #search_button:hover {
	background: #CCCCCC;
	color: #ffffff;
	
}
#header #search_button {
	color:#333;
	background-color: #ffffff;
	border:2px solid #CCCCCC;
	margin: 10px 0 0 5px;
	font-size: 16px;
}

#account-status {
	color:#525252;
	display:inline;
	float:right;
	font-size:11px;
	height:39px;
	line-height:18px;
	margin:6px 0 0 0;
}
#account-status a {
	
	text-decoration:none;
}
#account-status img.logout {
	margin-left:4px;
	vertical-align:middle;
}

/* @end */

/* @group Footer */

#feedback {
  position: fixed;
  top: 0;
  margin-top: 100px;
  right: 0px;
  margin-right: 0px;
  width:35px;
	overflow: hidden;
}


#footer {
	border-top: 1px solid #CCC;
	
	width: 990px;
	margin: 20px auto 0px auto;
	clear: both;
	overflow:auto;
	font-size:12px;
	color: #999;
	letter-spacing: 2px;
	padding: 15px 0px;
	overflow: auto;
}
#footer a{
	color: #999;
}
#footer ul {
	float: left;
	margin: 0px;
	padding: 0px 25px;
	list-style-type:none;
}
#footer li {
	display: inline;
	padding: 0px;
	margin: 0px;
	margin-right: 30px;
}

/* @end */

/* @group Form Stuff */

input, select, textarea {
	border:2px solid #CCCCCC;
	font-family:arial, helvetica, sans-serif;
	font-size: 16px;
	padding: 4px;
	color: #333333;
}

option{
	padding: 0px 8px;
	font-size: 14px;
}
select {
	padding-right: 0px;
}
.rule
{
border-top: 1px solid #d7d7d7;
clear: both;
width: 100%;
}

.break
{
background: #ffffff;
clear: both;
width: 100%;
}

.break p
{
background: #ffffff;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
}

.help
{
	font-size: 10px;
	color:#666;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	
}

input[type=button]
{
	font-size:24px;
	margin: 20px;
	color: #FFF;
	background-color:#0C0;
	border:2px solid #0C0;
}

input[type=button]:hover
{
	color: #0C0;
	background-color:#FFF;
	border:2px solid #0C0;
	
}


input[type=submit]
{
	font-size:24px;
	margin: 20px;
	color: #FFF;
	background-color:#0C0;
	border:2px solid #0C0;
}

input[type=submit]:hover
{
	color: #0C0;
	background-color:#FFF;
	border:2px solid #0C0;
	
}


#image_selector {
	border: 1px solid #ccc;
	padding: 5px;
	padding-top: 15px;
	width: 700px;
	overflow:auto;
	/*height: 115px;*/
}
#image_selector img{
	
	padding-left: 5px;
}
.images {
	float:left;
	height: 125px;
	margin-right: 10px;
	margin-left: 5px;
}

/* @end */

/* @group Login Form */

#login_form {
	width: 400px;
	background: #f5f5f5;
	margin-top: 30px;
	color:#333;
	float: left;
	overflow:auto;
	
}


#login_form h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 100%;
	background-color: #ffffff;
	font-style:italic;
	font-weight:lighter;
	clear: none;
	margin: 0px;
}


#login_form input[type=radio]
{
	float: left;
	margin: 5px;
	height: 25px;
	
}
#login_form input[type=text], #login_form input[type=password]
{
	margin-right: 20px;
	padding-right: 0px;
	width: 180px;
}

#login_form .left_column
{
	color: #333;
	float:left;
	font-size: 16px;
	padding: 25px 20px 25px 20px;
	text-align: right;
		background: #f5f5f5;
	width: 50px;
}

#login_form .right_column
{
	float: right;
	border: 0px solid;
	padding: 25px 15px 25px 30px;
	width: 250px;
	margin: 0px;
	background: #ffffff;
	
}

/* @end */