.sidebox h1, .filled, input.tb_sideboxtitle, .filled textarea.ta_sideboxcontents
{
	background-color: #ff8c00;
}
.breadcrumb, .breadcrumb a, #col_2 a, h2
{
	color: #ff8c00;
}
.sidebox a, #col_3 a
{
    color: #ff8c00;
}
.sidebox .filled a
{
    color: #ffffff;
}



/* PROJECT WIZARD beg */
.projectWizard
{
    width: 470px;
}
.competitionStep
{
	width: 100%;
}
.competitionStep label, .competitionSubStep label
{
    float: left;
	width: 150px;
}

.projectWizardTitle
{
    width: 150px;
    float: left;
}

.inputDescriptor
{
    display: block;
    margin-left: 150px;
	width: 280px;
	color: #888888;
}
.competitionSubStep
{
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
}

table.stepTable
{	
	width: 100%;
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #888888;
}
table.stepTable td
{
	padding: 0px;
}
td.td1
{	vertical-align: bottom;
}
td.td2
{
	color: #888888;
	text-align: center;
	
}
td.td2 strong
{
    width: auto;
	color: #000000;
}
td.td3
{	
	text-align: right;
}
.stepInfo
{
	margin-bottom: 20px;
}
.stepInfo li
{
    margin-bottom: 10px;
}
.stepInfo li img
{
    margin-top: 5px;
}
ul.stepList
{
	margin: 0;
	list-style-type: none;
}
ul.stepList li
{
	margin-bottom: 20px;
}

table.cblist td input
{
    float: left;
}

table.cblist td label
{
    float: none;
}
/* PROJECT WIZARD end */

