/* General Styles ################################################################################################ */
*
{
	font-family: verdana;
	/*font-size: 10pt*/
}
body
{
	margin: 5px;
	text-align: center;
	font-size: 10pt
}
fieldset
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.hideme
{
	display: none;
}
.spacer
{
	margin-bottom: 5px;
}
.box
{
	border-right: SeaGreen 1px solid;
	border-top: SeaGreen 1px solid;
	border-left: SeaGreen 1px solid;
	border-bottom: SeaGreen 1px solid;
	height: 1%;
}
.box2
{
	border-right: SeaGreen 1px solid;
	border-top: SeaGreen 1px solid;
	margin: 2px;
	border-left: SeaGreen 1px solid;
	border-bottom: SeaGreen 1px solid;
}

.box .header
{
	padding-right: 0px;
	padding-left: 2px;
	font-weight: normal;
	font-size: 10pt;
	padding-bottom: 2px;
	margin: 0px;
	width: 100%;
	color: gold;
	padding-top: 2px;
	font-family: verdana;
	background-color: SeaGreen;
}
Html > Body .box .header
{
	width:auto;
}

H1
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 16pt;
	padding-bottom: 0px;
	margin: 5px 5px 10px 0px;
	color: seagreen;
	padding-top: 0px;
	position: relative;
	text-decoration: none;
}
H2
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 14pt;
	padding-bottom: 0px;
	margin: 5px 5px 10px 0px;
	color: seagreen;
	padding-top: 0px;
	position: relative;
	text-decoration: none;
}
H3
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 12pt;
	padding-bottom: 0px;
	margin: 5px 5px 10px 0px;
	color: seagreen;
	padding-top: 0px;
	position: relative;
	text-decoration: none;
}
H4
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 10pt;
	padding-bottom: 0px;
	margin: 5px 5px 10px 0px;
	color: seagreen;
	padding-top: 0px;
	position: relative;
	text-decoration: none;
}


/* Site Skeleton ################################################################################################### */
.Skeleton
{
	clear: both;
	display: block;
	float: none;
	width: 990px;
	position: relative;
	text-align: left;
}

.Skeleton .SkeletonLeft
{
	float: left;
	margin: 0px 0px 0px 2px;
	width: 140px;
}
Html > Body .Skeleton .SkeletonLeft
{
	margin: 0px 0px 0px 4px;
}


.Skeleton .SkeletonCenter
{
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 0px 4px;
	width: 682px;
	padding-top: 0px;
}
Html > Body .Skeleton .SkeletonCenter
{
	width: 684px;
}


.Skeleton .SkeletonCenterWide
{
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 0px 4px 0px 2px;
	width: 836px;
	padding-top: 0px;
}


.Skeleton .SkeletonRight
{
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	width: 148px;
	padding-top: 0px;
}
Html > Body .Skeleton .SkeletonRight
{
	width: 150px;
}


.cleaner
{
	clear: both;
}

.content
{
	margin: 5px 4px;
}

/* Site Banner ################################################################################################### */
.banner
{
	clear: both;
	BACKGROUND-POSITION-X: right;
	background-repeat: repeat-x;
	background-color: SeaGreen;
}
.banner img
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}


/* Site Banner ################################################################################################### */
.topmenu
{
	clear: both;
	margin: 4px;
	background-color: SeaGreen;
}

/* Site footer ################################################################################################### */
.footer
{
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	margin: 0px;
	padding-top: 2px;
	background-color: SeaGreen;
	text-align: center;
	height:15px;
}
.footer *
{
	color:gold;
}
.footer ul
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
.footer ul li
{
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

/* Site search ################################################################################################### */
.sitesearch
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.sitesearch .searchquery, .sitesearch .searchList
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	background-color: lavender;
}

.sitesearch .searchquery
{
	width: 125px;
}

.sitesearch .searchList
{
	width: 100px;
}
/* right hand links ################################################################################################ */

.righthandlinks ul
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
}
.righthandlinks ul li
{
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: darkgray 1px solid;
}

.righthandlinks img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

/* right hand links ################################################################################################ */
.contactbox ul
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
.contactbox ul li
{
	padding-left: 3px;
}
/* ticker ################################################################################################ */
.ticker
{
	width: 650px;
	margin-bottom: 2px;
}
.ticker .ticki b, .ticker .ticki a
{
	font-size:80%;
}

/* General areas ################################################################################################ */

.MainPromoImage
{
	display: inline;
	float: right;
	margin-right: 2px;
}
.MainPromoIntro
{
	display: inline;
}

.Skeleton .SkeletonCenter Table
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
/* Topics Homes ################################################################################################ */

.TopicHomeLeftColumn				{margin-top: 4px;margin-left: 4px;float: left;width: 448px;}
.TopicHomeRightColumn				{margin-top: 4px;margin-left: 4px;float: left;width: 210px;}
HTML > Body .TopicHomeRightColumn	{width: 220px;}
.TopicHomeWideColumn
{
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
}

