@charset "UTF-8";
/* ================================================================================================ *\
	Copyright Innovative Concepts, Inc. - All Rights Reserved
\* ================================================================================================ */

@media screen  {
    .noScreen  {
        display: none;
    }
}
@media print  {
    .noPrint  {
        display:none;
    }
}

/*********************
	IE Specific
**********************/
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none)  {
    .ui-menu .ui-menu  {
        padding-bottom:20px;
    }
    .ui-menu .ui-menu .ui-menu-item:first-of-type  {
        padding-top:5px;
    }
}

/*********************
	Edge Specific
**********************/
@supports (-ms-ime-align:auto)  {
    .ui-menu .ui-menu  {
        padding-bottom:20px;
    }
    .ui-menu .ui-menu .ui-menu-item:first-of-type  {
        padding-top:5px;
    }
}

/*********************
	General
**********************/
*  {
}

.clear  {
	clear:both;
}

body  {
	margin:0px;
	padding:0px;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	background-color:#f5f5f5;
	color:#4d4d4d;
	font-size:12px;
}

a  {
	color:#ed1c24;
	text-decoration: none;
}

a:hover  {
	color:#ed1c24;
	text-decoration: underline;
}
a.external:after  {
	content: " \2750";
}

a img  {
	border:none;
	border-width:0px;
}

table  {
	margin: 0 auto;
}

#errorMsg  {
	display: none;
	min-width: 300px;
}
#errorMsg p  {
	margin: 20px;
}
	
/*********************
	Menus
**********************/
#menu, #menuUser { background-image:url("/images/menuBackground.png"); }
#menu > li, #menuUser > li { display:inline-block; }
.ui-menu { overflow:hidden; z-index:2; }
.ui-menu li { padding:2px; width:auto; }
.ui-menu li a { display:block; color:white; }
.ui-menu li .ui-state-active { text-decoration:none; font-weight:normal; color:white; }
.ui-menu li ul li.ui-menu-item { height:20px; margin-top:0px; }
.ui-menu li ul li a { color:black; }
.ui-menu li ul li .ui-state-active { color:black; }
.ui-menu .ui-menu { background: #aaa; }
.ui-menu .ui-menu-item { list-style-image:none; margin:5px; font-size:1.1em; }
.ui-menu .ui-menu-icon { display:none; }

/*********************
	Auto-completes
**********************/
.ui-autocomplete { background:#eee; }

/*********************
	Structure
**********************/
#header  {
	width: 100%;
	min-width: 700px;
	background:#111;
	margin-bottom: 25px;
	height:30px;
}

#header #title  {
	float:left;
	width: 5px; 
	overflow: visible;
	white-space: nowrap;
	margin-top: 4px;
	margin-left: 12px;
	font-size: 18px; 
	font-weight: bold; 
	color:#aaaaaa;
}

#header #title span  {
	color:#ed1c24;
}

#main  {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;	
}

#main p  {
	font-size:12px;
	line-height:20px;
}

#main h2  {
	font-size:24px;
	text-transform: uppercase;
	color: #000000;
	font-weight:normal;
	margin-bottom:20px;
	margin-left:15px;
}

#main h3  {
	font-size:18px;
	text-transform: none;
	color: #000000;
	font-weight:bold;
	margin-top:10px;
}

#main h4  {
	font-size:18px;
	text-transform: none;
	color: #000000;
	font-weight:normal;
	font-style:italic;
}

#main hr  {
	height:0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #d8d8d8;
	margin-top:20px;
	margin-bottom:25px;
	border-bottom-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
}

.notes  {
	white-space:pre;
}

.monospace  {
	font-family:'Lucida Console', monospace;
	white-space:pre;
}

#footer  {
	clear:both;
	width:100%;
	height:25px;
	background-color:#cdcdcd;
	padding-top:25px;
}

#endnotes  {
	margin-top:8px;
	margin-bottom:30px;
	margin-left:60px;
	font-size:12px;
}

#endnotes span  {
	color:#ed1c24;
}

