﻿/* CSS layout */
#bodynew  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#masthead {
background-image:url('images/timesheet_background_pattern.gif');
background: url('shadow_logo.png') no-repeat;
height:120px;
width:900px;
}

#top_nav {
text-align:left;
height:31px;
padding-left:95px; /* center menu in 960 px (50em) page */
background-image:url('images/back_top.jpg');

}
	

#page_content {
width:800px;
text-align:left;
padding:0 30px 0 30px;
}


#footer {
text-align:center;
font-size:small;
background-color: #EEEEEE;
}

#right {
float:right;
padding:4px;
width:22em;
}

th {
	font-weight: bold;
	text-align: left;
}
table {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#menu3 {
	width: 350px;
	margin: 10px;
	border-style: solid solid none solid;
	border-color: #BCD2E6;
	border-bottom-style:solid;
	border-width: 1px;
	}
	
#menu3 li a {
	height: 45px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 45px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #8BADCF;
	display: block;
	background:  url('images/white.gif');
	padding: 2px 0 0 5px;
	}
	
#menu3 li a:hover {
	color: #627EB7;
	background: url('images/blue.gif');
	padding: 2px 0 0 5px;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 80%;
	font-weight: bold;
	background: #FFF;
	}

h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 


#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 350px;
padding: 0px;
margin: 0px;
}

#vertmenu h1 {
display: block;
background-color:#FF9900;
font-size: 90%;
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:159px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 90%;
display: block;
border-bottom: 1px dashed #EE7C2E;
padding: 5px 0px 5px 5px;
/*padding:top right bottom left*/
text-decoration: none;
color: #666666;
width:350px;
text-align:center;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}

#full{
	padding:0 0 0 0;
}