/* CSS Document */
body {
	background: #fff;
	font: 75% Arial, Helvetica, sans-serif;
	margin:0px; border:0px; padding:0px;
}

img {border:none;}
	
a:link, a:visited {
	color: #193db3; text-decoration: none;
}	
a:hover {
	color: #193db3;	text-decoration: underline;
}	
h1{
	margin-top:0px;
	font: 120%/100% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}	
h2{
	margin-top:0px;
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
}
	
#search_header {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 960px;
}
#container {
	float: left;
	width: 100%;
	margin: auto;
}
#header {
	background: url(bg/header.jpg) no-repeat;
	height: 72px;
	margin-bottom: 10px;
}
#footer {
	clear: both;
	background:#fff;
	border: 1px solid #f0f1f2;
	margin-bottom: 20px;
	padding: 5px;
	text-align:center;
}	
#Logo {
	float: left;
	width:200px;
	height:60px;
	z-index:100;
	margin: 5px;
}
#SearchBox{
	float: left;
	width:520px;
	height:72px;
	text-align:center;
	color:#fff;
}
#SearchBox a:link,
#SearchBox a:visited,
#SearchBox a:hover{
	color:#fff;
}

#OptionBox{
	padding-top: 8px;
	float: left;
	height:64px;
}
#OptionBox a:link,
#OptionBox a:visited,
#OptionBox a:hover{
	color: #fff;
}

ul.nav{
	text-align: left; /* set to left, right or center */
	margin: 0px; /* set margins as desired */
	font: 110%/100% Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #e2ecf2; /* set border COLOR as desired */
	list-style-type: none;
	padding: 5px 5px 7px 5px; /* THIRD number must change with respect to padding-top (X) below */
}	
ul.nav li{
	display: inline;
	border-bottom: 1px solid #fff; /* set border color to page background color */
	background-color: #fff; /* set background color to match above border color */
	font-weight: bold;
	margin-right: 5px; /* set additional spacing between tabs as desired */
}	
ul.nav li a,ul.nav li a:visited{
	padding: 5px 25px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #e2ecf2; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #f9f9f9; /* set unselected tab background color as desired */
	color: #666; /* set unselected tab link color as desired */
	text-decoration: none;
	border-bottom: none;
}
ul.nav li a:hover{
	background: #fff; /* set desired hover color */
	color: #666; /* set unselected tab link color as desired */
	text-decoration: none;
}	

ul.nav li.nav_current a,ul.nav li.nav_current a:visited,ul.nav li.nav_current a:hover{
	padding-top: 6px; /* must change with respect to padding (X) above and below */
	border-bottom: 1px solid #fff; /* set border color to page background color */
	background: #fff url(http://www.my3id.com/templates/2008/bg/nav_button.gif) repeat-x; /* set background color to match above border color */
	background-position: 0% 0%;
	border-top: 1px solid #a7d4d5;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #a7d4d5;
	border-right: 1px solid #a7d4d5;
}

.subnav {
	background:#fff;
	border-right: 1px solid #e2ecf2;
	border-left: 1px solid #e2ecf2;
	border-bottom: 1px solid #e2ecf2;
	text-align:center;
	line-height: 180%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:bold;
}
.subnav a,.subnav a:visited{
	padding: 5px;
	text-decoration:none;
}
.subnav a:hover{
	padding: 5px;
	text-decoration: underline;
}	

.mod_title {
	background: url(bg/module_head.gif) bottom repeat-x;
	border-top: 1px solid #c5d7ef;
	border-left: 1px solid #c5d7ef;
	border-right: 1px solid #c5d7ef;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 10px 0px 0px 0px;
	text-indent: 10px;
	padding: 4px 0px 4px 0px;
	color:#000;
}

.ModuleContent {
	background: #fff url(bg/module.gif) bottom repeat-x;
	border-left: 1px solid #c5d7ef;
	border-right: 1px solid #c5d7ef;
	border-bottom: 1px solid #c5d7ef;
	padding: 5px;
	margin-bottom: 5px;
}
.ModuleSubContent {
	background: #fafafa;
	border: 1px dotted #e0e0e0;
	padding: 5px;
}

