
html {
  font-family:'Verdana';
  font-size: 12px;
}

#container {
	width: 990px;
	margin: 10px auto;
	overflow: hidden;
	background: white;
	padding: 20px;
	border: 1px solid #CCC;
	-moz-box-shadow: 1px 1px 20px #DDD;
	-webkit-box-shadow: 1px 1px 20px #DDD;
	box-shadow: 1px 1px 20px #DDD;
}

#menu {
	float: left;
	width: 210px;
	margin-right: 20px;
}

#menu ul,
#menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu ul {
	margin-bottom: 30px;
}

#menu li {
	border-bottom: 1px solid #CCC
}

#menu a {
	padding: 5px;
	display: block;
}

#menu a:hover {
	background: #EEE;
}

#content {
	float: left;
	width: 738px;
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
}

th.menuth:visited, th.menuth.link {
    background: #ffffff;
    text-decoration: none;

}

th.menuth:hover, th.menu.active {
    background: #c0c0c0;

}

#header1 {
    height: 90px;
    border-width: 0px;
    position: absolute;
    left: 0px;
    background-color: #7c7c7c;
    color: #ffffff;
    width: 100%;
    top: 0px;
    font-family:'Verdana';
    font-style: bold;
    font-size: 16px;
}

#header2 {
    height: 63px;
    border-width: 0px;
    position: absolute;
    left: 0px;
    background-color: #000000;
    color: #ffffff;
    width: 100%;
    top: 90px;
    font-family:'Verdana';
    font-style: bold;
    font-size: 16px;
}

#scanMail
{
    position: absolute;
    left: 150px;
    height: 63px;
    width: 75px;
    font-family:'Verdana';
    font-style: bold;
    font-size: 16px;
    color: #ffffff;
    vertical-align: middle;
    top: 5px;
}

#approveScans
{
    position: absolute;
    left: 250px;
    height: 63px;
    width: 125px;
    font-family:'Verdana';
    font-style: bold;
    font-size: 16px;
    color: #ffffff;
    vertical-align: middle;
    top: 5px;
}

.submit {
    background-color:#0074c8;
    font-size:15px;
    border: 2px solid;
    border-radius: 5px;
    height: 35px;
    color: #ffffff;

}

.btnDelete {
    background-color:#0074c8;
    font-size:15px;
    border: 2px solid;
    border-radius: 5px;
    height: 35px;
    color: #ffffff;

}


.btnLarge {
    background-color:#0074c8;
    font-size:15px;
    border: 2px solid;
    border-radius: 5px;
    height: 50px;
    color: #ffffff;
    width: 150px; 
}

.dkheader
{
    background-color: #7c7c7c;
    color: #ffffff;
    font-style: bold;
    font-size: 16px;
    font-family:'Verdana';
}

.menuth a
{
   color: #ffffff;  
   font-family:'Verdana';
   font-size: 14px;
}

body {
    background:#f9f9f9;
    font-size:12px;
}

td {
  font-family:'Verdana';
  font-size: 12px;
}

th {
  font-family:'Verdana';
  font-size: 12px;
}

#main
{
    position: absolute;
    left: 25px;
    width: 90%;
    font-family:'Verdana';
    font-size: 14px;
    color: #000000;
    vertical-align: middle;
    top: 100px;
}

#extDraw
{
    font-family:'Verdana';
    color: #000000;
    position: relative;
    width: 100%;
    height: 100%;
    top: 250px;
}

input {
    font-size:14px;
    border-radius: 5px;
    border:1px solid #cccccc
}

#u0 {
    color: #ffffff;
    width:744px;
    top:148px;
    height:103px;
    font-family:'Verdana';
    font-style: normal;
    border-width: 0px;
    position: absolute;
    left: 0px;
    text-align: left;
    background-color: #0074c8;
    vertical-align: middle;
}

#u1 {
    color: #000000;
    left: 300px;
    top: 300px;
    height: 103px;
    font-family:'Verdana';
    font-style: bold;
    font-size: 16px;
    border-width: 0px;
    position: absolute;
    text-align: left;
    background-color: #f9f9f9;
    vertical-align: middle;
}

#child {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size:16px;
}

#floaterheader {
    padding: 10px;
    cursor: move;
    z-index: 90;
    background-color: #0074c8;
    color: #ffffff;
    font-family:'Verdana';
    font-style: bold;
    font-size: 16px;
}

#floater1header {
    padding: 10px;
    cursor: move;
    z-index: 90;
    background-color: #0074c8;
    color: #ffffff;
    font-family:'Verdana';
    font-style: bold;
    font-size: 16px;
}

#floater2header {
    padding: 10px;
    cursor: move;
    z-index: 90;
    background-color: #0074c8;
    color: #ffffff;
    font-family:'Verdana';
    font-style: bold;
    font-size: 16px;
}

.closeGrey {
    background-color:#c0c0c0;
    font-size:12px;
    border: 2px solid;
    border-radius: 5px;
    height: 25px;
    color: #000000;

}
