@charset "utf-8";
/* CSS Document */



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* CSS General Texts */

.title_white {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.text_white_10{
	font-size: 10px;
	color: #FFFFFF;
}
.text_white_11{
	font-size: 11px;
	color: #FFFFFF;
}

.text_white_12{
	font-size: 12px;
	color: #FFFFFF;
}

.text_black_10{
	font-size: 10px;
	color: #000000;
}
.hints_tips {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.hints_tips2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

/* CSS Calandar Events*/

.freeentry {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.day {
	font-size: 11px;
	color: #52c0ff;
	font-weight: bold;
	background-color: 656666;	
}
.prizepool {
	font-size: 10px;
	color: #ffffff;
	background-color: 656666;	
}
.location {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.address {
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
}
.hr{
color: #ffffff;
height: 1px;
}

/* CSS Events Page*/

.event_title {
	font-size: 16px;
	color: #52c0ff;
	font-weight: bold;
}

.event_title2 {
	font-size: 14px;
	color: #ffcf41;
	font-weight: bold;
}

.event_day {
	font-size: 12px;
	color: #52c0ff;
	font-weight: bold;
}

/* CSS Poker Room Page*/

.address_poker {
	font-size: 11px;
	color: #ffcf41;
}

.top_headings {
	font-weight: bold;
	color: ed1c25;
	background-color: #353535;
	font-size: 13px;
}




/* CSS Borders */

.border_white_content {
	border: thin solid #FFFFFF;
}
.border__white {
	border: 1px solid #FFFFFF;
}
/* CSS Backgrounds */



.bg_title {background-image: url(../images/backgrounds/bg_title.jpg);}
.bg_title2 {background-image: url(../images/backgrounds/bg_title2.jpg);}

.bg_left {background-image: url(../images/backgrounds/left.jpg);}
.bg_right {background-image: url(../images/backgrounds/right.jpg);}
.bg_top  {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.blackborder {
	border: 1px solid #000000;
}

/* CSS Forms */



.quickquote {
	width:170px;
	border: 1px solid #ffffff;
	FONT-SIZE: 10px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	background-color:#666666;
}
.quickquotePD {
	width: 170px;
	height: 50px;
	FONT-SIZE: 10px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	border: 1px solid #ffffff;
	background-color:#ffffff;
}
