body {
	background:#003f73;
       font-family: Arial;
	padding: 0px;
	margin: 0px;

}

#wrapper {
	position: relative;
}
#ad_banner_right {
  position: absolute;
  left: 50%;
  margin-left: 510px;
  top: 95px;
}

.box_background {
	background-color: #003f73;
}
.border_background {
	border:solid 1px #003f73;
}

.header_holder {
        background:#FFF url(images/textbox_bg2.png) repeat-x;
        y-overflow: hidden;
        height: 21px;
        width: 566px;
        padding: 5px;
        float:left;
        -webkit-box-shadow: 0px 0px 8px 1px #000000;
        -moz-box-shadow: 0px 0px 8px 1px #000000;
        box-shadow: 0px 0px 8px 1px #000000;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px; 
        margin-bottom: 18px;
}

.ac_results {
        margin-top: -2px;
	padding: 0px;
	background-color: white;
	overflow: hidden;
	z-index: 9;
	border: 1px solid #c8c8c8;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 4px 5px;
	cursor: default;
	display: block;
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #fff;
}

.ac_over {
	background-color: #003f73;
	color: white;
}

h1 {
	overflow: auto;
	padding:8px 0px 6px 6px;
	font-size: 14px;
	color: #fff;
       background: #003f73;
	border-radiius: 0px;
	-webkit-border-radiius: 0px;
	-moz-border-radiius: 0px;
	-moz-box-shadow: 0px 1px 6px #858585;
	-webkit-box-shadow: 0px 1px 6px #858585;
	box-shadow: 0px 1px 6px #858585;
       margin: 10px;
}
h1 a {
	color: #fff;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

input::-moz-focus-inner {
    border:0;
    padding:0;
}
.rated_games {
width: 99%; 
border: 1px solid #000;
margin-bottom: 10px;
padding: 4px;
height: 80px; 
overflow: auto;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
.notification {
	z-index: 4;
	position: fixed;
	bottom: 35px;
	left: 20px;
	
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.80);
	color: #fff;
	font-family: Arial;
	font-size: 13px;
	padding: 5px;
	margin: 10px 10px 0px 0px;
	cursor: default;
	opacity: 0.0;
	filter: alpha(opacity = 0);
	display: none;
	border: 1px solid #000;
}
.notification a {
	color: #000;
	padding: 1px 8px;
	border-radius: 8px;
	text-decoration: none;
	font-size: 11px;
	background-color: #e7e7e7;
}
.notification a:hover {
	background: #fff;
}
.notification_icon {
	float: left;
	margin-right: 5px;
}
.notification_message {
	float: left;
	margin-right: 7px;
}
.notification_quit {
	font-size: 10px;
	background-color: #ac1818;
	color: #fff;
	margin: 2px 2px 0px 0px;
	padding: 1px 3px;
	font-weight: bold;
	cursor: pointer;
	float: right;
}
.notification_quit:hover {
	background-color: red;
}

#error_message, #pm_task_complete {
	background: #4a81aa;
	padding: 8px;
	margin-bottom: 10px;
	border-radiius: 0px;
	color: #e8edf6;
	font-size: 14px;
}
#error_message a, #pm_task_complete a {
	color: #fff;	
}

/* REQ:5 STAR RATING CSS */
#rateStatus{float:left; clear:both; width:100%; height:16px;}
    #rateMe{float:left; clear:both; width:100%; height:auto; padding:0px; margin:0px;}
    #rateMe li{float:left;list-style:none;}
    #rateMe li a:hover,
    #rateMe .on{background:url(images/star.png) no-repeat;}
    #rateMe a{float:left;background:url(images/empty_star.png) no-repeat;width:16px; height:16px;}
    #ratingSaved{display:none;}
    .saved{color:red; }
    
/* AV Arcade -popup */
#ava-popup {
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: #EEE;
    color: #333;
    border: 1px solid #182434;
    display: none;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    
    z-index: 3;
}

#overlay{
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: none;
    -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50; }
}
* html #overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="/images/overlay.png", sizingMethod="scale");
}
#ava-popup-header {
       background-color: #003f73;
	font-size: 14px;
	color: #fff;
	padding: 5px 0px;
	padding-left: 8px;
	text-shadow:1px 1px 1px #000;
	overflow: auto;
	border-bottom: 1px solid #0e2234;
}
#ava-popup-content {
	padding: 10px;
	text-align: center;
}
#ava-popup-content a {
       color: #222;
}
#ava-popup-content input[type=text] {
	background: url(images/textbox_bg2.png) repeat-x #fff;
	border: 1px solid #d0d0d0;
	height: 25px;
	font-size: 14px;
	width: 320px;
	padding: 3px 5px;
}
#ava-popup-content input[type=submit] {
	background: url(images/simple_gradient.png);
	border: 1px solid #b3bac1;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	border-radiius: 0px;
	padding: 6px 15px;
	color: #3d3d3d;
}

#ava-popup-title {
	float: left;
}
#popup-close-button {
	float: right;
	margin-right: 8px;
}
.comment_report_text {
	font-size: 14px;
	margin-bottom: 10px;
}
#the_report {
	background: url(images/textbox_shadow.png) repeat-x #fff;
	border: 1px solid #b5b5b5;
	padding: 4px;
}
#sponsored_games_container {
	/*left: -980px;*/
	overflow: auto;
	width: 10000px;
	position: relative;
}
#featured_games_container {
	/*left: -980px;*/
	overflow: auto;
	width: 10000px;
	position: relative;
}
.report_button_container {
	margin-top: 10px;
}

.gfl {
	float: left;
}
.gfr {
	float: right;
}
.ad_center {
	text-align: center;
	margin: 6px 0px;
}
.main_width {
	width: 1002px;
	margin: 0 auto;
	overflow: auto;
       margin-bottom: 10px;
        -webkit-box-shadow: 0px 0px 8px 1px #000000;
        -moz-box-shadow: 0px 0px 8px 1px #000000;
        box-shadow: 0px 0px 8px 1px #000000;
}
.oracle_alert {
    background:#FFFFFF url(images/blue_small.gif) no-repeat;
}
.oracle_beat {
    background:#FFFFFF url(images/blue_big.gif) no-repeat;
}
.oracle_nav {
    background: url(images/content_bg.png) center top fixed;
	float: left; 
	width: 40px; 
	height: 100%; 
}
.oracle {
    position:fixed;
    height:100%;
    background:#04111c url(images/header_nav2.png);
    -webkit-box-shadow: -1px 0px 8px 2px #000000;
    -moz-box-shadow: -1px 0px 8px 2px #000000;
    box-shadow: -1px 0px 8px 2px #000000;
    color: #cccccc;
    text-shadow:1px 1px 1px #000;
    width:344px;
    right:0px;
    float: left;
    margin-top: -8px;
    margin-right: -344px;
    z-index: 9;
}
.oracle a {
    color: #cccccc;
}
.oracle_nav_d:hover {
	background-color: #2E2E2E;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.oracle_nav_w:hover {
	background-color: #2E2E2E;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.oracle_nav_f:hover {
	background-color: #2E2E2E;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.oracle_nav_m:hover {
	background-color: #2E2E2E;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.oracle_nav_r:hover {
	background-color: #2E2E2E;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.oracle_nav_n:hover {
	background-color: #2E2E2E;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.oracle_nav_a:hover {
	background-color: #2E2E2E;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.oracle_nav_p:hover {
	background-color: #2E2E2E;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.oracle_nav_s:hover {
	background-color: #2E2E2E;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.header_main {
        position: fixed;
        width: 100%;
        margin-top: 0px;
	background:#003f73 url(images/header_nav2.png);
    -webkit-box-shadow: 0px 0px 8px 2px #000000;
       -moz-box-shadow: 0px 0px 8px 2px #000000;
            box-shadow: 0px 0px 8px 2px #000000;
       z-index: 10;

}
.header_container2 {
	overflow: hidden;
	height:57px;
	width:1000px;
	padding: 0px;
	margin: auto;
}
.header_logo {
	float: left;
	padding: 0px;
	margin: 0px;
       margin-left: 10px;
       margin-bottom: 5px;
}
.header_search {
	float: right;
	height:92px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 728px;
}
.header_search_left {
	float: left;
}
.header_search_right {
	float: left;
	border: 1px solid #17283e;
	background: #25364e url(images/searchbox.png);
	border-radius: 0px 5px 5px 0px;
	border-left: 0px;
	height: 24px;
	padding-top: 4px;
	padding-right: 5px;
}
#search_textbox {
       float: left;
	border: 1px solid #c8c8c8;
	height: 18px;
	font-size: 14px;
        margin-top: -1px;
	padding: 2px 0px 0px 4px;
	width:278px;
	background: #fff;
	color: #000;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px; 
}
.search_button input {
    font-weight: 700;
    font-size: .8em;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #003f73;
    color: #fff;
    text-shadow: 1px 1px #000;
    -moz-box-shadow: 0 4px 2px -2px gray;
    -webkit-box-shadow: 0 4px 2px -2px gray;
    box-shadow: 0 4px 2px -2px gray;
    margin-left: 5px;
    padding: 5px 27px;
    border: none;
}
.search_button input:hover {
    color: #fff600;
}
.header_search_button {
	padding: 0px;
	margin: 0px;
}
.header_ua {
       background: #fff;
       margin: 8px;
       padding-left: 5px;
	-moz-box-shadow: 0px 1px 6px #ccc;
	-webkit-box-shadow: 0px 1px 6px #ccc;
	box-shadow: 0px 1px 6px #ccc;
	-webkit-border-radiius: 0px;
	-moz-border-radiius: 0px;
	border-radiius: 0px;
}
.header_ua a {
       color: #222222;
       text-decoration: none;

}
.ua_no_messages {
       float: left;
       height: 16px;
       width: 16px;
       margin: 3px;
       background: url(images/ua_no_messages.png);
}
.ua_no_messages:hover {
       float: left;
       height: 16px;
       width: 16px;
       margin: 3px;
       background: url(images/ua_no_messages_hover.png);
}
.ua_messages {
       float: left;
       height: 16px;
       width: 16px;
       margin: 3px;
       background: url(images/ua_new_messages.png);
}
.ua_no_friends {
       float: left;
       height: 16px;
       width: 16px;
       margin: 3px;
       background: url(images/ua_no_friends.png);
}
.ua_no_friends:hover {
       float: left;
       height: 16px;
       width: 16px;
       margin: 3px;
       background: url(images/ua_no_friends_hover.png);
}
.ua_friends {
       float: left;
       height: 16px;
       width: 16px;
       margin: 3px;
       background: url(images/ua_new_friends.png);
}
.ua_no_nudges {
       float: left;
       height: 16px;
       width: 16px;
       margin: 3px;
       background: url(images/ua_no_nudges.png);
}
.ua_no_nudges:hover {
       float: left;
       height: 16px;
       width: 16px;
       margin: 3px;
       background: url(images/ua_no_nudges_hover.png);
}

