/**
 * $URL$
 * $Author: vashira $
 * $Date: 2010/04/29 04:48:40 $
 * Description: Global styles
 */
 
@import url("reset-font-grid-base.css");	
 
/** Common
    -----------------------------------------------------**/
html {
    background: transparent;
}

body {
    background: #131313 url("../images/bg/player-bg.jpg") no-repeat scroll center top;
    color: #FFFFFF;
    font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
    margin: 0;
    padding: 0;
}

.widget-player-info[formObject] {
	cursor : pointer;
}

.widget-team-info[formObject] {
	cursor : pointer;
}

.widget-mini-overlay-container .mini-overlay {
	display : none;
	color : #F0F0F0;
	background-color: #000000;
    -moz-border-radius : 3px; 
    -webkit-border-radius : 3px;
    border-radius : 3px;
}

.widget-mini-overlay-container .mini-overlay .spacer {
	height : 35%;
}

.widget-mini-overlay-container .mini-overlay .visit-profile-button {
	-moz-border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: 0 1px 1px #b57272;
	background-color: #cc0000;
	border-color: #DD5656 #CC0000 #960000;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	font-size: 0.75em;
	width: 80%;
	margin-left : auto;
	margin-right : auto;
	cursor : pointer;
}

.widget-mini-overlay-container .mini-overlay .visit-profile-button > div {
	text-decoration: none;
	text-transform : uppercase;
	text-align : center;
	font-weight: bold;
	width : 80%;
	margin-left : auto;
	margin-right : auto;
}

.avatar {
    border-color : #000000;
    border-style : solid;
	border-width : 1px;
}
	
	
h3.announce {
    font-size: 1.8em;
    text-transform: uppercase;
}

a.command {
    background: transparent url("../images/common/bullet.png") no-repeat scroll left center;
    color: red;
    cursor: pointer;
    padding-left: 10px;
    text-decoration: none;
}

div.anchor {
    position: relative;
}

ul.inline-list, 
ol.inline-list {
    margin: 0;
}

ul.inline-list li, 
ol.inline-list li {
    display: inline;
}

/** Layout
    -----------------------------------------------------**/
#header, #main, #footer, #new_header {
    margin: 0 auto;
    text-align: left;
}
 
#wrapper {
    height: 89px;
    width: 100%;
    min-width: 1000px;
}

#wrapper.newHeader {
    background: url("../images/header/nav_bar_top_bg.png") repeat-x scroll 0 0 transparent;
    height: 89px;
    width: 100%;
    min-width: 1000px;
}
 
#doc {
    margin: auto;
    width: 73.846em;
    *width: 72em;
}

/* loading indicator */
div.loading-container {
    background-color: transparent;
    display: table-cell;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    width: 730px !important; 
}

div.loading-container img {
    display: block;
    margin: 0 auto;
}
 
/* New dashboard nav bar */

#new_header {
	position: relative;
	z-index : 200;
}
	
#new_top_nav {
    float: left;
    width: 950px;
    margin: 0px 0px 0px 10px;
    font-family: proxima-nova-1,proxima-nova-2,sans-serif;
    height: 57px;
}

#top_nav_logo_div {
	background: transparent url("../images/header/nav_bar_logo.png") no-repeat scroll 0 0;
	float: left;
	margin: 6px 0px 0px 0px;
	height: 88px;
    width: 88px;
    position: absolute;
    z-index: 300;
}

#top_nav_help {
	float: right;
	margin-top: 20px;
}

#top_nav_search {
	float: right;
	margin-top: 18px;
width:300px;
}

#top_nav_help a {
	color: #ff4520;
	text-decoration: none;
	font-size: 11px;
}

#top_nav_search a {
	text-decoration: none;
	color: #Ff4520;
	font-weight: bold;
}

.top_nav_search_input {
	background-color: #030303;
	border-bottom: 1px solid #595758;
	border-radius-bottomleft: 5px;
	border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	height: 23px;
	position: relative;
	top: -3px;
	right: 0px;
	width: 240px;
	float: left;
}

.top_nav_search_input input{
	background-color: transparent;
	border-style: none;
	color: #ff4520;
	height: 15px;
	font-size: 10px;
	padding-top: 5px;
	padding-left: 10px;
	width:240px;
	height:19px;
}


#searchButton {
	background: -moz-linear-gradient(center top, #E26D6D, #C00000) repeat scroll 0 0 transparent;
	background-color: #C41A00;
	border: 1px solid #D65954;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 1px 1px #720800;
	float: leftright;
	text-align: center;
	padding:3px;
	cursor: pointer;
	white-space:nowrap;
	color: #F2F2F2;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.7), 1px 1px 2px
		rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	-moz-user-select: none;
	-webkit-user-select: none;
	width:36px;
	height:26px;
	top:1px;
	position:relative;
}

#searchResults {
	float: right;
	z-index: 1000;
	margin-right : 15px;
	margin-bottom : -20px;
}

