﻿body 
{

	background: #272727 url(../images/blue057.jpg) center top repeat;
	font-family: Tahoma;
	font-size: 11px;
	
}

/*************************************
******** AJAX MAIL ANIMATION *********
*************************************/
#uGotMailAlertPic {position:absolute; left:-500px; top:-440px; z-index:1000;}
.ui-effects-transfer {border:2px dotted #000000;}
/*.ui-effects-transfer {border:2px dotted #000000; background-color:#000000; opacity:0.3; MozOpacity:0.3; filter:alpha(opacity=30);}*/

/*************************************
******** CHAT REQUEST POPUP **********
*************************************/
#popupChatReq {position:fixed; bottom:0; left:480px; z-index:100; display:none;  width:200px; border:solid 1px #000000; border-bottom-width:0; background-color:#ff9900; color:Black; padding:0; font:normal 12px Verdana,Arial,Helvetica,sans-serif; text-align:center;}
#popupChatReq img {width:100px; height:150px; margin:10px 0; border:solid 1px #000000;}
#popupChatReq div.head {font-size:15px; font-weight:bold; margin:10px 0; text-transform:uppercase;}
#popupChatReq div.nic {font-size:15px; font-weight:bold; color:#FFF; border-bottom:solid 1px #000000; border-top:solid 1px #000000; background-color:#0099ff; padding:5px 0; text-transform:uppercase;}
#popupChatReq div.messHead {font-weight:bold;}
#popupChatReq div.buttons {margin:15px 0;}
#popupChatReq .okButton {background:url(../Images/chat/okbutton.png) no-repeat; color:#FFF; text-align:center; font-weight:bold; text-transform:uppercase;}
#popupChatReq .koButton {background:url(../Images/chat/kobutton.png) no-repeat; color:#FFF; text-align:center; font-weight:bold; text-transform:uppercase;}
#popupChatReq #chatReqReplyTxt {width:80%; border:solid 1px #000000;}

/*************************************
**** SATELLITE CHAT REQUEST POPUP ****
*************************************/
#popupChatReq_Sat {position:fixed; bottom:0; left:0; z-index:100; display:none;  width:160px; border:solid 1px #000000; border-bottom-width:0; background-color:#ff9900; color:Black; padding:0; font:normal 10px Verdana,Arial,Helvetica,sans-serif; text-align:center;}
#popupChatReq_Sat img {width:75px; height:112px; margin:6px 0; border:solid 1px #000000;}
#popupChatReq_Sat div.head {font-size:10px; font-weight:bold; margin:6px 0; text-transform:uppercase;}
#popupChatReq_Sat div.nic {font-size:12px; font-weight:bold; color:#FFF; border-bottom:solid 1px #000000; border-top:solid 1px #000000; background-color:#0099ff; padding:4px 0; text-transform:uppercase;}
#popupChatReq_Sat div.messHead {font-weight:bold;}
#popupChatReq_Sat div.buttons {margin:8px 0;}
#popupChatReq_Sat .okButton {background:url(../Images/chat/okbutton_sat.png) no-repeat; color:#FFF; text-align:center; font-size:8px; font-weight:bold; text-transform:uppercase;}
#popupChatReq_Sat .koButton {background:url(../Images/chat/kobutton_sat.png) no-repeat; color:#FFF; text-align:center; font-size:8px; font-weight:bold; text-transform:uppercase;}
#popupChatReq_Sat #chatReqReplyTxt {width:80%; border:solid 1px #000000;}

.btnHidden {display:none}

.pageBG
{
	background-color:White;
}

.breadcrumb
{
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

.inputText
{
	border: 1px solid #330550;
	background-color: #ffffff;
	font-size: 10px;
	font-family: Verdana;
	font-size: 11px;	
}

inputText2
{	
	padding: 7px;
	margin-top: 10px;
	height: 25px;
	width: 150px;
	background:url(../Images/inputTXT.png) no-repeat;
	border: 0px solid #330550;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	color: #530002;
}

loginButt {
	width: 85px;
	height: 29px;
	background:url(../Images/loginB.png) no-repeat; border:none;
}

.pinkBox
{
	background-color: #1208e0;
	color:#1208e0;
}
.pinkBoxHeader
{
	background-color: #1208e0;
	color:White;
	font-weight:bold;
}

.veryLightGreyBox
{
	border: 3px solid #aaaaaa;
	background-color: #F2F2F2;
	color: #666668;
}

.lightGreyBox
{
	border: 1px solid #A2A0A1;
	background-color: #ede5ff;
	color: #666668;
}

.greyBox
{
	border: 1px solid #A2A0A1;
	background-color: #E1E0E0;
	color: #666668;
}



.greyHeader
{
	background-color:#d0eeff;
	color:Black;
	font-weight:bold;
	padding:4px	
}


.greenLink
{
	font-size:12px;
	font-weight:bold;
	color:#339900;
}

.greenLinkSmall
{
	font-size:11px;	
	color:#339900;
}

.redLink
{
	font-size:12px;
	font-weight:bold;
	color:red;
}

/* mail styles */
.TitleRow
{
	height: 20px;
	background-color: #FFACAC;
	font-weight: bold;
}
.Row
{
	height: 20px;
}
.AlternatingRow
{
	height: 20px;
	background-color: #eeeeee;
}

.abuse
{
	color:#FF0000
}

.blueLink{
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration: none;
}

.insideme .blueLink{
text-align:center;
color:#FFFFFF;
}

.blueLink:hover
{
	color: #A2A0A1;
	text-decoration: underline;
}

a
{
	color: Black;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

.hideControl
{
	display:none;
}

.nowrap
{
	white-space:nowrap;
}

label
{
	white-space:nowrap;
	vertical-align:top;
	position:relative;
	top:3px;
}

.menuLink:hover
{
	font-weight:bold;
}


		input
		{

		}

		.checkoutBorder
		{			
			border: solid 1px white;			
		}
	
		.checkout_bg
		{
			background-color: white;
			border: solid 1px #604174;			
		}
		.checkout_box
		{
			background-color:#FEFEEF;
			border: solid 1px #CCCCCC;
			padding:5px;
			margin: 10px 0px 10px 10px;
			width:250px;
		}
		
		.checkout_label
		{
			float:left;
			display:block;
			width:7em;
		}
		
		.checkoutinput
		{
			border: 1px solid #330550;
			background-color: white;
			font-size: 10px;
			font-family: Verdana;
			font-size: 11px;	
			color:Black;			
			
			width:15em;
			background-color:white;
		}
		#cvv2
		{
			width:5em;
		}
		
		#newLoginBlock{
		background:url(../Images/loginNewBlock.png) no-repeat;
		width:682px;
		height:112px;
		}
		#newLoginBlock .top{
		font-size:10pt;color:#b9399b;font-weight:bold;padding:5px;display:table;
		}
		#newLoginBlock a,#newLoginBlock a:active,#newLoginBlock a:visited,#newLoginBlock a:hover,#newLoginBlock .white{
		font-size:9pt;color:#ffffff;
		}
		.inputText2{
		border:solid 1px #b9399b;
		}
		
