

/*Note- CSS URLS Are Relative to the Template Path to the CSS File..!!!*/

body {
	background-image: url(images/bg.gif); 
	margin: 0px 0px 22px; 
	background-repeat: repeat;	
	}

td {
	font-weight: normal; 
	font-size: 11px; 
	color: #333333; 
	font-family: verdana, arial, helvetica, sans-serif; 
	text-decoration: none;
}

#tableWrapper {
	padding:0px;	
	border:0px;
	width:788px;	
	}

.mainTableBorder {
	border-right: #E0C303 10px solid;
	padding-right: 20px; 
	border-top: #E0C303 10px solid; 
	padding-left: 20px; 
	padding-bottom: 20px; 
	border-left: #E0C303 10px solid; 
	padding-top: 5px; 
	border-bottom: #E0C303 10px solid; 
	background-color: #ffffff;
	text-align:center;
	vertical-align:top;
}

#leaderBoardWrapper {
	width:100%;
	text-align:center;
	margin-bottom:6px;

}

#mainContentWrapper {
	width:100%;
	text-align:center;

}

#mainContentLeftColumn{
	width:628px;

}

#mainContentRightColumn{
	width:160px;

}

#userBar{
	background-color:#E0C303;
	width:100%;	
	text-align:left;
}

.userBarText {
	font-weight: normal; 
	font-size: 11px; 
	color: #ffffff; 
	font-family: tahoma; 
	text-decoration: none;
	padding:3px;
}
.userBarLink {
	font-weight: bold; 
	font-size: 11px; 
	color: #000000; 
	font-family: tahoma; 
	text-decoration: underline;
}

.userBarLink:hover {
	font-weight: bold; 
	font-size: 11px; 
	color: #000000; 
	font-family: tahoma; 
	text-decoration: none;
}


h1.pageTitle {
	font-family:verdana;
	font-size:11pt;
	font-weight:bold;
	color:#E9E9E9;
	padding:0px;
	margin:0px;
}

.adDescription {
	font-size:12px;
}


.MoreLinkSmall {
	font-weight: bold; 
	font-size: 11px; 
	color: #000000; 
	font-family: tahoma; 
	text-decoration: underline
}
.MoreLinkSmall:hover {
	font-weight: bold; 
	font-size: 11px; 
	color: #E10000; 
	font-family: tahoma; 
	text-decoration: none
}



/*Category Bar Styles*/
.greyborder {
	border-right: #E0C303 1px solid; 
	border-top: #E0C303 1px solid; 
	border-left: #E0C303 1px solid; 
	border-bottom: #E0C303 1px solid
}


.indicatorIcon {
	border:0px;
}

.MainLink {
	display: block; 
	padding-left: 0px; 
	font-weight: normal; 
	font-size: 11px; 	
	vertical-align: middle; 
	color: #333333; 	
	font-family: tahoma; 
	height: 33px; 
	background-color: #F3F8E3; 
	text-decoration: none
}
.MainLink:hover {
	display: block; 
	padding-left: 0px; 
	font-weight: normal; 
	font-size: 11px; 	
	color: #333333; 	
	font-family: tahoma; 
	background-color: #FFFFFF; 
	text-decoration: none
}



.TopCatLink {
	display: block; 
	padding-left: 7px; 
	font-weight: normal; 
	font-size: 11px; 	
	vertical-align: middle; 
	color: #333333; 	
	font-family: tahoma; 
	height: 33px; 
	background-color: #F3F8E3; 
	text-decoration: none
}
.TopCatLink:hover {
	display: block; 
	padding-left: 7px; 
	font-weight: normal; 
	font-size: 11px; 	
	color: #333333; 	
	font-family: tahoma; 
	background-color: #ffffff; 
	text-decoration: none
}



.TopCatLinkIndent {
	display: block; 
	padding-left: 7px; 
	font-weight: normal; 
	font-size: 11px; 	
	vertical-align: middle; 
	color: #333333; 
	font-family: tahoma; 
	height: 33px; 
	background-color: #F3F8E3; 
	text-decoration: none
}
.TopCatLinkIndent:hover {
	display: block; 
	padding-left: 7px; 
	font-weight: normal; 
	font-size: 11px; 	
	color: #333333; 	
	font-family: tahoma; 
	background-color: #ffffff; 
	text-decoration: none
}





.SubCatLink {
	display: block; 
	padding-left: 17px; 
	font-weight: normal; 
	font-size: 11px; 	
	vertical-align: middle; 
	color: #333333; 	
	font-family: tahoma; 
	height: 33px; 
	background-color: #F3F8E3; 
	text-decoration: none
}
.SubCatLink:hover {
	display: block; 
	padding-left: 17px; 
	font-weight: normal; 
	font-size: 11px; 	
	color: #333333; 	
	font-family: tahoma; 
	background-color: #ffffff; 
	text-decoration: none
}


