﻿/*Easy To Edit Style Sheet*/
/*Cetan Designs*/

/*Defaults - No Need To Edit*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}
body {
	background-image:url('http://www.easypokertips.com/images/background.gif');
	background-repeat:repeat;
	background-color: #DDDDDD;
}




/*Content Boxes*/
.Top {
	height:31px;
	background-image:url('http://www.easypokertips.com/images/top.gif');
	width:823px;
	padding-left:35px;
}
.Banner {
	height:167px;
	background-image:url('http://www.easypokertips.com/images/banner.jpg');
	width:603px;
	padding-left:220px;
}
.Navigation {
	height:30px;
	background-image:url('http://www.easypokertips.com/images/navigation.gif');
	width:823px;
	text-align:center;
}
.LeftContent {
	background-image:url('http://www.easypokertips.com/images/leftcontent.gif');
	width:213px;
	vertical-align:top;
	padding-top:5px;
}
.RightContent {
	background-image:url('http://www.easypokertips.com/images/rightcontent.gif');
	width:610px;
	vertical-align:top;
	padding-top:5px;
}


.RightContent a,  a:hover
{
color: #0000FF;
text-decoration: none;
background-image:url('http://www.easypokertips.com/images/rightcontent.gif');
}


.Footer {
	background-image:url('http://www.easypokertips.com/images/footer.gif');
	width:823px;
	height:31px;
	text-align:center;
}
.Copyright {
	background-image:url('http://www.easypokertips.com/images/copyright.gif');
	width:823px;
	height:30px;
	text-align:center;
}
.LeftHeader {
	background-image:url('http://www.easypokertips.com/images/left_top.gif');
	width:161px;
	text-align:left;
	padding-left:40px;
}
.LeftMiddle {
	background-image:url('http://www.easypokertips.com/images/left_content.gif');
	width:176px;
	text-align:left;
	padding-left:25px;
	height:28px;
}
.RightHeader {
	background-image:url('http://www.easypokertips.com/images/right_top.gif');
	width:564px;
	height:31px;
	text-align:left;
	padding-left:40px;
}
.RightMiddle {
	background-image:url('http://www.easypokertips.com/images/right_middle.gif');
	width:604px;
	text-align:left;
	padding:5px;
}

.RightMiddle p {
  	font-size:13px;
	text-align:left;
	padding:3px;
}




.LeftPadding {
	padding-left:15px;
}
/*Fonts*/
.Medium {
	font-size:12px;
	color:#FFFFFF;
}
.Small {
	font-size:11px;
	color:#000000;
}
.BannerText {
	font-size:37px;
	color:#FFFFFF;
}
.BannerSlogan {
	font-size:11px;
	color:#8d8c8c;
}
.GreenHeader {
	font-size:12px;
	color:#94e7fe;
}
.Red {
	color:#ea3535;
}



h1 {

	text-align:left;
	padding-left:5px;
  	font-size:12px;
}



h2 {

	text-align:left;
	padding-left:5px;
  	font-size:12px;
}


h3 {

	text-align:center;
	padding-left:5px;
  	font-size:12px;
        text-decoration: underline;
}



/*Link Settings*/

a:link {color: #0000FF; 
text-decoration: none;
}
a:visited {color: #FFFFFF; text-decoration: none;}
a:hover {color: #BBBBBB; text-decoration: underline;}
a:active {color: #FFFFFF; text-decoration: none;}

a:link.green {color: #94e7fe; text-decoration: none;}
a:visited.green {color: #94e7fe; text-decoration: none;}
a:hover.green {color: #94e7fe; text-decoration: underline;}
a:active.green {color: #94e7fe; text-decoration: none;}


a:link.blue {color: #0000FF; text-decoration: underline;}
a:visited.blue {color: #0000FF; text-decoration: underline;}
a:hover.blue {color: #0000FF; text-decoration: underline;}
a:active.blue {color: #0000FF; text-decoration: none;}

a:link.black {color: #000000; text-decoration: none;}
a:visited.black {color: #000000; text-decoration: none;}
a:hover.black {color: #333333; text-decoration: underline;}
a:active.black {color: #000000; text-decoration: none;}



/* image positioning - left, right and center */

.left
{ float: left; 
  padding: 12px 12px 12px 12px;
}

.right
{ float: right; 
 padding: 12px 12px 12px 12px;
}

.center
{ display: block;
  padding: 0px 0px 0px 18px;
  float: center; 
  text-align: center;
  margin: 0 auto;
}



