html {
     overflow: -moz-scrollbars-vertical;
}
html,
body {
	margin:0px;
	padding:0px;
	height:100;
	width:100%;
	
	

	/*background-image:url(../images/OMAlogo.gif);*/
	background-position: center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	overflow-x:hidden;
	background-color:#000000;
	font-size:10px;
	font-family:verdana;
}

#image_fix{
	position:fixed;
	}

input,
select	{
	font-size:10px;
	font-family:verdana;
	border: 1px solid #CECECE;
	background-color: transparent;
	color: white;
}

.inputbox {
    /*color: black;   */
    background-color: transparent;
}

h3	{
	font-size:10px;
	font-family:verdana;
}

fieldset {
	margin-bottom: 10px;
	border: 0px #ccc solid;
	padding: 5px;
	text-align: left;
}

a img	{
	border: 0;
}

fieldset p {  margin: 10px 0px;  }

div,form,h3	{
	margin: 0;
	padding: 0;
}

a,
a:visited,
a:link {
	color:#F79900;
	text-decoration:none;
}

a:hover,
a:focus {
	text-decoration:underline;
}

.clr {
	clear: both;
}

#bgcontainer {
	position:fixed;
	z-index:1;
	overflow:hidden;
}

#scrolledContent {
	width:100%;
	text-align:left;
}

#overlay {
	
/*	opacity:0.6;
	background-color:#00FF66;
*/	
	
	background-image:url(../images/overlay.png);
	height:100%;
	position:absolute;
	z-index:2;
	width:770px;
	left:50%;
	top:0px;
	margin-left:-385px;
}

#new_overlay{
background-image:url(../images/overlay.png);
background-attachment:fixed;
min-height:100%; 
width:770px; 
margin-left:-385px; 
left:50%;  
position:absolute;

}

#mainarea {
	color:#000000;
	width:770px;
	text-align:left;
	font-size:10px;
	font-family:verdana;
	line-height:13px;
}

#content {
	width:450px;
	text-align:left;
	margin-bottom:45px;

	overflow:visible;
	left:161px;
	top:45px;
	
	position:relative;
	
	
}

#leftmenu {
	position:absolute;
	width:501px;
	line-height:16px;
	top:85px;
	right:30px;
	z-index:5;
	
}

#rightmenu {
	width:401px;
	line-height:16px;


	position:absolute;
	left:650px;
	top:45px;
}

#leftmenu a.homeMenuItem	{
	visibility:hidden;
}

#leftmenu a,
#leftmenu a:visited,
#rightmenu a,
#rightmenu a:visited {
	display:block;
	width:100%;
	color:#000000;
	font-size:31px;
	padding-left:0px;
	background-image:url(../images/menu_bullet.gif);
	background-repeat:no-repeat;
}

#leftmenu a.mainlevelcopyright_menu,
#leftmenu a.mainlevelcopyright_menu:visited,
#rightmenu a.mainleveleasteregg,
#rightmenu a.mainleveleasteregg:visited	{
	padding-left:11px;
	background-image:none;
	font-size: 8px;
}

#leftmenu a:hover,
#leftmenu a:focus,
#rightmenu a:hover,
#rightmenu a:focus {
	color:#F79900;
	background-image:url(../images/menu_bullet_on.gif);
	text-decoration:none;
}

#leftmenu a.mainlevelcopyright_menu:hover,
#leftmenu a.mainlevelcopyright_menu:focus,
#rightmenu a.mainleveleasteregg:hover,
#rightmenu a.mainleveleasteregg:focus	{
	color:#F79900;
	background-image:none;
	text-decoration:none;
}

#leftmenu a#active_menu,
#rightmenu  a#sub_active_menu,
#leftmenu  a#active_menu:visited,
#rightmenu  a#sub_active_menu:visited
 {
	color:#F79900;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../images/menu_bullet_on.gif);
	cursor:default;
}

#leftmenu a#active_menucopyright_menu	{
	color:#F79900;
	font-weight:bold;
	text-decoration:none;
	background-image:none;
	cursor:default;
}

table.contentpaneopen, table.contentpane {
	width: 100%;
}

a.hoverLink,
a.hoverLink:visited	{
	color:#FFFFFF;
}

a.hoverLink:hover	{
	color:#F79900;
	font-weight:bold;
	text-decoration: none;
}

div.separator	{
	margin-top: 17px;
	margin-bottom: 17px;
	height: 1px;
	/*border-top: 1px dotted #4E4E4E;*/
	border-top: 1px dotted #999999;
}

div.moduletable, div.module	{
	margin-bottom:15px;
}

a.orderingTitle,
a.orderingTitle:visited	{
	color: white;
	font-weight: bold;
    vertical-align: middle;	
}

a.orderingTitle:hover	{
	text-decoration: none;
}

a#activeOrdering	{
	color:#F79900;
}

.contentheading	{
	font-weight: bold;
}

.archivetitle a {
    color: #FFFFFF;
    font-size: 9px;
}

.sectiontableheader {
    vertical-align: middle;
}

.alternatingsectiontableentry1 td {
    /*background-color:#999999;
    opacity:.4;*/
    background-image:url(../images/semi_trans.png);
}

.projectlistimage {
	position: absolute; 
	left: -130px;
	visibility:hidden;
	z-index:6;

}