.TopicHomeMainPromo
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.TopicHomeSpotLights ul, .TopicHomeRightPromo ul, .TopicHomeLinksPromo ul, .TopicHomeWidePromos ul
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 5px;
	padding-top: 0px;
	list-style-type: none;
}
.TopicHomeSpotLights li, .TopicHomeWidePromos li
{
	float: left;
	margin: 5px 5px 0px 0px;
	width: 215px;
	list-style-type: none;
	height: 130px;
}
.TopicHomeSpotLights img, .TopicHomeRightPromo img, .TopicHomeWidePromos img
{
	margin: 4px 4px 4px 0px;
}
.TopicHomeSpotLights p, .TopicHomeRightPromo p, .TopicHomeWidePromos p
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
.TopicHomeSpotLights a, .TopicHomeRightPromo a, .TopicHomeWidePromos a
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
}
.SAHomeRightPromo a:hover, .TopicHomeRightPromo a:hover, .TopicHomeWidePromos a:hover
{
	text-decoration: underline;
}
.TopicHomeRightPromo li
{
	padding-left: 5px;
	margin: 10px 10px 5px 0px;
	list-style-type: none;
}
.TopicHomeLinksPromo
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.TopicHomeLinksPromo li
{
	margin-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}
.TopicHomeWidePromos
{
	margin-top: 5px;
	margin-bottom: 5px;
}



/*


.SASubPromo
{
	margin-left: 4px;
	width: 452px;
	margin-right: 2px;
}
.SASubPromo .SASubPromoLeftColumn
{
	float: left;
	width: 222px;
	margin-right: 4px;
}
.SASubPromo .SASubPromoRightColumn
{
	float: left;
	width: 220px;
}
.SASubPromo .SASubPromo2Column
{
	width: 450px;
	margin-right: 4px;
}

ASubPromo .SASubPromo2Column li, .TopicWidePromos li
{
	background-position: left top;
	padding-left: 10px;
	float: left;
	background-image: url(/casino/Images/orangeheadingarrow.gif);
	margin-left: 5px;
	width: 200px;
	margin-right: 5px;
	background-repeat: no-repeat;
	list-style-type: none;
}

.SASubPromo .SASubPromoLeftColumn ul, .SASubPromo .SASubPromoRightColumn ul,.SAHomeRightPromo ul
{
	padding-right: 0px;
	padding-left: 20px;
	list-style-image: url(/casino/Images/orangeheadingarrow.gif);
	padding-bottom: 0px;
	margin: 0px 2px;
	padding-top: 0px;
}

.SASubPromo li,.SAHomeRightPromo li
{
	margin-top: 5px;
	margin-bottom: 5px;
}

*/
.promoimage, .SAHomeRightPromo img
{
	float:left;
	border:0px;
}

.SAHomeLinksPromos
{
	margin-top: 5px;
}
.SAHomeLinksPromos .SASubPromoLeftColumn UL, .SAHomeLinksPromos .SASubPromoRightColumn UL
{
	padding-right: 0px;
	padding-left: 20px;
	list-style-image: url(/casino/Images/orangeheadingarrow.gif);
	padding-bottom: 0px;
	margin: 0px 2px 10px;
	padding-top: 0px;
}

.SAHomePageList
{
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 6px;
}
.SAHomePageList UL
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
}
.SAHomePageList P
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 2px 0px 4px;
	padding-top: 0px;
}

/* Rate This page ################################################################################################ */

.rate
{
	margin-top: 20px;
	background-color: whitesmoke;
}
.rate *
{
	font-size: 8pt;
}
.rate h3
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	margin: 0px;
	padding-top: 3px;
	background-color: gainsboro;
}

.rate p
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

.rate-l
{
	padding-right: 0px;
	padding-left: 0px;
	/*float: left;*/
	padding-bottom: 0px;
	margin: 0px;
	/*width: 180px;*/
	padding-top: 0px;
}

.rate-l *
{
	display: inline;
	padding-left: 3px;
}

.rate-r
{
}

.rate-r textarea
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	width: 280px;
	border-bottom: gray 1px solid;
	height: 40px;
}

.comments-text
{
	margin: 0px;
	padding:0px;
	clear:both;
}

.rate fieldset
{
	margin: 0px;
	padding:0px
}

/* Topics ################################################################################################ */

.TopicPromos
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
	width:95%;
}

.TopicPromos li
{
	margin-top: 20px;
	float: left;
	margin-left: 2px;
	width: 29%;
	margin-right: 5px;
}
.TopicPromos li img
{
	margin-top: 3px;
	float: left;
	margin-bottom: 5px;
	border-top-style: none;
	margin-right: 5px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.TopicPromos li h2 a, .TopicPromos li h2
{
	font-weight: bold;
	font-size: 11pt;
	color: royalblue;
	font-family: arial;
	background-color: white;
	text-decoration: none;
}
.TopicPromos li h2 a:hover
{
	text-decoration:underline;
}
.TopicPromos li p
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

.TopicPageList
{
	margin-top: 10px;
	margin-left: 2px;
}
.TopicPageList UL
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
}
.TopicPageList P
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 2px 0px 4px;
	padding-top: 0px;
}


