.interfemGrayText {
    color: Gray;
}

.sectionHeadline {
	width: 550px;	
}

.cvDashboard {
	width: 550px;	
	background: url(/media/assets/post.background.png) repeat-x 0 top;	
}

.publicCvList {
	color: #00C499;
	font-weight: bold;
	list-style-type: none;
}

.publicCvList ul {
	color: black;
	font-weight: normal;
	list-style-type: none;
	margin-bottom: 2em;
}

.publicCvNext {
    margin-right: 20px;
}

.publicCvPrev {
    margin-left: 20px;
}

.publicCvNumbers {
    margin-right: 20px;
    margin-left: 20px;
    display: none;
}
.publicCvNumbers a {
    margin-right: 10px;
    margin-left: 10px;
}

.publicCvPagination {
    width: 500px;
    text-align: center;
}


.topLeft {
	-moz-border-radius-topleft: 10px; 
	-webkit-border-top-left-radius: 10px;
}

.topRight {
	-moz-border-radius-topright: 10px; 
	-webkit-border-top-right-radius: 10px;
}

.cvItem {
	width: 550px;
	-moz-border-radius-topleft: 10px; 
	-moz-border-radius-topright: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;	
}

.cvItemHeading {
	text-align: right;
	border-bottom: 1px solid white;
	background-color: #00C499;
	-moz-border-radius-topleft: 10px; 
	-moz-border-radius-topright: 10px; 
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	height: 20px;
}

.prompt {
	width: 200px;
	text-align: right;
	vertical-align: top;
	padding-top: 12px;
	font-weight: bold;
}

.promptInfo {
	
}

.userInputSingleLine {
    width: 550px;
    padding-left: 15px;
    font-weight: bold;
}

.userInput {
	width: 350px;
}

.userInputString {
	width: 330px;
}

.userInputTextarea {
	width: 330px;
	height: 80px;
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.userInputTextareaFullWidth {
	width: 500px;
	height: 100px;
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 15px;
}

.addCvItem {
	float: right;
	line-height: 2em;
	padding-right: 10px;
}

.addCvItem a, .addCvItem a:visited {
	font-weight: bold;
	color: #00C499;
	text-decoration: none;
}

.removeCvItem a, .removeCvItem a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.codebehind {
	display: none;
}

/* @group Gradient Background */

.cvItem {
	background: url(/media/assets/post.background.png) repeat-x 0 top;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, white),  color-stop(1.0, silver));
}

/* @end */