body {
	background: #000 url(../images/site/body_bg.jpg) top center repeat-x;
	font-size: 12px;
	font-family: verdana;
	color: #fff;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active{
	color: #58ab27;
	text-decoration: none;
}

a:hover{
	color: #91cb72;
	text-decoration: none;
}

.wrap {
	text-align:left;
	width: 1000px;
}

.header {
	height: 90px;
}

.navigation {
	height: 31px;
	margin-bottom: 15px;
}

.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation li {
	float:left;
	margin: 0;
	padding: 0;
}

.navigation li a {
	display: block;
	float: left;
	margin-right: 20px;
	height: 31px;
	line-height: 31px;
	font-size: 14px;
	color: #fff;
	font-family:Arial;
	font-weight:bold;
	text-decoration: none;
}

.content {
	width: 650px;
	float:left;
	margin-right:16px;
}

.banner-bar{
	width: 334px;
	float:left;
}
.small_text {
	font-size: 12px;
}
h1 {
	font-family: arial;
	font-size: 24px;
	margin: 0 0 15px 0;
	padding: 0;
}
h2 {
	font-family: arial;
	font-size: 18px;
	margin: 0 0 15px 0;
	padding: 0;
}

h3 {
	font-family: arial;
	font-size: 14px;
	margin: 0 0 15px 0;
	padding: 0;
}
h4 {
	font-family: arial;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}


.big_font {
	font-size: 16px;
	line-height: 22px;
}

.green_box {
	padding: 15px;
	background: green url(../images/site/green_box_bg.jpg) repeat-x center center;
	border: 1px solid #015001;
	text-align:center;
	font-size: 16px;
	font-weight:bold;
	font-family: arial;
}

.silver_box {
	display: block;
	text-align:center;
	margin: 15px 15px 0 15px;
	padding: 15px;
	background: #fff url(../images/site/silver_box_bg.jpg) repeat-x center center;
	text-decoration: none;
	color: #000;
	border: 1px solid #B0B3AE;
}


ul.buttonlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

.buttonlist li {
	display: inline;
	list-style-type: none;
}
.buttonlist a {
	font-weight:bold;
	padding: 3px 10px;
	text-decoration: none;
}


.buttonlist a:hover {
	background: #69b539;
	color:#FFFFFF;
}
.buttonlist a:active {
	background: #808080;
	color:#69b539;
}


ul.buttonlist_vert {
	margin:0;
	padding: 0;
	list-style:none;
}

.buttonlist_vert li {
	margin: 0;
	padding: 0;
}

.buttonlist_vert a {
	display:block;
	font-weight:bold;
	padding: 5px 10px;
	text-decoration: none;
}


.buttonlist_vert a:hover {
	background: #69b539;
	color:#FFFFFF;
}
.buttonlist_vert a:active {
	background: #808080;
	color:#69b539;
}


.avatar-box {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
}
.user-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.user-menu li {
	float:left;
}

.user-menu a {
	display:block;
	height: 16px;
	line-height:16px;
	width: 82px;
	font-size: 11px;
	padding-left: 20px;
	background-repeat:no-repeat;
	background-position: left center;
	margin-bottom: 5px;

}

.input_small {
	font-size:10px;

}
.input_large {
	font-size:16px;
	font-weight:normal;

}

.form_hint {
	font-size:10px;
	color:#808080;

}
.private_report {
	background-color: #676767;
}
.input-large {
	font-size:16px;
	padding: 5px;
	width: 300px;
}
.white_text{
	color:#FFFFFF;
}

a.link_blue:link, a.link_blue:visited, a.link_blue:active{
	color: #0713a0;
	text-decoration: none;
}

a.link_blue:hover{
	color: #1324f4;
	text-decoration: none;
}


.cat_row { 
	padding: 5px 3px 5px 3px;
  text-align: left;
	font-weight: normal;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	vertical-align:top;
}
.cat_row_middle { 
	padding: 5px 3px 5px 3px;
  text-align: center;
	font-weight: normal;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}

td.cat_row_red { 
	padding: 5px 3px 5px 3px;
  text-align: left;
	background-color:#F2B3B3;
	font-weight: normal;
	border-right: 1px solid #E7E7E7;
	border-bottom: 1px dotted #CDCDCD;
	vertical-align:top;
}


