h1, h2, h3, h4, h5, h6 {
	color: #ce0000;
}

#header {
	text-align: right;
}

#contentContainer {
	background-color: #ce0000;
}


/* curves */
.topInnerCurvesSingle {
	background: white url(../images/operator_content-main-top-curve-for-single.gif) no-repeat top;
}

.bottomInnerCurvesSingle {
	background: white url(../images/operator_content-main-bottom-curve-for-single.gif) no-repeat bottom;
}

.topInnerCurves {
	background: white url(../images/operator_content-main-top-curve.gif) no-repeat top;
}

.bottomInnerCurves {
	background: white url(../images/operator_content-main-bottom-curve.gif) no-repeat bottom;
}

.topOuterCurves {
	background: url(../images/operator_top_curves_755.gif) no-repeat top;
}

.bottomOuterCurves {
	background: url(../images/operator_bottom_curves_755.gif) no-repeat bottom;
}


/* Operator login */
#operatorContainer {
	margin: 140px auto;
	width: 520px;
	font-size: 1.1em;
}

#operatorContainer #footer {
	width: 520px;
}

#operatorLogin {
	margin: 0 46px;
	color: #ffffff;
	background-color: #ce0000;
}

#operatorLogin form {
	margin: 0;
	padding: 25px 100px;
}

#operatorLogin form a {
	color: #ffffff;
}





/* forms */
th {
	text-align: left;
	vertical-align: top;
	padding: 5px 10px 5px 0;
}

td {
	vertical-align: top;
	padding: 5px 5px 5px 0;
}

.error {
	color: #f00;
}


/* notes */
#notesContainer h3 {
	margin: 30px 0 15px;
	padding: 5px;
	background-color: #CE0000;
	color: #ffffff;
}

#content ul.thread {
	margin: 0 0 15px;
	padding-left: 0;
	list-style-type: none;
	border-bottom: 1px dotted #666666;
	background-color: #fcfcfc;
}

#content ul.comments {
	margin: 10px 0 0;
	padding-left: 15px;
	list-style-type: none;
}

#content ul.thread li {
	margin: 0 0 10px;
}

/*
.operatorTwoColumn
{ 
    background: url(../images/operator_top_curves_755.gif) top right no-repeat;
    clear: both;
}

.operatorContent
{
    margin-left: 205px !important;
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: -348px !important;
    margin-top:0px;
    width: 755px;
    background-color: #ce0000;
    float: left;
    color: #5b5b5b;
	min-height: 551px;
}
*/
