/*
div#cdetail_leaders {
float: left;
width: 48%;
margin: 2px 0;
}
div#cdetail_gameplay {
float: right;
width: 48%;
margin: 2px 0;
}
*/
div#cdetail_locations {
margin: 2px 0;
}
div#cdetail_prizes {
/*
border-bottom: 1px solid #CDCDCF;
*/
}
div#cdetail_padding {
background-color: #FFF; height: 5px; width: 100%;
border-top: 1px solid #CDCDCF;
border-bottom: 1px solid #CDCDCF;
}
div.clear {
clear: both;
}
/* this really needs to be promoted! */
tr.odd {
background-color:#E8E9EA;
}
tr.even {
background-color:#DBDCDD;
}
img.avatarURL {
float: left; 
padding-right: 5px;
height:38px; 
width:38px;
}
span.handle,
span.handle a {
font-size: 11pt; font-weight: bold;
}
div.mailto {
width:160px; overflow:hidden; text-overflow: ellipsis;
}
td.score {
width:100px;text-align:center;
}
td.rank {
width:50px;text-align:center;
}
td.avatarURL {
width:50px;text-align:center;
}
td.handle {
width:200px;text-align:left;
}
div#comp_cancel {
width: 100%;
text-align: center;
/*
position: absolute;
bottom: 5px;
*/
margin-top: 100px;
}
/* remove double border */
table.data-table {
border: none;
}
/* trick to make the two columns the same height, with a border http://www.ejeliot.com/blog/61 */
#container { 
float: left; 
/* hack for bottom border */
background: url(/components/com_buzztimesite/images/border-bottom-cdcdcf.gif) bottom center no-repeat; 
padding-bottom: 1px; 
}
#inner { 
float: left; 
overflow: hidden; 
}
#inner .col1,
#inner .col2 { 
float: left; 
border: 1px solid #cdcdcf; 
width:362px; /* accounts for borders and margins */
margin-right: 10px; 
margin-bottom: -1000px; /* this is what sizes the columns */ 
padding-bottom: 1000px; /* this is what sizes the columns */
}
#inner .col2 { 
margin-right: 0; 
}
.clear { 
clear: both; 
padding-top: 10px; 
}

/* override, need narrower tile */
div.ptile {
width: 260px !important;
}
div.ptile div.ptile_right {
width: 205px !important;
}