#searchResultsHeader {
	display: none;	
	width: 240px;
	height: 26px;
	background-color: #3B3B3B;
	font-weight: bold;
	padding: 8px 0px 0px 8px;
	text-align: left;
}

#searchResultsHeaderText {
	float: left;
	width: 180px;
	color : #ccc;
}

#searchResultsHeader.sr_error {
	height : 40px;
}

#searchResultsHeaderCancel {
	float: right;
	width: 25px;
	margin-right: 10px;
	text-align: right;
}

#searchResultsHeaderCancel a {
	cursor: pointer;
	text-decoration: underline;
	font-size: x-small;
	color : #ccc;
}

#searchResultsBody {
	background-color: #292929;
	display: none;
	width: 247px;
	max-height: 200px;
	font-weight: bold;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden; 
	z-index:50;
    position: absolute;
}

.searchResultRow {
	text-align: left;
	padding : 2px 0px 2px 8px;	
	cursor: pointer;
	color: white;
}

.searchResultRowDiv{
	color: white;
	text-decoration: none;
}

.searchResultRow:hover {
	background-color: #3B3B3B;
}

.searchResultRow .sr_xbl,
.searchResultRow .sr_psn {
	margin-left : 10px;
	font-size : 10px;
}

#new_top_nav h1 {
    text-indent: -9999px;
} 

#new_bottom_nav {
	background: url("../images/header/nav_bar_bg.png") repeat-x scroll 0 0 transparent;
	height: 42px;
	
}

#bottomNavLeftMenu {
	width: 585px;
	float: left;
	height: 29px;
	padding: 10px 0px 0px 15px;
}

#bottomNavLeftMenuSubDiv {
	margin-left: 80px;	
}

#bottomNavRightMenu {
	width: 340px;
	float: left;
	height: 29px;
	padding: 10px 0px 0px 15px;
}

#bottomNavDivider {
	background: url("../images/header/nav_bar_bg_div.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 42px;
}

.navBarText {
	padding: 5px 22px 10px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000000;
	float: left;
}

.navBarText a {
	text-decoration: none;
	color: white;
}

.navBarText a:hover {
	color: #ffcc00; 
	cursor: pointer;
}

.navBarText:hover {
	color: #ffcc00; 
	cursor: pointer;
}

.navBarTextMessage {
	padding: 5px 0px 0px 22px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000000;
	float: left;
}


.navBarTextMessage a {
	text-decoration: none;
	color: white;
}

.navBarTextMessage a:hover {
	color: #ffcc00; 
	cursor: pointer;
}

.navBarTextMessage:hover {
	color: #ffcc00; 
	cursor: pointer;
}


.dropDownArrow {
	background: url("../images/header/nav_bar_arrow.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	float: left;
	margin: 10px 0px 0px -14px;
	width: 10px;
}

.profileClass {
	float: left;
}

.profileClass:hover {
	background-color: #292929; 
	color: #ffcc00;
}

.lobbiesClass {
	float: left;
}

.lobbiesClass:hover {
	background-color: #292929; 
	color: #ffcc00;
}

.tournamentsClass {
	float: left;
}

.tournamentsClass:hover {
	background-color: #292929; 
	color: #ffcc00;
}

.cashierClass {
	float: left;
	width: 105px;
}

.cashierClass:hover {
	background-color: #292929; 
	color: #ffcc00;
}

#profileDropDown {
	position: absolute;
	top: 98px;
	right: 17px;
	display: none;
	background-color: #292929;
	height: 72px;
	width: 220px;
	z-index: 500; 
}

#cashierDropDown {
	position: absolute;
	top: 98px;
	right: 122px;
	display: none;
	background-color: #292929;
	height: 36px;
	width: 220px;
	z-index: 500; 
}

#lobbiesDropDown {
	position: absolute;
	top: 98px;
	left: 199px;
	display: none;
	background-color: #292929;
	/*height: 80px;*/
	width: 220px;
	z-index: 500;
}

#tournamentsDropDown {
	position: absolute;
	top: 98px;
	left: 298px;
	display: none;
	background-color: #292929;
	/*height: 80px;*/
	width: 220px;
	z-index: 500;
}

.lobbiesMenuClass {
	padding: 10px 27px 10px;
	color: white;
	cursor: pointer;
}

.lobbiesMenuClass:hover {
	background-color: #323232;
}

.lobbiesMenuAllGamesClass {
	padding: 10px 27px 10px;
	background-color: #323232;
	border-top: 1px solid gray;
	height: 20px;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

.lobbiesMenuAllGamesClass:hover {
	background-color: #292929;
}

.cashierMenuClass {
	padding: 10px 27px 10px;
	color: white;
	cursor: pointer;
}

.cashierMenuClass:hover {
	background-color: #323232;
}

.profileMenuClass {
	padding: 10px 27px;
	color: white;
	cursor: pointer;
}

.profileMenuClass:hover {
	background-color: #323232;
}

.tournamentsMenuClass {
	padding: 10px 27px;
	cursor: pointer;
}

.tournamentsMenuClass:hover {
	background-color: #323232;
}

.tournamentsMenuClass a {
	text-decoration: none;
	color: white;
}
	
/* header */
#hnav {
	margin-left : -14px;
	text-align : left;
}