.ModuleErrorTitle {
	font-weight:bold;
	color: #e75e1b;
	line-height:25px;
	height:25px;
	padding-left: 25px;
	border: 1px solid #e5d9ca;
	background-image: url(images/icon_alert.gif);
	background-color: #fbefe2;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}	
.ModuleErrorContent {
	padding: 5px;
	border-top: none;
	border-bottom: 1px dashed #f2e7da;
	margin-bottom: 5px;
}	
.ModuleAlertTitle {
	line-height:25px;
	height:25px;
	padding-left: 25px;
	border: 1px solid #d9c157;
	background-image: url(images/icon_alert.gif);
	background-color: #f2e591;
	color: #000;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}	
.ModuleAlertContent {
	background:#fffad9;
	padding: 5px;
	border-top: none;
	border-left: 1px solid #d9c157;
	border-right: 1px solid #d9c157;
	border-bottom: 1px solid #d9c157;
	margin-bottom: 5px;
}

/* Modules */
.fpblock {
	float:none;
	clear:both;
	min-height: 101px;
	padding: 5px;
}
* html .fpblock {
height: 8em;
}
.fpblock-img {
	float:left;
	margin-right:5px;
	padding:1px;
	border:1px solid #9dafbd;
	border-color:#9eb1c0 #748799 #748799 #9eb1c0;
}

.fpblock2 {
	float:none;
	clear:both;
	min-height: 64px;
	padding: 5px;
}
* html .fpblock2 {
height: 5em;
}
.fpblock2-img {
	float:left;
	margin-right:5px;
	padding:1px;
	border:1px solid #9dafbd;
	border-color:#9eb1c0 #748799 #748799 #9eb1c0;
}
.imgborder {
	padding:1px;
	border:1px solid #9dafbd;
	border-color:#9eb1c0 #748799 #748799 #9eb1c0;
}
.fpblock-list{
	border-top: 1px dashed #e0e0e0;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 20px;
}	

form {
	margin:0px;
	padding:0px;
}

.input1{
	display:inline;
	color: #000;
	background: #fff;
	border: 1px solid #d2d4d2;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
}
.input1:focus,.input1_focus {
	display:inline;
	color: #000;
	border: 2px solid #a5e27d;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}
.reqinput1{
	display:inline;
	color: #000;
	background: #fff;
	border: 1px solid #e08a87;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
}
.reqinput1:focus{
	display:inline;
	color: #000;
	border: 2px solid #a5e27d;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}
.inputbtn1{
	background: #a3d3f5 url(bg/input.gif) repeat-x;
	display:inline;
	color: #000;
	border: 1px solid #a3d3f5;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 23px;
	cursor: pointer;
    text-decoration:none;
	white-space: nowrap;
	font-style: normal;
	font-variant: normal;
	font-size: 100%;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	white-space: nowrap;
}
.inputbtn2{
	background: #fff url(bg/input.gif) repeat-x;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	display:inline;
	color: #000;
	border: 1px solid #a3d3f5;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
}

ul.formerrors{
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
	border: none;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#e85e2d;
}
ul.formerrors li{margin-left:15px; padding:2px;}

.hide {display:none;}
.show {display:block;}

.warning{
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
	border: none;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#cc0000;
}

/* MY3ID_RECENTLOGINS */
.my3id_rl {text-align:center;}
.my3id_rl_user {display:inline;}

/* ADVERTS */

/* PAGES */
#side-a {
	float: left;
	display:inline;
	width: 150px;
	margin-right: 10px;
}
#side-b {
	float: right;
	display:inline;
	width: 339px;
	margin-left: 10px;
}	
#content { 
	float: left;
	display:inline;
	width: 450px;
}	
.one_column {
	width: 960px;
}	
.two_column_left {

	float: left;
	display:inline;
	width: 610px;
	margin-right: 10px;
}	
.two_column_right {
	float: left;
	display:inline;
	width: 340px;
}

.twocol_left2 {
	float: left;
	display:inline;
	width: 150px;
	margin-right: 10px;
}	
.twocol_right2 {
	float: left;
	display:inline;
	width: 800px;
}
.page_block {
	float: left;
	width: 295px;
	height: 180px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #c5d7ef;
	background:#fff; 
}
.page_block img {float:left; margin-right:5px; border: 1px solid #c5d7ef;}

/* HELP FILES */

/*------------------------SORTABLE TABLES-------------------------*/
table.sortable{
	border:1px solid #ccc;
	border-collapse:collapse;
}
.sortable th.descend{background: #fafafa 95% 50% url('../global/icons/arrow_down.gif') no-repeat;}
.sortable th.ascend{background: #fafafa 95% 50% url('../global/icons/arrow_up.gif') no-repeat;}
.sortable th{
	background-color: #fafafa;
	font-weight:bold;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	cursor:pointer;
	padding: 5px;
	text-align:left;
}
.sortable thead tr td{
	background-color: #fafafa;
	font-weight:bold;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	padding: 5px;
	text-align:left;
}
.sortable td img{
	padding:0 4px 0 0;
	margin:0 0 -1px 0;
}
.sortable td input,
.sortable td.in_cell{
	padding:0;
	margin:0;
}
.sortable td{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #222222;
	margin:0;
	padding: 5px;
	text-align:left;
	vertical-align:top;
}

.cpNavTitle {
	background-color: #fafafa;
	font-weight:bold;
	border-bottom: 1px solid #d9d9d9;
	padding: 5px;
	text-align:left;
}

.joinTable{border:1px solid #d9d9d9; padding:10px;}

div.BandSmallRight {
	position:absolute;
	left:100%;
	top:0px;
	overflow:visible;
	height:100px;
	width:100px;
	margin:0 0 0 -100px;
	padding:0 0 0 0;
	z-index:1000000000;
	border:none;
	float:none;
}

/* Success */
.successlinks{font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#000000; line-height: 20px;}
.successlinks a:link{font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color: #203CFF;}
.successlinks a:hover{font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#203CFF;}
.successlinks a:active{font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#203CFF;}
.successlinks a:visited{font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#203CFF;}


/*/===========================================================================
// phpAS Styles
//===========================================================================*/

/* NEWS SPECIFIC STYLES */
.article {padding:5px;}

/* phpAS Styles */
.stats_figure{font-weight:bold;}
.report_link{font-weight:bold;}

.sub_category{display: inline; padding: 10px;}

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

.breadcrumb {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.breadcrumb a:link,
.breadcrumb a:visited,
.breadcrumb a:active{font-weight: bold; text-decoration: none;}
.breadcrumb a:hover {font-weight: bold; text-decoration: underline;}

.mainSmallGameText {
	font: 120%/100% Arial, Verdana, Helvetica, sans-serif;
}
.pageNumbers {
	font: 120%/100% Arial, Verdana, Helvetica, sans-serif;
}
.phpas_left {
	float: left;
	display:inline;
	width: 705px;
	margin-right: 10px;
}	
.phpas_right {
	float: left;
	display:inline;
	width: 245px;
}

.phpas_left2 {
	float: left;
	display:inline;
	width: 660px;
	margin-right: 10px;
}	
.phpas_right2 {
	float: left;
	display:inline;
	width: 285px;
}
.phpas_left3 {
	float: left;
	display:inline;
	width: 194px;
	margin-right: 10px;
}
.phpas_right3 {
	float: right;
	display:inline;
	width: 270px;
	margin-left: 10px;
}	
.phpas_center3 { 
	float: left;
	display:inline;
	width: 470px;
}	

.subCategoryList {
	font: bold 110%/100% Arial, Helvetica, sans-serif;
	color: #000000;
}

.comment_info{
	width: 120px;
	text-align:center;
	padding:5px;
	border-bottom: 1px solid #ccc;
}

.comment_contents{
	border-bottom: 1px solid #ccc;
	padding:5px;
}

/* styles for the star rater */	
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(images/alt_star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin: auto;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(star_small.gif);
	line-height: 10px;
	height: 10px;
}
