/* BODY */
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: auto;
}
html, body {
	height: 100%;
}
body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	background-color: #135db6;
	background-image: url(http://assets.prizelive.com/images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	margin: 0px;
}
body.games {
	color: #ffffff;
	background: #000000;
	padding-top: 20px;
}

/* LINKS */
a {
	color: #0f408d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.link {
	cursor: pointer;
	cursor: hand;
}

/* COLORS */
.grey {
	color: #CCC !important;
}
.lgrey {
	color: #DDD !important;
}
.mgrey, .mgrey a {
	color: #AAA !important;
}
.dblue, .dblue a {
	color: #0f408d !important;
}
.dgreen, .dgreen a {
	color: #377e04 !important;
}
.white, .white a {
	color: #FFF !important;
}
.red, a.red {
	color: #F00 !important;
}
.black, .black a {
	color: #000 !important;
}
.blue, .blue a {
	color: #0000FF !important;
}

/* FONT STYLES/SIZE */
.b {
	font-weight: bold;
}
.i {
	font-style: italic;
}
.u {
	text-decoration: underline;
}
.c {
	text-align: center;
}
.r {
	text-align: right !important;
}
.med {
	font-size: 14px !important;
}
.sm {
	font-size: 11px !important;
}
.xsm, .small {
	font-size: 10px !important;
}
.xxsm {
	font-size: 9px;
}
big, .big {
	color: #0f408d;
	font-size: 16px;
	font-weight: bold;
}

/* FORM ELEMENTS */
form {
	margin: 0px;
}
input[type=text], input[type=password] {
	border: 1px solid #888888;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	margin: 0px;
	padding: 1px;
	line-height: 15px;
	height: 15px;
}
input[type=text].inputsmall, input[type=password].inputsmall {
	font-size: 11px;
	margin: 0px;
	padding: 1px;
	line-height: 11px;
	height: 11px;
}
.req, .required, .error {
	color: #F00;
	font-weight: bold;
}

/* TAGS */
img {
	border: 0px;
}
.avatar {
	max-width:65px;
	max-height:65px;
	width:auto;
	height:auto;
}
ol, ul {
	margin-top:0px;
	margin-bottom:0px;
}

