/* Tag definitions */

body {
	background-color: #0021A5;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	text-align: center;
}

form, div, td, tr, input, select, button,h1,h2,h3,h4,h5{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

h4 {
    font-family: Tahoma;
}

img{
	border: none;
}

/* end Tag definitions */

.dashed {
	border-top: 1px dashed #0021A5;
	border-bottom; 0px;
	margin-top: 5px;
	color: white;
	background-color: white;
}

.small {
	font-size:8pt;
}

.medium {
	font-size:9pt;
}

/*
#wrapper{
	width: 782px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
*/

#wrapper{
	margin: 0 auto;
	width: 782px;
	text-align: left;

}

#main{
	text-align: left;
}

#header{
	width: 782px;
	height: 120px;
	background: url('/images/header.gif') top center #0021A5 no-repeat;
	text-align: center;
}

#body{
	margin-top: 10px;
}

#main_content{
	padding-left: 10px;
}

img.left_banner_img {
	margin-top: 20px;
}

img.licensed{
	margin-top: 20px;
}

div#newsletter {  
    margin-top: 20px;
    width: 160px;  
}

div#newsletter td.middle {
	padding: 5px;
	font-family: Arial; 
	font-size: 11px;
	font-weight: bold;
	color: #0021A5;
	text-align: center;
}


.featured_products{
	margin-top: 10px;
}

.products{
	margin-top: 10px;
}

.products td.first{
	border-style: none;
}

.products td{
	border-left: #e5b5b1 1px solid;
}

.products td.spacer{
	border-style: none;
}

.products div.caption{
	font-size: 11px;
	padding: 10px;
	font-family: Arial;
	text-align: center;
	font-weight: bold;
}

.products a{
	text-decoration: none;
	color: white;
}

.products a:hover{
	text-decoration: underline;
}

#footer{
	margin-left: 3px;
	margin-top: 20px;	
}

#footer td.middle{
	text-align: center;
	padding: 10px;
	font-size: 11px;
	color: #00166E;
	font-weight: bold;
	font-family: Arial;
}

#footer a{
	color: #00166E;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer div.footer_sub_line{
	margin-top: 10px;
	color: #656565;
	font-weight: normal;
}

#footer div.footer_sub_line a{
	text-decoration: underline;
}

#content-box td.middle{
	padding: 5px;
	color: black;
	font-family: Arial;
}

#content-box a{
	color: #00166E;
	font-weight: bold;
	text-decoration: none;
}

#content-box a:hover{
	font-weight: bold;
	text-decoration: underline;
}

input.styled_button_2{
   color:#0021A5;
   font-weight:bold;
   background-color:#FF4A00;
   border:1px solid;
   border-color:#0021A5;
   cursor: pointer;
}
/*Note: styled_button_1 is after styled_button_2 for vote buttons on flypage */
input.styled_button_1{
   color:white;
   font-weight:bold;
   background-color:#0021A5;
   border:1px solid;
   border-color:#01519a;
   cursor: pointer;
}

.generic-form{
	font-size:10pt;
}

.errors{
	font-size:8pt;
	color:#dd0000;
	border:1px solid #dd0000;
	background-color:#F3EBEB;
	vertical-align:top;
	padding:5px;
}

.errors th{
	font-weight: bold;
	vertical-align:top;
	padding-right: 5px;
}

.breadcrumb{
	font-size: 12px;
	font-weight: bold;
	color: white;
	font-weight: bold;
	margin-bottom: 10px;
}

.breadcrumb a{
	color: white;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.breadcrumb a.first{
	padding-left: 0px;
	border-left: none;
}

.breadcrumb a:hover{
	text-decoration: underline;
}

.breadcrumb a.current{
	color: #FF4A00;
}

a.info{ position:relative; z-index:24; }
a.info:hover{z-index:25; background-color:#FFFFFF;}
a.info span{display: none}
a.info:hover span{ /*the span will display just on :hover state*/            
	position:absolute;
	display:block;
	text-decoration: none;
	font-size:8pt;
	color:#545454;
	background-color:#efefef;
	text-decoration: none;
	top:2.0em; left:0.75em; width:260px;
	border:1px solid #545454;
	text-align: left;
	padding: 5px;
	line-height:12px;
}

div.clear { clear: both; }

form#friend_email h5 { margin-top: 10px; }
form#friend_email p { margin: 0px; padding: 2px 0px; }
form#friend_email input.styled_button_2 { margin-top: 5px; }

input.voter {
    padding: 5px;
    display: block;
    width: 30px;
}

input.voter:hover {
    background-color: #0021A5;
    color: white;
}
