/* CSS Document */

html { 
	height		: 100%; 
	margin-bottom	: 1px; 
}

body.mainbody {
	margin: 0;
	padding: 0;
	height:  100%;
	margin-bottom: 1px;
	background: url(http://www.askmedia.com.au/images/osm_background.png) 0 0 repeat-x;
}

a:link, a:visited {
	color: #3C6EAC;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #223E61;
	text-decoration: underline;
}

h1 {
	font-weight: normal;
	font-size: 18px;
	color: #000;
}

h2 {
	font-weight: normal;
	font-size: 16px;
	color: #333;
}

td, p, div, span {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 130%;
/* 	text-align: left; */
}

h3, .contentheading, .componentheading {
	color: #000;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}

.contentheading {
	height: 35px;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
}

div.clr {
	clear: both;
}

div#center {
	text-align: center;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 773px;
	background: #fff;
}

div#header {
	height: 70px;
	background: #E8E8E8 url(http://www.askmedia.com.au/images/ask_m.png) 0 0 no-repeat;
}

div#padding {
	padding: 0 14px !important;
	padding: 0 15px;
	border: 1px solid #fff;
}

/* horizmenu */
div#horizmenu {
	white-space: nowrap;
	margin: 10px 0px; 
	line-height: 20px;
	height: 20px;
/*	margin-left: -15px;*/
}

div#horizmenu ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style:none;
}

div#horizmenu ul.mainlevel li {
	float: left;
	background: url(http://www.askmedia.com.au/images/osm_vertline.png) 100% 0  no-repeat;
	margin: 0;
	padding: 0;
}

div#horizmenu a {
	float:left;
	display:block;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	padding: 0 15px;
}

div#horizmenu a:hover {
}

div#horizmenu a.active_menu {
  color: #000;
}

div#submenu ul {
	margin: 0;
	padding: 0;
	list-style:none;	
}

div#horizsep {
	height: 15px;
	overflow: hidden;
	background: #fff url(http://www.askmedia.com.au/images/osm_horizline.png) 0 0 repeat-x;
}

div#footer {
 	/*background: #fff url(http://www.askmedia.com.au/images/osm_horizline.png) 0 0 repeat-x;*/
 	margin-top: 15px;
 	padding-top: 15px;
}

div#footer div {
	text-align: center;
	color: #999;
	font-size: 10px;
}

div#main {
	margin-left: 165px;
	padding-left: 15px;
	border-left: 1px solid #E8E8E8;
	width: 560px !important;
	width: 565px;
}

div#sidebar {
	float: left;
	width: 150px;
}

div#footer {
	clear: both;
}

.contentpaneopen li {
	padding: 3px; 
}

table.pollstableborder {
	border: 0px;
}

table.pollstableborder td {
	padding: 3px;
}

table.pollstableborder td.sectiontableheader {
	padding-top: 20px;
	font-weight: bold;
	color: #3C6EAC;
}

table.pollstableborder a {
	margin-right: 15px;
}

div.form{
position:absolute;
width:100%;
height:100%;
background-color:#fff;
_left:0px;
_top:0px;
}