#hnav .h_games_menu_first_col ul {
	margin : 1em 0em;
	padding : 5px;
}

#hnav .h_games_menu_footer ul {
	padding-left : 40px;
}

#hnav .h_games_menu_footer ul > li {
	list-style: none outside none;
}

/* header */
#nav {
    background: transparent url("../images/header/menu_bg_top.png") no-repeat scroll 0 0;
    float: left;
    width: 198px;
}

#nav h1 {
    background: transparent url("../../../../common/skin/vg/images/header/virgin-gaming.png") no-repeat scroll 0 0;
    margin: 0;
    text-indent: -9999px;
    height: 92px;
    width: 153px;
}
 
#nav ul {
    list-style: none;
    margin: 0;
}

#nav li {
    background: transparent url("../images/header/menuItem.png") no-repeat scroll 0 0 ;
    color: #FFF;
    font-weight: bold;
    list-style: none;
    padding: 3px 55px 3px 30px;
    text-align: left;
}

#nav li a {
    text-shadow: 0px 3px 3px #222222; /*css3*/
    filter: shadow(direction=180, strength=3, color=#222222);
}

.nav-footer {
    background: transparent url("../images/header/menu_bg_bottom.png") no-repeat scroll 0 0;
    height: 15px;
}

#nav li.active {
    background: transparent url("../images/header/menuItem_selected.png") no-repeat scroll 0 0 ;
    color: #FAC906;
}

#nav li a {
    display: block;
    text-decoration: none;
    text-transform:uppercase;
}

#nav li.active a {
    color: #FAC906 !important;
}

#nav li a:link {
    color: #FFFFFF;
}

#nav li a:visited {
    color: #FFFFFF;
}

#nav li a:hover {
    color: #FAC906;
}

#nav li a:active {
    color: #FAC906;
}
 
.slogan {
	height: 40px;
	font-size: 1.4em;
	margin: 26px 0px 0px 221px;
	position: absolute;
	top: 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ececec; 
}

.slogan strong {
    color: #E60503;
}

.signup {
    float: right;
    height: 80px;
    text-align: center;
    width: 180px;
}

.membership-header {
    font-size: 11px; /*todo: em*/
    height: 80px;
    margin: 0px 0px 0px 215px;
    position: relative;
}

.membership-announcement {
    background: transparent url(../images/header/announcement-block-bg.png) no-repeat;
    height: 52px;
    overflow: hidden;
    position: absolute;
    top: 12px;
    width: 490px;
}

#simpleHeaderImgBanner {
	height : 120px;
	margin-top : 10px;
	margin-bottom : 10px;
	cursor : pointer;
}

#simpleBodyImgBanner {
	margin : 15px 0 15px 0;
	width : 660px;
	height : 120px;
}

#simpleBodyImgBanner > img {
	cursor : pointer;
	width : 100%;
}

#simpleHeaderImgBanner.FIFA {
	background: transparent url(../images/header/fifa11-holiday-banner.jpg) no-repeat;
}

#simpleHeaderImgBanner.NBA {
	background: transparent url(../images/header/nba2k11-webapp.jpg) no-repeat;
}

#simpleHeaderImgBanner.NBAXBOX {
	background: transparent url(../images/header/nba2k11-tournament-webapp.jpg) no-repeat;	
}

#simpleHeaderImgBanner.NHL {
	background: transparent url(../images/header/nhl11-webapp-1.jpg) no-repeat;
}

#simpleHeaderImgBanner.MADDEN11 {
	background: transparent url(../images/header/madden11-webapp-1.jpg) no-repeat;
}

#simpleHeaderImgBanner.FOOTBALL11 {
	background: transparent url(../images/header/football11-banner.jpg) no-repeat;
}

#simpleHeaderImgBanner.MAXIM {
	background: transparent url(../images/header/maxim25KTornamentWebAppBanner.jpg) no-repeat;
}

#latest_achievement {
    float : left;
/*    width : 75%;*/
}

#latest_achievement .ach_reward {
    font-weight : bold;
}

#achievement_balance {
    padding-right : 20px;
    float :right;
    white-space: nowrap;
}

.membership-action {
    background: transparent url(../images/header/action-block-bg.png) no-repeat;
    height: 30px;
    position: absolute;
    top: 12px;
    right: 0px;
    width: 240px;
}

.welcome-msg {
    position: absolute;
    left: 10px;
    top: 6px;
}

.logout-action {
    position: absolute;
    right: 10px;
    top: 6px;
}

.membership-action a {
    color: #ff4520;
    text-decoration: none;
}

