﻿/*body 
{
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a { 
	color:#0066CC;
	text-decoration:none;
}
a:hover {
	color:#CC6600;
	text-decoration:none;
}
h1 {
	font-family:Tahoma, Arial, Verdana;
	font-size:24px;
	font-weight:bold;
	color:#13438A;
}
h2
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #13438A;
}
h3
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #B67C00;
}
*/
.FormTitle {
	background-color:#E1E1E1;
	font-weight:bold;
	padding-left:18px;
	color:#000000;
	border-top:solid 3px #F0F0F0;
	border-bottom:solid 1px #CCCCCC;
}
.FormLeft {
	background-color:#F0F0F0;
	text-align:right;
}
.FormRight {
	text-align:left;
	background-color:#FCFCFC;
}
.FormText {
	background-color:#F0F0F0;
}

.mandtry {
	font-weight: bold;
	color: tomato;
}
a.butt {
	display:block;
	padding:3px 10px;
	background-color:#FFEDA6;
	border:solid 1px #FBC200;
	float:right;
	margin-left:5px;
	color:#4F2900;
	text-decoration:none;
	text-align:center;
	font:bold 12px arial;
}
a.butt:hover {
	background-color:#ffbf6c;
	color:#311c00;
	border:solid 1px #fda22d;
}
#commonHeading {
	padding:18px 0 12px 50px;
	font:bold 24px arial;
	color:#F68B00;
	margin:10px 0;
}
.pnlPageLinks {
	clear:both;
	margin-top:20px;
	background-color:#EEEEEE;
	border-bottom:2px solid #CCCCCC;
	border-top:2px solid #FBFBFB;
	padding:6px;
	text-align:center;
	font-weight:bold;
	width:95%;
}
.pnlPageLinks p {
	display:inline;
	margin-right:30px;	
	font-weight:normal;
}
.pnlPageLinks p span
{
	font-weight: bold;
	color: #1051e1;
}
.listingItem {
    padding:10px 0;
    border-bottom:solid 1px #1051e1;
    overflow:hidden;
    padding-top:15px;
}

/*.leftbar 
{
	padding:5px;
	width:650px;
	float:left;
	vertical-align:top;

}
.leftbar h3 {
    color: #0066cc;
    font-size:16px;
    font-weight:bold;
}*/


.rightbar {
	width:220px;
	float:right;
	vertical-align:top;
	padding:5px;

}
.Container {
    padding:10px;
}
.righttabbox 
{
	vertical-align:top;
	width: 220px;
	border: #F0F0F0 1px solid;
}

.rightboxHeader {
    background-color: #F8F8F8;
	border-bottom:solid 1px #29628A;
    height:30px;
    padding-left:10px;
}
.rightboxHeader div {
    float:left;
    padding:4px 10px;
    font-size:11px;
    font-weight:bold;
    padding-bottom:6px;
}
.comment
{
		margin-top: 0px;
		margin-right: -25px;
		margin-bottom: 0px;
		margin-left: -25px;
		padding-top: 1.5em;
		padding-right: 25px;
		padding-bottom: 1.5em;
		padding-left: 25px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #e9eff3;
}


/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../images/SavedStar.png);
}
.rating
{
	font-size: 11px;
	color: #333333;
}
.Textcontent {
	line-height: 18px;
	color:#333333;
	font-size:12px;
	padding:5px;
}
.contentText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	color:#333333;
}

.Title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
}

.profTitle
{
	font-size:11px;
	font-weight:bold;
	color:#CC6600;
}
#AdminListing
{
	background-color: #F9FFC4;
	padding: 2px 10px;
}
#AdminListing .heading
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	border-bottom: solid 2px #eeeeee;
}

#AdminListing .contentText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	color:#333333;
}
