.registration
{
	
}
.registration hr
{
	color: transparent;
	border: 0px transparent none;
	border-bottom: 1px solid #dfdfdf;
}
.error
{
	color: red;
} 
.headerRow
{ 
	clear: both;
	background: none repeat scroll 0 0 #0079c2;
	color: #fff;
    /*border-bottom: 1px solid #ABA48D;*/
    padding: 5px 0px 5px 5px;
	font-weight: bold;
	margin-top: 10px; 
}
.fieldRow
{
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 10px; 
}
.fieldRowLined
{
	width: 100%;
	clear: both;
	float: left;

	border-bottom: 1px solid #ABA48D;
}
.fieldRow .full
{
	width: 100%;
}
.fieldRow .lined
{
	border-bottom: 1px solid #ddd;
}
.fields .button
{
	margin: 20px 0 0 0;
}
.fieldRow .left-button
{
	width: 50%;
}
.fieldRow .right-button
{
	text-align: right;
	width: 50%;
}
.fields
{
	position: relative;
}
.fields fieldset
{
	border: 1px solid #DFDFDF;
	margin: 1em 0;
	padding: 1em;
}
.fields fieldset legend
{
	
	font-size: 1.35em;
}

.field
{
	float: left;
	margin: 5px 10px 3px 0px;
}
.field input,
.field select,
.field textarea
{
	vertical-align: middle;
}
.field div.label
{
	margin-bottom: 5px;
	font-weight: bold;
}
.field label
{
	display: block;
}
/*.field label input
{
	vertical-align: text-bottom;
}*/
.inline label
{
	display: inline;
}
.clear
{
	height: 0;
	font-size: 0;
	clear: both;
}
.description
{
	padding: 1em 0 0 0;
}


.positions h2
{
	/*background: #0079c2;*/
	color: #FFF;
	padding: 3px 2px 2px 5px;
	/*border-bottom: 1px solid #D0CDC3;*/
}
.positions ul
{
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}

.positions .description ul
{
	padding-left:20px;
	list-style: disc;
}

.positions ul li
{
	padding: 2px 0px 2px 5px;
	border-bottom: 1px solid #DFDFDF;
}

.positions .description ul li
{
	padding: 0;
	border-bottom: 0;
}

.positions ul li div.title
{
	
	line-height: 30px;
	float: left;
}
.positions ul li div.link
{
	background: url( "/_images/positionprofile.gif" ) top left no-repeat;
	height: 30px;
	width: 115px;
	float: right;
}
.positions ul li div.link a
{
	color: #3A3303;
	display: block;
	line-height: 30px;
	width: 115px;
	text-align: center;
}
.positions ul li div.link a:hover
{
	text-decoration: none;
} 



.positions .description
{
	padding: 3px 2px 2px 5px;
}

.positions ul li div.name
{
	font-weight: bold;
	min-width: 200px;
	line-height: 2em;
	float: left;
}
.positions ul li div.value
{
	
	line-height: 2em;
	float: left;
}
.positions ul li div.value a
{
	color: #3A3303;
	display: block;
	line-height: 30px;
	width: 115px;
	text-align: center;
}

.positions div.link
{
	background: url( "/_images/positionprofile.gif" ) top left no-repeat;
	height: 30px;
	width: 115px;
	float: right;
}
.positions div.link a
{
	color: #3A3303;
	display: block;
	line-height: 30px;
	width: 115px;
	text-align: center;
}
.positions div.link a:hover
{
	text-decoration: none;
} 
/*
.positions form.login label
{
	line-height: 2em;
	text-align: right;
	display: block;
	float: left;
	width: 140px;
	margin-right: 0.5em;
}
*/
.positions form.login input
{
	vertical-align: top;
}

table.skills
{
	width: 100%;
	border-spacing: 0;
}
table.skills th.category
{
	padding-left: 5px;
	text-align: left;
}
table.skills th
{
	padding: 5px 3px;
	background: none repeat scroll 0 0 #0079c2;
	color: #fff;
}
table.skills td
{
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ABA48D;
}
table.skills td div.label
{
	padding: 2px;
}
table.skills td.centered
{
	text-align: center;
}
table.skills td.nospace
{
	white-space: nowrap;
}
.message
{
	color: #d00;
	font-weight: bold;
	margin-bottom: 10px;
	clear: both;
	padding: 5px 0 5px 0px;
}
.positions .message a{
	color: #007ac3;
    text-decoration: underline;
}

.showhide
{
	color: black;
}
.actionBtn,
input#login
{
	padding: 3px 5px;
}