td.cat_row_offwhite { 
	padding: 5px 3px 5px 3px;
  text-align: left;
	background-color:#e7e7e7;
	font-weight: normal;
	border-right: 1px solid #CDCDCD;
	border-bottom: 1px dotted #CDCDCD;
	vertical-align:top;
	color:#000000;
}
td.cat_row_offwhite_middle { 
	padding: 5px 3px 5px 3px;
  text-align: left;
	background-color:#e7e7e7;
	font-weight: normal;
	border-right: 1px solid #CDCDCD;
	border-bottom: 1px dotted #CDCDCD;
	vertical-align:middle;
	text-align:center;
	color:#000000;
}





td.cat_row_white { 
	padding: 5px 3px 5px 3px;
  text-align: left;
	background-color:#FFFFFF;
	font-weight: normal;
	border-right: 1px solid #CDCDCD;
	border-bottom: 1px dotted #CDCDCD;
	vertical-align:top;
	color:#000000;
}
td.cat_row_white_middle { 
	padding: 5px 3px 5px 3px;
  text-align: left;
	background-color:#FFFFFF;
	font-weight: normal;
	border-right: 1px solid #CDCDCD;
	border-bottom: 1px dotted #CDCDCD;
	vertical-align:middle;
	text-align:center;
	color:#000000;
}

td.cat_row_red_middle { 
	padding: 5px 3px 5px 3px;
	background-color:#F2B3B3;
	font-weight: normal;
	border-right: 1px solid #E7E7E7;
	border-bottom: 1px dotted #CDCDCD;
	vertical-align:middle;
	text-align:center;
}

.head_cat { 
  padding: 3px;
  text-align: left;
	font-weight: normal;
	border-right: 1px solid #E7E7E7;
	border-bottom: 1px dotted #FFFFFF;
}

ul.user_actions {
	list-style: none;
	padding:0 0 3px 0;
	margin: 0px;
}
ul.user_actions li{
	font-size:11px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	height: 20px;
	line-height:20px;
	
}


.quote {
	margin: 0 auto;
	border: 1px solid #d4d4d4;
	padding: 4px 4px 4px 4px;
	background: #f9f9f9;
	width: 75%;
	margin-top: 10px;
	color:#000000;
}

.mosaic_arrow_up {
	display:block;
	float:left;
	background: url(../images/site/arrow_up.jpg) no-repeat center center;
}

.mosaic_arrow_down {
	display:block;
		float:left;
	background: url(../images/site/arrow_down.jpg) no-repeat center center;
}

.mosaic_arrow_left {
	display:block;
	background: url(../images/site/arrow_left.jpg) no-repeat center center;
	float:left;
}

.mosaic_arrow_right {
	display:block;
	background: url(../images/site/arrow_right.jpg) no-repeat center center;
	float:left;
}

.mosaic {
	float:left;
	overflow:hidden;
	background: url(../images/site/loading_bar.gif) no-repeat center center;
}

.mosaic_arrow_up_left {
	display:block;
	float:left;
	background: url(../images/site/arrow_up_left.jpg) no-repeat center center;
}
.mosaic_arrow_up_right {
	display:block;
	float:left;
	background: url(../images/site/arrow_up_right.jpg) no-repeat center center;
}

.mosaic_arrow_down_left {
	display:block;
	float:left;
	background: url(../images/site/arrow_down_left.jpg) no-repeat center center;
}
.mosaic_arrow_down_right {
	display:block;
	float:left;
	background: url(../images/site/arrow_down_right.jpg) no-repeat center center;
}


.tablist ,.tablist_black ,.tablist_black_user{
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #242424;
	height: 30px;
}

.tablist li , .tablist_black li, .tablist_black_user li {
	float:left;
	display:inline;
	margin: 0;
	padding: 0;
}

.tablist a, .tablist a:active, .tablist a:visited {
	float:left;
	display:block;
	height: 30px;
	line-height:30px;
	padding-left: 15px;
	padding-right: 15px;
	background: #e7e7e7;
	font-size: 14px;
	margin-right: 5px;
}
.tablist a.current{
	background: #242424;
}

.tablist a:hover {
	background: #91cb72;
	color: #fff;
}


.tablist_black a, .tablist_black a:active, .tablist_black a:visited, .tablist_black_user a, .tablist_black_user a:active, .tablist_black_user a:visited {
	float:left;
	display:block;
	height: 30px;
	line-height:30px;
	padding-left: 15px;
	padding-right: 15px;
	background: #242424;
	font-size: 14px;
	margin-right: 5px;
	font-weight:bold;
}