.ua_nudges {
       float: left;
       height: 16px;
       width: 16px;
       margin: 3px;
       background: url(images/ua_new_nudges.png);
}
.ua_logout {
       float: left;
       height: 16px;
       width: 16px;
       margin: 3px;
       background: url(images/ua_logout.png);
}
.ua_logout:hover {
       float: left;
       height: 16px;
       width: 16px;
       margin: 3px;
       background: url(images/ua_logout_hover.png);
}
.ua_edit {
       float: left;
       height: 16px;
       width: 16px;
       margin: 3px;
       background: url(images/ua_edit.png);
}
.ua_edit:hover {
       float: left;
       height: 16px;
       width: 16px;
       margin: 3px;
       background: url(images/ua_edit_hover.png);
}
.ua_admin {
       float: left;
       height: 16px;
       width: 16px;
       margin: 3px;
       background: url(images/ua_admin.png);
}

.ua_admin:hover {
       float: left;
       height: 16px;
       width: 16px;
       margin: 3px;
       background: url(images/ua_admin_hover.png);
}


.main_menu {
	font-size: 14px;
	color: #222;
	font-family: Arial;
}
.main_menu a {
	color: #222;
	text-decoration: none;
	font-family: Verdana;
       text-align: left;
}
.main_menu a:hover {
	color: #222;
}
.pages_menu {
	float: left;
	margin-left: 3px;
       text-align: left;
}
.pages_menu a {
	font-size: 13px;
	display: block;
	float: left;
	height: 23px;
	padding: 2px 10px;
       text-align: left;
}
.pages_menu a:hover {
	height: 23px;
	text-shadow: 0 -1px 1px #ccc;
}
.user_area {
	float: right;
	height: 41px;
}
.user_area_ddc {
	position: relative;
       z-index: 99999;
}
.user_area_dropdown {
	position: absolute;
	margin-top: 40px;
	margin-right: 5px;
	
	overflow: inherit;
	width: 100%;
	min-width: 150px;
	right: 0px;
	
	display: none;
       z-index: 99999;
	color: #6e6e6e;
}
.user_area_dropdown_top {
	background: url(images/ua_dd_top.png) right bottom no-repeat;
	height: 10px;
}
.user_area_dropdown_main {
	background: #fff;
	padding: 5px;
	border-top: 0px;
	overflow: auto;
	-moz-box-shadow: 1px 4px 6px #4a4a4a;
	-webkit-box-shadow: 0px 1px 6px #4a4a4a;
	box-shadow: 0px 1px 6px #4a4a4a;
	-webkit-border-radiius: 0px;
	-moz-border-radiius: 0px;
	border-radiius: 0px;
}
.user_area_dropdown_main a {
	color: #0e366c;
       font-size: 11px;
}
.user_area_dropdown_main a:hover {
	color: #0e366c;
}
.ua_avatar {
	float: left;
	margin-top: 7px;
}
.ua_info {
	float: left;
}
.ua_username {
	float: left;
	padding-top: 10px;
	margin: 0px 0px 0px 5px;
	font-size: 14px;
}
.ua_points_main {
	float: left;
	padding: 2px 3px;
	margin: 9px 0px 0px 0px;
	border: 0px solid #505050;
	border-radiius: 0px;
	color: #505050;
	font-size: 12px;
}
.notifications_icons {
       float: left;
       margin-top: 15px;
       color: #FFF;
}
.notifications_icons a {
      color: #FFF;
      text-decoration: none;
}
.ua_points {
}
.ua_notifications {
	float: left;
	font-size: 12px;
	color: #3a3a3a;
	margin-right: 7px;
	margin-top: 3px;
}
.ua_notifications_left {
	float: left;
}
.ua_notifications_right {
	float: left;
}
.ua_unregistered {
	margin: 3px 15px 0px 10px;
	color: #565656;
	font-size: 12px;
}
.ua_unregistered a {
	font-size: 14px;
}
.category_menu_inside {
    float: left;
    width: 1002px;
    min-height: 56px;
    margin-left: -2px;
    background:#FFF url(images/textbox_bg2.png) repeat-x;
    -webkit-box-shadow: 0 4px 2px -2px black;
       -moz-box-shadow: 0 4px 2px -2px black;
            box-shadow: 0 4px 2px -2px black;
    margin-bottom: 20px;
    text-align: center;
}


.category_menu_inside a {
    float: left;
    font-size: 10px;
    text-shadow: 1px 1px #a4e519;
    padding: 5px 6px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #003f73;
    color: #fff;
    text-shadow: 1px 1px #000;
    -moz-box-shadow: 0 4px 2px -2px gray;
    -webkit-box-shadow: 0 4px 2px -2px gray;
    box-shadow: 0 4px 2px -2px gray;
    margin: 3px 5px;
}

.category_menu_inside a:hover {
    color: #fff600;
    text-decoration: none;
}


.main_container_inside {
	background: #fff;
	padding: 0px;
	font-size: 13px;
       border: 1px solid #b0b0b0;
	-webkit-border-radius: 0px;
	-moz-border-radiius: 0px;
	border-radiius: 0px;
	margin-bottom: 15px;
	color: #1b2737;
       margin: auto;
       width: 1000px;
}
.main_container_inside a {
	color: #F0F0F0;
	text-decoration: none;
}
.main_container_inside a:hover {
	text-decoration: underline;
}

.categories_menu {
	background-color: #203146;
	padding: 7px;
	font-size: 14px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #1F2B40;
	color: #1b2737;
}
.categories_menu a {
	color: #dee9ff;
	text-decoration: none;
}
.categories_menu a:hover {
	text-decoration: underline;
}
/* SIDEBAR */
.module_bg {
	border-radiius: 0px;
	-webkit-border-radiius: 0px;
	-moz-border-radiius: 0px;
	background: #003f73;
       padding: 5px;
       overflow: auto;
       margin-bottom: 5px;
}
.module_header {
	background: #FFF;
	border-radiius: 0px;
	-webkit-border-radiius: 0px;
	-moz-border-radiius: 0px;
	overflow: auto;
	padding: 8px 0px 5px 8px;
	border-bottom: 1px solid #a6a6a6;
	margin-bottom: 2px;
}
.module_title {
	float: left;
}
.module_icon {
	float: right;
	margin-right: 10px;
}
.module {
	border-radiius: 0px;
	-webkit-border-radiius: 0px;
	-moz-border-radiius: 0px;
	background: #fff;
	margin-bottom: 2px;
	padding-bottom: 10px;
	border: 1px solid #0e1823;
}
.module a {
	color: #25354d;
	text-decoration: none;
	font-size: 13px;
}
.module_notice {
	text-align: center;
	color: #3d5680;
	font-size: 14px;
	padding: 10px 0px;
}
.module a:hover {
	text-decoration: underline;
}
.module ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.module li {
	padding:5px 0;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	padding-left:5px;
	border-bottom: 1px solid #0f1927;
	font-size: 12px;
	color: #3d5680;
}
.ad_small_square {
	text-align: center;
	margin-bottom: 10px;
}
.more_links {
	text-align: right;
	margin: 5px 10px;
}
.tag_cloud_container {
	margin-top: 20px;
}
.tag_cloud {
	padding: 0px 10px;
	text-align: center;
}

/* SIDEBAR_DEFAULT */
.module_header_2 {
	color: #fff;
	padding: 5px 0px 5px 8px;
	overflow: auto;
	background: #141729 url(images/module_header.png);
	font-size: 14px;
	border-bottom: 1px solid #0e1823;
	margin-bottom: 5px;
}
.module_title_2 {
	float: left;
}
.module_icon_2 {
	float: right;
	margin-right: 10px;
}
.module_2 {
	background: #121d2b;
	
	margin-bottom: 10px;
	padding-bottom: 10px;
	border: 1px solid #0e1823;
}
.module_2 a {
	color: #8fa9d4;
	text-decoration: none;
	font-size: 13px;
}
.module_notice_2 {
	text-align: center;
	color: #3d5680;
	font-size: 14px;
	padding: 10px 0px;
}
.module_2 a:hover {
	text-decoration: underline;
}
.module_2 ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.module_2 li {
	padding:5px 0;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	padding-left:5px;
	border-bottom: 1px solid #0f1927;
	font-size: 12px;
	color: #3d5680;
}
.ad_small_square_2 {
	text-align: center;
	margin-bottom: 10px;
}
.more_links_2 {
	text-align: right;
	margin: 5px 10px;
}
.tag_cloud_container_2 {
	margin-top: 20px;
}
.tag_cloud_2 {
	padding: 0px 10px;
	text-align: center;
}

/* VIEW GAME */
.view_game_header {
	overflow: auto;
       margin: auto;
       padding: 5px;
       width: 98%;
       margin-bottom: 10px;
	color: #fff;
	background: #003f73;
	-moz-box-shadow: 0px 1px 6px #858585;
	-webkit-box-shadow: 0px 1px 6px #858585;
	box-shadow: 0px 1px 6px #858585;
	-webkit-border-radiius: 0px;
	-moz-border-radiius: 0px;
	border-radiius: 0px;

}
.view_game_header_left {
	float: left;
	overflow: auto;
}
.view_game_thumbnail {
	float: left;
       margin: 5px;
}
.view_game_title_ratings {
	float: left;
}
.ratings_left {
	float: left;
	margin-right: 10px;
       height: 20px;
}
.ratings_right {
	float: left;
	margin-top: 1px;
	margin-right: 10px;
       height: 20px;

}
.view_game_title h1 {
       float: left;
	font-size: 24px;
	margin-top: 8px;
	margin-bottom: 0px;
	font-weight: normal;
	padding: 0px;
	-moz-box-shadow: 0px 0px 0px #858585;
	-webkit-box-shadow: 0px 0px 0px #858585;
	box-shadow: 0px 0px 0px #858585;
}
.view_game_admin_options a {
	font-size: 10px;
	color: #fff;
}
.view_game_ratings {
	height: 80px;
       margin-left: 10px;
}
.view_game_header_right {
	padding-top: 10px;
	float: right;
}
.fav_button {
	float: right;
	font-family: Arial;
	font-weight: bold;
}
.fav_button a {
	display: block;
	width: 115px;
	height: 23px;
	background: url(images/fav_button.png);
	text-align: center;
	padding-top: 8px;
	text-decoration: none;
	color: #453d01;
	font-size: 12px;
	text-shadow: 0 1px #f9d67e;
}
.fav_button a:hover {
	background-position: 0px -31px;
}
.fav_button a:active {
	background-position: 0px 0px;
}
.game_button {
	float: right;
	margin-right: 5px;
	font-family: Arial;
	font-weight: bold;
}
.game_button a {
	display: block;
	width: 115px;
	height: 23px;
	background: url(images/game_button.png);
	text-align: center;
	padding-top: 8px;
	text-decoration: none;
	color: #2e3949;
	font-size: 12px;
	text-shadow: 0px 1px 0px #8ab3da;
}
.game_button a:hover {
	background-position: 0px -31px;
}
.game_button a:active {
	background-position: 0px 0px;
}
.view_game_embed_container {
	text-align: center;
       margin: 10px;
	padding: 15px;
	background: #fff;
	-moz-box-shadow: 0px 1px 6px #858585;
	-webkit-box-shadow: 0px 1px 6px #858585;
	box-shadow: 0px 1px 6px #858585;
	-webkit-border-radiius: 0px;
	-moz-border-radiius: 0px;
	border-radiius: 0px;
}
.view_game_embed_container a {
	color: #1a5476;
}
.ad_info {
	font-size: 14px;
	margin-bottom: 20px;
}
.ad_info a {
	color: #7b7b7b;
}
.view_game_details {
	padding: 10px;
	overflow: auto;
	font-size: 14px;
	margin: 10px;
	background: #003f73;
	-moz-box-shadow: 0px 1px 6px #858585;
	-webkit-box-shadow: 0px 1px 6px #858585;
	box-shadow: 0px 1px 6px #858585;
	-webkit-border-radiius: 0px;
	-moz-border-radiius: 0px;
	border-radiius: 0px;
       color: #fff;
}
.view_game_details a {
       color: #fff;
}
.view_game_details a:hover {
       color: #fff;
}
.view_game_details h2 {
	font-weight: normal;
       color: #fff;
	margin: 7px 0px;
	font-size: 18px;
}
.view_game_details_left {
	float: left;
	width: 130px;
	color: #fff;
}
.view_game_details_right {
	float: left;
	width: 800px;
	margin-left: 30px;
}
.view_game_stats {
	color: #fff;
	font-size: 14px;
}
.share_options {
	overflow: auto;
	margin-bottom: 10px;
	
	background-color: #e6e6e6;
	border: 1px solid #d8ddd7;
	border-radiius: 0px;
	padding: 10px 5px;
}
.social_text {
	font-size: 12px;
	color: #454545;
}
.social_icons {
	float: left;
	margin-right: 20px;
	padding-left: 10px;
}
.refer_textbox {
	border: 1px solid #c3c3c3;
	width: 180px;
	background: url(images/simple_gradient.png);
}

