/* 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, Sylfaen;
	font-size:12px;
	color: #000000;
} 

form,select,input {
	margin:0px;
}

/* A styles	*/

a {
	font-family: Arial, Verdana, Sylfaen;
	color: #0000ff;
	text-decoration: underline;
}

a:hover {
	text-decoration:none;
}

a.mainmenu {
	color: #000000;
	font-size:12px;
	text-decoration: none;
}

a.mainmenu:hover {
	color: #c91d11;
	text-decoration: underline;
}

a.a_news {
	color: #000070;
	font-size:13px;
	text-decoration: none;
}

a.a_news:hover {
	text-decoration: underline;
}

/*	TD styles	*/

td.side {
	width: 190px;
	background: #f4f4f4;
}

td.side_content {
	padding:5px 5px 5px 10px;
}

td.tdMain {
	padding: 0px 20px 20px 20px;
}

td.firmCellName{
	width: 80px;
	padding-right:4px;
	padding-bottom: 3px;
}

td.firmCellInfo{
	padding-bottom: 3px;					
}

.topmenu_items {
	font-size: 12px;
}

.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;
}


/* BLOG */
.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 */
