@import url(jqmodal.css);

/* Whitespace reset Back */

* {
    padding:0;
    margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset,
address {
    margin:20px 0;
}
li, dd, blockquote {
    margin-left: 40px;
}
fieldset {
    padding:10px;
}

/* Custom Styles */

* html #container
{
	height: 100%;
}

html {
	height: 100%;
}

body {
	color:#000;
	font-family: Arial,sans-serif;
	background-color: #000;
	height: 100%;
} 

a {
	color:#000;
	font-weight:bold;
}

a:hover {
	background-color:#d3d6d8;
}

img {
	border:none;
}

.deed_container {
    min-height: 45px;
}

.score_frame {
    border: #eee 2px solid;
    float: left;
    width: 85px;
    text-align: center;
    font-size: 28pt;
    margin-top: 2px;
    margin-left: 5px;
}    

.description_frame {
    padding-left: 100px;
    padding-top: 7px;
    font-size: 12pt;
    vertical-align: middle;
       
}                          

#container
{
	margin:0 auto;
	width:900px;
	position: relative;
	min-height: 100%;
	background-image: url(../img/body_y.png);
	background-repeat: repeat-y;
	background-position:center;
}

#hdr {
	background-image: url(../img/hdr.png);
	background-repeat: no-repeat;
	background-position:top center;
	width:900px;
	margin: 0 auto;
	text-align: center;
	padding:70px 0 0 0;
}

#content {
	float:left;
	margin-right:33px;
}

#ftr {
	clear:both;
	background-image: url(../img/ftr.png); 
	background-repeat: no-repeat;
	background-position:center;
	height:45px;
	width:734px;
	margin: 0 auto;
	padding:100px 166px 0 0;
	text-align:right;
	z-index:50;
}

.deed_description {
	padding:0 35px 35px 35px;
	min-height:75px;
}

.reg_body {
	padding:10px;
	background-color:#212122;
}

.reg_header {
	width:650px;
	padding-bottom:10px;
	margin: 0 auto;
	text-align:right;
}

.reg_page {
	width:650px;
	margin: 0 auto;
}

.reg_submit {
	height:30px;
	width:100px;
}

.row_label {
	font-size: 12px;
}

.row_label_mini {
	font-size: 11px;
}