/* Challenege a friend */
#game_message {
	background: url(images/highscores_header.png) #30518d;
	width: 90%;
	margin: auto;
	margin-top: 15px;
	padding: 5px 10px;
	border-radiius: 0px;
	-moz-border-radiius: 0px;
	-webkit-border-radiius: 0px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	font-family: Helvetica;
	font-size: 14px;
	border: 1px solid #5c6982;
}
#game_message a {
	color: #fff;
}

.challenge_buttons {
	border-top: 1px solid #bdbdbd;
	margin-top: 8px;
	padding-top: 8px;
}

.challenge_no_score {
	font-family: Verdana;
	font-size: 14px;
}

/* Challenge a friend PM */
.challenge_pm_container {
	width: 400px;
	background: url(images/homepage_game_bg.png) #e2e4e5 repeat-x;
	border:1px solid #b6bcc7;
	-webkit-border-radiius: 0px;
	-moz-border-radiius: 0px;
	border-radiius: 0px;
	margin: auto;
	margin-top: 10px;
	overflow: auto;
}
.challenge_pm_image {
	float: left;
}
.challenge_pm_info {
	float: left;
	padding: 10px;
	font-size: 14px;
	color: #56616b;
}

/* View game highscores */
.view_game_highscores_header {
	background: #003f73;
	height: 24px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 6px 0px 0px 10px;
	color: #fff;
	text-shadow: 1px 1px 1px #18203e;
	overflow: auto;
       margin-left: 10px;
       margin-right: 10px;
	padding-right: 6px;
}
.view_game_highscores {
	background-color: #fff;
	border: 1px solid #d8ddd7;
	border-top: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.highscore_title {
	background-color: #CCC;
       margin: 0px 10px 0px 10px;
	padding: 5px 10px;
	border-bottom: 1px solid #cbd0cb;
	color: #555755;
}
.game_highscore_list {
	list-style: none;
	font-size: 13px;
	padding: 0px 20px;
	margin: 0px;
	font-family: Verdana;
}
.game_highscore_container {
	height: 35px;
	background: url(images/highscore_seperator.png) repeat-x bottom;
}
.game_highscore_container a {
	color: #323232;
}
.game_highscore_avatar {
	float: left;
}
.game_highscore_name {
	float: left;
	padding: 7px 10px 1px 6px;
	width: 330px;
}
.game_highscore_name a {
	text-decoration: none;
}
.game_highscore_score {
	float: left;
	padding-top: 7px;
	font-weight: bold;
	width: 120px;
	color: #393a39;
}
.game_highscore_date {
	float: left;
	padding-top: 7px;
	color: #545454;
	width: 120px;
}
.game_no_highscores {
	font-family: Arial;
	text-align: center;
	padding: 20px 0px 20px 0px;
}
.game_highscore_pages {
	text-align: center;
	margin-top: 5px;
	height: 20px;
}
.game_highscore_pages a {
	color: #505050;
	text-decoration: none;
}
#game_highscore_header {
	height: 35px;
}
#game_highscore_header .game_highscore_score, #game_highscore_header .game_highscore_date {
	font-weight: bold;
	color: #555755;
}
#game_highscore_header .game_highscore_name {
	padding-left: 0px;
	width: 366px;
	color: #555755;
	font-weight: bold;
}


/* EDIT PROFILE */
.edit_profile_textbox {
	-moz-box-shadow: inset 0 0 2px 2px #ccc;
	-webkit-box-shadow: inset 0 0 2px 2px #ccc;
	box-shadow: inset 0 0 2px 2px #ccc;
	border-radiius: 0px;
	-moz-border-radiius: 0px;
	-webkit-border-radiius: 0px;
       border: 0px;
       width: 300px;
       padding: 5px;
       height: auto;
}
.edit_profile_textarea {
	-moz-box-shadow: inset 0 0 2px 2px #ccc;
	-webkit-box-shadow: inset 0 0 2px 2px #ccc;
	box-shadow: inset 0 0 2px 2px #ccc;
	border-radiius: 0px;
	-moz-border-radiius: 0px;
	-webkit-border-radiius: 0px;
       border: 0px;
       width: 300px;
       padding: 5px;
       height: auto;
}

.edit_profile_birth_day {
	-moz-box-shadow: inset 0 0 2px 2px #ccc;
	-webkit-box-shadow: inset 0 0 2px 2px #ccc;
	box-shadow: inset 0 0 2px 2px #ccc;
	border-radiius: 0px;
	-moz-border-radiius: 0px;
	-webkit-border-radiius: 0px;
       border: 0px;
       padding: 5px;
       width: 85px;
       height: auto;
}
.edit_profile_birth_month {
	-moz-box-shadow: inset 0 0 2px 2px #ccc;
	-webkit-box-shadow: inset 0 0 2px 2px #ccc;
	box-shadow: inset 0 0 2px 2px #ccc;
	border-radiius: 0px;
	-moz-border-radiius: 0px;
	-webkit-border-radiius: 0px;
       border: 0px;
       padding: 5px;
       width: 85px;
       height: auto;
}
.edit_profile_birth_year {
	-moz-box-shadow: inset 0 0 2px 2px #ccc;
	-webkit-box-shadow: inset 0 0 2px 2px #ccc;
	box-shadow: inset 0 0 2px 2px #ccc;
	border-radiius: 0px;
	-moz-border-radiius: 0px;
	-webkit-border-radiius: 0px;
       border: 0px;
       padding: 5px;
       width: 100px;
       height: auto;
}

/* RANDOM GAMES */
.random_games {
	background: url(images/random_games.png) #f1efef repeat-x;
	border: 1px solid #24478a;
	border-top: 0px;
	border-bottom: 0px;
	padding: 5px 5px 0px 5px;
	height: 127px;
	overflow: hidden;
}
.random_games_title {
	margin-bottom: 10px;
	color: #1d1d1d;
	font-weight: bold;
}
.random_game {
	float: left;
	overflow: auto;
	width: 323px;
	margin-bottom: 15px;
}
.random_game_image {
	float: left;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
	border: 1px solid #aaaec4;
}
.random_game_info {
	float: left;
	font-size: 12px;
	width: 198px;
	color: #5e5e5e;
	margin-left: 8px;
	margin-right: 8px;
}
.random_game_info a {
	color: #242424;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.random_game_head a {
	color: #242424;
	text-decoration: none;
	font-size: 14px;
}
.random_game_head a:hover {
	color: #385b9f;
}

/* GAME COMMENTS */
.view_game_comments {
	background-color: #003f73;
	-moz-box-shadow: 0px 1px 6px #858585;
	-webkit-box-shadow: 0px 1px 6px #858585;
	box-shadow: 0px 1px 6px #858585;
	border-top: 0px;
	overflow: auto;
	padding: 10px;
	padding-bottom: 30px;
       margin-left: 10px;
       width: 960px;

}
.view_game_comments_title {
	margin-bottom: 10px;
	margin-left: 0px;
	color: #1d1d1d;
	font-size: 18px;
	font-weight: bold;
}
.view_game_comment_form_container {
	margin: auto;
	width: 950px;
}
.add_comment_box {
	border: 1px solid #d0d0d0;
	width: 790px;
	height: 16px;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	color: #222222;
       float: left;
}
.comment_button_container {
	text-align: right;
       float: left;
}
#comment_submit {
	background-color: #fff;
	border: 1px solid #dedede;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px 10px;
       margin-left: 5px;
       float: left;
	color: #3d3d3d;
       height: 28px;
}
#report_submit, #close_report {
	background-color: #fff;
	border: 1px solid #dedede;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	border-radius: 0px;
	padding: 3px 10px;
       margin-left: 5px;
	color: #3d3d3d;
}
#comment_submit:hover, #report_submit:hover, #close_report:hover {
	border-color: #9e9e9e;
	cursor: pointer;
}
#report_submit, #close_report {
	border-color: #b8b8b8;
}

/* REQUIRED COMMENTS LI STYLING */
#comments ul {
	list-style: none;
	margin:0px;
	padding:0px;
}

#comments ul li {
	line-height: 150%;
	margin-bottom: 5px;
	padding: 5px 0px 10px 0px;
	overflow:hidden;
	border-bottom: 1px solid #d9d9d9;
	color: #565656;
	width: 940px;
	margin: auto;
}
/* END OF REQ STYLING */
.comment_avatar {
	float: left;
	margin: 5px;
       width: 60px;
}
.comment_content {
	float: left;
	width: 750px;
	padding-top: 3px;
}
.comment_username {
	color: #000;
	font-size: 13px;
}
.comment_username a {
	text-decoration: none;
	color: #000;
}
.thecomment {
	font-size: 14px;
       color: #000;
}
.comment_pages {
	width: 90%;
	margin: auto;
	text-align: center;
	margin-top: 10px;
	height: 30px;
	font-size: 14px;
}
.comment_pages a {
	border: 1px solid #b1b1b1;
	border-radius: 0px;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	color: #000000;
}
.comment_pages a:hover {
	background: url(images/simple_gradient.png);
	border-color: #000000;
}
.comment_pages a b {
	color: #1a2938;
}
.footer {
	padding: 0px;
	text-align: center;
	color: #003f73;
	font-size: 10px;
}
.footer a {
	color: #003f73;
	text-decoration: underline;
}