.announcement-item {
    background: transparent url(../images/header/exclamation-16x16.png) no-repeat scroll left top;
    margin: 5px 5px;
    min-height: 16px;
    padding-left: 17px;
}

.announcement-item {
    color: gray;
}

.announcement-item a {
    color: #ff4520;
    text-decoration: none;
}

.announcement-item strong {
    color: white;
}

.membership-status {
    position : absolute;
    left : 476px;
    text-align : left;
    top: 50px;
    width: 300px;
    white-space : nowrap;
    margin-left : 20px;
}

.membership-status a strong {
    color: #FAC906;
}

.membership-status a {
    color: white;
    padding: 0px 0px 0px 15px;
    text-decoration: none;
}

.membership-status .msg-inbox {
    background: transparent url(../images/header/mail-14x11.png) no-repeat scroll left center;
    margin-left: 10px;
}

.membership-status .msg-challenges {
    background: transparent url(../images/header/challenge-12x12.png) no-repeat scroll left center;
}

.membership-status .msg-cash-balance {
    padding: 0px 0px 0px 5px;
}

#home-promo-banner {
	color : #FFFFFF;
	font-size : 28px;
	font-weight : bold;
	
    height: 70px;
    margin-left: 175px;
    padding: 0px 0px 0px 40px;
    position: relative;
    top: 5px;
}

#home-promo-banner .promo-button {
	float : left;	
	cursor : pointer;
	font-size : 13px;
	width : 145px;
	margin-right : 15px;
	margin-left : -9px;
	text-transform : uppercase;
	height : 40px;
	text-align : center;
	background : transparent url(../images/common/promo_button.png) no-repeat scroll 0px 0px;
}

#home-promo-banner .promo-button.final {
	width : 165px;
	background : transparent url(../images/common/final_promo_button.png) no-repeat scroll 0px 0px;
}

#home-promo-banner .promo-button > div {
	float : left;
	width : 100%;
	margin-top : 10px;	
}

#home-promo-banner .promo-button a, #home-promo-banner .promo-button a:visited {
	text-decoration : none;
	color : white;
}

#home-promo-banner .promo-button a:hover {
	color : #FAC906;
}

.membership-achievement {
	top : 10px;
    background: #CC0001 url(../images/header/archivement-star.png) no-repeat scroll 5px 3px;
    color: white;
    height: 30px;
    margin-left: 215px;
    padding: 0px 0px 0px 40px;
    position: relative;    
}

.membership-achievement.offset {
	top : 80px;
}

.achievement-info {
    padding: 6px 0px;
}

.achievement-info strong {
    margin: 0px 10px;
}

.close-achievement {
    background: transparent url(../images/header/archivement-close.png) no-repeat scroll center center;
    display: block;
    height: 15px;
    position: absolute;
    right: 3px;
    text-indent: -9999px;
    top: 3px;
    width: 15px;
}

/* footer */
.footer-links a{
    color: #fff;
    text-decoration: none;
}

.footer-links a:hover{
    text-decoration: underline;
}

.legal-disclaimer {
    font-size : 10px ;
    color: #666;
    margin:15px;
    text-align:center;
}

/* main */
div#main {
    clear: both;
    color: #000000;
    padding: 10px 0 20px;
}
 
#page-title {
    background-color: #D7D7D7;
    border-color: #FFFFFF #FFFFFF #BABABA;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    padding: 15px 20px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-radius: 5px 5px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#AFAFAF), to(#D7D7D7));
    background: -moz-linear-gradient(top, #AFAFAF, #D7D7D7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFAFAFAF, endColorstr=#FFD7D7D7); /* For Internet Explorer 5.5 - 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFAFAFAF, endColorstr=#FFD7D7D7)"; /* For Internet Explorer 8 */
}
 
#page-title h1 {
    font-size: 1.3em;
    margin: 10px;
    padding: 0;
    text-transform: uppercase;
}
 
#page-content {
    background-color: #F0F0F0;
    padding: 10px;
    -moz-border-radius: 0 0 5px 5px; 
    -webkit-border-radius: 0 0 5px 5px ;
    border-radius: 0 0 5px 5px;
}
 
#page-content .box, .widget .box, .formbox {
    background-color: #FFFFFF;
    border-color: #D8D8D8;
    margin: 20px;
    padding: 20px 30px;
}

#page-content .box.box-gradient {
    border: 2px solid #FFFFFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#C3E9FE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #C3E9FE, #FFFFFF);
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFC3E9FE, endColorstr=#FFFFFFFF);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFC3E9FE, endColorstr=#FFFFFFFF)";
    margin: 20px;
    padding: 20px 30px;
}
 
/* Step number in wizard pages */
#page-content .box h2 {
    color: #666666;
    font-size: 1.1em;
    margin: 0 0 5px;
    padding: 5px 0;
    position: relative;
    text-transform: uppercase;
}
 
#page-content .box h2.active {
    border-bottom: 1px solid #CCCCCC;
    color: #000000;
}

