
/* Link Styles */
a{ color: #1848b3; text-decoration: none }
a:hover  { color: red; text-decoration: underline }

/* Heading Styles */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1848b3; 
	font-weight: bold; 
	font-size: 2.3em; 
}	
h2    { color: #1848b3; font-weight: bold; font-size: 1.6em; margin-top: 40px }
h3    { color: #1848b3; font-weight: bold; font-size: 1.0em }

/* Other Styles */

.formHeader {
	font-size: 0.8em;
	color: #c90000;
	vertical-align: text-top;
}

ul.sidebar {
	list-style-image:url(../Images/Circle-Full.png);
	padding-left: 22px;
	text-align: left;
}

ul.toc {
	list-style-image:url(../Graphics/ArrowDown.gif);
}

img {
	border: 0px;
}

.PostInfo    { 
	color: #333333;
	font-size: 0.8em;
}
p.promo { 
	font-size: 1.0em;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.button { 
	border: 0; 
	width: 229px;
}

img.banner { 
	border: 0; 
	width: 80%;
	max-width: 520px;
}
img.icon {
	vertical-align:middle; padding-right: 2px;
	width: 50px;
}

#left-sidebar a{
	color: #1848b3;
}

#nav{
	font-size: 0.8em;
}
#nav a.notselected{
	color: #333333;
}
#nav a.selected{
	color: black;
	font-weight: bold;
}
#nav a:hover  { 
	color: #1848b3; 
	text-decoration: underline
}

#footertext {
	font-size: 0.9em;
}
#nav ul {
	padding-left: 15px;
	margin: 0px;
}
#nav .heading {
	height: 26px;
	margin: 0px;
}
#nav .list {
	float: left;
}

#nav li {
	list-style-image:url(../Images/Circle-Hollow-Small.png);
}
#nav li.selected {
	list-style-image:url(../Images/Circle-Full-Small.png);
}

.floatThird {
	float: left;
	width: 30%;
	padding: 10px;
}

/* Z-index of #mask must lower than #boxes .window */  
#mask {  
	position:absolute;  
	z-index:9000;  
	background-color:#000;  
	display:none; 
	top: 0px;
	left: 0px;
}  
#Cancel-Button {  
	position: absolute;
	top: -30px;
	right: -32px;
	background-image: url( '../Images/Icons/Close-Red.png' );
	width: 61px;
	height: 61px;
	cursor: pointer;
} 
.window {  
	position:absolute;  
	display:none;  
	z-index:9999;  
	padding:20px;
	background-image: url( '../Images/Yellow-StripCentre.png ' );
	background-color: #ffd16d;
	background-repeat: repeat-x;
}
#search{
	position: absolute;
	top: 15px;
	right: 20px;

}
#logo {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	text-align: center;
	height: auto;
}

#search input{
	font-size: 1.3em;
}
#logo img {
	height: 90%;
}
#top-bar a{
	color: #ffd16d;
}
#top-bar span{
	color: white;
}
#top-bar p{
	font-size: 1.3em;
	color: white;
}
#signup-modal {
	font-size: 1.5em;
	width:350px;   
	height: auto;
	text-align: center;
}
#news {
}
#login {
	position: absolute;
	left: 20px;
}
#login-modal {
	font-size: 1.5em;
	width:380px;   
	height: auto;
	text-align: center;
}
.window input {
	font-size: 1.0em;
	width: 335px;
	text-align: center;
}
  
#logout-modal {  
	width:375px;   
	height:203px;  
	text-align: center;
}