/* HOMEPAGE */
.homepage_main_section {
        margin: 10px;
	background: #003f73;
        padding: 5px 10px 5px 10px;
        float:left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0px 1px 6px #858585;
	-webkit-box-shadow: 0px 1px 6px #858585;
	box-shadow: 0px 1px 6px #858585;
}
.homepage_little_section {
        width: 278px;
        margin: 10px 0px 0px 0px;
	background: #003f73;
        padding: 7px 5px 7px 9px;
        float:left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0px 1px 6px #858585;
	-webkit-box-shadow: 0px 1px 6px #858585;
	box-shadow: 0px 1px 6px #858585;
}
.homepage_little_section img {
        cursor: none;
}
.homepage_little_section_games {
       float:left;
       margin: 3px;
       padding: 3px;
       cursor: none;
       background: #ffffff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0px 1px 6px #858585;
	-webkit-box-shadow: 0px 1px 6px #858585;
	box-shadow: 0px 1px 6px #858585;
}
.homepage_featured_ad {
	background: #003f73;
	border:solid 1px #b0b0b0;
	margin: 10px;
	padding: 4px;
	overflow: hidden;	
}
.homepage_featured_ad_2 {
	
	width: 736px;
	background: #003f73;
	-moz-box-shadow: 0px 1px 6px #858585;
	-webkit-box-shadow: 0px 1px 6px #858585;
	box-shadow: 0px 1px 6px #858585;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 15px;
	padding: 5px 0px 5px 0px;
	overflow: hidden;	
}
.homepage_featured_ad_cat {
	
	width: 975px;
	background: #003f73;
	-moz-box-shadow: 0px 1px 6px #858585;
	-webkit-box-shadow: 0px 1px 6px #858585;
	box-shadow: 0px 1px 6px #858585;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 5px 0px 5px 0px;
	overflow: hidden;
	
}
.homepage_featured {
       width: 645px;
	background: #fff;
	margin-top: 7px;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 7px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.homepage_featured_header {
	overflow: auto;
}
.homepage_featured_buttons {
	float: right;
	cursor: pointer;
}
.homepage_featured_title {
	color: #3a3a3a;
	font-weight: bold;
	margin-bottom: 5px;
	float: left;
}
.homepage_featured_title a {
	color: #3a3a3a;
}
.featured_game {
	float: left;
	width: 300px;
	height: 74px;
	overflow: hidden;
	margin: 4px 6px;
	padding:5px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background: url(images/bg.png) #e2e4e5 repeat-x;
}
.featured_game_image {
	float: left;
	text-align: center;
	border: 1px solid #4a5260;
}
.featured_game_image a {
	color: #000;
}
.featured_game_info {
	float: left;
	width:215px;
	text-align: left;
	margin-left: 5px;
	margin-top: 2px;
	font-size: 12px;
	color: #383f4a;
}
.featured_game_info a {
	color: #313131;
	font-weight: bold;
}
.featured_game_options {
	margin-top: 3px;
	font-size: 9px;
	text-transform:uppercase;
}
.featured_game_options a {
	text-decoration: none;
	color: #67747f;
}
.featured_game_options a:hover {
	text-decoration: underline;
}
.featured_game_options_icon {
	vertical-align: middle;
	margin-right: 3px;
}
.featured_game_head a {
	font-size: 14px;
	color: #313131;
	text-decoration:none;
}
.featured_game_head a:hover {
	text-decoration: underline;
}
/* Sponsored Games */
.homepage_sponsored {
       width: 645px;
	background: #fff;
	margin-top: 7px;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 7px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
}
.homepage_sponsored_header {
	overflow: auto;
}
.homepage_sponsored_buttons {
	float: right;
	cursor: pointer;
}
.homepage_sponsored_title {
	color: #3a3a3a;
	font-weight: bold;
	margin-bottom: 5px;
	float: left;
}
.sponsored_game {
	float: left;
	width: 300px;
	height: 74px;
	overflow: hidden;
	margin: 4px 6px;
	padding:5px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background: url(images/bg.png) #e2e4e5 repeat-x;

}
.sponsored_game_image {
	float: left;
	text-align: center;
	border: 1px solid #4a5260;
}
.sponsored_game_info {
	float: left;
	width:215px;
	text-align: left;
	margin-left: 5px;
	margin-top: 2px;
	font-size: 12px;
	color: #383f4a;
}
.sponsored_game_info a {
	color: #313131;
	font-weight: bold;
}
.sponsored_game_options {
	margin-top: 3px;
	font-size: 9px;
	text-transform:uppercase;
}
.sponsored_game_options a {
	text-decoration: none;
	color: #67747f;
}
.sponsored_game_options a:hover {
	text-decoration: underline;
}
.sponsored_game_options_icon {
	vertical-align: middle;
	margin-right: 3px;
}
.sponsored_game_head a {
	font-size: 14px;
	color: #313131;
	text-decoration:none;
}
.sponsored_game_head a:hover {
	text-decoration: underline;
}
.homepage_game {
	float: left;
	width: 343px;
	overflow: auto;
	padding:5px 0px 5px 8px;
	border-bottom: 1px solid #cfcfcf;
}
.home_game_image {
	float: left;
	text-align: center;
	border: 1px solid #4a5260;
}
.home_game_info {
	float: left;
	width:270px;
	text-align: left;
	margin-left: 5px;
	margin-top: 2px;
	font-size: 12px;
	color: #383f4a;
}
.home_game_info a {
	color: #313131;
	font-weight: bold;
}
.home_game_options {
	margin-top: 3px;
	font-size: 9px;
	text-transform:uppercase;
}
.home_game_options a {
	text-decoration: none;
	color: #67747f;
}
.home_game_options a:hover {
	text-decoration: underline;
}
.home_game_options_icon {
	vertical-align: middle;
	margin-right: 3px;
}
.home_game_head a {
	font-size: 14px;
	color: #313131;
	text-decoration:none;
}
.home_game_head a:hover {
	text-decoration: underline;
}
.homepage_main {
	overflow: auto;
}
.homepage_right {
	float: right;
       margin: 5px 5px 5px 0px;
}
.homepage_left {
       margin: 5px 0px 10px 10px;
	float: left;
	width: 237px;
}
.home_cat_row {
	overflow: auto;
	margin-bottom: 5px;
}
.homepage_c_main {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background: #003f73;
       padding: 5px;
       overflow: auto;
}
.home_g_bg {
	background: #FFF;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
       overflow: auto;
}
.homepage_category {
	overflow: auto;
	width: 365px;
	float: left;
	padding-bottom: 10px;
	margin-right: 5px;
}
.home_cat_title {
	background: #FFF;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	overflow: auto;
	padding: 8px 0px 5px 8px;
	border-bottom: 1px solid #a6a6a6;
	margin-bottom: 2px;
}
.home_cat_name {
	float: left;
}
.home_cat_name a, .home_cat_link a {
	text-decoration: none;
	color: #4c4c4c;
	font-weight: bold;
}
.home_cat_name a:hover, .home_cat_link a:hover {
	color: #151f2f;
	text-decoration: underline;
}
.home_cat_link {
	float: right;
	font-size: 12px;
	margin-right: 14px;
	margin-top: 2px;
}

/* CATEGORY PAGE */
.category_container {
       overflow: auto;
}
.category_left_top {
	float: left;
	width: 969px;
	margin-top: 2px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #535d6c;
       background: #003f73;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-moz-box-shadow: 0px 1px 6px #858585;
	-webkit-box-shadow: 0px 1px 6px #858585;
	box-shadow: 0px 1px 6px #858585;
       padding: 4px;
}
.category_left {
	float: left;
	width: 977px;
	margin-top: 2px;
       margin-left: 10px;
}
.category_right {
	float: right;
	width: 235px;
	margin-top: 2px;
}
.category_options {
	overflow: auto;
	padding: 10px 0px 8px 8px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 6px;
       background: #003f73;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-moz-box-shadow: 0px 1px 6px #858585;
	-webkit-box-shadow: 0px 1px 6px #858585;
	box-shadow: 0px 1px 6px #858585;
}
.category_options a {
	color: #fff;
	text-decoration: none;
}
.category_options a:hover {
	text-decoration: underline;
}
.category_game {
	padding:5px 0px 5px 10px;
	float: left;
	width: 305px;
       margin: 5px;
	background: #003f73;
	-moz-box-shadow: 0px 1px 6px #858585;
	-webkit-box-shadow: 0px 1px 6px #858585;
	box-shadow: 0px 1px 6px #858585;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	overflow: hidden;
}
.category_game_image {
	float: left;
	text-align: center;
       border: 1px solid #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 1px 4px 6px #fff;
	-webkit-box-shadow: 0px 1px 6px #fff;
	box-shadow: 0px 1px 6px #fff;
}
.category_game_highscore {
       border: 1px solid #003f73;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 1px 4px 6px #003f73;
	-webkit-box-shadow: 0px 1px 6px #003f73;
	box-shadow: 0px 1px 6px #003f73;
       padding: 3px;
       float:right;
}
.category_game_info {
       background: #fff;
	float: left;
	width:213px;
       height: 63px;
	text-align: left;
	margin-left: 8px;
	margin-top: 2px;
	font-size: 12px;
	color: #535d6c;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
       padding: 3px;
}
.category_game_info a {
	color: #313131;
	font-weight: bold;
}
.category_game_options {
	margin-top: 3px;
	font-size: 9px;
       border-top: 1px solid #003f73;
	text-transform:uppercase;
}
.category_game_options a {
	text-decoration: none;
	color: #67747f;
}
.category_game_options a:hover {
	text-decoration: underline;
}
.category_game_options_icon {
	vertical-align: middle;
	margin-right: 3px;
}
.category_game_head a {
	font-size: 14px;
	color: #313131;
	text-decoration:none;
}
.category_game_head a:hover {
	text-decoration: underline;
}
.category_pages, .tag_pages {
	background: #fff;
	overflow: auto;
	padding: 5px;
	width: 735px;
}
.category_pages_inner {	
	overflow: auto;
	float: right;
}
.category_pages a, .tag_pages a {
	border: 1px solid #a4b4d8;
	color: #3b5386;
	text-decoration: none;
	padding: 3px 6px;
	display: block;
	float: left;
	margin-right: 4px;
	border-radius: 0px;
	font-size: 15px;
}
.category_pages a:hover, .tag_pages a:hover {
	border-color: #23314f;
	color: #23314f;
}
/* PROFILE */
.profile_cover_photo {
    background:#ffffff;
    position: static;
    border:5px solid #003f73;
    overflow:hidden;
    color:#003f73;
    -moz-box-shadow: 0px 1px 6px #003f73;
    -webkit-box-shadow: 0px 1px 6px #003f73;
    box-shadow: 0px 1px 6px #003f73;
}
.profile_container {
    background:#ffffff;
    margin-bottom:15px;
    overflow:auto;
    color:#003f73;
}
.profile_container a {
    color:#003f73;
}
.profile_header_avatar {
    float:left;
    background-image: url(images/transparent_dark.png);
    -moz-box-shadow: 0px 1px 6px #003f73;
    -webkit-box-shadow: 0px 1px 6px #003f73;
    box-shadow: 0px 1px 6px #003f73;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.profile_header_info {
    margin: 0px 0px 0px 0px;
}
.profile_header_buttons {
    padding-left:20px;
    position: relative;
    z-index: 1;
    width: 850px;
    top: 200px;
    left: 115px;
}
.profile_username {
    font-family:Arial;
    padding:0px;
    float:left;
    color: #FFFFFF;
}
.profile_points {
    float:left;
    background:#900;
    font-family:Arial;
    color:#fff;
    margin-right: 0px;
    margin-top: -35px;
    padding:2px 5px 2px 5px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.small_points {
    font-size:10px;
    text-transform:uppercase;
}
.profile_button a {
    border: 1px solid #003f73;
    margin:30px 0px 5px 10px;
    padding:0 5px;
    line-height:24px;
        -webkit-box-shadow: 0px 0px 8px 1px #000000;
        -moz-box-shadow: 0px 0px 8px 1px #000000;
        box-shadow: 0px 0px 8px 1px #000000;
    font-size:13px;
    display:block;
    color:#333;
    text-decoration:none;
    background:#ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width:100px;
    text-align:center;
    background: #FFF;
}
.profile_button a:hover {
    display:block;
    background:#003f73;
    color:#FFFFFF;
    text-decoration: none;
}
.profile_button a:hover {
    display:block;
}

.profile_button span {
    border: 1px solid #003f73;
    margin: 30px 0px 5px 10px;
    padding:0 5px;
    line-height:24px;
        -webkit-box-shadow: 0px 0px 8px 1px #000000;
        -moz-box-shadow: 0px 0px 8px 1px #000000;
        box-shadow: 0px 0px 8px 1px #000000;
    font-size:13px;
    display:block;
    color:#333;
    text-decoration:none;
    background:#ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width:100px;
    text-align:center;
    background: #FFF;
}
.profile_button span:hover {
    display:block;
    background:#003f73;
    color:#FFFFFF;
    text-decoration: none;
}
.profile_button span:hover {
    display:block;
}

.profile_column1 {
      float: left;
      margin-top: 10px;
      margin-left: 15px;
      width: 480px;
      overflow: auto;
}
.profile_column2 {
      float: right;
      margin-top: 10px;
      margin-right: 15px;
      width: 480px;
      overflow: auto;
}
.profile_info {
	background: #003f73;
	-moz-box-shadow: 0px 1px 6px #003f73;
	-webkit-box-shadow: 0px 1px 6px #003f73;
	box-shadow: 0px 1px 6px #003f73;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
     overflow: auto;
     width: 968px;
     margin-left: 10px;
     color: #000;
     padding: 5px;
}
.profile_info_in_left {
     float: left;
     width: 313px;
	background: #fff;
	-moz-box-shadow: 0px 1px 6px #fff;
	-webkit-box-shadow: 0px 1px 6px #fff;
	box-shadow: 0px 1px 6px #003f73;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
      padding: 3px;
      overflow: hidden;
}
.profile_info_in_left a {
     color: #000;
}
.profile_info_in_right {
     float:right;
      padding: 3px;
     width: 313px;
     min-height: 112px;
	background: #fff;
	-moz-box-shadow: 0px 1px 6px #fff;
	-webkit-box-shadow: 0px 1px 6px #fff;
	box-shadow: 0px 1px 6px #003f73;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
      overflow: hidden;
}
.profile_info_in_right a {
     color: #000;
}
.user_info {
    padding:10px;
    overflow:hidden;
    background:#fff;
    word-break:break-all;
    text-align:left;
    border-bottom:1px solid #000;
}
.user_info a {
    color:#67747F;
    font-size:14px;
}
.user_info a:hover {
    color:#e2e2e2;
    font-weight: bold;
}
.right_title {
    color:#000000;
    font-weight: bold;
}
.profile_content_item {
    margin-bottom:15px;
    font-family:Arial;
    overflow: auto;
}
.fav_container {
    overflow: auto;
}
.fav_container a {
    color:#c3cce6;
}
.profile_comment {
    color: #000;
    line-height:150%;
    margin-bottom:15px;
    padding:10px;
    overflow:hidden;
    border-bottom:1px solid #222;
}
.profile_comment a {
    color: #000;
}
.profile_left_header {
    font-size:0.9em;
    font-weight:bold;
	background: #003f73;
	-moz-box-shadow: 0px 1px 6px #003f73;
	-webkit-box-shadow: 0px 1px 6px #003f73;
	box-shadow: 0px 1px 6px #003f73;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
    color:#fff;
    margin-bottom:5px;
    padding:7px;
}
.profile_right_container .module_header {
    padding:7px;
    color:#fff;
    font-weight:bold;
    text-transform:uppercase;
    font-family:Arial;
    border-bottom:1px solid #201f21;
    font-size:13px;
    background:#900;
}
/* Profile page highscores */
.user_highscore_list {
	list-style: none;
	font-size: 13px;
	padding: 2px;
	margin: 0px;
}
.user_highscore_container {
	height: 32px;
	border-bottom: 1px solid #1c1b23;
	margin-bottom: 2px;
}
.user_highscore_container a {
	color: #003f73;
	text-decoration: none;
}
.user_highscore_container a:hover {
	text-decoration: underline;
}
.user_highscore_avatar {
	float: left;
}
.user_highscore_name {
	float: left;
	padding: 7px 0px 1px 6px;
	width: 45%;
}
.user_highscore_score {
	float: right;
	padding-top: 7px;
	font-weight: bold;
	width: 15%;
	margin-right: 10px;
	color: #003f73;
	text-align: right;
}
.user_no_highscores {
	text-align: center;
	padding: 20px 0px 20px 0px;
}
.user_highscore_pages {
	text-align: center;
}
.user_highscore_pages a {
	color: #8FA9D4;
}
#user_highscore_header {
	height: 25px;
	font-weight: bold;
}
#user_highscore_header .user_highscore_score {
	color: #3D5680;
	padding: 0px;
}
#user_highscore_header .user_highscore_name {
	color: #3D5680;
	padding: 0px;
	width: 41%;
}
/* NEWS */
.news_left {
       margin-left: 10px;
	width: 980px;
}
.news_options {
	color: #fff;
	margin-bottom: 10px;
}
.news_options a {
	color: #fff;
}
.news_wrapper {
	background-color: #003f73;
	padding-bottom: 1px;
	border-bottom: 1px solid #4b5668;
	margin-bottom: 10px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
       padding: 5px;
	
}
.news_header {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background: #FFF;
	overflow:auto;
	width:100%;
	padding-bottom: 5px;
}
.news_image {
	float: right;
	width: 200px;
	margin: 5px 8px 0px 0px;
       padding-top: 18px;
}
.news_image a {
      color: #222;
}
.news_title {
	float: left;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 16px;
}
.news_title a {
	color: #1a2e4c;
	text-decoration: none;
}
.news_title a:hover {
	text-decoration: underline;
}
.news_author {
	font-size: 14px;
}
.news_main {
       padding: 5px;
       background: #FFF;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
       color: #000;
	margin-bottom: 25px;
	font-family: Arial;
}
.news_main a {
       color: #000;
}
.news_footer {
	text-align: right;
	padding: 3px 10px;
}
.news_footer a {
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
}
.news_footer a:hover {
	text-decoration: underline;
}