#page-content .box h2.past {
    float: left;
}
 
#page-content .box h2 span {
    text-indent: -9999px;
    float: left;
    height: 29px;
    width: 28px;
    left: -44px;
    position: absolute;
    text-indent: -9999px;
}

#page-content .box h2 .step1 {
    background: transparent url("../images/registration/1.png") scroll no-repeat 0 0;
}
 
#page-content .box h2 .step1-active {
    background: transparent url("../images/registration/1_selected.png") scroll no-repeat 0 0;
}
 
#page-content .box h2 .step2 {
    background: transparent url("../images/registration/2.png") scroll no-repeat 0 0;
}

#page-content .box h2 .step2-active {
    background: transparent url("../images/registration/2_selected.png") scroll no-repeat 0 0;
}
 
#page-content .box h2 .step3 {
    background: transparent url("../images/registration/3.png") scroll no-repeat 0 0;
}

#page-content .box h2 .step3-active {
    background: transparent url("../images/registration/3_selected.png") scroll no-repeat 0 0;
}
 
#page-content .box .desc {
    color: #696969;
    font-size: 0.9em;
    margin: 0;
}

#page-content #termsAndConditions {
    color : red;
    text-decoration : none;
}

#page-content .box-container, 
#page-content .fieldset-container {
    padding: 30px 0 20px;
}

#page-content .fieldset-container {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
}

#page-content .fieldset-container.last {
    border: none;
}

#page-content .box-commands {
    position: absolute; /*must be inside div.anchor for relativity*/
    right: 30px;
    top: 25px;
}
 
/* footer */
.payment {
    text-align: right;
}
 
.footer-separator {
    position: relative;
    top: -120px;
    border-bottom: solid 1px #757575;
    border-top: solid 1px #555555;
}

.footer-link-separator {
    background-color: #8B8B8B;
    height: 1px;
    margin: 5px 0px;
}

.footer-links {
    margin-bottom: 15px;
    margin-top: 15px;
    color : #fff;
}

.footer-links .yui3-ge .marketing-links {
	margin-bottom: 0px;
	width: 725px;
}

.footer-links .yui3-ge  .webapp-links {
	width: 150px;
}

 .footer-links .yui3-ge .global-links {
	margin-bottom: 0px;
	width: 660px;
}

.footer-links .yui3-ge  .copyright-text {
	width: 250px;
}
 
 
.footer-links ul {
    margin: 0em;
}

.footer-links ul li {
    background: transparent url("../images/common/bullet.png") no-repeat scroll left center;
    display: inline;
    padding-left: 10px;
    padding-right: 4px;
}
 
#footer .round-container {
    background-color: #666666;
    border: none;
    padding: 20px 25px;
}

#footer .supported-games {
    table-layout: fixed;
    width: 100%; 
}

#footer .supported-games td,
#footer .supported-games th {
    border: none;
    padding: 0px;
}

#footer .supported-games th {
    font-size: 1.25em;
    padding-bottom: 15px;
    text-align: left;
}

#footer .supported-games .alt {
    background-color: #6E6E6E;
}

#footer .supported-games .regend {
    padding: 2em 0em;
}

#footer .supported-games .regend span {
    margin: 0px 25px 0px 0px;
}
 
/** Shared Component
    -----------------------------------------------------**/
.debug {
    border: dashed 1px red;
}

.clear {
    clear: both;
}

:focus {
    outline: 0; 
}

.full-width {
    width: 100%;
}

.right-align {
    text-align: right !important;
}

.center-align {
    text-align: center !important;
}

.left-align {
    text-align: left;
}

.message {
    color: #666666;
}

.round-container, 
.widget {
    margin: 0 auto;
    border: 0px solid #ffffff;
    padding: 10px;
    text-align: left;
    background-color: #D8D8D8;
    border: 1px solid #ffffff;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius:5px;
}

div.widget {
    background-color: #F0F0F0;
    box-shadow: 1px 1px 1px 1px #766A61;
    -moz-box-shadow: 1px 1px 1px 1px #766A61;
    -webkit-box-shadow: 1px 1px 1px 1px #766A61;
    margin: 10px auto;
}

.center-container {
    margin: 0 auto;
    text-align: left;
 }

.clickable {
    cursor: pointer;
}

.gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#AEAEAE), to(#D8D8D8));
    background: -moz-linear-gradient(top, #AEAEAE, #D8D8D8);
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFAEAEAE, endColorstr=#FFD8D8D8);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFAEAEAE, endColorstr=#FFD8D8D8)";
}
 
.shadow {
    box-shadow: 1px 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px 1px #ccc;
}

.capital-letters {
    text-transform: uppercase;
}

.block-element {
    display: block;
}

.radius3 {
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
    border-radius:3px;
}

.radius5 {
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius:5px;
}

