/* Site-wide Links */

a { color:#c00; }
a:hover {color:blue;}
a:visited {color:#c00;}

/* container css */
body { 
	background:url('images/back_colour.jpg'); 
	margin-top:0px;
	font-family:arial;
	margin:0px;
	padding:0px;
}
div.container {
	width:1000px;
	margin:0px;
	padding:0px;
	text-align:left;
	background:#fff;
	
}
table.container_border {
	width:1000px;
	margin:0px;
	padding:0px;
	border:0px;
}
.left_border {
	background:url('images/back_left.png');
	background-repeat:repeat-y;
	width:5px;
	margin:0px;
	padding:0px;
}
.right_border {
	background:url('images/back_right.png');
	background-repeat:repeat-y;
	width:5px;
}
.container_content {
	padding:0px;
	margin:0px;
}
/* login css */
div.login_header{
	width:500px;
	float:right;
	text-align:right;
		
}
div.header_login_inner{
	padding-right:10px; 
	padding-top:0px; 
	padding-bottom:3px;
	font-size:15px;
}



/*  header css */

div.main_header {
	width:800px;
	background:#fff;
	font-size:14px;
	background:orange;
	margin:0px;
	padding:0px;
}

div.header_logo{
	border:0px solid blue;
	background:#fff;	
	height:70px;
	width:145px;
}
div.header_title{
	border:0px solid blue;
	background:#eef;	
	background:#fff;		
	margin-left:150px;

}
div.header_adspace{
	float:right;	
	border:0px solid blue;
	background:#fec;	
	height:60px;	
	width:468px;
	margin-right:10px;
}
span.header_tagline{
	color:#ccc;
	font-size:18px;
	font-style:italic;
	position:relative;
	top:-2px;
	font-weight:bold;
	letter-spacing:-1px;
}
a.register_link{
	color:#68a;
	text-decoration:none;
	font-weight:bold;
	line-height:130%;
}
a.register_link:hover{
	color:red;
	text-decoration:none;
	font-weight:bold;
	line-height:130%;
}

.title_text{
	display: block; /* Allows you to change the width and height of the image */
	margin-left:10px;
	height: 73px;
	width: 300px;
	text-indent: -2000em; /* Hides the text in the h1 tag */
	text-decoration: none; /* Hides the underline of the hyperlink */
	z-index: 1000; /* IE Fix*/
	background: url('images/title_c.png') 0 0 no-repeat; /* The pathway to the image*/
	position:relative;

}


/*  main divisions css */
table.main_content{
	padding-right:0px;
	margin-left:0px;
	margin-top:0px;
	width:990px;
	/*background:green;*/
}

td.left_sidebar{
	background:#fff;
	width:180px;
	/*background:green;*/
}
td.right_sidebar{
	width:180px;
	background:#fff;
/*	background:orange;*/
}
td.`content_pane{
	width:620px;

}

/*  footer css */

div.main_footer {
	width:980px;
	height:60px;
	padding:0px;
	padding-right:10px;
	padding-left:10px;
	font-size:12px;
	margin-top:5px;
	text-align:left;
}

div.footer_left{
	background:#ccc;	
	color:#333;	
	height:20px;
	width:300px;
}

div.footer_center{
	float:right;
	background:#ccc;
	color:#333;	
	height:20px;
	width:400px;
	border-right:1px solid #333;	
	border-left:1px solid #333;	
	text-align:center;
}

div.footer_right{
	float:right;	
	border:0px solid blue;
	background:#ccc;	
	color:#333;
	height:20px;	
	width:300px;
	text-align:right;
}

/*  lists css */

table.red_list{
	margin:0px;
	margin-top:10px;
	padding:0px;
	background:#efb7b7;
	width:170px;
	font-size:14px;
}
td.red_header{
	background:url('images/red_list_header.png');
	height:30px;
	font-size:18px;
	padding-left:5px;
	font-weight:bold;
	color:#fff;
}

td.red_dark{
	background:url('images/red_list_dark.png');
	padding:4px;
}

td.red_light{
	background:url('images/red_list_light.png');
	padding:4px;
}

table.blue_list{
	margin:0px;
	margin-top:15px;
	padding:0px;
	background:#d0d9db;
	width:170px;
	font-size:14px;
	
}
td.blue_header{
	background:url('images/blue_list_header.png');
	height:30px;
	font-size:18px;
	padding-left:5px;
	font-weight:bold;
	color:#fff;
}
td.blue_dark{
	background:url('images/blue_list_dark.png');
	padding:4px;

}
td.blue_light{
	background:url('images/blue_list_light.png');
	padding:4px;

}

a.link_list{
	text-decoration:none;
	color:#000;
	font-size:15px;
	font-weight:normal;
}
a.link_list:active{
	color:red;
}

a.link_list:hover{
	font-style:italic;
}

/* edit_buttons */

div.editButton{
	background: url('images/blue_back.png');
	border:2px #9af solid;
	padding:8px;
	font-size:14px;
	text-transform:uppercase;
	margin:5px;
	width:140px;
}

a.buttonLink{
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	font-family:arial;
	color:white;
}

a.buttonLink:hover{
	color:#ccc;
}

/* Main Index Awards */

div.mainAward{
	background:#fdd;
	border:1px solid #ccc;
	margin-top:20px;
	padding:0px;
}


div.about{
	background:#eef; 
	border:1px solid #ccc; 
	padding-bottom:5px;
}

div.about_title{
	background:url('images/blue_back.png'); 	
	color:#fff; 
	font-size:24px;
}

div.about_title_text{
	padding:5px; 
	font-weight:bold; 
	text-transform:uppercase; 
	padding-left:8px
}

.about_text{
	display: block; /* Allows you to change the width and height of the image */
	margin-left:0px;
	margin-bottom:5px;
	height: 170px;
	width: 590px;
	text-indent: -2000em; /* Hides the text in the h1 tag */
	text-decoration: none; /* Hides the underline of the hyperlink */
	z-index: 1000; /* IE Fix*/
	background: url('images/about_bg.png') 0 0 no-repeat; /* The pathway to the image*/
}


a.about_link{
	color:#006;
}

div.mainAwardVotes{
	float:right;
	font-weight:bold;
	padding-top:5px;
	padding-left:10px;
	padding-right:8px;
	color:#000;

}

span.voteSpan{
	opacity:0.5;
	font-size:22px;
	position:relative;
	top:2px;
}

div.mainAwardTitle{
	font-size:24px;
	font-weight:bold;
	padding-bottom:5px;
	background:url('images/red_back.png');
	padding:11px;
	margin-bottom:5px;
	color:#fff;
}


h2.mainAwardTitleText{
	opacity:0.8; 
	font-size:22px;
	display:inline;
}
span.mainAwardCategory{
	padding-left:5px;
	font-size:15px;
	font-weight:normal;
}

div.mainAwardDescription{
	font-size:14px;
	padding-top:3px;
}

div.mainAwardComments{
	float:right;
	padding-top:10px;
	padding-right:0px;
	color:#444;
	opacity:0.6;
}

div.mainAwardOtherNoms{
	padding-top:10px;
	color:#444;
	opacity:0.6;
}

.category_image{
	padding-right:6px;
	position:relative;
	top:-1px;
}


a.mainAwardTitleLink{
	color:#fff;
	text-decoration:none;
}

a.mainAwardTitleLink:hover{
	color:#fcc;
	text-decoration:none;
	font-style:italic;
}


/* Nomination */

div.findRecipient{
	background:#fea;
	padding:8px;
	border:1px solid #dc8;
	margin-bottom:15px;
}

.nominationText{
	padding:2px;
	border:1px solid #ccc;
	margin-left:10px;
	width:170px;
}

.nominationSelect{
	padding:2px;
	border:1px solid #ccc;
	margin-left:10px;
	width:170px;
}

.nominationLabel{
	font-weight:bold;
	font-size:15px;
	color:#333;
}

.nominationSubtitle{	
	margin-bottom:10px;
	margin-top:0px;
	padding-top:0px;
}

div.sectionDescription{
	font-size:12px;
	padding-bottom:15px;
	color:#333;
	width:560px;
}

hr.nominationDivider{
	border:1px solid #ccc;
	margin-top:20px;
}

.nominationShortDescription{
	padding:5px;
	width:570px;
	height:80px;
	border:1px solid #ccc;
	margin-top:5px;
	font-family:arial;
	font-size:12px;
	scroll:none;
}

.nominationLongDescription{
	padding:5px;
	width:570px;
	height:300px;
	border:1px solid #ccc;
	margin-top:5px;
	font-family:arial;
	font-size:12px;
	scroll:none;
}

.nominationCharacterCount{
	padding-top:2px;
	font-size:11px;
	color:#333;
	

}

.nominationButton {
	margin-left:0px;
	margin-top:10px;
}

a.sidebarLinks{
	color:black;
	text-decoration:none;
}
a.sidebarLinks:hover{
	font-style:italic;
}

/* Site-wide Messages */

.errorMessage{
	padding:10px;
	font-weight:bold;
	font-size:15px;
	background:#fcc;
	border:2px solid darkred;
	margin-bottom:10px;
	color:darkred;
}

.successMessage{
	padding:10px;
	font-weight:bold;
	font-size:15px;
	background:#cfc;
	border:2px solid darkgreen;
	color:darkgreen;
	margin-bottom:10px;
}


/* manageAdmins */

.manageAdmin{
	padding:10px;
	border:1px solid #ccc;
	background:#eee;
	margin-top:20px;
}

div.manageAdminButtons{
	float:right;
}

.adminButton{
	text-transform:uppercase;
	font-weight:bold;
	margin-left:5px;
	padding:2px;
	font-size:12px;
}

.adminTextbox{
	width: 100px; 
	margin-right:10px; 
	margin-left:10px;
	padding:5px;
	border:1px solid #ccc;
}


/* viewPost */
.postFieldDescription{
	color:#999;
	font-size:12px;
	text-transform:uppercase;
	margin-top:1px;
	margin-bottom:6px;
}

.postOtherNominations{
	color:#000;
	font-weight:bold;
	font-size:18px;
	padding-top:5px;
	padding-bottom:5px;
}

.postCommentNumber{
	margin-top:20px;
	font-weight:bold;
	font-size:18px;
}

.commentTextarea{
	padding:4px;
	font-size:15px;
	border:1px solid #999;
	width:100%;
	font-family:arial;
}

.commentHolder{
	margin:10px;
	margin-bottom:0px;
}

.addComment{
	padding-top:15px;
}

.commentSubmitButton{
	background:url('images/red_back.png');
	color:#fff; 
	font-weight:bold; 
	font-size:13px; 
	border:0px; 
	padding:3px; 
	border:1px solid #f66; 
	margin-top:4px;
	float:left;
	
}

.voteButton{
	background:url('images/blue_back.png'); color:#fff; font-weight:bold; font-size:16px; border:0px; padding:3px; margin-left:10px; border:2px solid white; display:inline;
}

.otherNominationLink{
	font-weight:bold;
}
.otherNominationLink:hover{
	color:#c33;
}



.postCommentBody{
	padding:10px;
	background:#eee;
	margin-top:10px;
	font-size:18px;
}

.postCommentDate{
	font-style:italic;
	font-size:80%;
	color:#333;
}

.postCommentReport{
	font-style:normal; margin-left:10px; font-size:11px; text-decoration:underline; color:#66a; cursor:pointer; cursor:hand;
}

/* list */
.listPaging{
	margin-top:20px;
}
.listDescription{
	font-size:13px;
	margin-top:5px;
	color:#333;
	font-style:italic;
}
a.listLink{
	color:#666;
	text-decoration:none;
	font-weight:bold;
}
a.pageLink{
	color:black;
}
.list_sort{
	margin-top:10px;
	color:#666;
}

.selectedSort{
	padding:4px; padding-top:2px; padding-bottom:2px; background:#fcc; border: 1px solid darkred;
}

/* search  */

.search_result{
	margin-top:20px; font-size:18px;
	font-weight:bold;
	margin-left:5px;
}