/* News comments */
#news_comments ul {
	list-style: none;
	margin:0px;
	padding:0px;
}

#news_comments ul li {
	line-height: 150%;
	margin-bottom: 5px;
	padding: 5px 0px 10px 0px;
	overflow:hidden;
	border-bottom: 1px solid #d9d9d9;
	color: #565656;
	width: 95%;
	margin: auto;
}
.news_comments_container {
	background-color: #003f73;
	padding-bottom: 1px;
	border-bottom: 1px solid #4b5668;
	margin-bottom: 10px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
       padding: 5px;
}
.news_comments_header {
	color: #003f73;
	margin-bottom: 5px;
}
.news_add_comment_box {
	border: 1px solid #ccc;
	width: 700px;
	margin-top: 10px;
}
.news_new_comment_container {
	text-align: left;
	font-family: Arial;
}
.news_comment_button_container {
	padding-top:5px;
	text-align:right;
	margin-bottom: 10px;
	width: 700px;
}
.news_comment_avatar {
	float: left;
	margin: 0px 10px 0px 5px;
}
.news_comment_content {
	float: left;
	width:620px;
	padding-top: 3px;
}
.news_comment_username {
	color: #989898;
	font-size: 13px;
}
.news_comment_username a {
	text-decoration: none;
	color: #989898;
}
.news_thecomment {
	font-size: 14px;
       color: #ccc;
}


/* MISC PAGES */
.misc_container {
	overflow: auto;
       overflow-x: hidden;
}
.misc_left {
       background: #FFF;
	padding: 10px;
	font-size: 15px;
	color: #272a34;
}
.misc_left a {
	color: #2f447c; 
}
.misc_left a:hover {
	color: #4361b0;
}
.misc_right {
	float: right;
	width: 245px;
}

/* Member list */
#member_list {
	width: 100%;
}
#member_list td {
	border-bottom: 1px solid #CFCFCF;
	height: 40px;
	font-size: 14px;
}
#member_list td a {
	color: #373737;
}
#member_list img {
	margin-top: 5px;
}
.member_list_pages {
	width: 715px;
	margin-top: 15px;
}
/* Friends */
.friends_header, .friend_requests_header, .links_header {
	font-size: 16px;
	border-bottom: 1px solid #d5d8db;
	color: #1A2E4C;
}
.friends_container, .friend_requests_container {
	margin: 7px 0px;
}

