form {
	clear: both;
}
fieldset {
	border: 0px;
}
fieldset legend {
	display: none;
}
fieldset fieldset {
	border-top: 1px solid #CCCCCC;
	margin-top: 20px;
}
fieldset fieldset legend {
	color: #0078F0;
	display: inline;
	font-weight: bold;
}
fieldset fieldset table {
	margin-top: 8px;
}
fieldset.hide {
	display: none;
}
label {
	font-weight: bold;
}
input, textarea {
	width: 99%;
}
    input#proj_duration {
            width: 90%;
    }
input.option {
	width: auto;
}
input.submit {
	font-weight: bold;
	padding: 5px;
	width: auto;
}
input.imgbut {
	width: auto;
}
input, textarea, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
label.option {
	font-weight: normal;
}
form td {
	padding: 4px;
}
span.q {
	font-weight: bold;
}

ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	float: left;
	margin: 0px 2px 0px 0px;
	width: 130px;
}
ol li a:link, ol li a:visited {
	color: #999999 !important;
	display: block;
	text-decoration: none;
	width: 100%;
	height: 70px;
	font-weight: normal;
}
ol li span {
	border-bottom: 4px solid #999999;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 2px;
}
ol li.active a:link, ol li.active a:visited {
	color: #FF812D !important;
}
ol li.active a span {
	border-bottom-color: #FF812D;
}
ol li.error a:link, ol li.error a:visited {
	color: #FF7777;
	font-weight: normal;
}
ol li.error a span {
	border-bottom-color: #FF7777;
}
.unorphan {
	white-space: nowrap;
}
.unorphan input {
	width: 94%;
}
p.error, div.error {
	background-color: #FFD2D2;
	background-image: url(../images/admin/icon_error.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	color: #FF0000;
	padding: 10px 35px;
}

.error p {
	margin: 0px;
}

td.error {
	color: #FF0000;
}

.error a:link, .error a:visited {
	color: #FF0000;
	font-weight: bold;
}

.declaration input {
	float: left;
	margin-right: 10px;
	width: auto;
}
.declaration label {
}

p.important {
	color: #FF0000;
	font-weight: bold;
}

div.team_participant {
	background-color: #D8D8D3;
}



/* wforms */
.duplicateLink {
	background-color: #FFFFC1;
	border: 3px solid #D8D8D3;
	display: block;
	font-size: 9px;
	margin: 15px 0px;
	padding: 5px;
	text-align: center;
}

.removeLink {
	background-color: #FFFFC1;
	border: 3px solid #D8D8D3;
	border-bottom: 1px dotted #8D8D81;
	display: block;
	font-size: 9px;
	margin-top: 15px;
	padding: 3px;
	text-align: right;
}

#team_l_yep_funded div,
#team_l_other_xp div,
#team_l_yep_training div{
	background-color: #f4f4f4;
}
#team_f_yep_funded div,
#team_f_yep_training div,
#team_f_other_xp div,
.team_p_other_xp div {
	background-color: #f4f4f4;
}

#team_l_yep_funded .duplicateLink,
#team_f_yep_funded .duplicateLink,
#team_l_yep_training .duplicateLink,
#team_f_yep_training .duplicateLink,
#team_l_other_xp .duplicateLink,
#team_f_other_xp .duplicateLink,
.team_p_other_xp .duplicateLink,
#yep_endorsement .duplicateLink {
	background-color: transparent;
	border: 0px;
	margin: 0px;
	text-align: right;
}

#team_l_yep_funded .removeLink,
#team_f_yep_funded .removeLink,
#team_l_yep_training .removeLink,
#team_f_yep_training .removeLink,
#team_l_other_xp .removeLink,
#team_f_other_xp .removeLink,
.team_p_other_xp .removeLink,
#yep_endorsement .removeLink {
	background-color: transparent;
	border: 0px;
	text-align: right;
	margin: 10px 0px 0px 0px;
}

#team_l_yep_funded .removeable,
#team_l_yep_training .removeable,
#team_l_other_xp .removeable {
/*	background-color: #A1A194;*/
}
#team_f_yep_funded .removeable,
#team_f_yep_training .removeable,
#team_f_other_xp .removeable,
.team_p_other_xp .removeable {
/*	background-color: #ABAB9E;*/
}

fieldset div#team_leader {
/*	background-color: #AEAEA3;*/
}

fieldset div#team_facilitator {
/*	background-color: #C2C2B8;*/
}