/* BOX AREA */
.b1 {
	background: url(http://assets.prizelive.com/images/topleft.gif) no-repeat top left;
}
.b2 {
	background: url(http://assets.prizelive.com/images/topright.gif) no-repeat top right;
}
.b3 {
	background: url(http://assets.prizelive.com/images/border.gif) repeat-x top #FFFFFF;
	margin: 0px 8px;
	height: 8px;
}
.b4 {
	background: url(http://assets.prizelive.com/images/border.gif) repeat-y left #FFFFFF;
}
.b5 {
	background: url(http://assets.prizelive.com/images/border.gif) repeat-y right;
	padding: 0px 8px;
}
.b6 {
	background: url(http://assets.prizelive.com/images/botleft.gif) no-repeat bottom left;
}
.b7 {
	background: url(http://assets.prizelive.com/images/botright.gif) no-repeat bottom right;
}
.b8 {
	background: url(http://assets.prizelive.com/images/border.gif) repeat-x bottom #FFFFFF;
	margin: 0px 8px;
	height: 8px;
}

/* SEPARATORS */
.hr {
	line-height: 1px;
	height: 1px;
	background-color: #bcbcbc;
	margin: 0px 16px;
}
.hr2 {
	line-height: 1px;
	height: 1px;
	background-color: #bcbcbc;
	margin: 16px 0px;
}
.border {
	border: 1px solid #bcbcbc;
}
.border2 {
	border: 1px solid #0a3663;
}

/* ALERTS */
.alertError {
	padding: 4px;
	border: 1px solid #bcbcbc;
}
.alertError div {
	padding: 1px;
	padding-left:20px;
	margin-bottom: 2px;
	background: url(http://assets.prizelive.com/images/icons/error.png) no-repeat left top;
}
.alertError div span {
	color: #FF0000;
	padding: 1px;
	font-weight: bold;
}
.alertSuccess {
	padding: 4px;
	border: 1px solid #bcbcbc;
}
.alertSuccess div {
	padding: 1px;
	padding-left:20px;
	margin-bottom: 2px;
	background: url(http://assets.prizelive.com/images/icons/bell.png) no-repeat left top;
}
.alertSuccess div span {
	color: #013d82;
	padding: 1px;
	font-weight: bold;
}

/* FOOTER */
.footer, .footer a {
	color: #FFFFFF;
	font-size: 12px;
}

/* TABLES */
table.table {
	border: 1px solid #0a3663;
	border-collapse: collapse;
	padding: 0px;
	width: 100%;
	background: #FFF;
}
table.table tr.th th {
	text-align: left;
	padding: 3px;
	border-top: 1px solid #0a3663;
	border-bottom: 1px solid #0a3663;
	background: url(http://assets.prizelive.com/images/tableTH.gif) repeat-x top #105092;
	color: #ffffff;
	font-weight: bold;
}
table.table tr.th th a {
	color: #ffffff;
}
table.table tr.td td {
	padding: 3px;
	border-bottom: 1px solid #0a3663;
}
body.popup table tr.td td {
	background: #FFF;
	color: #000000;
}
table.table tr.td td table.none td {
	border: 0px;
}
table.table tr.light td {
	background: #bcbcbc;
	border-bottom: 1px solid #0a3663;
}
table.table tr.lighted td, table.table tr td.lighted {
	background: #E5F1FD;
	border-bottom: 1px solid #0a3663;
}
table.table tr td table tr.lighted td {
	border: 0px;
}
table.table td.bLeft {
	border-left: 1px solid #0a3663;
}
table.table td.bTop {
	border-top: 1px solid #0a3663;
}
table.table td.bRight {
	border-right: 1px solid #0a3663;
}
table.table td.bBot {
	border-bottom: 1px solid #0a3663;
}
table.tableNav {
	table-layout: fixed;
	width:100%;
	text-align: center;
	border: 0px;
}
table.tableNav td {
	padding: 0px;
}
table.tableNav td:first-child div {
	margin-left: 0px;
}
table.tableNav td div {
	margin-left: 4px;
	border: 1px solid #0a3663;
	padding: 2px;
	cursor: pointer;
	cursor: hand;
	background: url(http://assets.prizelive.com/images/tableTH.gif) repeat-x top #105092;
	color: #ffffff;
	font-weight: bold;
}
table.tableNav td.white div {
	background: #FFFFFF;
	color: #0f408d;
}
table.tableNav td.light div {
	background: #1f8cca;
	color: #ffffff;
}
table.tableNav td.lighter div {
	background: #E5F1FD;
	color: #0f408d;
}
table.tableNav td div:hover {
	background: #FFFFFF;
	color: #0f408d;
}
table.split {
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
table.form {
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
	width: 100%;
}
table.form td.td1 {
	width: 20%;
}
table.form td.td2 {
	width: 60%;
}
table.form td.td3 {
	width: 20%;
}
table.form td.td2-3 {
	width: 80%;
}
table.form td.tdb1 {
	width: 25%;
}
table.form td.tdb2-3 {
	width: 75%;
}
table.form td {
	padding: 3px;
}

/* BOXES */
div.th {
	padding: 3px;
	border: 1px solid #0a3663;
	background: url(http://assets.prizelive.com/images/tableTH.gif) repeat-x top #105092;
	color: #ffffff;
	font-weight: bold;
}
div.th a {
	color: #ffffff;
}
div.td {
	padding: 3px;
	border: 1px solid #0a3663;
	border-top: 0px;
}
div.lighted {
	background: #E5F1FD;
}
.boxgreen {
	border: 2px solid #00FF00;
	background: #ECFFEC;
	padding: 4px;
}
.boxred {
	border: 2px solid #FF0000;
	background: #FFF0F0;
	padding: 4px;
}

/* POPUP */
body.popup {
	color: #FFF;
}
body .popup2 {
	padding: 8px;
}
body.popup a {
	color: #FFF;
	text-decoration: underline;
}
body.popup big {
	color: #FFF;
}

/* STATUS COLORS */
.table .status0, .table .status0 a
{
	background: #FF00FF;
	color: #FFFFFF;
}
.table .status1, .table .status1 a
{
	background: #FFFFFF;
	color: #000000;
}
.table .status2, .table .status2 a
{
	background: #FF0000;
	color: #FFFFFF;
}
.table .status3, .table .status3 a
{
	background: #0000FF;
	color: #FFFFFF;
}
.table .status4, .table .status4 a
{
	background: #000000;
	color: #FFFFFF;
}
.table .status12, .table .status12 a
{
	background: #FF0000;
	color: #FFFFFF;
}
.table .status5, .table .status5 a
{
	background: #0F0;
	color: #000;
}
.table .status6,
.table .status6 a,
.table .status7,
.table .status7 a,
.table .status8,
.table .status8 a,
.table .status9,
.table .status9 a,
.table .status10,
.table .status10 a,
.table .status11,
.table .status11 a
{
	background: #FF00FF;
	color: #FFFFFF;
}
.tableNav .status3 div, .tableNav .status3 div a
{
	background: #0000FF;
	color: #FFFFFF;
}
.tableNav .status4 div, .tableNav .status4 div a
{
	background: #000000;
	color: #FFFFFF;
}
.tableNav .status5 div, .tableNav .status5 div a
{
	background: #FF00FF;
	color: #FFFFFF;
}
.tableNav .status12 div, .tableNav .status12 div a
{
	background: #FF0000;
	color: #FFFFFF;
}

/* OFFERS */
.offer1 {
	width: 35%;
}
.offer2 {
	width: 20%;
}
.offer2_span {
	width: 65%;
}
.offer3 {
	width: 35%;
}
.offer4 {
	width: 10%;
	text-align:right;
}
.offerGrid {
	width:200px;
	height:23px;
	background:url(http://assets.prizelive.com/images/grid100.png);
	margin: 0px auto;
	text-align: left;
}
.offerGridFill {
	background:url(http://assets.prizelive.com/images/gridFill.gif);
	height:11px;
	margin-left:7px;
}

/* PADDING */
.pt {
	padding-top: 4px;
}

/* BACKGROUNDS */
.bgyellow, td.bgyellow {
	background-color: #FF9 !important;
}