.shadow3 {
    box-shadow: 0px 3px 3px #222222;
    -moz-box-shadow: 0px 3px 3px #222222;
    -webkit-box-shadow: 0px 3px 3px #222222;
    filter: shadow(direction=180, strength=3, color=#222222);
}

.hidden {
    visibility: hidden;
}

.relative {
    position: relative;
}

.hover-underline:hover {
    text-decoration: underline;
}
.no-wrap {
    white-space: nowrap;
}

/** YUI3 extensions
    -----------------------------------------------------**/
/*Common*/
.yui3-g.exa,    
.yui3-g.exb, 
.yui3-g.exc {
    padding-left: 270px;
}

.yui3-u.first, 
.yui3-u.msg, 
.yui3-u.data {
    margin-bottom: 15px;
}
    
/*extension A - 2 columns*/
.yui3-g.exa .yui3-u.first {
    width: 60%;
}

.yui3-g.exa .yui3-u.data {}

/*extension B - 2 columns*/
.yui3-g.exb .yui3-u.first {
    width: 52.1%;
}

.yui3-g.exb .yui3-u.msg {
    width: 47.1%
}

/*extension C - 2 columns*/
.yui3-g.exc {
    margin: 5px 0;
}

.yui3-g.exc .yui3-u.first {
    width: 100%;
}

/** Page Specific
    TODO: Move to register.css
    -----------------------------------------------------**/
body.registration-page {
    background: #131313 url("../images/bg/player-bg.jpg") no-repeat scroll center top;
}

/*----------------------Cashier--------------------*/

#page-content.cashier-pages {
    background-color: #E0E0E0;
    padding: 10px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

#page-content .split-left {
    margin-left: 110px;
    margin-right: 5px;
    margin-top: 62px;
    min-height: 750px;
    padding-left: 45px;
    padding-top: 15px;
}

#page-content .box.split-left h2.active {
    padding: 0 10px 5px;
}

#page-content .split-left .sub-title {
    display: block;
    margin-bottom: 10px;
    padding: 0 10px;
}

#page-content .condense {
    border-bottom: none;
    padding: 10px 0;
}

.cashier-pages a, .cashier-pages a:hover{
    text-decoration: none;
}

.cashier-header h2 {
    float:left;
    font-size: 14px;
    margin: 20px;
    text-transform: uppercase;
}

.cashier-header .balance-text {
    float: right;
    margin: 20px 10px;
    font-weight: bold;
}

.cashier-header .history-text {
    float: left;
    margin: 20px;
    padding-left: 10px;
}

.cashier-header .history-text a.inner-button {
    margin-left: 10px;
}

.cashier-left-navigation {
    position: absolute;
    top: 305px;
    width: 105px;
    margin-left: 8px;
}

