/* C2K Style Sheet */

/* IE Scroll Bar Colors */
BODY			
{
 SCROLLBAR-FACE-COLOR: #2491C9; 
 SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
 SCROLLBAR-SHADOW-COLOR: #ffffff;
 SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
 SCROLLBAR-ARROW-COLOR: #F4F4F4; 
 SCROLLBAR-TRACK-COLOR: #115987; 
 SCROLLBAR-DARKSHADOW-COLOR: #000000 }

/* Link Colors */
a:link { color: #2491C9; text-decoration:none }
a:visited { color: #2491C9; text-decoration:none }
a:active { color: #2491C9; text-decoration:none }
a:hover { color: #1E739F; text-decoration:underline }

/* NavBar Link Colors */
.NAV a:link { color: #FFFFFF; text-decoration:underline; }
.NAV a:visited { color: #FFFFFF; text-decoration:underline }
.NAV a:active { color: #FFFFFF; text-decoration:underline }
.NAV a:hover { color: #8FC6E0; text-decoration:underline }

/* Copyright Link Colors */
.CR a:link { color: #FFFFFF; text-decoration:none; }
.CR a:visited { color: #FFFFFF; text-decoration:none }
.CR a:active { color: #FFFFFF; text-decoration:none }
.CR a:hover { color: #8FC6E0; text-decoration:underline }

/* Begin Blog Images */
p img {
	padding: 0;
	max-width: 100%;
	border: none;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Blog Images */


.PM {
	border: 1px solid #000000;
}

.btsbanner {
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 468px;
}

/* Menu Style */
.menu {
	font-family: Verdana;
	font-size: 12px;
	font-weight: none;
	text-transform: none;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: ;
	border-right-color: ;
	border-bottom-color: #000000;
	border-left-color: ;
}

.details {
	background-color: #ECECEC;
	font-family: Verdana;
	font-size: 10px;
}

/* Content Field Colors */
.CField {
background-color: #3485BD;
border-width: 1;
border-color: #08436F;
border-style: solid;
color: ffffff;
font-size: 9pt;
font-family: verdana;
font-weight: bold;
}

/* Navigation Field Colors */
.NAVField {
background-color: #115987;
border-width: 1;
border-color: #C3E3F3;
border-style: solid;
color: ffffff;
font-size: 8pt;
font-family: verdana;
font-weight: bold;
}

/* Game Shark font */
p.shark 		
{ font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 9; color: #ffffff;  
}
TD.black 		
{ 
 font-family: Verdana,Arial,Helvetica,sans-serif; color: #ffffff; font-size: 9 
}

H1 {font-family: Verdana; font-size: 10pt; color: #115987; text-align: center}


div.eba_article div.illustration  {
	border: 1px solid #ccc;
	padding: 2px;
	float: right;
	margin: 0 0 1em 2em;
	background: #fff;
	font-size: 11px;
	text-align: left
	}

.thumb  {
	border: 1px solid #ccc;
	padding: 2px;
	float: right;
	margin: 0 0 1em 2em;
	background: #fff;
	font-size: 11px;
	text-align: left
	}

div.eba_article div.illustration img {
	border: 1px solid #006;
	padding: 1px;
	display: block;
	}
	
div.eba_article p.prologue {
	font-weight: bold;
	color: #4D667D;
	font-size: 13px;
	}
	
div#eba_post_comment div#smilies {
	margin-bottom: 10px;
	}

div#eba_post_comment div#smilies a img {
	border: none;
	}
	
	
div.eba_article  img {
	border: 1px solid #006;
	padding: 1px;
	display: block;
	}

.body_field {
	background-color: #FFFFFF;
	border: 2px solid #000000;
}

.body_field_err {
	background-color: #FFFFFF;
	border: 2px solid #FF0000;
}

.body_button {
	background-color: #3485BD;
	border-width: 1;
	border-color: #08436F;
	border-style: solid;
	color: ffffff;
	font-size: 9pt;
	font-family: verdana;
	font-weight: bold;
}

.page {
	background: #FFFFFF;
	color: #000000;
	border: 2px solid #000000;
	padding: 6px;
	height: 175px;
	overflow:auto;
}
