body {
	height:100%;
        font-family: Arial;
        font-size:12px;
        margin:0;
        padding-bottom:40px;
        background: url(/img/global_back.gif) repeat;
}

a:link, a:visited {
	text-decoration:none;
}
img {
	border:none;
}
.MainTable {
	border: 5px solid #FFFFFF;
	width:977px;
	height:100%;
}

.MainBorder {
	height:100%;
	border: 1px solid #000000;
	margin-left:auto;
	margin-right:auto;
	width:977px;
	margin-top:20px;
}

.logo {
        background: #FFF url(/img/logo_background.gif) top right no-repeat;
	height: 78px;
}

.LogoHolder {
	float:left;
	width: 300px;
}

.TopNav {
	padding-top:10px;
	color: #B7250C;
	line-height:20px;
	float: right;
	width:150px;
}
.TopNav a {
	color: #B7250C;
	font-weight:bold;
}
.TopNav a:visited {
        color: #B7250C;
        font-weight:bold;
}

.header {
	background: #B7250C url(/img/header_background.gif) top right no-repeat;
	height:27px;
	border-bottom:1px solid #FFFFFF;
}
.header td {
	padding-left:15px;
}

.header td a { 
	color:#F7EA8B;
	font-weight:bold;
}

.header td a:hover {
        color:#7AD3F7;
        font-weight:bold;
}

.leftnav {
	vertical-align:top;
	width:164px;
	color:#000000;
	line-height:18px;
	border-right: 1px solid #FFFFFF;
	background : #E4F1D3 url(/img/left_background.gif) bottom left no-repeat;
}

.leftnav a {
	color:#000000;
        font-weight: normal;	
}

.leftnav a:visited {
        color: #000000;
        font-weight: normal;
}

.leftnav div {
	padding-top:45px;
	padding-left:10px;
	padding-right:3px;
	padding-bottom:30px;
}

.section {
	background : url(/img/left_section_background.gif) top left no-repeat;
}
.section a {
	color: #000000;
	font-weight: normal;
}
.section a:visited {
        color: #000000;
        font-weight: normal;
}

.quicklinks {
	margin-top: 5px;
	border-top: 5px solid #FFFFFF;
        background : url(/img/quicklinks_background.gif) top left no-repeat;
	height:200px;
}


.maincontent {
	color :#333333;
	padding:10px;
        vertical-align:top;
	width:792px;
	background-color:#d3d1d1;
	height:300px;
}
.maincontent a, a:visited {
	font-weight:bold;
        color: #B7250C;

}

.maincontent a:hover {
        font-weight:bold;
        color:#333333;
}


.greenbtnL {
	padding:0px;
	margin:0px;
	border:none;
	height:26px;
	background : url(/img/greenbtn_L.gif) top left no-repeat;
	width:100%;
	color:#FFFFFF;
	font-weight:bold;
}
.greenbtnR {
	border:0px;
	background : #22b24b url(/img/greenbtn_R.gif) top right no-repeat;
	padding:0px;
	margin:3px;
	width:160px;
	text-align:center;
}

.clear {
	clear:both;
}

h1 {
	font-size:24px;
	font-weight:bold;
	color: #FFFFFF;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
}
h2 {
	font-size:18px;
	font-weight:bold;
	color: #006600;
	margin-top:10px;
	margin-bottom:0px;
	padding:0px;
}

h3 {
	font-size:12px;
        font-weight:bold;
	color:#B7250C;
	margin:0px;
	padding:0px;	
}

p {
	color:#333333;
	margin-top:0px;
	margin-bottom:10px;
}

.bcrumb {
	font-weight:bold;
	color:#BC530C;
	margin-bottom:10px;
}
.bcrumb a {
	color:#666666;
        font-weight:bold;
}
.divder {
	border-bottom: 1px solid #FFFFFF;
}

.footer {
	width:937px;
	color:#FFFFFF;
	font-weight:bold;
	margin:auto;
	text-align:center;
}
.footer a {
	font-size:11px;
	color:#FFFFFF;
        font-weight:bold;
}

.datatable {
	border: 5px solid #FFFFFF;
}

.datatable th {
	background-color:#7bd3f7;
	color: #FFFFFF;
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	padding:5px;
}

.datatable .subhead {
	color:#0075be;
	font-size:13px;
	font-weight:bold;
}
.datatable td {
	padding-left:10px;
	color: #000000;
        padding-top:3px;
        padding-bottom:3px;
}

.formtable td {
	padding-top:3px;
	padding-bottom:3px;
}

.divider {
	border-top: 1px solid #FFFFFF;
	width:100%;
}

.resourcetopics td {
	border-bottom: 1px solid #FFFFFF;
}

.rheader a {
        font-size:18px;
        font-weight:bold;
        color: #006600;
        margin-top:10px;
        margin-bottom:0px;
        padding:0px;
}

span.cke_button a.cke_button_budgettable span.cke_label{ display:inline; }


.RevInsert, .RevInsert > div, .RevInsert > p, .RevInsert > table, .RevInsert > span
{
	/*background-color: #e6ffe6;*/
	color: green;
	
}

.RevDelete, .RevDelete > div, .RevDelete > p, .RevDelete > table, .RevDelete > td, .RevDelete > span
{
	/*background-color: #ffe6e6;*/
	color:red;
	text-decoration: line-through;
}

.highlight_red
{
	color : #990000;
}

