/*==================================
              BODY/HEAD
===================================*/
html, body {margin:0; padding:0; /*width:100%; height:100%; overflow:hidden;*/}

body	{
	background-color: #9f0604;	background-image:url('images/bg-image.png');	/*background-attachment: fixed;*/	/*background-repeat:repeat-x;*/
	font-family: sans-serif;	text-align: center;
/*	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #333399;
	scrollbar-dark-shadow-color: black;
	scrollbar-track-color: #FF4700;
	scrollbar-face-color: #FF4700;
	scrollbar-shadow-color: black;
	scrollbar-highlight-color: #FF4700;
	scrollbar-3d-light-color: #FFFFFF */
}

/*==================================
               TEXT
===================================*/
span.maintext3 {		font-family: Arial;		font-size: 18px;	font-style: none;	color: #424242;	line-height: 19px	}
span.maintext {			font-family: Arial;		font-size: 13px;	font-style: none;	color: #323232;	line-height: 19px	}
span.maintextred {		font-family: Arial;		font-size: 13px;	font-style: none;	color: #9f0604;	line-height: 19px	}
span.maintext-2	{		font-family: Arial;		font-size: 13px;	font-style: none;	color: #424242;	line-height: 19px	}
span.maintitle {		font-family: Arial; 	font-size: 20px;	font-style: none;	color: #9f0604;	font-weight: bold;	}
span.t2 {				font-family: Arial;		font-size: 14px; 	font-style: none;	color: #424242;	font-weight: bold;}
span.datasheettitle {	font-family: Arial;		font-size: 14px; 	font-style: none;	color: #424242;	font-weight: bold;	}
span.breadcrumbs {		font-family: Arial;		font-size: 13px;	font-style: none;	color: #FF4700;	font-weight: bold;	line-height: 19px}
span.columnheader {		font-family: Arial;		font-size: 13px;	font-style: none;	color: #FFFFFF;	font-weight: bold;	}
span.dirlisttitle {		font-family: Arial; 	font-size: 20px;	font-style: none;	color: #9f0604;	font-weight: bold;	}
span.dirlisttext {		font-family: Arial;		font-size: 15px; 	font-style:	none;	color: #9f0604;	}
span.dirlistlink {		font-family: Arial;		font-size: 15px;	font-style: none;	color: #9f0604;	text-decoration: underline;	}
span.upcomevents-titl {	font-family: Arial;		font-size: 15px;	font-style: none;	color: #424242;	}
span.upcomevents-info {	font-family: Arial;		font-size: 12px;	font-style: none;	color: #424242;	}
span.sectionheader {	font-family: Arial;		font-size: 14px;	font-style: none;	color: #333399;	font-weight: bold;	}
span.sectionlist {		font-family: Arial;		font-size: 13px;	font-style: none;	color: #424242;	}
span.datasheetfooter {	font-family: Arial;		font-size: 14px;	font-style: none;	color: #424242;	line-height: 19px	}
span.footertext {		font-family: Arial;		font-size: 10px; 	font-style: none;	color: #FFFFFF;	}
span.login-msg {		font-family: Arial;		font-size: 13px;	font-style: none;	color: #ed1414;	}

/*==================================
               TABLES
===================================*/

table.datasheetfooter	{	width: 75%;				padding: 0px;		background: #eeeeee;			border: 1px solid #555555;		border-spacing: 3px;	}
table.sectiontable		{	width: 90%;				padding: 0px;		/*background: #eeeeee;*/		border: 0px solid #555555;	}
td.sectiontabletitle	{	font-family: Arial;		font-size: 12px;	font-style: none;				font-weight: bold;				color: #424242;	}
td.sectiontablelist		{	font-family: Arial;		font-size: 12px;	font-style: none;				color: #424242;	}

/*==================================
          CONTAINERS
===================================*/

/*#bg {			position: absolute;	top: 0px;	left: 0px;	width: 100%;	height: 100%;	z-index: 1;	}*/
/*#content {	position: relative;	z-index: 2;}*/
/*#scroller {	position: absolute; width:100%; height:100%; top:0; left:0; overflow: auto; z-index: 2; }*/

#bg {			position: static; z-index: 1; width: 100%; height: 100%; top:0; left:0; overflow: none;	}
#scroller {		position: absolute; z-index: 2; width: 100%; height: 100%; top:0; left:0; overflow: auto; } 
#content {		}


/*==================================
               LINKS
===================================*/
a:link {	color: #333333;	}
a:visited { color: #333333;	}
a:hover { 	color: #333333;	text-decoration: underline;	}
a:active { 	color: #333333;	}

a.navlinks:link {	color: #111111;		text-decoration: none;	}
a.navlinks:visited { color: #111111;	text-decoration: none;	}
a.navlinks:hover {	color: #FFFFFF;		background-color: #FF4700;	}
a.navlinks:active {	color: #111111;		text-decoration: none;	}

a.dirlist:link {	color: #9f0604;	text-decoration: underline;	}
a.dirlist:visited { color: #9f0604;	text-decoration: underline;	}
a.dirlist:hover {	color: #FFFFFF;	text-decoration: none;	background-color: #9f0604;	}
a.dirlist:active {	color: #FFFFFF;	text-decoration: underline;	}

a.footerlinks:link {	color: #FFFFFF;	text-decoration: underline;	}
a.footerlinks:visited { color: #FFFFFF;	text-decoration: underline;	}
a.footerlinks:hover {	color: #9f0604;	background-color: #FFFFFF;	}
a.footerlinks:active {	color: #9f0604;	text-decoration: underline;	}

a.breadcrumbs:link {	color: #333399;	text-decoration: none;	}
a.breadcrumbs:visited { color: #333399;	text-decoration: none;	}
a.breadcrumbs:hover {	color: #FFFFFF;	background-color: #FF4700;	}
a.breadcrumbs:active {	color: #333399;	text-decoration: none;	}

a.breadcrumbsactive:link 	{	color: #FF4700;	text-decoration: none;	}
a.breadcrumbsactive:visited { 	color: #FF4700;	text-decoration: none;	}
a.breadcrumbsactive:hover 	{	color: #FFFFFF;	background-color: #FF4700;	}
a.breadcrumbsactive:active 	{	color: #FF4700;	text-decoration: none;	}

a.bodylink:link {		color: #9f0604;		text-decoration: underline;	}
a.bodylink:visited { 	color: #9f0604;		text-decoration: underline;	}
a.bodylink:hover {		color: #FFFFFF;		background-color: #9f0604;	}
a.bodylink:active {		color: #FFFFFF;		text-decoration: underline;	}

/*==================================
          MOUSEOVER TOOLTIP
===================================*/

#dhtmltooltip	{	position: absolute;	width: 150px;	border: 2px solid black;	padding: 2px;	background-color: lightyellow;	visibility: hidden;	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
