/* Body elements */
body {
	background-image: url(../CssImages/background.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:3px;
	height:100%;
}


A:link {
	text-decoration: none;
	color: #0033CC;
}
A:visited {
	text-decoration: none;
	color: #0033CC;
}
A:active {
	text-decoration: none;
	color: #0033CC;
}
A:hover {text-decoration: underline;}





/********************** Layout ***************************/
	
/* Main container box */
.Container {
	position: relative;
	width: 742px;
	top: 10px;
	border: 1px solid #666666;
	left: 10px;
	bottom: 10px;
	background-color: #FFFFFF;
	padding: 4px;
	height: auto;

}

/* Title / logo box (always the first DIV inside .Container */
.MainTitle {
	width: 742px;
	height: 160px;
	position:relative;
	border-bottom:thin;
	border-bottom-color:#666666;
}

.AfterMainTitle {
	width: 742px;
	height: 1px;
	position:relative;
	color:#FFFFFF;

}

.MainContent {
	width: 734px;
	position:relative;
	background-color: #336699;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 0px;
	color:#FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 150%;
}

.MainContent A:link {color:#E1E3FF;}
.MainContent A:visited {color:#E1E3FF;}
.MainContent A:active {color:#E1E3FF;}
.MainContent A:hover {color:#E1E3FF;}

.Footer {
	width: 742px;
	height: 18px;
	position:relative;
	background-image:url(/PublicAssets/CssImages/footerBG.jpg)

}

/* Title / logo box (always the first DIV inside .Container */
.PicViewer {
	width: 742px;
	height: 400px;
	position:relative;
	border-bottom:thin;
	border-bottom-color:#666666;
	margin-top: 0px;
}

.TempBar {
	width: 742px;
	height: 40px;
	position:relative;
	border-bottom:thin;
	border-bottom-color:#666666;
	margin-top: 4px;
	background-color: #333333;
}

/* MenuBar elements */

.JumpMenu {background-color:#B9DE1C; font:Arial, Helvetica, sans-serif; font-size:10px}

.MenuBar {
	height: 32px;
	background-image: url(../CssImages/MenuBarBG.gif);
	background-repeat: repeat-x;
	position: relative;
	width: 742px;
	overflow:hidden;
	vertical-align: middle;
	text-align: left;
	text-indent: 6px;
	}





p.MenuBar2 {
font-size:14px;
margin:6px;
padding:0px;
color:#333333;
}

a.MenuBar2:link , a.MenuBar:visited {color: #333333; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 14px;margin:0px;
padding:0px;}
a.MenuBar2:hover, a.MenuBar:active {color: #333333; text-decoration:underline; font-family: Arial, Helvetica, sans-serif; font-size: 14px;margin:0px;
padding:0px;}

.MenuBarDivider {
background:url(../CssImages/MenuBarDivider.gif);
background-repeat:no-repeat;
position: relative;
height: 30px;
width: 2px;
}

/* MessageBar Elements */
.MessageBar {
	/* height: 30px; 
	background-image: url(CssImages/MessageBarBG.gif);
	background-repeat: repeat-x;*/
	background-color:#DEDACE;
	position: relative;
	width: 742px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/* margin-top: 4px; */
	overflow:auto;
	border-bottom: 1px solid #CCCCCC;
	color:#0066FF;
}

/*
.MessageBar a:link, a:visited { 
color: #333333;
}

.MessageBar a:hover, a:active { 
color: #333333;
text-decoration:underline;
} */

a.MessageBar:link , a.MessageBar:visited {color: #333333; text-decoration:none;}
a.MessageBar:hover, a.MessageBar:active {color: #333333; text-decoration:underline; }

.MessageBar p {
	margin-top:7px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 7px;
	color:#0033FF;
	font-style: italic;
}

.MessageBarDivider {
background:url(../CssImages/MessageBarDivider.gif);
background-repeat:no-repeat;
position: relative;
height: 30px;
width: 2px;
}

/* Column containers for two column pages */

/* Left column */
.LeftColumn {
	float:left;
	width: 512px;
	position:relative;
	height:100%;
}

/* Upcoming Duty box, used on authenticated/index.cfm, within the left column */
.UpcomingDutyBox {
	background-color:#e5e4df;
	margin-top: 3px;
	padding:5px;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	position: relative;
}

.UpcomingDutyBox p {
	top: 5px;
	margin-top: 3px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 8px;
}

.UpcomingDutyBox li {
	margin-left: 20px;
}

.UpcomingDutyBox b {
	font-size: 12px;	
}

.UpcomingDutyTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
	
}

.TimeCardBox {
	background-color: #CEEAFF;
	margin-bottom: 3px;
	padding:5px;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	position: relative;
}

.QuickCalBox {
	background-color: #DEDBCE;
	border: 1px solid #BEBCCF;
}

/* Announcements box, used on authenticated/index.cfm, within the left column  */
.AnnouncementsBox {
	background-color:#e5e4df;
	padding:5px;
	font-size: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	position: relative;
}

.AnnouncementsBox p {
	top: 5px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: -10px;
}

.AnnouncementsBox li {
	margin-left: 20px;
}

.AnnouncementsBox b {
	font-size: 13px;	
}


.RightColumn {
float:right;
	width: 226px;
	position:relative;
	right: 0px;
	height:100%;
}


.LeftColumnFillerBox {
	background-color:#e5e4df;
	position: relative;
	height:100%;
}
.FooterBox {
	position: relative;
	width: 742px;
	top: 10px;
	left: 10px;
	bottom: 10px;
	background-color: #999999;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

/* Message box, used on authenticated/index.cfm, within the right column  */
/* Displays EMSR name and any warnings */
.RightFillerBox {
	background-image: url(../CssImages/RightBoxBG.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-top: 3px;
}

.MessageBox {
	background-image: url(../CssImages/MessageBoxBG.gif);
	background-repeat: repeat-y;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	margin-top: 3px;
}

.MessageBoxTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
	
}

.MessageBoxName {
	color: #0b57ff;
	font-size: 16px;
}

.MessageBox p {
	top: 5px;
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 8px;
	}

/* Right box, used on authenticated/index.cfm, within the right column  */
/* Right column box, mostly used for Statistics snapshot */
.RightBox {
	background-image: url(../CssImages/RightBoxBG.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-top: 3px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 8px;

}

.RightBox p {
	top: 5px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 8px;
}

/* EMSNetwork.org news feed box, used on authenticated/index.cfm, within the right column  */
/* To maintain a good appearence, this div is actully two divs, stacked on top of each other.  */

/* Title box */
.EMSNewsTitle {
	background-image: url(../CssImages/RightBoxBG.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 4px;
	padding-right: 2px;
	padding-left: 8px;
	padding-bottom:3px;
	margin-top:3px;
}

/* Scrollable box for news headlines */
.EMSNews {
	background-image: url(../CssImages/RightBoxBG.gif);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 8px;
	height:243px;
	overflow: auto;
	font-size: 11px;
}

.EMSNews p {
	top: 5px;
	margin-top: 6px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 8px;
}

/* Column container for single column pages */
.SingleColumn {
	width: 741px;
	position: relative;
	overflow: auto;
	height: auto;
	padding:4px;
	margin-left: -2px;
}



.LoginError
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}



/*************** General Elements (for use on all or most pages *******************/

/* List elements (general) */
ul { 
list-style-type: none;
padding-left: 0;
margin-left: 15px;
margin-top:5px;
} 

li {

	list-style-image: url(../CssImages/SmallBullet.gif);
padding-left: 0;
margin-left: 0;
margin-top:5px;
margin-bottom:10px;
 }

li p {
padding-left:50px;
}

/* Text styles */
.OrangeText {
color:#ff6c00;
}

.TenPxText {
font-size:10px
}

.RedText {
color:#fe0804;
}

.GreenText {
color:#2bab00;
}

.BlueText {
color:#0061F2;
}

.14PxText
{
font-size:14px;
}

.14PxTextBold
{
font-size:14px;
font-weight:bold;
}

.ElevenPxText
{
font-size:11px;
}

.ElevenPxTextWhite
{
	font-size:11px;
	color: #FFFFFF;
}

.ElevenPxTextBoldGreen {
	color: #009900;
	font-weight: bold;
}

.ElevenPxTextBoldOrange {
	color: #FF6600;
	font-weight: bold;
}


.TwentyTwoPxTextBoldGreen {
	color: #009900;
	font-weight: bold;
	font-size: 22pt;
}


.9pxText
{
font-size:9px;
}



/* Clearfix hack to correct problem in FireFox and IE for Mac where floating divs don't effect size of parent container */
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	.clearfix {display: inline-table;}
	
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */

/* End Clearfix hack */


/* Login.cfm spesific elements */
.loginFill {
background:url(../CssImages/LoginFillBackground.jpg);
padding:4px;
position:relative;
border: 1px solid #CCCCCC;
}

.EventNotes {
	background-color: #FFFFE1;
	border: solid;
	border-color:#999999;
	border-width:1px;
	padding:3px;
	width:auto;
}
.Highlight1 {
	background-color: #F5F5F5;
	border: 1px solid #2bab00;
	padding: 2px;
}















.example {
font-size:12px;
z-index:100;
}

/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(../CssImages/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu {
background-image:url(../CssImages/MenuBarBG.gif);
background-repeat:repeat-x;
font-size:12px;
font-weight:bold;
}
.menu ul li {
	color: #333333;
	background: #CCC;
}

.menu ul {
	width: 11em;
	
}

.menu a {
	text-decoration: none;
	color: #003399;
	padding: .4em 1em;
	display: block;
	position: relative;
}

.menu a:hover, .menu li:hover>a {
	color: #000;
}

.menu li li {	/* create borders around each item */
	border: 1px solid #000;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border: 1px solid #000;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts 
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #003399;
}*/

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

/*]]>*/
</style>





[if lte IE 6]>
<style type="text/css" media="screen, tv, projection">
/*<![CDATA[*/

/* - - - ADxMenu: IE6 BASIC styles [MANDATORY] - - - */

.menu, .menu ul {	/* float.clear */
	zoom: 1;
}

.menu li.adxmhover {
	z-index: 10000;
}

.menu .adxmhoverUL {	/* li:hover>ul selector */
	visibility: visible;
}

.menu .adxmhoverUL {	/* 1st-level submenu go below their parent item */
	top: 100%;
	left: 0;
}

.menu .adxmhoverUL .adxmhoverUL {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* - - - ADxMenu: DESIGN styles - - - */

.menu ul a {	/* fix clickability-area problem */
	zoom: 1;
}

.menu li li {	/* fix white gap problem */
	float: left;
	width: 100%;
}

.menu li li {	/* prevent double-line between items */
	margin-top: -1px;
}

.menu a:hover, .menu .adxmhoverA {		/* li:hover>a selector */
	color: #fc3;
}

.menu .adxmhoverUL .adxmhoverUL {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/*]]>*/

<![endif]