.cashier-left-navigation li {
    list-style: none;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cashier-left-navigation li.selected {
    background-color: #FFFFFF;
    font-weight: bold;
    cursor: default;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
}

.cashier-left-navigation li.selected.first {
    margin-top: 7px;
}

.cashier-left-navigation a {
    text-decoration: none;
    color: #000000;
}

.amount-row {
    margin: 15px 0;
}

.yui3-u.first.field-label {
    font-weight: bold;
    text-align: right;
    
}

.yui3-u.first.narrow {
    width: 15%;
}

.yui3-u.payment-button {
    position: relative;
    
    /*size is come from bg image size*/
    width: 243px;
    height: 62px;
    margin-bottom: 10px;
    margin-left: 5px;
    cursor: pointer;

}

.yui3-u.payment-button img {
    float: right;
    margin: 5px 8px;
}

.yui3-u.payment-button span {
    color:#FFFFFF;
    font-weight: bold;
    position: absolute;
    text-shadow: 0px 2px 2px #3C3C3C;
    filter: shadow(direction=180, strength=2, color=#3C3C3C);
}

.yui3-u.payment-button span.one-line {
    font-size: 1.15em;
    top: 20px;
    left: 20px;
    text-transform: uppercase;
}

.yui3-u.payment-button span.line1 {
    font-size: 0.9em;
    top: 13px;
    left: 20px;
    text-transform: uppercase;
}

.yui3-u.payment-button span.line2 {
    font-size: 0.9em;
    top: 29px;
    left: 20px;
}

.yui3-u.payment-button .two-lines {
    top: 10px;
}

.yui3-u.payment-button.de-selected {
    background: url("/web_app/vg/images/cashier/btn-payment-type.png") no-repeat scroll 0 0 transparent;
}

.yui3-u.payment-button.selected {
    color: #FFFFFF;
    background: url("/web_app/vg/images/cashier/btn-payment-type-selected.png") no-repeat scroll 0 0 transparent;
}

.yui3-gb.collapsible_form .yui3-u {
    width: 243px; /*size from .yui3-u.payment-button */
}

.yui3-gb.collapsible_form .yui3-u.last {
    margin: 0;
}

div.msg-box {
    position: relative;
    height: 39px;
    width: 739px;
    background: url("/web_app/vg/images/cashier/error-bar.png") no-repeat scroll 0 0 transparent;
    margin-bottom: 20px;
}

div.msg-box span {
    color: #FFFFFF;
    position: absolute;
    top: 10px;
    left: 10px;
    
    /*text-shadow*/
    text-shadow: 0px 2px 2px #3C3C3C;
    filter: shadow(direction=180, strength=2, color=#3C3C3C);
}

.msg-box .close-button {
    float: right;
    margin: 10px;
}

.yui3-gb.content-row {
    margin-top:10px;
    margin-bottom:10px;
}

.yui3-gb.content-row input[type=text] {
    width : 240px;
}

.yui3-gb.content-row input[type=text].narrow {
    width : 80px;
}

.hide{
    display: none;
}

/*from static site.*/
.inner-button {
    border: solid 1px #960000;
    color: white;
    /*9px*/
    font-size: 0.94923em;
    font-weight: bold;
    padding: 2px 5px;
    text-decoration: none;
    text-transform: uppercase;

    cursor: pointer;
    
    background-color: #CC0000;
    border-color: #DD5656 #CC0000 #960000 #CC0000;
    
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
    
    filter: dropshadow(Color=#B57272, OffX=0, OffY=1, Positive=1);
    -moz-box-shadow: 0px 1px 1px #B57272;
    -webkit-box-shadow: 0px 1px 1px #B57272;
}

.inner-button.padded {
	padding : 3px 20px 3px 20px;
}

.inner-button.secondary {
    margin-left : 5px;
    border: solid 1px #960000;

    background-color: #666;
    border-color: #999999 #666666 #333333 #666666;
    
    filter: dropshadow(Color=#999, OffX=0, OffY=1, Positive=1);
    -moz-box-shadow: 0px 1px 1px #999;
    -webkit-box-shadow: 0px 1px 1px #999;
}

.grayed-text {
    color: #696969;
}

a.grayed-text {
    text-decoration: none;
}

a.grayed-text:hover {
    text-decoration: underline;
}

.inner-button.narrow,
input[type=submit].narrow {
    width: 112px;
    text-align: center;
}

.inner-button.redirect-button {
    margin-top: 25px;
    min-width: 112px;
    max-width: 150px;
    text-align: center;
}

.yui3-u.inner-button-group {
    width: 256px;
}

.left-float{ float: left;}
.right-float{ float: right;}

/*Cashier history*/
.cashier-pages #search-criteria {
    padding: 20px 0 10px;
}

/*Withdrawal*/
#calculated-fee {
    background-color:#ECECEC;
    border-top: 1px solid #CCCCCC;
    margin: 5px 8px 10px;
    padding:10px;
    width:95%;
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
    border-radius:3px;
}

div.redirect-box{
    padding: 0 10px;
}

.red-total-withdrawal {
    color: #EA3535;
    font-size: 1.3em;
    font-weight: bold;
}

.gapped-text {
    margin-left:10px;
    margin-right:10px;
}

.row-span-text {
    margin-left:21%;
    position:absolute;
    width:250px;
}

.cashier-plain-content {
    padding: 16px 8px;
}

/** !!Please insert more classes above, below section are style for jquery plugins we used **/

/** jQuery Plugins
    -----------------------------------------------------**/

/** jquery.tablesorter **/
table.tablesorter {
    background-color: #CDCDCD;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}
table.tablesorter th,
table.tablesorter td {
    border: none;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #e6EEEE;
    border: 1px solid #FFF;
    font-size: 8pt;
    padding: 4px;
}
table.tablesorter thead tr .header {
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}
table.tablesorter tbody tr.odd td {
    background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url(../images/common/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(../images/common/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}   

/** TODO: Move these rule to cashier.css and set param in dynamicHeadTag.jsp link to it **/
table.tablesorter.cashier {
    font-size: 1em;
    margin-bottom: 30px;
}
table.tablesorter.cashier thead tr th, 
table.tablesorter.cashier tfoot tr th {
    background-color: #FFF;
    color: #BBB;
    padding: 5px 20px;
    text-align: left;
}
table.tablesorter.cashier tbody td {
    border-bottom: 1px solid #CCC;
    color: #3D3D3D;
    padding: 6px 20px;
    background-color: #E0E0E0;
}

/* Generic widget style*/
.widget .container.contrast,
.container.contrast {
    background-color: #FFFFFF;
    border: 1px solid #d8d8d8;
    box-shadow: 1px 1px 1px 1px #e8e8e8;
    -moz-box-shadow: 1px 1px 1px 1px #e8e8e8;
    -webkit-box-shadow: 1px 1px 1px 1px #e8e8e8;
}

.widget-column-container {
    padding: 15px;
}

/* footer games tables */
div#footer-games {
    float: left;
    border-bottom: 1px solid #767575;
    width: 100%;
    margin-bottom: 5px;
}
div#footer-games ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
div#footer-games li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
}
div#footer-games h4 {
    text-transform: uppercase;
}
div#footer-games li.last h4 {
    padding-left: 7%;   
}
div#footer-games table {
    width: 100%;
    margin: 10px 0 20px 0;  
}
div#footer-games td {
    border: 0;
    padding: 2px 0;
    font-size: 80%;
}
div#footer-games td.c1, div#footer-games td.c3 {
    width: 35%;
}
div#footer-games td.c2, div#footer-games td.c4 {
    width: 15%; 
}
div#footer-games li.last td.c1 {
    padding-left: 7%;
}
div#footer-games li.last td.c4 {
    width: 8%;
    text-align: right;
}
div#footer-games tr.alt td {
    background-color: #6e6e6e;
}
div#footer-games td span, div#footer-games #footer-games-legend span {
    display: block;
    float: left;
    margin-right: 5px;
    width: 8px;
    height: 8px;    
}
div#footer-games span.xbox.on {
    background-color: #49b800;  
}
div#footer-games span.ps2.on {
    background-color: #3bbfcb;  
}
div#footer-games span.ps3.on {
    background-color: #06f; 
}
ul#footer-games-legend {
    float: left;
    margin: 0;
    padding: 20px 0 0 0;
    width: 100%;
    border-bottom: 1px solid #525252;
}
div#footer-games ul#footer-games-legend li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0 50px 20px 0;
    width: auto;
    font-size: 80%;
}
div#footer-games ul#footer-games-legend li span {
    margin-top: 3px;    
}
span.error {
    color: #F00;
}