.SubCatLinkSelected {
	display: block; 
	padding-left: 17px; 
	font-weight: normal; 
	font-size: 11px; 	
	vertical-align: middle; 
	color: #333333; 	
	font-family: tahoma; 
	height: 33px; 
	background-color: #F3F8E3; 
	text-decoration: none
}
.SubCatLinkSelected:hover {
	display: block; 
	padding-left: 17px; 
	font-weight: normal; 
	font-size: 11px; 	
	color: #333333; 	
	font-family: tahoma; 
	background-color: #ffffff; 
	text-decoration: none
}




/*content holder styles*/

.PageHeading {
	border: 1px solid #E0C303;
	font-family: Georgia;
	font-size: 16px;
	line-height: 27px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 9px;
	background-image: url(images/tab-head.gif);
	background-repeat: repeat-x;
	letter-spacing: -1px;
}

.PageHeadingOld {
	border-right: #dbdbdb 1px solid; 
	border-top: #dbdbdb 1px solid; 
	padding-left: 9px; 
	font-weight: bold; 
	font-size: 16px; 
	background-image: url(images/tab-head.gif); 
	border-left: #dbdbdb 1px solid; 
	color: #000000; 
	line-height: 27px; 
	border-bottom: #dbdbdb 1px solid; 
	background-repeat: repeat-x; 
	font-family: georgia; 
	letter-spacing: -1px; 
	text-decoration: none;	
	}

.SmallBoxHeading {
	padding-left: 10px; 
	font-weight: bold; 
	line-height: 20px; 
	border-bottom: #ffffff 1px solid; 
	background-color: #E0C303;
}

.adSmallImage {
	float:right;	
}

.adMediumImage {
	float:right;	
	margin:4px;
	border: #efefef 10px solid; 	
}


.adListingTitle{
	float:left;
	margin-top:12px;
	padding-bottom:12px;
}

.BorderTab {	
	border-right: #E0C303 2px solid; 	
	border-top: #E0C303 2px solid; 
	padding-left: 10px; 	
	border-left: #E0C303 2px solid; 	
	border-bottom: #E0C303 2px solid;
	vertical-align:middle;
}


.BorderTabProminent {	
	border-right: #E0C303 2px solid; 	
	border-top: #E0C303 2px solid; 
	padding-left: 2px; 	
	border-left: #E0C303 2px solid; 	
	border-bottom: #E0C303 2px solid;
	vertical-align:middle;
	background-color:#FFFF99;
}



.listingBorder {	
	border-right: #E0C303 1px solid; 	
	border-top: #E0C303 1px solid; 
	padding-left: 10px; 	
	border-left: #E0C303 1px solid; 	
	border-bottom: #E0C303 1px solid;
	vertical-align:middle;
}


.listingBorderProminent {	
	border-right: #E0C303 1px solid; 	
	border-top: #E0C303 1px solid; 
	padding-left: 2px; 	
	border-left: #E0C303 1px solid; 	
	border-bottom: #E0C303 1px solid;
	vertical-align:middle;
	background-color:#FFFF99;
}





a.AdListingLink {
	font-size:10pt;
	color:#330066;
	font-weight:medium;
	font-family:verdana;
	text-decoration:none;
}

a.AdListingLink:hover {
	font-size:10pt;
	color:#330033;
	font-weight:medium;
	font-family:verdana;
	text-decoration:underline;
}


a.newsLink {
	font-size:8pt;
	color:#3300CC;
	font-weight:medium;
	font-family:verdana;
	text-decoration:none;
}

a.newsLink:visited {
	font-size:8pt;
	color:#3300CC;
	font-weight:medium;
	font-family:verdana;
	text-decoration:none;
}


a.newsLink:hover {
	font-size:8pt;
	color:#3300CC;
	font-weight:medium;
	font-family:verdana;
	text-decoration:underline;
}




a.AdListingLinkBold {
	font-size:11pt;
	color:#330066;
	font-weight:bold;
	font-family:verdana;
	text-decoration:none;
}

a.AdListingLinkBold:hover {
	font-size:11pt;
	color:#330033;
	font-weight:bold;
	font-family:verdana;
	text-decoration:underline;
}




a.AdListingPages {
	font-size:10pt;
	color:#3300CC;
	font-weight:bold;
	font-family:verdana;
	text-decoration:none;
}

a.AdListingPages:hover {
	font-size:10pt;
	color:#330033;
	font-weight:bold;
	font-family:verdana;
	text-decoration:underline;
}

.memberToolbar
{
	color:#663399;
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
}
.memberToolbar:visited
{
	color:#663399;
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
}
.memberToolbar:hover
{
	color:#663399;
	font-size:11pt;
	font-weight:bold;
	text-decoration:underline;
}