.friend_container {
	padding: 5px;
	height: 50px;
	margin-bottom: 5px;
	border: 1px solid #bfbfbf;
	background: url(images/profile_container.png);
}
.friend_container a {
	color: #1a2e4c;
} 
.friend_avatar {
	float: left;
}
.friend_username {
	float: left;
	padding: 8px 0px 0px 15px;
	font-size: 16px;
}
.friend_buttons {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

.friend_last_login {
	font-size: 14px;
}
.no_friends {
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}
/* Link exchange */
.add_link_form_container {
	margin-bottom: 10px;
}
.link_form_element_container {
	overflow: auto;
	margin: 0px 0px 3px 0px;
	padding: 5px 0px 10px 0px;
	font-size: 13px;
	border-bottom: 1px solid #d5d8db;
	width: 515px;
	margin: auto;
}
.link_form_lable {
	float: left;
	width: 180px;
	font-size: 14px;
	padding-top: 9px;
}
.link_form_element {
	float: left;
}
.link_form_element input {
	background: url(images/textbox_bg2.png) repeat-x #fff;
	border: 1px solid #d0d0d0;
	height: 25px;
	font-size: 14px;
	width: 320px;
	padding: 3px 5px;
}
.link_button_container {
	text-align: right;
}
.link_button, .dropdown-submit, .pm_button, .challenge_buttons input {
	background: url(images/simple_gradient.png);
	border: 1px solid #b3bac1;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	border-radius: 0px;
	padding: 6px 15px;
	color: #3d3d3d;
}
.link_button:hover, .dropdown-submit:hover, .pm_button:hover, .challenge_buttons input:hover {
	border-color: #6c6c6c;
}
.link_exchange_info {
	margin: 10px 0px 15px 0px;
	font-size: 14px;
}
.link_item {
	margin-top: 5px;
}

/* Private messages */
.pm_subject_textbox {
	height: 20px;
	width: 600px;
	background: url(images/textbox_bg2.png) repeat-x #fff;
	border: 1px solid #d0d0d0;
	font-size: 15px;
	padding: 4px;
}
.pm_message_textbox {
	height: 100px;
	width: 600px;
	background: url(images/textbox_bg2.png) repeat-x #fff;
	border: 1px solid #d0d0d0;
	font-size: 15px;
	padding: 4px;
	font-family: Arial;
}
.pm_subject {
	font-size: 20px;
}
.pm_details {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c6c6c6;
}
.pm_message {
	padding: 10px;
}
.pm_footer {
	border-top: 1px solid #c6c6c6;
	margin-top: 10px;
	padding-top: 5px;
}
.pm_footer a {
	text-decoration: none;
}
.pm_table td {
	border-bottom: 1px solid #c6c6c6;
	padding: 5px;
}
.pm_no_messages {
	height: 80px;
	padding-top: 70px;
	text-align: center;
}

/* SEARCH/TAGS - BASED ON CATEGORY GAMES CSS */
.search_game {
	padding:5px 0px 5px 10px;
	border-bottom: 1px solid #cfcfcf;
	float: left;
	width: 352px;
}
.search_game .category_game_info {
	width: 250px;
}
.search_game a {
	color: #313131;
}
.search_game a:hover {
	color: #313131;
}
.misc_left .category_pages, .tag_pages {
	width: 715px;
}
.tag_pages {
	margin-top: 10px;
}
.tag_sort_options {
	margin-bottom: 10px;
}

/* General */
.form_textbox {
	background: url(images/textbox_bg2.png) repeat-x #fff;
	border: 1px solid #d0d0d0;
	height: 25px;
	font-size: 14px;
	width: 320px;
	padding: 3px 5px;
}

/* Submit game */

.submit_text_box {
	background: url(images/textbox_bg2.png) repeat-x #fff;
	border: 1px solid #d0d0d0;
	height: 25px;
	font-size: 14px;
	width: 400px;
	padding: 3px 5px;
}
.submit_text_area {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:5px;
	background:#fff;
	background: url(images/textbox_bg2.png) repeat-x #fff;
	width: 400px;
	height: 80px;
	border: 1px solid #d0d0d0;
}
.submit_form_element_container {
	overflow: auto;
	margin: 0px 0px 3px 0px;
	padding: 10px 10px 10px 10px;
	font-size: 13px;
	border-bottom: 1px solid #cdd7e3;
}
.submit_form_lable {
	float: left;
	width: 180px;
	font-size: 14px;
	padding-top: 2px;
}
.submit_form_element {
	float: left;
}
.submit_button_container {
	text-align: right;
	padding-right: 10px;
	padding-top: 8px;
}
.submit_button {
	background: url(images/simple_gradient.png);
	border: 1px solid #afafaf;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	border-radius: 0px;
	padding: 3px 10px;
	color: #3d3d3d;
}
.submit_button:hover {
	border-color: #14629a;
	cursor: pointer;
}
.ava_gal_image {
	float: left;
	background: #ccc;
	padding-top: 10px;
	width: 80px;
	height: 70px;
	text-align: center;
}
.footer_users {
       color: #FFF;
	background: #003f73;
	border: 1px solid #003f73;
	border-top: 0px;
	overflow: auto;
	padding: 2px;
	padding-bottom: 2px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 1px 4px 6px #003f73;
	-webkit-box-shadow: 0px 1px 6px #003f73;
	box-shadow: 0px 1px 6px #003f73;
}
.footer_users a {
       color: #FFF;
}


#ava-shop {
width: 97%;
height: auto;
background: transparent;
float: left;
margin-top: 15px;
overflow-x: hidden;

}
.ava-tab {
min-width: 50px;
width: auto;
height: auto;
background: #4167a3;
background: -moz-linear-gradient(top, #4167a3 1%, #335181 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4167a3), color-stop(100%,#335181));
background: -webkit-linear-gradient(top, #4167a3 1%,#335181 100%);
background: -o-linear-gradient(top, #4167a3 1%,#335181 100%);
background: -ms-linear-gradient(top, #4167a3 1%,#335181 100%);
background: linear-gradient(top, #4167a3 1%,#335181 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4167a3', endColorstr='#335181',GradientType=0 );
float: left;
margin-left: 12px;
padding-left: 5px;
padding-right: 5px;
padding-top: 8px;
padding-bottom: 8px;
cursor: pointer;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 3px;
border-radius: 0px;
color: #FFFFFF;
font-weight: bold;
text-shadow: 1px 1px 1px #000000;
filter: dropshadow(color=#000000, offx=-1, offy=1);
z-index: 55;
position: relative;
}
.ava-tab:active {
padding-top: 9px;
padding-bottom: 7px;
background: #335181;
background: -moz-linear-gradient(top, #335181 0%, #4167a3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#335181), color-stop(100%,#4167a3));
background: -webkit-linear-gradient(top, #335181 0%,#4167a3 100%);
background: -o-linear-gradient(top, #335181 0%,#4167a3 100%);
background: -ms-linear-gradient(top, #335181 0%,#4167a3 100%);
background: linear-gradient(top, #335181 0%,#4167a3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#335181', endColorstr='#4167a3',GradientType=0 );
}
#ava-content {
float: left;
width: 97%;
background-color: #CCCCCC;
color: #222222;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 30px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
padding: 10px;
-webkit-box-shadow: 0 1px 5px #000;
-moz-box-shadow: 0 1px 5px #000;
padding-bottom: 20px;
margin-left: 7px;
margin-bottom: 7px;
margin-right: 7px;
}
#ava-title-content {
float: left;
width: 95%;
margin-left: 7px;
background-color: #CCCCCC;
color: #222222;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
padding: 10px;
-webkit-box-shadow: 0 1px 5px #000;
-moz-box-shadow: 0 1px 5px #000;
padding-bottom: 20px;
margin-left: 7px;
margin-bottom: 7px;
margin-right: 7px;

}
#ava-title-content a {
min-width: 50px;
width: auto;
height: auto;
float: right;
margin-left: 4px;
margin-right: 5px;
cursor: pointer;
color: #222222;
font-weight: bold;
text-shadow: 1px 1px 1px #CCCCCC;
filter: dropshadow(color=#CCCCCC, offx=-1, offy=1);
 
}
#ava-load {
width: 100%;
height: auto;
text-align: center;
display: none;
}
.ava-no {
display: none;
}
.ava-item {
border: none;
position: relative;
float: left;
display: block;
margin: 5px;
color: #3d3838;
text-shadow: 0px 1px 0px #FFFFFF;
filter: dropshadow(color=#FFFFFF, offx=0, offy=1);
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #FFFFFF;
-moz-box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #FFFFFF;
box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #FFFFFF;
padding-left: 25px;
padding-right: 25px;
padding-top: 5px;
padding-bottom: 5px;
background: #9e9e9e;
background: -moz-linear-gradient(top, #9e9e9e 0%, #c5c5c5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e9e9e), color-stop(100%,#c5c5c5));
background: -webkit-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
background: -o-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
background: -ms-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
background: linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#c5c5c5',GradientType=0 );
}
.ava-item-page {
border: none;
position: relative;
float: left;
display: block;
margin: 12px;
color: #3d3838;
text-shadow: 0px 1px 0px #FFFFFF;
filter: dropshadow(color=#FFFFFF, offx=0, offy=1);
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #FFFFFF;
-moz-box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #FFFFFF;
box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #FFFFFF;
padding-left: 25px;
padding-right: 25px;
padding-top: 5px;
padding-bottom: 5px;
background: #9e9e9e;
background: -moz-linear-gradient(top, #9e9e9e 0%, #c5c5c5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e9e9e), color-stop(100%,#c5c5c5));
background: -webkit-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
background: -o-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
background: -ms-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
background: linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#c5c5c5',GradientType=0 );
}
#ava-buy-button {
width: auto;
height: auto;
float: right;
margin-right: 2px;
border: none;
position: relative;
display: block;
margin-top: 10px;
color: #3d3838;
cursor: pointer;
text-shadow: 0px 1px 0px #FFFFFF;
filter: dropshadow(color=#FFFFFF, offx=0, offy=1);
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #FFFFFF;
-moz-box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #FFFFFF;
box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #FFFFFF;
padding-left: 25px;
padding-right: 25px;
padding-top: 5px;
padding-bottom: 5px;
background: #9e9e9e;
background: -moz-linear-gradient(top, #9e9e9e 0%, #c5c5c5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e9e9e), color-stop(100%,#c5c5c5));
background: -webkit-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
background: -o-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
background: -ms-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
background: linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#c5c5c5',GradientType=0 );
}
#ava-buy-button:active {
padding-top: 6px;
padding-bottom: 4px;
background: #CCCCCC;
}
#ava-module-button {
width: auto;
height: auto;
float: right;
margin-right: 2px;
border: none;
position: relative;
display: block;
margin-top: 10px;
color: #3d3838;
cursor: pointer;
text-shadow: 0px 1px 0px #FFFFFF;
filter: dropshadow(color=#FFFFFF, offx=0, offy=1);
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #FFFFFF;
-moz-box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #FFFFFF;
box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #FFFFFF;
padding-left: 25px;
padding-right: 25px;
padding-top: 5px;
padding-bottom: 5px;
background: #9e9e9e;
background: -moz-linear-gradient(top, #9e9e9e 0%, #c5c5c5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e9e9e), color-stop(100%,#c5c5c5));
background: -webkit-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
background: -o-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
background: -ms-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
background: linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#c5c5c5',GradientType=0 );
}
#ava-module-button:active {
padding-top: 6px;
padding-bottom: 4px;
background: #CCCCCC;
}
#ava-buy-button-disabled {
width: auto;
height: auto;
float: right;
margin-right: 2px;
border: none;
position: relative;
display: block;
margin-top: 10px;
color: #3d3838;
text-shadow: 0px 1px 0px #FFFFFF;
filter: dropshadow(color=#FFFFFF, offx=0, offy=1);
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #FFFFFF;
-moz-box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #FFFFFF;
box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #FFFFFF;
padding-left: 25px;
padding-right: 25px;
padding-top: 5px;
padding-bottom: 5px;
background: #9e9e9e;
background: -moz-linear-gradient(top, #9e9e9e 0%, #c5c5c5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e9e9e), color-stop(100%,#c5c5c5));
background: -webkit-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
background: -o-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
background: -ms-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
background: linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#c5c5c5',GradientType=0 );
}
#ava-buy-button-success {
width: auto;
height: auto;
float: right;
margin-right: 2px;
border: none;
position: relative;
display: block;
margin-top: 10px;
color: #004401;
text-shadow: 0px 1px 0px #32e71e;
filter: dropshadow(color=#32e71e, offx=0, offy=1);
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #19BF00;
-moz-box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #19BF00;
box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #19BF00;
padding-left: 25px;
padding-right: 25px;
padding-top: 5px;
padding-bottom: 5px;
background: #009a04;
background: -moz-linear-gradient(top, #009a04 0%, #19bf00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009a04), color-stop(100%,#19bf00));
background: -webkit-linear-gradient(top, #009a04 0%,#19bf00 100%);
background: -o-linear-gradient(top, #009a04 0%,#19bf00 100%);
background: -ms-linear-gradient(top, #009a04 0%,#19bf00 100%);
background: linear-gradient(top, #009a04 0%,#19bf00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009a04', endColorstr='#19bf00',GradientType=0 );
}
#ava-buy-button-error {
width: auto;
height: auto;
float: right;
margin-right: 2px;
border: none;
position: relative;
display: block;
margin-top: 10px;
color: #FFFFFF;
text-shadow: 0px 1px 0px #640000;
filter: dropshadow(color=#640000, offx=0, offy=1);
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #bf0000;
-moz-box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #bf0000;
box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #bf0000;
padding-left: 25px;
padding-right: 25px;
padding-top: 5px;
padding-bottom: 5px;
background: #990000;
background: -moz-linear-gradient(top, #990000 0%, #bf0000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990000), color-stop(100%,#bf0000));
background: -webkit-linear-gradient(top, #990000 0%,#bf0000 100%);
background: -o-linear-gradient(top, #990000 0%,#bf0000 100%);
background: -ms-linear-gradient(top, #990000 0%,#bf0000 100%);
background: linear-gradient(top, #990000 0%,#bf0000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#bf0000',GradientType=0 );
}
#ava-item-show {
width: auto;
float: left;
height: auto;
font-size: 12px;
margin-top: 10px;
margin-left: 0px;
}
#ava-profile-collectibles {
border: none;
position: relative;
float: left;
display: block;
margin: 12px;
color: #3d3838;
text-shadow: 0px 1px 0px #FFFFFF;
filter: dropshadow(color=#FFFFFF, offx=0, offy=1);
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #FFFFFF;
-moz-box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #FFFFFF;
box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #FFFFFF;
padding-left: 25px;
padding-right: 25px;
padding-top: 5px;
padding-bottom: 5px;
background: #9e9e9e;
background: -moz-linear-gradient(top, #9e9e9e 0%, #c5c5c5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e9e9e), color-stop(100%,#c5c5c5));
background: -webkit-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
background: -o-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
background: -ms-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
background: linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#c5c5c5',GradientType=0 );
}

.achievement_icon {
background: #CCCCCC;
border: 1px solid #CCCCCC;
border-radius: 0px;
padding: 4px;
margin-right: 3px;
}
/* Status - You can edit this part to suit your template if you need to */
.profile_status_textbox {
height: 20px;
width: 503px;
border: 1px solid #CCC;
font-size: 15px;
padding: 4px;
background: url(images/textbox_bg.png) repeat-x #fff;
}
.profile_status_dropdown {
height: 30px;
border: 1px solid #CCC;
font-size: 15px;
padding: 4px;
margin-left: -6px;
background: url(images/textbox_bg.png) repeat-x #fff;
}
.profile_status_submit {
height: 30px;
border: 1px solid #CCC;
font-size: 15px;
padding: 4px;
margin-left: -8px;
background: url(images/textbox_bg.png) repeat-x #fff;
}
.profile_status_title {
border-radius: 0px;
background: #999999;
padding:4px;
}
.status_left {
float: left;
width: 100%;
background: #FFFFFF;
}
.status_profile_title {
       color: #000;
}
.status_profile_title a {
       color: #000;
}
.status_options {
color: #fff;
margin-bottom: 10px;
}
.status_options a {
color: #fff;
}
.status_add_comment_box {
width: 870px;
height: 20px;
border: 1px solid #CCC;
font-size: 12px;
padding: 4px;
background: #eff2f7 url(images/profile_container.png) repeat-x;
}
.status_title_image {
       border: 1px solid #003f73;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 1px 4px 6px #003f73;
	-webkit-box-shadow: 0px 1px 6px #003f73;
	box-shadow: 0px 1px 6px #003f73;
       font-size: 12px;

}
.status_textbox {
height: 20px;
width: 801px;
border: 1px solid #CCC;
font-size: 15px;
padding: 4px;
background: url(images/textbox_bg.png) repeat-x #fff;
}
.status_dropdown {
height: 30px;
border: 1px solid #CCC;
font-size: 15px;
padding: 4px;
margin-left: -6px;
background: url(images/textbox_bg.png) repeat-x #fff;
}
.status_submit {
}
.status_comment_arrow {
       float:left;
       width: 10px;
       margin-top: 3px;
	background: url(images/status_arrow_right.png) no-repeat;
}
.status_wrapper_arrow {
       margin-left: 13px;
	background: url(images/status_arrow.png) left bottom no-repeat;
}
.status_wrapper {
margin: auto;
width:980px;
border: 0px solid #000000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 1px 4px 6px #003f73;
	-webkit-box-shadow: 0px 1px 6px #003f73;
	box-shadow: 0px 1px 6px #003f73;
margin-top: 0px;
}
.status_header {
overflow:auto;
padding: 10px 5px 5px 5px;
}
.status_image {
float: right;
width: 60px;
margin: 5px 8px 0px 0px;
}
.status_title {
font-size: 16px;
padding-top: 7px;
padding-left: 7px;
}
.status_title a {
color: #1a2e4c;
text-decoration: none;
}
.status_title a:hover {
text-decoration: underline;
}
.status_author {
font-size: 14px;
}
.status_main {
padding: 7px;
font-size: 14px;
font-family: Garamond, Baskerville, “Baskerville Old Face”, “Hoefler Text”, “Times New Roman”, serif;
}
.status_main a {
       color: #000000;
}
.status_footer {
border-top: 1px solid #CCC;
padding: 3px 10px;
}
.status_footer a {
color: #1a2e4c;
text-decoration: none;
font-size: 11px;
}
.status_footer a:hover {
text-decoration: underline;
}
#status_submit {
background: url(images/simple_gradient.png);
border: 1px solid #dedede;
font-size: 13px;
font-family: Verdana, Geneva, sans-serif;
border-radius: 0px;
padding: 3px 10px;
color: #3d3d3d;
}
#status_submit:hover {
border-color: #9e9e9e;
cursor: pointer;
}
/* status comments */
#status_comments ul {
list-style: none;
margin:0px;
padding:0px;
}
 
#status_comments ul li {
line-height: 150%;
margin-bottom: 5px;
padding: 0px 0px 5px 0px;
overflow:hidden;
color: #565656;
width: 98%;
margin: auto;
}
.status_comments_container {
margin: auto;
width:980px;
border: 1px solid #000000;
padding-top: 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 1px 4px 6px #003f73;
	-webkit-box-shadow: 0px 1px 6px #003f73;
	box-shadow: 0px 1px 6px #003f73;
margin-top: 10px;
}
.status_comments_header {
color: #fff;
margin-bottom: 5px;
}
.status_new_comment_container {
text-align: left;
font-family: Arial;
}
.status_comment_button_container {
padding-top:5px;
text-align:right;
margin-bottom: 10px;
}
.status_comment_button_container a {
         color: #003f73;
         text-transform: capitalize;
}
.status_comment_avatar {
float: left;
border: 1px solid #003f73;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 1px 4px 6px #003f73;
	-webkit-box-shadow: 0px 1px 6px #003f73;
	box-shadow: 0px 1px 6px #003f73;
margin-left: 4px;
margin-bottom: 5px;
}
.status_comment_content {
float: left;
width:888px;
border: 1px solid #000000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 1px 4px 6px #003f73;
	-webkit-box-shadow: 0px 1px 6px #003f73;
	box-shadow: 0px 1px 6px #003f73;
}
.status_comment_username {
color: #3b3b3b;
font-size: 13px;
padding-left: 3px;
border-bottom: 1px dashed #003f73;
}
.status_comment_username a {
text-decoration: none;
color: #222222;
}
.status_thecomment {
padding: 3px;
color: #3b3b3b;
font-size: 13px;
}
.search_member_button_contain {
padding-top: 8px;
}
.search_member_box {
border: 1px solid #c8c8c8;
height: 22px;
margin-top: 0px;
margin-right: 0px;
font-size: 15px;
padding: 2px 0px 0px 4px;
width:120px;
}
.search_member_page_textbox {
height: 20px;
width: 300px;
border: 1px solid #CCC;
font-size: 15px;
padding: 4px;
background:#fff;
border:1px solid #ccc;
color:#000000;
}
p#vtip {
    display: none;
    position: absolute;
    padding: 10px;
    left: 5px;
    font-size: 0.8em;
    background-color: white;
    border: 1px solid #003f73;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    z-index: 9999;
    width: 130px;
    height: 260px;
}
p#vtip #vtipArrow {
    position: absolute;
    top: -10px;
    left: 5px;
}
p#vtip2 {
    display: none;
    position: absolute;
    padding: 10px;
    left: 5px;
    font-size: 0.8em;
    background-color: white;
    border: 1px solid #003f73;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    z-index: 9999;
    width: 130px;
    height: 140px;
}
p#vtip2 #vtipArrow {
    position: absolute;
    top: -10px;
    left: 5px;
}
.misc_groups {
float: left;
width: 98%;
background-color: #dee2e5;
padding: 10px;
font-size: 15px;
color: #272a34;
}
.misc_groups a {
color: #2f447c;
}
.misc_groups a:hover {
color: #4361b0;
}
.auction_item {
float: left;
width: 466px;
    background: #003f73;
    border: 1px solid #003f73;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 1px 4px 6px #003f73;
    -webkit-box-shadow: 0px 1px 6px #003f73;
    box-shadow: 0px 1px 6px #003f73;
margin: 5px;
padding: 5px;
overflow: auto;
}
.auction_image {
padding: 5px;
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 1px 4px 6px #fff;
    -webkit-box-shadow: 0px 1px 6px #fff;
    box-shadow: 0px 1px 6px #fff;
float:left;
margin-right: 5px;
}
.auction_info {
width: 337px;
float:left;
height: 100px;
padding: 5px;
font-size: 13px;
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 1px 4px 6px #fff;
    -webkit-box-shadow: 0px 1px 6px #fff;
    box-shadow: 0px 1px 6px #fff;
}

#formular_one { background: #eee; padding: 10px; margin-top: 10px; -moz-box-shadow: 0 0 5px #666; -webkit-box-shadow: 0 0 5px #666; }

.hide { position: absolute; top: -9999px; left: -9999px; }

#example-one { background: #eee; padding: 10px; margin-top: 10px; -moz-box-shadow: 0 0 5px #666; -webkit-box-shadow: 0 0 5px #666; }

#example-one .nav { overflow: hidden; margin: 0 0 10px 0; }
#example-one .nav li { min-width: 97px; float: left; margin: 0 10px 0 0; }
#example-one .nav li.last { margin-right: 0; }
#example-one .nav li a { display: block; padding: 5px; background: #959290; color: white; font-size: 10px; text-align: center; border: 0; }
#example-one .nav li a:hover { background-color: #003f73; }

#example-one ul { list-style: none; width: 900px; }
#example-one ul li a {  }
#example-one ul li a:hover { }
#example-one ul li:last-child a { border: none; }

#example-one ul li.nav-one a.current, #example-one ul.featured li a:hover { background-color: #003f73; color: white; }
#example-one ul li.nav-two a.current, #example-one ul.core li a:hover { background-color: #003f73; color: white; }
#example-one ul li.nav-three a.current, #example-one ul.jquerytuts li a:hover { background-color: #003f73; color: white; }
#example-one ul li.nav-four a.current, #example-one ul.classics li a:hover { background-color: #003f73; color: white; }
#example-one ul li.nav-five a.current, #example-one ul.classics li a:hover { background-color: #003f73; color: white; }
#example-one ul li.nav-six a.current, #example-one ul.classics li a:hover { background-color: #003f73; color: white; }
#example-one ul li.nav-seven a.current, #example-one ul.classics li a:hover { background-color: #003f73; color: white; }

#t_show_box {
position: absolute;
margin-top: 17px;
margin-left: 8px;
background: url(images/notification_arrow.png) 5px 0px no-repeat;
z-index: 99999999;
}
#d_show_box {
position: absolute;
margin-top: 17px;
margin-left: -15px;
background: url(images/notification_arrow.png) 5px 0px no-repeat;
z-index: 99999999;
}
#m_show_box {
position: absolute;
margin-top: 17px;
margin-left: -15px;
background: url(images/notification_arrow.png) 5px 0px no-repeat;
z-index: 99999999;
}
#f_show_box {
position: absolute;
margin-top: 17px;
margin-left: -15px;
background: url(images/notification_arrow.png) 5px 0px no-repeat;
z-index: 99999999;
}
#show_box {
position: absolute;
margin-top: 17px;
margin-left: -6px;
background: url(images/notification_arrow.png) 5px 0px no-repeat;
z-index: 99999999;
}
.show_box_inner {
background:#FFFFFF url(images/textbox_bg2.png) repeat-x;
z-index: 99999;
width:300px;
margin-top: 25px;
padding-bottom:1px;
font-size:12px;
line-height:14px;
border:solid 1px #000;
color:#222222;
border-radius: 0px;
text-align:center;
text-decoration:none;
-webkit-box-shadow: 0px 0px 8px 1px #000000;
-moz-box-shadow: 0px 0px 8px 1px #000000;
box-shadow: 0px 0px 8px 1px #000000;
-moz-border-radius: 0px;
-webkit-border-radius:0px
}
.show_box_inner a {
   color: #000;
} 
.notification_type {
    word-break: normal;
    width: 180px;
}
.status_feed_container {
    padding: 15px;
    margin-top: 5px;
    min-height: 50px;
    height: auto;
    overflow: auto;
    border-bottom: 1px dashed #222;
}
.status_feed_container a {
    color: #222;
}
.status_feed_w_liked {
    float:left;
    width: 555px;
    background: #DDD;
    padding: 3px;
    margin-bottom: 3px;
}
.status_feed_w_liked a {
    color: #000;
}
#status_error_message {
    background: #ED4337 url();
    padding: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    color: #FFF;
    background:url(images/error_message.png) center top repeat-x;
}
#status_success_message {
    background: #ED4337 url();
    padding: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    color: #FFF;
    background:url(images/success_message.png) center top repeat-x;
}
.status_avatar {
       float:left; 
       background:#CCCCCC; 
       padding:5px; 
       -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
       -ms-border-radius: 0px;
       -o-border-radius: 0px;
       border-radius: 0px;
}
.forum_post_likes {
    color: #6f767d;
}
.forum_post_likes a {
    color: #6f767d;
}


.wrap{
	overflow: hidden;
}
.item{

}
.item p{text-transform: lowercase}

/*Loader style*/
.ias_loader, .ias_trigger {
	text-align:center;
	margin: 30px 0 40px;
}
.ias_trigger a:link,
.ias_trigger a:visited {
    padding: 4px 50px;

    background-color: #f9f9f9;
    border: solid 1px #ddd;
    border-radius: 0px;

    font: bold 12px Arial, sans-serif;
    color: #555;
    text-decoration: none;
}
.ias_trigger a:hover,
.ias_trigger a:active {
    border-color: #ccc;
}


.points_store_tabs {
  width: 200px;
  padding: 5px 10px;
  color: #000000;
  background: #D2D2D2;
  font-size: 12px;
  margin-top: 5px;
  margin-left: -25px;
  list-style: none;
  text-align: center;
  border-radius: 0px;
-webkit-box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #FFFFFF;
-moz-box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #FFFFFF;
box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #FFFFFF;
background: #9e9e9e;
background: -moz-linear-gradient(top, #9e9e9e 0%, #c5c5c5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e9e9e), color-stop(100%,#c5c5c5));
background: -webkit-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
background: -o-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
background: -ms-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
background: linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#c5c5c5',GradientType=0 );
}
.points_store_tabs a {
 color: #222;
}
.points_store_module {
 color: #D2D2D2;
 margin-left: 10px;
}
.points_store p {
 width: 300px;
}
.points_store_item {
float: left;
width: 660px;
margin: 0px 5px 5px 5px;
color: #222222;
filter: dropshadow(color=#FFFFFF, offx=0, offy=1);
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #FFFFFF;
-moz-box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #FFFFFF;
box-shadow: 0px 1px 4px 0px #000000,
inset 0px 1px 0px 0px #FFFFFF;
padding: 5px; 10px;
background: #9e9e9e;
background: -moz-linear-gradient(top, #9e9e9e 0%, #c5c5c5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e9e9e), color-stop(100%,#c5c5c5));
background: -webkit-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
background: -o-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
background: -ms-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
background: linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#c5c5c5',GradientType=0 );
}
.points_store_item a {
 color: #222222;
}

.clan_tag {
    background: #FFF url('http://www.spikedmath.com/math-games/images/clan_tag.png') no-repeat;
    background-position:-5px -3px;
    width: 47px;
    -moz-box-shadow: 1px 1px 1px gray;
    -webkit-box-shadow: 1px 1px 1px gray;
    box-shadow: 1px 1px 1px gray;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px; 
    font-size: 11px; 
    color: #DEDEDE;  
    float: left;
    padding: 3px;
    text-align: right;
    margin-right: 5px;
    text-transform: uppercase;
}
.clan_tag a {
    color: #DEDEDE;
}
.clan_name {
    background: #FFF url('http://www.spikedmath.com/math-games/images/clan_name.png');
    min-width: 50px;
    -moz-box-shadow: 1px 1px 1px gray;
    -webkit-box-shadow: 1px 1px 1px gray;
    box-shadow: 1px 1px 1px gray;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px; 
    font-size: 11px; 
    color: #DEDEDE;  
    float: left;
    padding: 3px;
    text-align: right;
    margin-right: 5px;
    text-transform: uppercase;
}
.clan_name a {
    color: #DEDEDE;
}
.clan_form_success {
	overflow: auto;
	padding: 10px 0px 8px 8px;
	font-size: 12px;
	color: #000;
	margin-bottom: 6px;
       background: #00CD00;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-moz-box-shadow: 0px 1px 6px #858585;
	-webkit-box-shadow: 0px 1px 6px #858585;
	box-shadow: 0px 1px 6px #858585;
       margin: 10px;
}
.clan_form_error {
	overflow: auto;
	padding: 10px 0px 8px 8px;
	font-size: 12px;
	color: #FFF;
	margin-bottom: 6px;
       background: #E41B17;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-moz-box-shadow: 0px 1px 6px #858585;
	-webkit-box-shadow: 0px 1px 6px #858585;
	box-shadow: 0px 1px 6px #858585;
       margin: 10px;
}
.clan_header_avatar {
    float:left;
    background-image: url(images/transparent_dark.png);
    -moz-box-shadow: 0px 1px 6px #003f73;
    -webkit-box-shadow: 0px 1px 6px #003f73;
    box-shadow: 0px 1px 6px #003f73;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin: 0px 0px 0px 10px;
    padding: 4px;
}
.percentbar { 
       background: #9e9e9e;
       background: -moz-linear-gradient(top, #9e9e9e 0%, #c5c5c5 100%);
       background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e9e9e), color-stop(100%,#c5c5c5));
       background: -webkit-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
       background: -o-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
       background: -ms-linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
       background: linear-gradient(top, #9e9e9e 0%,#c5c5c5 100%);
       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#c5c5c5',GradientType=0 );
       height:15px; 
       -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
       -ms-border-radius: 0px;
       -o-border-radius: 0px;
       border-radius: 0px;
}

.percentbar div { 
       background: #003f73; 
       background: -moz-linear-gradient(top, #003f73 0%, #222 100%);
       background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003f73), color-stop(100%,#222));
       background: -webkit-linear-gradient(top, #003f73 0%,#222 100%);
       background: -o-linear-gradient(top, #003f73 0%,#222 100%);
       background: -ms-linear-gradient(top, #003f73 0%,#222 100%);
       background: linear-gradient(top, #003f73 0%,#222 100%);
       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003f73', endColorstr='#222',GradientType=0 );
       height: 14px;
       -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
       -ms-border-radius: 0px;
       -o-border-radius: 0px;
       border-radius: 0px;
       padding-top: 1px;
}