@charset "utf-8";

#progress {
	padding: 3px;
	text-align: left;
	font-weight: bold;
	padding-right: 500px;
	position: absolute;
	width: auto;
	top: 0px;
	right: 0px;
	/*font-family: Verdana;*/
	font-size: 10pt;
	color: red;
	text-decoration: blink;
}

#progress li {
	list-style: none;
}

div#logout {
    position: absolute;
    width: auto;
    top: -5px;
    right: 0px;
    z-index: 1000;
    
    
}
div#name {
    font-weight: bold;
    padding-right: 10px;
	font-size: 10pt;
	color: silver;;
	
}

div#name a, div#name a:VISITED, div#name a:ACTIVE  {
	color: black;
	text-decoration: none;
}
	
div#name a:HOVER  {
	text-decoration: underline;
	color: black;
}

/** Logout Style **/

#logout-content-div {
	width: 150px;
	top: -6px;
	position: relative;
	#margin-top:5px;
	float: right;
}


#logout-content-div {
    position: absolute;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #bbb;
	border-top: none;
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
	/*--make it top of all the elements on page, so that it can be visible--*/
	z-index: 5000;
	top:35px;
	padding-right: 10px;
   /* width: auto;*/
    right: 0px;
}

#logout-content {
	margin: 5px 30px -20px 3px;
	
}


#logoutnav {  
    font-size:12px;  
    padding-top:4px;  
}  
  
#logoutnav, #logoutnav ul {  
    padding: 0;  
    margin: 0;  
    list-style: none;  
}  
  
/*--main nav links style--*/  
#logoutnav a {
    display: block;
    padding: 7px 7px 7px 7px;
    color: #0B55FF;
    font-weight: bold;
    text-decoration: none;
}  
  
#logoutnav li {position: relative;}  
  
/* hide from IE, mac */  
#logoutnav li {position: static; width: auto;}  
/* end hiding from IE5 mac */  

#logoutnav a:hover{  
    padding:7px 7px 7px 7px;  
    color:#fff;  
    background:#444;  
    text-decoration:none;  
}  
  
 /*--used in drop down menu items--*/  
.menuseprator{border-bottom:1px solid #ddd; margin:10px 0 10px 0;}  
  
/*--for showing down arrow in drop down menu item--*/
.arrowdown {
    color: #EEEEEE;
    font-size: 0.75em;
}
  
/*--for the left navigation menu--*/  
.floatleft{float:left;}   
  
/*--for the right options navigation menu--*/  
.floatright{float:right;}  
  
/*--clear all floating, left and right--*/  
.clear{clear:both;}  


.top-bar {
    background-color: #fff;
    clear: both;
    color: #064591;
    font-size: 11px;
    padding: 5px;
    font-weight: bold;
}

.top-bar span {
    color: #1DAFEC;
}
.top-bar a {
    background: none repeat scroll 0 0 transparent !important;
    color: #1DAFEC;
    text-decoration: underline !important;
}
.top-bar a:hover {
    background: none repeat scroll 0 0 transparent !important;
    color: #FFFFFF;
}