#content .notes li {
	border-bottom:1px solid #96d0eb;
	padding:16px 0 1px;
}
#content .notes li:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#content .notes li  {
	display: block;
}
#content .notes li.last {
	border-bottom:none;
}

#info .noticeMessage {
	padding-down: 5%;
}                  

#info .error strong{
	color: red;
}
#info .error ul{
	color: #EF401D;
}

select option {
	color: black;
}

select option:focus{
	color: black;
}
#info .error {
	padding-bottom:5%;
}
#hidden_div div table
{
	text-align:center;
}

#hidden_div a,#hidden_div a:visited
{
	color:blue;
}

#hidden_div a:hover
{
	text-decoration:underline;
}

.man .last a,.man .last a:visited {
	text-decoration:underline;
}                           

select:focus {
	 color:black;
	 background-color: #ADE8FF;
}  

select {
	 color:black;
	 background-color: #777;	
}                            

#hidden_div
{
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:3000px;
	text-align:center;
	z-index: 1000;
	background-image:url(overlay.gif);
}

#hidden_div div
{
	width:400px;
	margin: 100px auto;
	background-color: #fff;
	border:1px solid #000;
	padding:15px;
	text-align:center;
}

.dojoDialog {
		color : #000;
		background : #eee;
		border : 1px solid #999;
		-moz-border-radius : 5px;
		padding : 4px;
	}
 .pageSubContentTitle {
		color:#8e8e8e;
		font-size:1em;
		font-family:Verdana, Arial, sans-serif;
		margin-bottom:0.75em;
}
.emphasise {
	width : 35%;
}
.formAnswer input{
	color : #000;
}
.small {
	width: 2.5em;
}
.medium {
	width: 10em;
}
.long {
	width: 20em;
}

span.invalid, span.missing {
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Verdana, sans-serif;
    color: #000;
	font-size: 0.9em;
}

#footer a{
	color: #28ACD9;
}

#footer a:hover{
	text-decoration: underline;
}

#sidebar{
	float:left;
	clear:left;
	width:25%;
}

#sidebar ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top:5px;
	padding-bottom: 10px;
}

#sidebar #searchform div
{
	padding-bottom: 10px;
}

#sidebar #s
{
	color: #0183A8;
}

#sidebar #searchsubmit
{
	color:black;
}

#main #submit
{
	color:black;
}

#sidebar li
{
	margin: 0 0.15em;
	padding-bottom: 5px;
}

#main a:hover{
	text-decoration: underline;
}

#main .man li{
	line-height: normal;
	height: auto;
}

#main .post h2{
	font-size: 200%;
}

#main .post small{
	font-weight: bold;
	color : #B5D5FF;
}

#main .post .postmetadata a{
	font-style: italic;
	font-weight: bold;
	color: #0183A8;
}

#sidebar a:hover{
	text-decoration: underline;
}

#sidebar ul ul{
	font-weight: bold;
	color:#0183A8;
	list-style-type: disc;
}


#sidebar ul ul li{
	font-weight: normal;
	color:#0183A8;
	margin-left: 15px;
	list-style-type: disc;
}

#podPress_footer{
	color:black;
}

#podPress_footer a{
	color: #28ACD9;
}

#podPress_footer a:hover{
	text-decoration: underline;
}

#main
{
	padding: 0px 10px 300px 0;
	margin-left: 300px;
	width:65%;
}

#content .post{
	padding-bottom: 5px;
	padding-top: 5px;
}	

/* Comment form */
#commentform input,#commentform textarea{
	color:black;
}

.post h2 a{
	margin-bottom:10px;
	color: #FFFFFF;
}

.post h2 small{
	font-size: 40%;
}

.post .entry,div.post{
	text-align: justify;
	padding-top: 10px;
}


.postmetadata a{
	text-decoration: underline;
}