/* Search Tabs ################################################################################################ */

.tabs
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	margin: 5px 0px 1px;
	padding-top: 2px;
}

.tabs li
{
	border-right: darkgray 1px solid;
	padding-right: 5px;
	border-top: darkgray 1px solid;
	display: inline;
	padding-left: 5px;
	padding-bottom: 3px;
	margin-left: 0px;
	border-left: darkgray 1px solid;
	margin-right: 5px;
	padding-top: 2px;
	border-bottom: darkgray 1px solid;
	background-color: #e5e5e5;
}

.tabs .black_selected, .tabs .black_selected a
{
	z-index: 500;
	border-bottom: white 1px solid;
	position:relative;
	background-color: white;
}

.tabs .blue_off
{
	border-right: steelblue 1px solid;
	padding-right: 5px;
	border-top: steelblue 1px solid;
	display: inline;
	padding-left: 5px;
	padding-bottom: 3px;
	margin-left: 2px;
	border-left: steelblue 1px solid;
	margin-right: 5px;
	padding-top: 2px;
	border-bottom: steelblue 1px solid;
	background-color: white;
	top: 1px;
	position: relative;
}

.tabs .blue_selected
{
	border-right: steelblue 1px solid;
	border-top: steelblue 1px solid;
	margin-left: 2px;
	border-left: steelblue 1px solid;
	border-bottom: lavender 1px solid;
	position: relative;
	top: 1px;
	background-color: lavender;
}


/* Search  ################################################################################################ */

.search_form
{
	border-right: steelblue 1px solid;
	padding-right: 5px;
	border-top: steelblue 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 2px;
	border-left: steelblue 1px solid;
	padding-top: 5px;
	border-bottom: steelblue 1px solid;
	background-color: lavender;
}

.search_form label
{
	background-position: 0% 0%;
	background-attachment: scroll;
	background-image: none;
	width: 100px;
	margin-right: 5px;
	background-repeat: repeat;
}

.searchresults
{
	margin: 2px;
}

.searchresults .summary
{
	border-right: steelblue 1px solid;
	padding-right: 5px;
	border-top: steelblue 1px solid;
	margin-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-left: 0px;
	border-left: steelblue 1px solid;
	margin-right: 0px;
	padding-top: 5px;
	border-bottom: steelblue 1px solid;
	list-style-type: none;
	background-color: lavender;
}

.searchresults .summary li
{
	display:inline;
}


.searchresults .results
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 3px 0px 0px;
	padding-top: 0px;
	list-style-type: none;
}

.searchresults .results li
{
	margin-top: 10px;
	margin-bottom: 30px;
}

.searchresults .results li .details *, .searchresults .results li .details
{
	font-size: 8pt;
	color: darkslategray;
}

/* Metadata  ################################################################################################ */

.Metadatadetails, .Metadatadetails *
{
	font-size: 8pt;
	background-image: none;
	color: darkgray;
}

/* AZ List ################################################################################################# */

.AZList
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 10px;
	padding-top: 0px;
	list-style-type: none;
}

.AZList H2
{
	font-size: 16pt;
	color: steelblue;
	font-family: arial;
	background-color: white;
}

.AZList UL
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 5px;
	padding-top: 0px;
	list-style-type: none;
}

.AZList ul li div
{
	display:inline;
	vertical-align:middle;
}

/* Form List ################################################################################################# */

.FormList
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 20px;
	padding-top: 0px;
	list-style-type: none;
}

.FormList li div
{
	vertical-align:middle;
	display: inline;
}

/* Telephone search simple ####################################################################################### */
.TelephoneSearchSimple fieldset
{
	padding:3px;
}
.TelephoneSearchSimple .query
{
	width:135px;
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	background-color: lavender;
}


/* Channel Listing ###############################################################################################*/


.ChannelTeaserList
{
	padding-right: 0px;
	padding-left: 1px;
	padding-bottom: 0px;
	margin: 5px 0px 0px;
	padding-top: 0px;
	list-style-type: none;
	background-color: lavender;
}
.ChannelTeaserList LI
{
	padding-left: 2px;
	float: left;
	padding-bottom: 2px;
	overflow: visible;
	width: 215px;
	margin-right: 5px;
	padding-top: 2px;
	height:auto;
	background-color: lavender;
}
.ChannelTeaserList LI a
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
}
.ChannelTeaserList LI a:hover
{
	text-decoration: underline;
}
.ChannelTeaserList LI img
{
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 2px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.ChannelList, .PageList
{
	margin-top: 5px;
}

.ChannelList h2, .PageList h2
{
	font-weight: normal;
	font-size: 16pt;
	margin: 5px 0px;
	color: steelblue;
	font-family: arial;
	background-color: white;
}

.ChannelList ul, .PageList ul
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 10px;
	padding-top: 0px;
	list-style-type: none;
	width:95%;
}

.ChannelList li, .PageList li
{
	margin: 0px 0px 10px;
}

.PageList img
{
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 0px 3px 3px -2px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.PageList p
{
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

