dl#menu, dl#menu dt, dl#menu dd, dl#menu ul, dl#menu li, dl#menu a 
{
margin-left: 0cm;
padding: 0px;
}

a
{
text-decoration : none;
color : #FFFFFF;
}

a: active 
{
text-decoration : underline;
}

dl#menu ul
{
padding-top : 10px;
padding-bottom : 10px;
}

dl#menu li 
{
padding-left : 10px;
padding-bottom : 4px;
list-style-type: none;
font-size:14px; 
}

dl#menu dl
{
width : 100px;
}

dl#menu dt
{
border-bottom : 2px solid;
width:200px;
font-size : 16px;
font-weight: 800;
padding-top : 8px;
padding-bottom : 8px;
}

.nav
{
min-height: 100%;
left:50px;
margin-right:50px;
opacity:.6;
position:fixed;
background-color: black;
top:0;
width:250px;
border-style : solid; 
}

b
{ 
color: yellow; 
}

.logo
{
left:105px;
position:fixed;
top:20px;
}

.navWrap 
{
height:100%;
left:80px;
position:fixed;
top:140px;
}

.form_request input
{
   width: 200px;
}

#list
{
padding-left:20px;
width:150px;
line-height:150%;
}

#banner
{
 padding-top:20px;
 padding-left:400px;
}

#footer
{
   bottom:0;
   width:95%;
   height:60px;
   font-size:8px; 
}

#desc
{
line-height:200%;
}

.content
{
margin-left : 2px;
padding-top : 50px;
padding-left : 400px;
width : 800px;
}

body {
background-color:#000000;
background-repeat:no-repeat;
color:#FFFFFF;
font-family:Helvetica,Arial,sans-serif;
margin:0;
padding:0;
height: 100%;
}


/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

.table_list {
	border-collapse: collapse;
	border: solid #cccccc 1px;
	width: 100%;
}

.table_list td {
	padding: 5px;
	border: solid #efefef 1px;
}

.table_list th {
	background: #75b2d1;
	padding: 5px;
	color: #ffffff;
}

.table_list tr.odd {
	background: #e1eff5;
}

.time_picker_div {
	padding: 5px;
	border: solid #999999 1px;
	background: #ffffff;
}









