/* competition list */
div.ctile_status {
font-size: 14px;
font-weight: bold;
padding: 5px;
text-transform: uppercase;
}

div.ctile_item {
color: #000000;
}
div.ctile_item a {
text-decoration: underline;
color: #000000;
}

div.ctile_item {
border: 1px solid #cdcdcf;
margin-bottom: 3px;
}
div.ctile_left {
float: left;
width: 100px;
text-align: center;
margin: 5px;
}
div.ctile_middle {
float: left;
width: 400px;
margin: 5px;
}
div.ctile_right {
float: right;
margin: 5px;
text-align: right;
width: 150px;
}
div.ctile_clear {
clear: both;
}
div.ctile_item_name {
font-size: 18px;
overflow: hidden;
text-decoration: underline;
width: 400px;
}
div.ctile_item_description {}
div.ctile_item_dates {}
div.ctile_item_times {}
div.ctile_item_printable {
font-size: 16px;
}
div.ctile_item_tandc {}

/* adtile */
#adtile {
border:1px solid #CDCDCF;
/* without ads height: 90px; */
/*
height: 200px;
*/
overflow: auto;
}
#adtile_gamezoneads {
float: left;
width: 30%;
margin:5px;
}
#adtile_myzoneads {
float: left;
width: 30%;
margin:5px;
}
#adtile_prizes {
float: left;
width: 35%;
margin:5px;
}
.adtile_head {
color: black;
font-size: 14px;
font-weight: bold;
}
.adtile_days {
height: 18px;
display: block;
}
.prize_ord {
font-size: 10px;
display: inline-block;
width: 50px;
text-align: right;
}
.prize_desc {
}
/*
.day_on {
font-weight: bold;
background-color: blue;
}
*/
