body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.SiteWidth {
	width: 780px;
}

.border_grey_all {
	border: 1px solid #999999;
}

a:link, a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF6666;
}

.head_bg {
	background-image: url(images/head_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/**** footer ****/
#footer {
	margin-top: 4px;
	margin-bottom: 4px;
}

#footer td {
	font-size:10px;
	padding: 4px;
	color: #FFFFFF;
	background-color: #666666;
}
#footer a:link, #footer a:visited {
	padding: 3px;
	text-decoration: none;
	color: #FFFFFF;

}

#footer a:hover{
	background-color: #990000;
	text-decoration: none;
}

/**** end footer ****/

/**** top nav ****/

#topNav{
	margin: 0px;
	background-image: url(images/nav_upper_bg.gif);
	background-repeat: repeat-x;
	height: 29px;
	text-align: center;
	vertical-align: middle;

}

#topNav a:link, #topNav a:visited {
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

#topNav a:hover{
	background-color: #990000;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
/**** end nav ****/

/**** sideNav ****/

#sideNav{
	vertical-align: middle;
}

#sideNav a:link, #sideNav a:visited {
	display: block;
	padding: 3px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

#sideNav a:hover{
	background-color: #990000;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
/**** end sideNav ****/

.paragraph {
	font-size: 12px;
	color: #000000;
	padding: 4px;
}
.border_red_lrb {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #880000;
	border-bottom-color: #880000;
	border-left-color: #880000;
}
.content_tbl_main {
	margin-top: 0px;
}
.img_margin_r {
	margin-right: 4px;
}
.LTxt {
	font-size: 14px;
}
.XLTxt {
	font-size: 16px;
}
.wTxt {
	color: #FFFFFF;
}
.border_red_LR {

	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #880000;
	border-left-color: #880000;
}
.smallTxt {
	font-size: 10px;
}
.greyTxt {
	color: #666666;
}
.img_margin_l {
	margin-left: 4px;
}
.navLeft_td {
	background-image: url(images/8.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.tab_title {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/tabs/tab_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 4px;
}
.tab_border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.tab_border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.tab_border_LR {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
.tab_border_b {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.ErrorMessage {
	font-size: 18px;
	color: #900;
	background-color: #FFC;
	border: 1px solid #FC6;
	padding: 8px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	background: black url(images/admin_nav/blockdefault.gif) center center repeat-x;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 2px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/admin_nav/blockactive.gif) center center repeat-x;
}


[if IE]
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
[endif]
p {
	margin: 0px;
}
