@charset "utf-8";
/* CSS Document */

/* --- Basics/Overall --- */

body
{
	margin: 0;
	padding: 0;
	border: none;
	background: url('/images/redesign/background.jpg') no-repeat top center #FFF;
}

body#vicbody { background: url('/images/redesign/vic/vic_background.jpg') no-repeat top center #FFF; }
body#nswbody { background: url('/images/redesign/nsw/nsw_background.jpg') no-repeat top center #FFF; }
body#qldbody { background: url('/images/redesign/qld/qld_background.jpg') no-repeat top center #FFF; }

img
{ 
	margin: 0;
	padding: 0;
	border: none;
}

a
{
	color:#fff;
}

#page
{
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#content_table
{
	background-color: #003C67;
}

/* --- Header/Navigation --- */

#header
{
	position: absolute; 
	z-index: 1;
}

#header #acl_logo
{
	position: absolute; 
	z-index: 3;
	left: 40px; top: 10px;
}

#header #ausvotes_logo
{
	position: absolute; 
	z-index: 4;
	left: 220px; top: 20px;
}

#header #vicvotes_logo
{
	position: absolute; 
	z-index: 4;
	left: 220px; top: 15px;
}

#header #qldvotes_logo
{
	position: absolute; 
	z-index: 4;
	left: 220px; top: 15px;
}

#header #nswvotes_logo
{
	position: absolute; 
	z-index: 4;
	left: 220px; top: 15px;
}

#header #banner
{
	position: absolute; 
	z-index: 5;
	left: 480px; top: 35px;
}

#navigation_container
{
	position: relative; 
	z-index: 2;
	left: 220px; top: 134px;
}

#navigation_container_shorter
{
	position: relative; 
	z-index: 2;
	left: 340px; top: 134px;
}

#navigation
{
	list-style: none;
}

#navigation li
{
	display: inline;
}

/* --- Content Section --- */

#content_column
{
	padding: 10px 20px;
}

#content_column h1
{
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #7FA8C6;
	background: url('/images/redesign/content_star_bg.gif') no-repeat bottom right;
}

#content_column h2
{
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom: 1px solid /*#7FA8C6 #7298b3*/ #6b8ea7;
	/*background: url('/images/redesign/content_star_bg.gif') no-repeat bottom right;*/
}

/* --- Sidebar Section --- */

#sidebar_column #button_table, #sidebar_column #social_table, #sidebar_column #topics_table
{
	margin: 0 auto;
}

#sidebar_column h2
{
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #7FA8C6;
	background: url('/images/redesign/sidebar_star_bg.jpg') no-repeat bottom right;
}

#sidebar_column #topics_table td
{
	color: #000;
}

#sidebar_column #topics_table td .topic_title
{
	text-decoration: underline;
	font-weight: bold;
}

#sidebar_column #topics_table td div
{
	padding: 8px;
	padding-top: 0px;
	background: url('/images/redesign/sidebar_thoughtbox_bottom.jpg') no-repeat bottom center #FFF;
}

.article, .body_grey, .form_center, .left
{
	color:#000000;	
}

.baby_blue, .baby_blue_bold
{
	color: #85c9f2;	
}

.baby_blue_bold
{
	font-size:14px;
	font-weight:bold; 
}

.white_bold
{
	color:#fff;
	font-weight:bold;
}

.white
{
	color:#FFF;
}

.table_heading
{
	color: #00C;	
}

.footer, .footer_links
{
	text-align:center;
	font-size:11px;
	color:#333;
}
.footer
{
	padding:5px;
}

/* Topic comparison page */
.steps
{
	font-weight:bold;
	padding-top: 5px;
	padding-bottom:5px;
	color:white;
}

/* Topics CSS */

.topic_banner_hidden_table
{
	padding:0px;
	border-top: 1px solid #092c54;
	border-bottom: 1px solid #092c54;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
.topic_banner_shown_table
{
	padding:0px;
	border: 1px solid white;
}

.topic_banner_row_hidden
{
	padding: 4px 15px 4px 15px;
	background-color: #FFF; 
}

.topic_banner_row_shown
{
	padding: 4px 15px 4px 15px;
	background: url(/images/party_images/bg_selected_row.gif) repeat #FFF;
}

.topic_banner_shown, .topic_banner_hidden
{
	color: #092c54;
	font-weight: bold;
	font-size:12px;
	text-decoration: none;
}


