/* CSS Document */

/*  Global definitions */

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

body,table,td,th,tr,form,input,select,textarea {
	font-family: Arial, Verdana, Times New Roman;
	font-size:12px;
	color: #505050;
} 
td { text-align:left;}
img { behavior:url("/css/pngbehavior.htc");}
form,select,input {
	margin:0px;
}

a {
	color: #000080;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td.footer
{
	background: #92b9d2;
	color: #37657f;
	height: 32px;
	text-align: center;
}

.error {
	color: #FF0000;
}

span.redText {
	color: #FF0000;
}

.standard {
	width: 150px;
	border: 1px solid #333333;
}

.pageBar{
	width:auto;
	height:auto;
	margin:3px;
	float:left;
	background: #CCCCCC ;
	border: 1px solid #000000;
}

.pageBar a, a:hover {
	text-decoration:none;
}

.pageBarCurrent{
	width:auto;
	height:auto;
	margin:3px;
	float:left;
	background: #0099CC;
	border: 1px solid #000000;
	color: #FFFFFF;
}

.title {
	font-size:14px;
	font-weight:bold;
}

.nrow {position:relative; margin-top:10px;}
.nimage {
	width:102px; height:82px; float:left; overflow:hidden; margin: 0px 10px 10px 0px;
}

.introImage {width:100px; height:80px; border:1px solid #ccc;}
.allclear {clear:both; height:1px; overflow:hidden;}
.spacerLine {height:1px; overflow:hidden; background:#333333;}

.commentsHolder {position:relative; margin-top:5px; background: #ffffff; padding:10px 20px 20px 20px; border:1px solid #ccc;}
.commentAuthor {position:relative; margin:5px 0px;}
.commentText {position:relative; margin:5px 0px;}
a.delComment {width:16px; height:16px; background:url(../images/delete.gif); overflow:hidden; display:block; float:right;}

.ftitle {width:150px; float:left;}
.fform {margin-left:150px;}
.rel {position:relative;}
.floatHolder {height:100%;} /* fixing an IE bug with float elements */

#gAdDiv {
	width:728px; height:90px;
	position:absolute;
	z-index:10000;
	top:310px; left:170px;
	opacity:0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

a.addressToggler { display:block; font-weight:bold; color: #000080; font-size: 13px }

div.toToggle { color:#000080; font-size:13px;}