#cvext-conf-dashtoc {
	/* Tabs */
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	/* @embed */
	background-image: url(images/dashboard-break.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#cvext-conf-dashtoc li {
	/* Tab */
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 1px;
	height: 2.25em;
	white-space: nowrap;
	list-style-type: none;
	list-style-image: none;
	/* @embed */
	background-image: url(images/dashboard-break.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#cvext-conf-dashtoc li:first-child {
	margin-left: 1px;
}

#cvext-conf-dashtoc a {
	display: inline-block;
	position: relative;
	color: #0645ad;
	padding: 0.5em;
	text-decoration: none;
	background-image: none;
	font-size: 0.9em;
}

#cvext-conf-dashtoc a:hover,
#cvext-conf-dashtoc a:focus {
	text-decoration: underline;
}

#cvext-conf-dashtoc li.selected a {
	/* @embed */
	background-image: url(images/dashboard-fade.png);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #333333;
	text-decoration: none;
}

#dashboard {
	float: left;
	width: 100%;
	margin: 0;
	margin-top: -2px;
	clear: both;
	border: solid 1px #cccccc;
	background-color: #f9f9f9;
	/* @embed */
	background-image: url(images/dashboard-base.png);
}

#dashboard fieldset {
	border: none;
	border-top: solid 1px #cccccc;
}

#dashboard fieldset.dashsection {
	border: none;
	padding: 0;
	margin: 1em;
}

#dashboard legend {
	color: #666666;
	background: transparent;
}

#dashboard fieldset.dashsection legend.mainLegend {
	display: none;
}

#dashboard td {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

td.mw-label {
	text-align: left;
}

.cvext-ajax-section {
	position: fixed;
	margin-top: 50px;
    margin-left: 400px;
    z-index: 5;
    padding: 20px;
    background: #fff;
    box-shadow: 10px 10px 10px #ccc;
    border: solid 1px #ccc;
    width: 350px;
    height: 125px;
}

.cvext-ajax-orgeditsection,
.cvext-ajax-loceditsection {
	height: 200px;
}

.cvext-ajax-delsection {
	width: 250px;
	height: 151px;
	padding: 0px;
}

.cvext-ajax-evteditsection {
	height: 300px;
}

.cvext-ajax-evteditsection div.cvext-extra-msg {
	color: #1f1f1f;
	font-style: italic;
}

.cvext-ajax-confeditsection {
	margin-top: 5px;
	margin-left: 300px;
	width: 550px;
	height: 390px;
}

.cvext-opaque-background {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1;
	display: block;
	height: 100%;
	opacity: .6;
	background: white;
}

.cvext-ajaxform {
	border: solid 3px #cccccc;
}

#cvext-ajax-delform {
	margin-left: 60px;
	margin-top: 45px;
}

.cvext-inactive-span {
	color: #ccc;
}

#cvext-ajaxmsgfail {
	margin: .3em;
	padding: .5em;
	position: absolute;
	border:	solid 1px #ccc;
	width: auto;
	background:	white;
	opacity: .8;
}

img.closeIcon {
	float: right;
	clear: both;
}

td.textCenter {
	text-align: center;
}

.cvext-ajax-orgeditsection p,
td.cvext-dashpage-ajaxmsg {
	color: #1f1f1f;
	font-style: italic;
}

p.errAjax {
	background: #ffadad;
	color: #827878;
	font-style: italic;
	margin-left: 3px;
	margin-right: 3px;
}

p.noerrAjax {
	background: #adffad;
	color: #827878;
	margin: 10px 3px 0 3px;
}

table.cvext-dash-tblevt {
	width: 80%;
}
