
* {
	padding: 0;
	margin: 0;
} 

html { height:100%; 	min-height:100%; } 

a img{ border:none; }

body {
	background: #ffffff;
	font: 15px Arial, sans-serif;
	line-height: 1.5em; 
	text-align: center;
	width: 100%;
	height:100%;
	color: #555555;
}

a {
	color: #2561bd;
	text-decoration: none;
}

p {
	padding: 5px 0 10px 0;
	margin: 0;
} 

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

a:hover {
	color: #222e48;
	text-decoration: underline;
}


table tr.rankings:hover {
	background:#e2e2e2 url(/images/hover_background_gray.jpg);
	background-repeat: repeat-x;
    color:   #000000;
	z-index:10;
}


h1 { color: #333333; font: 20px Arial, sans-serif; }
h2 { color: #555555; font: 18px Arial, sans-serif; }
h3 { color: #555555; font: 14px Arial, sans-serif; font-weight: bold;}

#wrap 
{
	width: 100%;
	text-align: center;
}

.content 
{
	margin:0 auto;
	width: 100%;
	min-height: 700px;
	background: #ffffff;
	text-align: left;
	/* border: 1px solid #cccccc; */
}

.header 
{
	width: 100%;
	height: 123px;
	text-align: left;
	background-image: url(/images/bizvotes_blue_bg.jpg); 
	background-repeat: repeat-x;
	/* border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc; */
}

.header_account
{
	font: 12px arial; 
	color: #cccccc;
}

.header_account a:link        {font: 12px arial; color: #92b4fd;}
.header_account a:visited     {font: 12px arial; color: #92b4fd;}
.header_account a:hover       {font: 12px arial; color: #eeeeee;}

.h1section 
{
	width: 100%; 
	text-align: left; 
	padding: 0 10px 0 0;
	margin: 0;
}

.h2section 
{
	width: 100%; 
	text-align: left; 
	padding: 2px 0 5px 0;
	margin: 0;
	/* border-bottom: 1px dotted #cccccc; */
}

.table_headers 
{
	padding: 0 5px 5px 5px;
	margin: 0;
}

.breadcrumbs_top { 
	width: 100%; 
	padding: 2px 0 2px 15px;
	margin: 0;
	font: 12px Arial, sans-serif;
	text-align: left;
}

.breadcrumbs_bottom { 
	width: 100%; 
	padding: 5px 0 0 15px;
	margin: 0;
	font: 12px Arial, sans-serif;
	text-align: left;
}

.footer 
{
	background: #ffffff;
	text-align: center;
	color: #555555;
	font: 11px Arial, sans-serif;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #cccccc;
}

.votes { 
	/*cursor:pointer;*/
	cursor:default;
}

.searchbox { 
width: 200px; 
height: 21px; 
font-size: 16px; 

color: #777777; 
background-color: #ffffff;  
border: 2px solid #cccccc; 
padding: 2px;
}

.loginbox { 
width: 80px; 
height: 16px; 
font-size: 12px; 

color: #777777; 
background-color: #ffffff;  
border: 2px solid #cccccc; 
padding: 2px;
}

.login_form{
color: #dddddd; 
font-size: 12px; 
font-weight: bold;
}

.form-row,
.form-register .form-row {
	position: relative;
	text-align: left;
	clear: left;
	min-height: 30px;
}

.small_table {
	text-align: center; 
	font: 11px Arial, sans-serif; 
}

.myaccount_table_header {
	text-align: center; 
	font: 14px Arial, sans-serif; 
	font-weight: bold;
	padding: 5px;
}

.myaccount_table_contents {
	text-align: center; 
	font: 14px Arial, sans-serif; 
	padding: 2px;
}