.tablist_black_user a, .tablist_black_user a:active, .tablist_black_user a:visited {
	font-size: 13px;
}

.tablist_black a.current,.tablist_black_user a.current{
	background: #69b539;
	color:#FFFFFF;
}

.tablist_black a:hover,.tablist_black_user a:hover {
	background: #69b539;
	color:#FFFFFF;
}


.thumbnail_image {
	border:1px solid #d0edc0;
	float:left;
	padding:10px;
	margin:5px 5px 5px 5px;
}
.smaller_font {
	font-size:9px;
}



.tablist_small {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #242424;
	height: 30px;
}

.tablist_small li {
	float:left;
	display:inline;
	margin: 0;
	padding: 0;
}

.tablist_small a, .tablist_small a:active, .tablist_small a:visited {
	float:left;
	display:block;
	height: 30px;
	line-height:30px;
	padding-left: 5px;
	padding-right: 5px;
	background: #e7e7e7;
	font-size: 14px;
	margin-right: 2px;
}

.tablist_small a.current{
	background: #242424;
}

.tablist_small a:hover {
	background: #91cb72;
	color: #fff;
}
.thumbnail_image {
	border:1px solid #d0edc0;
	float:left;
	padding:10px;
	margin:5px 5px 5px 5px;
}
.smaller_font {
	font-size:9px;
}

.blog-content {
	line-height: 150%;
}
.chat_container{
	padding-bottom: 10px;
}

.chat_underline  {
	border-bottom: 1px solid #cccccc;
	line-height:30px;
	height:30px;
	background-repeat: no-repeat;
	background-position: left center;
	padding:0 0 3px 34px;
	
}
.chat_message_box {
	overflow-y:scroll;
}
.game_multi_message {
	font-family: arial;
	font-size: 16px;
	
}
.game_multi_message_end {
	font-family: arial;
	font-size: 16px;
	color:#58ab27;
	font-weight:bold;
}
p.connect4	{ 
	color: #fff;
}
.chat_games_box  {
	line-height:30px;
	height:30px;
	background-repeat: no-repeat;
	background-position: left center;
	padding:0 0 3px 34px;
	margin:0px 5px 0px 0px;
}
.links_underline {
	border-bottom: 1px solid #cccccc;
	padding:0 0 5px 0px;
	margin:0 0 5px 0;
	width:100%;
}
.link_box {
	padding: 7px 10px 10px 10px;
	background: green url(../images/site/linkbox.jpg) no-repeat center center;
	width:50px;
	height:45px;
	text-align:center;
	font-size: 13px;
	font-weight:bold;
	font-family: arial;
	color:#58ab27;
}
.link_box a {
	background:url(../images/site/thumb_up.gif) no-repeat;
	padding-left:18px;
	width:30px;
	color:#000000
}
.black_text{
	font-size:11px;
	color:#000000;
	height:24px;
	vertical-align:center;
	line-height:24px;
	padding:0px;
	margin:0px;
}

.album {
	margin-bottom: 15px;
}

.album_cover {
	height: 120px;
	width: 120px;
	float:left;
	display:block;
	border: 1px solid #808080;
	margin-right: 10px;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
}
.album_cover_block {
	height: 120px;
	width: 138px;
	float:left;
	display:block;
	margin-right: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom:4px;
	
}


.album_display_block {
	height: 144px;
	width: 138px;
	float:left;
	display:block;
	border: 1px solid #808080;
	margin-right: 10px;
	background-color: #000;
	text-align:center;
	margin-bottom:10px;
}



.photo {
	height:150px;
	width: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	float:left;
	display:block;
}

.album_snapshot {
	height: 120px;
	width: 120px;
	float:left;
	display:block;
	border: 1px solid #808080;
	margin-right: 10px;
	background-color: #000;
}

.photo_mini {
	height: 40px;
	width: 40px;
	float:left;
	display:block;
	background-position: center center;
	background-repeat: no-repeat;
}
.userbar_li_duallink{
	display:block;
	margin-top:0px;
	margin-bottom:5px;
	line-height:19px;
	height:19px;
	background-repeat:no-repeat;
	background-position: left center;
	padding-left:20px;
} 

.friend_row td{
	padding: 5px;
}

