@charset "utf-8";
/* CSS Document */

.iconLabels {

	font-family:tahoma;
	font-size:10px;
	vertical-align:middle;

}

.trListingHeader, .trListingHeader a:link, .trListingHeader a:visited, .trListingHeader a:active, .trListingHeader a:hover {

	background-color:#393939;
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;

}

.trListingContent1lName, .trListingContent1lName a:link, .trListingContent1lName a:visited {
	
	font-family:tahoma;
	font-size:11px;
	text-decoration: underline;
	color:#333333;
	
}

.trListingContent1l, .trListingContent1l a:link, .trListingContent1l a:visited {
	font-family:tahoma;
	font-size:11px;
	text-decoration: none;
	color: #000000;
}

.trListingContent1l a:hover {
	font-family:tahoma;
	font-size:11px;
	text-decoration: underline;
	color: #000000;
}

.online {
	font-family:tahoma;
	font-size:11px;
	color:#00CC00;
}

.offline {
	font-family:tahoma;
	font-size:11px;
	color:#FF0000;
}

.trListingDots {
	
	background-image:url(img/dots.gif);
	background-repeat:repeat-x;
	
}

.trListingFooter {

	background-color: #dddddd;

}

.trListingContent1Form, .trListingContent1Form a:link, .trListingContent1Form a:visited {
	
	font-family:tahoma;
	font-weight:bold;
	font-size:11px;
	text-decoration: none;
	
}

.trListingContent1FormOptions, .trListingContent1FormOptions a:link, .trListingContent1FormOptions a:visited {
	
	font-family:tahoma;
	font-size:11px;
	text-decoration: none;
	
}

.trListingTitleForm, .trListingTitleForm a:link, .trListingTitleForm a:visited {
	
	font-family:tahoma;
	font-weight:bold;
	font-size:11px;
	text-decoration: none;
	color:#FF0000;
	
}

.trMenuTitle{

	font-family:tahoma;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#b80000;

}

.trMenuList, .trMenuList a:link, .trMenuList a:visited, .trMenuList a:active{

	font-family:tahoma;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	color:#000000;
	height:17px;

}

.trMenuList a:hover{

	font-family:tahoma;
	font-weight:normal;
	font-size:11px;
	text-decoration:underline;
	color:#000000;
	height:17px;

}

.trHeaderTitle{

	height:50px;
	font-family:tahoma;
	font-size:18px;
	color:#CCCCCC;
	background-color:#000000;
	text-align:right;

}

.trHeaderTopRight, .trHeaderTopRight a:link, .trHeaderTopRight a:visited, .trHeaderTopRight a:active{

	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
	text-align:right;
	
}

.trHeaderTopRight a:hover{

	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	text-decoration:underline;
	text-align:right;
	
}

.trHeaderTopRightBold{

	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	text-align:right;
	
}

.imageBox {
	padding: 15px;
	height: 110px;
	width: 100px;
	position:relative;
	float:left;
}

.imageBoxImages{

	border:#CCCCCC 2px solid;
	
}

.formsText{

	height:20px;
	border:solid #999999 1px;
	vertical-align:middle;

}
.formsFiles{

	height:25px;
	width:325px;
	border:solid #999999 1px;
	vertical-align:middle;
	background-color:#FFFFFF;
	

}

.formsOthers{
	border:solid #999999 1px;
		background-color:#FFFFFF;
}

.messageError{
	margin-bottom:10px;
	padding:5px;
	background-color:#FF6666;
	border:solid 1px #FF3333;
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}

.messageSuccess{
	margin-bottom:10px;
	padding:5px;
	background-color:#66FF33;
	border:solid 1px #66CC00;
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}

.closebutton{

	border:solid 1px #000000;
	font-family:"Courier New", Courier, monospace;
	font-size:14;
	font-weight:bold;
	background-color:#CCCCCC;
	color:#000000;
	padding:3px;
	width:20px;
	text-align:center;
	height:10px;
	cursor:pointer;
	

}