
.dc_summary
{
	padding: 4px;
}

.dc_summary  img
{
	padding:5px; 
	text-align:center;
}


.dc_action
{
}

.dc_content
{
	border: solid 1px #EFBC00;
	width: 100%;
	margin: 0px auto;
	margin-bottom:5px;
	padding:5px;
}

.dc_contest_divider
{
	border-bottom: dotted 1px #EFBC00;
	width: 100%;
	clear:both;
	float:none;
	height:1px;
	padding:0;
	margin:0;
}
.dc_entry_divider
{
	border-bottom: solid 1px #EFBC00;
	width: 100%;
}
.dc_subhead
{
	float: left;
	width: 100%;
	background-color: trasnparent;
}


.dc_subhead_message
{
	width: 100%;
	text-align: center;
}

.dc_ent_tablesummary
{
}
.dc_ent_tablelist
{
	background-color: #000000;
	border:1px solid #1B3153;
}


.dc_ent_listitem
{
	text-align: center;
	margin: 0px;
	padding:15px 0 15px 0;
	height:auto;
}

.dc_winner
{
	background-color: #transparent;
}
.dc_ent_detail
{
	text-align: center;
}

div.dig_conpics img
{
	border:7px solid #ffffff;
	margin:0;
	padding:0;
}




/*tabs*/

.animatedtabs{
border-bottom: 0px solid gray;
overflow: hidden;
width: 100%;
font-size: 14px; /*font of menu text*/
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 0px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: white;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

/*..............jonicode............*/