/* CSS Document */

<style type="text/css">
<!--

a {
	color: #0000DD;
	text-decoration: underline;
}
a:link {
	color: #0000DD;
	text-decoration: underline;
}
a:visited {
	color: #00007D;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
}

/* By default (td, body..) use Verdana in black. */
body, td
{
	color: #333333;
	font-size: 11px;
	font-family: Verdana, arial, helvetica, serif;
}

/* The main body of page. */
body
{
	background-color: #F6F2EC;
    background-image: url(http://www.modernpoker.net/images/background_site.gif);
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
}

/* The look of a Summary Review area. */
.reviewSummary
{
	border: 0px solid #666666;
	background-color: #EFEFEF;
	
}

/* The look of a Review Ratings box area. */
.reviewRating
{
	border: 1px solid #666666;
	background-color: #EFEFEF;
	
}

/* The look of a small "google style" test adds on the side of the page. */
.smallTextAds {
	font-size: 10px;
	color: #000000;
}
.smallTextAds a { 
	color: #000000;
	text-decoration: none; 
}
.smallTextAds a:visited { 
	color: #000000;
	text-decoration: none; 
}
.smallTextAds a:hover { 
	color: #000000;
	text-decoration: none; 
}
.smallTextAds a:active { 
	color: #000000;
	text-decoration: none; 
}


/* The font look for titles */
.title
{
	color: #447772;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.title a { 
	color: #447772;
	text-decoration: underline; 
}
.title a:visited { 
	color: #447772;
	text-decoration: underline; 
}
.title a:hover { 
	color: #CC0000;
	text-decoration: underline; 
}
.title a:active { 
	color: #CC0000;
	text-decoration: underline; 
}

/* The font look for subTitles */
.subTitle
{
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

/* The font colors for urls and serach results etc. */
.searchTitle
{
	font-size: 12px;
	font-family: Verdana, arial, helvetica, serif;
	color: #0000DD;
}
.searchTitle a {
	color: #0000DD; text-decoration: none; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #0000DD;}
.searchTitle a:visited {
	color: #0000DD; text-decoration: none; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #0000DD;}
.searchTitle a:hover {
	color: #CC0000; text-decoration: none; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #CC0000;}
.searchTitle a:active {
	color: #CC0000; text-decoration: none; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #CC0000;}

.urlText
{
	color: #118A84;
}
.urlText a { 
	color: #118A84;
	text-decoration: none; 
}
.urlText a:visited { 
	color: #118A84;
	text-decoration: none; 
}
.urlText a:hover { 
	color: #118A84;
	text-decoration: none; 
}
.urlText a:active { 
	color: #118A84;
	text-decoration: none; 
}

.legalText
{
	color: #024D5C;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

/* The look of the main menu links on the left of the page */
.menuLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin-left: 9px;
}
.menuLinks a { 
	color: #024C5B;
	text-decoration: none; 
}
.menuLinks a:visited { 
	color: #024C5B;
	text-decoration: none; 
}
.menuLinks a:hover { 
	color: #CC0000;
	text-decoration: underline; 
}
.menuLinks a:active { 
	color: #CC0000;
	text-decoration: none; 
}

/* The look of the main menu sublinks on the left of the page */
.menuSubLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.menuSubLinks a { 
	color: #7D0000;
	text-decoration: none; 
}
.menuSubLinks a:visited { 
	color: #7D0000;
	text-decoration: none; 
}
.menuSubLinks a:hover { 
	color: #CC0000;
	text-decoration: underline; 
}
.menuSubLinks a:active { 
	color: #CC0000;
	text-decoration: none; 
}

/* The look of the links in the footer of the page */
.footerLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #52514C;
	font-weight: normal;
}
.footerLinks a { 
	color: #FFFFFF;
	text-decoration: none; 
}
.footerLinks a:visited { 
	color: #FFFFFF;
	text-decoration: none; 
}
.footerLinks a:hover { 
	color: #FFFFB5;
	text-decoration: underline; 
}
.footerLinks a:active { 
	color: #FFFFB5;
	text-decoration: none; 
}

-->
</style>