/*
Main Style Sheet for EC Gaming Website
*/

/*General styles*/
body{
	font-family: helvetica;
	background-color: white;
	margin: 0px;
}

p{
	font-size: 14px;
	color: black;
}

h2{
	font-size: 17px;
	color: #1f447b;
	text-shadow: 0px 1px 1px #666666;
}

h3{
	font-size: 14px;
	color: #2a5ca7;
}

td{
	padding-top: 20px;
}

table{
	width: 715px;
	text-align: center;
	font-size: 12px;
}
/*General link styles*/

a:link{
	text-decoration: none;
	color: #2a5ca7; 
}

a:visited{
	text-decoration: none;
	color: #2a5ca7;
}

a:hover{
	text-decoration: none;
	color: #73abed;
}

a:active{
	text-decoration: none;
}

img{
	border: none;
}

/*IE top margin hack*/
#iehack{
	margin-top: 7%;
}

/*Stripe style*/
#stripe{
	background: url(images/stripe.png) repeat-y;
	width: 89px;
	height: 100%;
	position: absolute;
	left: 20%;
	bottom: 0px;
	z-index: 0;
}

/*Banner style*/
#banner{
	float: right;
	margin-top: 5%;
	margin-right: 14%;
}

/*Dashed divider style*/
#divider{
	border-color: #eaeaea;
	border-style: dashed none none none;
	border-width: 2px;
	clear: both;
}

/*Content box styles*/
#outsideBorder{
	width: 90%;
	background-color: white;
	border-color: #1f447b;
	border-style: solid solid solid solid;
	border-width: 4px;
	margin-left: 5%;
	margin-bottom: 3%;
	z-index: 2;
	position: relative;

}

#contentContainer{
	width: 92%;
	background-color: white;
	border-color: #eaeaea;
	border-style: solid solid solid solid;
	border-width: 2px;
	margin: 2% 2% 2% 2%;
	padding: 15px;
	z-index: 2;
	position: relative;
}
#contentText{
	padding-top: 10px;
	clear: both;
}

/*Gaming resources table styles*/
#resourcesTable{
	width: 92%;
	text-align: left;
	font-size: 12px;
}


/*Nav styles*/
#navlinks{
	color: white;
	margin-left: -40px;
	font-family: tahoma;
	font-size: 14px;
}

#navlinks a{	
	color: white;
	background-image: url(images/navbar.png);
	line-height: 1.5em;
	padding: 1px 2px 3px 2px;
	display: block;
	width: 200px;
	margin-top: 5px;
}

#navlinks #current {
	background-image: url(images/navhover.png);
	width: 230px;
}

#navlinks #current:hover {
	background-image: url(images/navhover.png);
	width: 215px;
}

#navlinks a:link{
}

#navlinks a:hover{
	background-image: url(images/navhover.png);
	width: 215px;
}

#navlinks a:visited{

}

#navlinks ul{
	list-style: none;
}

/*Information table with credits styles*/
#informationTable{
	width: 100%;
	table-layout: auto;
	text-align: center;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	color: #1f447b;
}
