body {
	margin: 0px;
	font-weight: normal;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

a {
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	cursor: pointer;
}

td {
	font-size: 10px;
}
a:hover {
	text-decoration: underline;
}

h3 {
	display: inline;
	font-size: 14px;
	font-weight: bold;
}

input, select, textarea {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	color: #444444;
}

.leftmenu tr td {
	color: #FFFFFF;
}
.leftmenu a {
	color: #FFFFFF;
}

#submitlogin {
	background: #000000 url('/royalpokerclub/images/login/login_btn.gif') no-repeat left top;
	height: 22px;
	width: 187px;
	border: 0px;
}

#submitlogin:hover {
	background: #000000 url('/royalpokerclub/images/login/login_on_btn.gif') no-repeat left top;
}

#searchgame {
	width: 168px;
}
.quickgamesearch {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	color: #444444;
}
.gametitle {
	font-size: 18px;
	font-family: Arial, Helvetica, Verdana;
	color: #D53329;
	font-weight: bold;
	
}
.providertitle {
	font-family: Arial, Helvetica, Verdana;
	font-weight: bold;
	color: #242424;
	font-size: 14px;
	padding-left:15px;
}
.signupfields {
	width: 230px;
}

.termsconditions {
	padding: 3px;
	border: #8F8F8F 1px solid;
	width: 436px;
	height: 130px;
	overflow-y:scroll;
}
.signupwarningtext {
	font-weight: bold;
	color: #FF0000;
	padding: 2px;
}

.signupwarningstar {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.loginInfoSend {
	font-weight: bold;
	color: #FF0000;
}

.pageids tr td {
	width: 20px;
	text-align: center;
}

.thumbgametitle {
	font-size: 15px;
	font-family: Arial, Helvetica, Verdana;
	color: #D53329;
	font-weight: bold;
	height: 18px;
}

.games_online {
	font-size: 15px;
	font-family: Arial, Helvetica, Verdana;
	color: #282828;
	font-weight: bold;
	height: 18px;
}

.myfriends {
	font-family: verdana;
	font-size: 10px;
	color: #3989dc;
	font-weight: bold;
}

.mailtitle {
	font-weight: bold;
}

.profiletable_female {
	background-color: #fed9f2;
}
.profiletable_male {
	background-color: #d8e8f9;
}

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

.currentpage {
	font-weight: bold;
}

.otherpage {
	color: #AAAAAA;
	font-weight: normal;
}


#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:270px;
width:310px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:5px;
}
#popupContact h1{

font-family: Arial, Verdana, Helvetica;
font-weight: bold;
font-size: 18px;

text-align:left;
color:#3989DC;

}
#popupContactClose{
font-weight:bold;
font-size:14px;
line-height:14px;
right:6px;
top:4px;
color:#6fa5fd;
font-weight:700;
display:block;
}

#popupProfile{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:270px;
width:426px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:5px;
}
#popupProfile h1{

font-family: Arial, Verdana, Helvetica;
font-weight: bold;
font-size: 18px;

text-align:left;
color:#3989DC;

}
#popupProfileClose{
float:right;
font-size:14px;
line-height:14px;
right:6px;
top:4px;
color:#6fa5fd;
font-weight:700;
display:block;
}


#button{
text-align:center;
}