/* HEADER STYLES */
.main_header {
    position: relative;
	display: inline-block;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
}
.login_info {
    position: relative;
    float: left;
    height: 60px;
    margin-left: 3px;
    margin-right: 30px;
    margin-top: 3px;
    margin-bottom: 0px;
}
.login_info p {
    margin: 0;
	text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
	font-weight: bold;
	color:  #663399;
}
.login_info a {
	color: #996699;
}
.login_info a:visited {
	color: #996699;
}
.login_info a:active{
	color: #993399;
}
.login_info a:hover{
	color:  #993399;
}
.logout_info {
    position: relative;
    float: right;
    height: 60px;
	margin: 3px;
    background-color: transparent;
}
.logout_info p {
    margin: 0;
	text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
	font-weight: bold;
	color: #663399;
}
.logout_info a {
	color: #996699;
}
.logout_info a:visited {
	color: #996699;
}
.logout_info a:active{
	color: #993399;
}
.logout_info a:hover{
	color: #993399;
}
.app_images {
    background-color: transparent;
    position: relative;
    text-align: left;
    display: inline-block;
}
.app_images img {
	height: 60px;
/*	width: 120px; -- removed so images can be different width */
}

.disabled_header {
    position: absolute;
    border: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 2;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

/* MENU STYLES */
.app_navigation {
    border: 0;
    border-collapse: collapse;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
	padding: 0px;
    width: 100%;
    background-color: #999999;
	text-align: left;
}
#menu_history {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 10px;
    margin-right: 10px;
	padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    color: #CCCCCC;
}
#menu_choices {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 20px;
    margin-right: 10px;
	padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    color: #CCCCCC;
}
.app_navigation a {
    cursor: pointer;
    text-decoration: none;
	color:  #FFFFFF;
	white-space: nowrap;
}
.app_navigation a:visited {
    cursor: pointer;
    text-decoration: none;
	color:  #FFFFFF;
}
.app_navigation a:active {
    cursor: pointer;
    text-decoration: none;
	color:  #FFFFCC;
}
.app_navigation a:hover {
    cursor: pointer;
    text-decoration: none;
	color:  #FFFFFF;
}
.nav_link {
    font-size: 11pt;
}
.nav_link_sep {
    font-size: 11pt;
}
.nav_link_sm {
    font-size: 9pt;
}
.nav_link_sep_sm {
    font-size: 9pt;
}
/* WARNINGS DISPLAY STYLE */
.mt_notice_outer {
    border: 0;
    border-collapse: collapse;
    height: auto;
    margin: 3px;
	padding: 2px;
    width: 99%;
	background-color: #FF6633;
    text-align: center;
}
.mt_notice {
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 0.6em;
	border: 1px solid #FF6633;
	border-collapse: collapse;
	display: inline-block;
	text-align: left;
    background-color: #FFFFFF;
    max-width: 50%;
}
.mt_notice p{
    margin-bottom: 8px;
    margin-right: 4px;
    margin-top: 4px;
    margin-left: 4px;
	text-align: left;
}
.mt_notice_img {
	float: left; 
    margin-bottom: 100px;
    margin-right: 8px;
    margin-top: 8px;
    margin-left: 8px;
}
.warning_title {
    color: #FF6633;
}
.about_link { 
    position:   absolute; 
    z-index:    3; 
    FONT-SIZE:  6pt; 
    COLOR:      #CC99FF;
    top:        60px;
    left:       600px;
}
#cover {
	position: fixed;
	height: 100%;
	width: 100%;
	top:0;
	left: 0;
	background: #000;
	z-index:9999; 
	font-size: 60px;
	text-align: center;
	padding-top: 200px;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
}