 .mContainer
{
    width:100%;
    background-color:#fff;
    font-size:medium;
     
}

 .mBody
{
    width:100%;
    background-color:#fff;
    font-size:medium;
    
     background-image:url(images/karooba_mascot.gif);  
    background-position:left top;
    background-repeat:no-repeat;
     
}
.mHeader
{
    height:56px;
    background-image:url(images/Header.gif);
    background-position:left top;
    background-repeat:no-repeat;
    border-bottom:solid 1px #000;
}
.TournamentsGame
{
    
    width:100%;
    /* background-image:url(images/Tournaments.gif);
    background-image:url(images/karooba_mascot.gif); */
    background-position:left top;
    background-repeat:no-repeat;
    padding-left:140px;
    text-align:left;
}
.KaroobaFishing
{
    
    width:100%;
    /* background-image:url(images/karooba_mascot.gif);*/
    background-position:left top;
    background-repeat:no-repeat;
    padding-left:140px;
    text-align:left;
}
.OneToOneGame
{
    
    width:100%;
    /* background-image:url(images/OneToOne.gif); 
    background-image:url(images/karooba_mascot.gif);*/
    background-position:left top;
    background-repeat:no-repeat;
    padding-left:140px;
    text-align:left;
}
.SingleGame
{
    
    width:100%;    
    /*background-image:url(images/karooba_mascot.gif); */
    background-position:left top;
    background-repeat:no-repeat;
    padding-left:140px;
    text-align:left;
}

/* ModalDialog Css Style Sheet */
.modalBackground
{
    background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalpopup
{
    font-family:Tahoma,helvetica,Arial;
    padding: 2px 3px;
    display: block;
    text-align:left;
    position: relative;
}
.modalpopup .wrapperPop
{
    width: 360px;
    background:url(images/Popup_bg.gif) no-repeat left top;
    background-color:#fff;
    height:230px;
} 

.modalpopup .header
{
    height:40px;
    font-weight: bold;
    color:#fff;
    padding-top:10px;
    padding-left:10px;
} 
.modalpopup .body
{
    padding: 2px 0px 2px 10px;
} 
.modalpopup .footer
{
    float:right;
    margin-top:15px;
    padding-bottom: 8px;
    padding-right: 10px;
}
.modalpopup .tooltip
{
    width: 350px;
    float:left;
    border-top:solid 1px #cdcdcd;
    padding:5px;
}
.modalpopup .errorMessage
{
    position:absolute;
    top:155px;
    left:10px;
    background:url(images/warning_sign.gif) no-repeat 10px 10px;
    padding-left:40px;
    padding-top:5px;
    padding-bottom:5px;
    padding-right:10px;
    border:solid 1px #CC0000;
    background-color:#FFFACD;
}
.errorMessage UL
{
    margin:0px;
    padding-left:20px;
}
.modalPopup .modalPopupButton
{
	width: 60px;
	background-color: White;
	color: Green;
	border: solid 1px silver;
}
#btnClose {
	RIGHT: 6px; WIDTH: 122px; POSITION: absolute; TOP: 8px; HEIGHT: 29px
}
#btnClose A:link {
	DISPLAY: block; FONT-SIZE: 13px; BACKGROUND: url(images/btn_close.gif) no-repeat right top; WIDTH: 122px; COLOR: #fff; PADDING-TOP: 6px; HEIGHT: 23px; TEXT-DECORATION: none
}
#btnClose A:visited {
	DISPLAY: block; FONT-SIZE: 13px; BACKGROUND: url(images/btn_close.gif) no-repeat right top; WIDTH: 122px; COLOR: #fff; PADDING-TOP: 6px; HEIGHT: 23px; TEXT-DECORATION: none
}
#btnClose A:active {
	DISPLAY: block; FONT-SIZE: 13px; BACKGROUND: url(images/btn_close.gif) no-repeat right top; WIDTH: 122px; COLOR: #fff; PADDING-TOP: 6px; HEIGHT: 23px; TEXT-DECORATION: none
}
#btnClose A:hover {
	BACKGROUND-POSITION: right bottom; TEXT-DECORATION: underline
}
.modalPopupTextBox
{
    border:solid 1px #cdcdcd;
}
.highlight
{
    background-color:#FFFACD;
}
.viviButton
{
    border:solid 1px #000;
    padding:3px;
    background-color:#cdcdcd;
}

.wrapperPop button { border:0; cursor:pointer; font-weight:bold; padding:0 9px 0 0; text-align:center; float: left; width: auto; }
.wrapperPop button span { position:relative; display:block; white-space:nowrap; padding:0 0 0 9px; }
/*greentheme buttons*/
.wrapperPop button.btn_greentheme { background:url(images/btn_green_right.gif) right no-repeat; font-size:1em; font-weight: bold; }
.wrapperPop button.btn_greentheme span { height:25px; line-height:25px;background:url(images/btn_green_left.gif) left no-repeat;color:#fff; }
/*
button.btn_greentheme:hover {background:url(images/btn_right_hover.gif) right no-repeat; }
button.btn_greentheme:hover span {background:url(images/btn_left_hover.gif) left no-repeat; }
*/