﻿*
{
    margin:0px;
    padding:0px;
}

body
{    
	color:white;
	font-family:Tahoma;
	font-size:11px;
	letter-spacing:.5px;
}

a
{
    color:#ffffff;
    text-decoration:none;
}

a:hover
{
    color:#ffffff;
    text-decoration:underline;
}

.clr
{
    clear:both;
}

#wrap
{
    margin:0 auto;
    width:990px;
	border:solid 0px #cc0000;
}

#content
{
    width:970px;
    border:solid 0px #ffffff;
    margin-top:20px;
    border-radius:10px;
    height:380px;
    background-image:url(../img/menu_bg.png);
    padding:10px;
}

#content_inner
{
    overflow:scroll;
    overflow-x:hidden;
    width:970px;
    height:380px;
}

#menu
{
    margin-top:20px;
    width:990px;
    padding-top:10px;
    padding-bottom:10px;
    border:solid 0px #ffffff;
    background-image:url(../img/menu_bg.png);    
    border-radius:10px;
}

.txt        
{
    border:solid 0px #b0b0b0;
    border-left:0px;
    background-color:#ffffff;
    padding:5px;
    width:150px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.txta        
{
    border:solid 0px #b0b0b0;
    border-left:0px;
    background-color:#ffffff;
    padding:5px;
    width:150px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    resize:none;
}

.label
{
    border:solid 0px #b0b0b0;   
    border-right:0px;
    background-color:#000e28;
    padding-bottom:7px;
    position:relative;
    top:-1px;
    padding-left:10px;
    padding-right:10px;
    padding-top:6px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight:normal;
    color:#ffffff;
}

.labela
{
    border:solid 0px #b0b0b0;   
    border-right:0px;
    background-color:#000e28;
    padding-bottom:7px;
    position:relative;
    top:-40px;
    padding-left:10px;
    padding-right:10px;
    padding-top:6px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight:normal;
    color:#ffffff;
}

.button
{
    background-image:url(../img/button.png);
    width:84px;
    height:26px;    
    border:0px;
    border-radius:5px;
    cursor:pointer;
}

ul, li
{
	margin:0; 
	padding:0; 
	list-style:none;
}

.menu_class1
{
	cursor:help;
	border-radius:5px;	
}

.the_menu1
{
	display:none;
	width:240px;
	height:auto;
    z-index:99999;
}


.file
{
	position: relative;
	color:Black;
	text-align: right;
	-moz-opacity:0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	width:150px;
    top: 0px;
    left: 0px;
}

.txtfile   
{
    border:solid 0px #b0b0b0;
    border-left:0px;
    background-color:#ffffff;
    padding:5px;
    width:150px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position:relative;
    left:-4px;
    top:1px;
    padding-top:8px;
    color:Black;
}

.button_fg
{
    background-color:transparent;
    border:0px;
    font-size:10px;
    cursor:help;
}

#footer
{
    text-align:right;
    color:#ffffff;
    padding-right:10px;
    padding-top:5px;
}

.arrowlistmenu
{
    border:solid 0px #cc0000;
    
   
}
.arrowlistmenu
{
    width: 200px; /*width of accordion menu*/
    border:solid 0px #cc0000;
    
}

.arrowlistmenu .menuheader
{
    background-image:url(../img/menu_arror.png);
    background-position:center;
    background-repeat:no-repeat;
    margin-bottom: 10px; /*bottom spacing between header and rest of content*/
    padding: 6px 0px 5px 35px; /*header text is indented 10px*/
    cursor: pointer;
    border:solid 0px #cc0000;
    border-bottom:solid 1px #b0b0b0;    
    color:#6d6d6d;
    font-family:High Tower Text;
     font-weight:lighter;
     font-size:20px;

}

.arrowlistmenu .openheader
{ /*CSS class to apply to expandable header when it's expanded*/
  background-image:url(../img/menu_open.png);
  background-repeat:no-repeat;
  border-bottom:solid 1px #b0b0b0;   
  color:#000000; 
}

.arrowlistmenu ul
{ /*CSS for UL of each sub menu*/
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 6px;
}

.arrowlistmenu ul li
{
    margin-left:20px;
    width:165px;    
    padding: 0px 0px 0px 0px;
    border:solid 0px #cc0000;
}

.arrowlistmenu ul li a{
border-bottom:solid 1px #b0b0b0;
display: block;
padding: 6px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
padding-right:10px;


}

.arrowlistmenu ul li a:visited{
color: #555555;

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color:#f2f2f2;
border-bottom:solid 1px #000000;
}