/* .sidebox {
	width: 17em;
	background: url(sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead h2 {
	background: url(../Images/nightlife/top.png) no-repeat top left;
	width: 830px;
	opacity:.80;
	margin: 0;
	padding: 5px 20px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.8em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
}
.boxbody {
	background:#ffffff;
	width: 810px;
	opacity:.80;
	padding: 5px 30px 31px;
}
.box_down {
	background: url(../Images/nightlife/down.png) no-repeat top left;
	width: 810px;
	height: 47px;
	opacity:.80;
	margin: 0;
	padding: 10px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
}

*/

h1,h2,h3,h4{
padding:0;margin:0;font-weight:normal;
}

h2 {
	font-size: 11px;
}
h1 {
	color: #3366FF;
	font-size: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
}
.readMSG {
	margin:4px;
	border: solid 1px black;
	padding:5px;
	position:absolute;
	top:150px;
	background:#ffffff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-box-shadow: 3px 3px 4px #333;
	-webkit-box-shadow: 3px 3px 4px #333;
	display:block;
}
.messageBody 
{
    overflow: auto;
    width:500px;
	max-height: 400px;
    float: left;
    clear: both;
    margin-top: 5px;
}
.messageToolbar {
    text-align: left;
}

.messageToolbarItem {
    float: left;
}

.messageButtonContainer {
    margin-top: 5px;
    margin-right: 5px;
}

.alignleft {
    text-align: left;
}

.whiteBackground {
    margin:0px;
    background-color: white;
    background: none
}