/***************   CONTACT US   ***************/
.formbox    {
    background-color: #fff;
}
.formbox a, .formbox a:link, .formbox a.visited, .formbox a:active  {
    color: #c00;
}
#page.form-content  {
    margin: 0;
    padding: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-radius: 5px 5px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#AFAFAF), to(#D7D7D7));
    background: -moz-linear-gradient(top, #AFAFAF, #D7D7D7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFAFAFAF, endColorstr=#FFD7D7D7); /* For Internet Explorer 5.5 - 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFAFAFAF, endColorstr=#FFD7D7D7)"; /* For Internet Explorer 8 */
    background-color: #f0f0f0;
    border-top: 1px solid #fff;
    overflow: hidden;
}
#faq    {
    /*font-size:1.1em;*/
    font-size: 18px;
    font-weight: bold;
    position:relative;
    color: #000;
}
#notice {
    color: #696969;
}

.formbox form   {
    border-top: 1px solid #d8d8d8;
    padding-top: 18px;
}
.formfield  {
    font-size:1.1em;
    margin: 18px 0 0 0;
    overflow: hidden;
}
    
.contact-us-container label {
	text-transform: uppercase;
}
.contact-us-container select {
    width: 99%;
}
.contact-us-container input[type="text"], .contact-us-container textarea {
    background-color:#666;
    border:1px solid #4c4c4c;
    color:#FFFFFF;
    padding:3px;
    width: 99%;
}

.contact-us-container #category,
.contact-us-container #matchId {
  color: #ffffff;
  background-color: #666666;
  padding: 2px;
  padding-left : 8px;
  border: 1px solid #606060;
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px;
  border-radius:3px;
  width : 102%;
}

.contact-us-container #matchId {
	width : 300px;
}

.contact-us-container .yui3-u.field-label {
	width: 30%;
}
.contact-us-container .yui3-u.data {
	width: 35%;
}
.contact-us-container .yui3-u.msg {
	width: 25%;
}
.contact-us-container .ajax-fc-container {
	margin: 0 0 0 -2px;
}

#messageSent    {
    background-color: #f0f0f0;
    /*border:1px solid #d8d8d8;*/
    color:#666;
    margin: 18px auto;
    text-align: center;
    font-size: 14px;
    padding: 18px;
}
#messageSent p  {
    margin: 0;
    padding: 0;
}

/*** Import JSP ***/
#importIFrame {
	
}

/** Survey CSS overrides */
html div#ki_container {
	z-index : 10000 ! important;
}

/*** Modal Dialog ***/
div.vgModalContainer {
    background: url(//static.virgingaming.com/web_app/vg/images/series/bg/overlay.png);
    position: fixed;
    z-index: 102;
    width: 100%;
    height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	
}

.dialog-close-btn {
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
}

/** cashier page new copy **/
#copy-cashier-deposit {
	background: url(../images/cashier/copy-cashier-deposit.jpg);
	width: 734px;
	height: 588px;
}
/** end of cashier page new copy **/

/** Registration page - user registered **/
#registeredLoginText, #registeredLoginLink {
	float:right;
	font-size: 1.2em;
	font-weight: 900;
    text-transform: uppercase;
}

#registeredLoginLink {
	color: #CC0C0C;
	text-decoration: none;font-size: 1.1em;
}

#registeredLoginLink:hover {
	text-decoration: underline;
}
/** end of - Registration page - user registered **/