.vote_wrapper {
	background-image: url(../img/vote_y.png);
	background-repeat: repeat-y;
	width:493px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.vote_hdr {
	background-image: url(../img/vote_hdr.png);
	background-repeat: no-repeat;
	min-height:80px;
}

.vote_ftr {
	background-image: url(../img/vote_ftr.png);
	background-repeat: no-repeat;
	background-position: bottom;
}      

/*========= Mini Score ========*/
.mini_button {
    position: absolute; 
    top: 0; 
    left: 0; 
    margin: 0; 
    padding: 0;
    width: 80px;
    height: 15px;
    background-image: url(../img/80x15_vm_score.gif);
    background-repeat: no-repeat;  
}

.mini_copy {
    position: absolute;
    top: 2px;
    left: 30px;  
    padding: 0;
    height: 13px;
    width: 48px;
    color: #dfd;
    font-family: helvetica, arial;
    font-weight: normal;
    font-size: 11px;
    text-align: center;
}

/*=========== Modal ===========*/

.modal_outer {
	background-color: #434344;
	border-top:1px solid #636466;
	border-bottom:1px solid #636466;
	padding:14px;
}

.modal_inner {
	background-color: #B1B4B6;
	border:2px solid #fff;
}

.modal_inner label {
	color:#333333;
	display:block;
	margin:0pt;
	padding:0pt 0px 1pt 0pt;
	font-weight:bold;
}

.modal_inner input {
	font-size:12px;
	height:13px;
	padding:4px;
	width:230px;
}

.modal_inner form {
	margin:0;
}

.loader_graphic {
	height:67px;
}

.rowtime {
	padding:9px 5px;
	background-image: url(../img/rowtime_fade.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.rowtime p {
	margin:5px 0;
	font-size:12px;
}

.country_row {
	padding:10px 25px;
}

.row_fade {
	background-image: url(../img/rowtime_fade.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.imgsec {
	padding-left:18px;
	float:left;
}

.error {
	color:#ff0000;
	background-color:#ccc;
	padding:5px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}

input.checkbox {
	width:15px;
}

/* ========== Nav Styles ========= */

.right_col_item {
	float:left;
	width:140px;
	border: 2px solid white;
	margin:0;
	margin-bottom:10px;
	padding:0;
	background-color:#0D0D0D;
	* display: inline-block;
}

.right_col_item ul {
	list-style: none;
	padding:0;
	margin: 0;
		position: relative;
}

.right_col_item li {
	text-align:left;
	padding:0;
	margin:0;
}

.right_col_item li a {
	color: #fff;
	display: block;
	background:#0D0D0D;
	width: 120px;
	border-top:2px solid #1A1A1A;
	padding:10px;
	text-decoration:none;
	font-weight:normal;
}

.right_col_item li a:link {

}

.right_col_item li a:hover {
	background-color: #171719;
	color: #E8C159;
}

.left_col_item {
	float:left;
    color: #000;
	width:160px;
	border: 2px solid white;
	margin:0;
	margin-bottom:10px;
	margin-right:35px;
	padding:0;
	background-color: #FFF;
	* display: inline-block;
	z-index:2900;
}

.left_col_item p {
	margin:0;
    text-align: justify;
}


.left_col_item ul {
    list-style: none;
    padding:0;
    margin: 0;
    position: relative;
}

.left_col_item li {
    text-align:left;
    padding:0;
    margin:0;
    padding: 10px 5px 10px 5px;
}

/*=============  star rater based on http://komodomedia.com's ============*/

.goodness {
	float:left;
	padding:10px 0 0 0px;
}

.evilness {
	float:left;
	padding:10px 0 0 12px;
}

.evil-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 190px;
	height: 38px;
	position: relative;
	background: url(../images/evilstars.gif) top left repeat-x;		
}
.evil-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.evil-rating li a{
	display:block;
	width:38px;
	height: 38px;
	text-decoration: none;
	text-indent: -9000px; 
	z-index: 20;
	position: absolute;
	padding: 0px;
	outline: none;
}
.evil-rating li a:hover{
	background: url(../images/evilstars.gif) left bottom;
	z-index: 1;
}
.evil-rating a.five-evilstars{
	left: 0px;
}
.evil-rating a.five-evilstars:hover{
	width: 190px;
}
.evil-rating a.four-evilstars{
	left:38px;
}
.evil-rating a.four-evilstars:hover{
	width: 152px;
}
.evil-rating a.three-evilstars:hover{
	width: 114px;
}
.evil-rating a.three-evilstars{
	left: 76px;
}
.evil-rating a.two-evilstars{
	left: 114px;
}	
.evil-rating a.two-evilstars:hover{
	width: 76px;
}
.evil-rating a.one-evilstar{
	left: 152px;
}
.evil-rating a.one-evilstar:hover{
	width: 38px;
}

.good-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 190px;
	height: 38px;
	position: relative;
	background: url(../img/goodstars.gif) top left repeat-x;		
}
.good-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.good-rating li a{
	display:block;
	width:38px;
	height: 38px;
	text-decoration: none;
	text-indent: -9000px; 
	z-index: 20;
	position: absolute;
	padding: 0px;
	outline: none;
}
.good-rating li a:hover{
	background: url(../img/goodstars.gif) left bottom;
	z-index: 1;
	left: 0px;
}
.good-rating a.one-goodstar{
	left: 0px;
}
.good-rating a.one-goodstar:hover{
	width:38px;
}
.good-rating a.two-goodstars{
	left:38px;
}
.good-rating a.two-goodstars:hover{
	width: 76px;
}
.good-rating a.three-goodstars:hover{
	width: 114px;
}
.good-rating a.three-goodstars{
	left: 76px;
}
.good-rating a.four-goodstars{
	left: 114px;
}	
.good-rating a.four-goodstars:hover{
	
	width: 152px;
}
.good-rating a.five-goodstars{
	left: 152px;
}
.good-rating a.five-goodstars:hover{
	width: 190px;
}

.neutralness {
	float:left;
}

.neutralness a:link, .neutralness a:visited {
	display:block;
	width:90px;
	height:0px;
	padding-top:53px;
	overflow:hidden; 
}

.neutralness a:hover {
	background-color:transparent;
	background-image: url(../img/skip.gif);
}
