﻿
#login a:link, #login a:visited {
	color: #FFFFFF;
}
#title h1 a:link, #title h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:link {
	color: #396EAA;
}
a:visited {
	color: #396EAA;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*begin creating the tabs */
.menu {
	margin-left: 0px;
	background: url(NoteStream/images/nav-bak.gif) repeat-x;
	font-size: 12px;
	font-weight: bold;
	
}
/* set tab1 as top level container table, then target TDs inside*/
.menuItem td {
	color: #FFFFFF;
	height: 24px;
	background: url(images/tab_dim.gif) no-repeat;
	width: 100px;
	text-align: center;
	white-space: nowrap;
}
/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td {
	background: url(images/tab.gif) no-repeat #919191;
}
/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited, .menuPopupItem a:link, .menuPopupItem a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover {
	text-decoration: underline;
}

/* make drop down menu container style */
.menuPopup {
	background: url(images/background_drop_menu.jpg) repeat #8C9FB4;
	border: 1px solid #666666;
	border-bottom: none;
	color: #ffffff;
}

/* make drop down menu item style */
.menuPopupItem {
	color: #ffffff;
	border-bottom: 1px solid #666666;
	padding: 3px;
}

/* define the main layout divs */
#header {
	margin-right: auto;
	height: 50px;
	width: 100%;
}
#title {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 28px;
	float: left;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#login {
	clear: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	height: 30px;
	top: 0px;
	
}
/* make crumbs after making new nav */
#breadcrumb {
	padding-top: 4px;
	padding-left: 10px;
	background: #919191;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
}



/* define other elements inside the main layout divs */
#title h1 {
	display: inline;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
/* can be removed if no images in breadcrumb area */
#breadcrumb img {
	border: none;
	padding-right: 3px;
	vertical-align: middle;
}
/* all the legend tags use this same style */
legend {
	padding: 0px 4px;
	margin: 0px 0px 7px 0px;
	color: #666666;
	font-weight: bold;
	font-size: 1em;
	vertical-align: middle;
}
/* define sizes of the username field */
.username {
	font-size: 0.9em;
	width: 150px;
}

/* add hover effect to any a href images within the data tables */
#timesheetdata a:link img, #timesheetdata a:visited img, #projecttable a:link img, #projecttable a:visited img {
	padding: 2px;
	border: 1px solid #EDF0F3;
	background: #EDF0F3;
}
#timesheetdata a:hover img, #projecttable a:hover img {
	padding: 2px;
	border: 1px solid #C1CFE0;
	background: #FBFBFC;
}
#timesheetdata a:active img, #projecttable a:active img {
	padding: 2px;
	border: 1px solid #C1CFE0;
	background: #D9E2EC;
}
/* zero margin on all forms */
form {
	margin: 0px;
}

/* begin classes */
input, select, textarea {
	margin-bottom: 8px;
}


/* condense in mark up to be '.button' */
.submit, .reset, .delete, .create, .add, .copy {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 0.9em;
	height: 28px;
}

.submitLogin
{
	background-image: url(NoteStream/images/submitLogin.gif);
	background-repeat: no-repeat;
}
/* make submit button larger */
.submit {
	width: 108px;
}


/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility). I've also hidden the table in the admin_create_projects.html page */
.hidden {
	visibility: hidden;
}
.none {
	display: none;
}

img {
	border: none;
}



.headingwrapper
{
	float: left;
	height: 108px;
	background-color: #b06010;
	display: inline;
}

.navwrapper
{
	float: left;
	width: 760px;
	height: 38px;
	background-color: #d6b26e;
	background-image: url(NoteStream/images/nav-bak.gif);
	background-repeat: repeat-x;
}

.phone
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	color: #ffffff;
	word-spacing: 2pt;
	vertical-align: middle;
	text-align: center;
}

.footer
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10pt;
	color: White;
	word-spacing: 1pt;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	width: 100%;
}

.pagetitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #98530e;
}

div#lcontentwrapper {

	float:left; 

	width:760px;

	background-color:#ffffff; 

	display:inline;

}


.ihead{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16pt;

	color: #8c4d21;

}

.ititle{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16pt;

	line-height: 20pt;

	color: #b06010;

}

.ititlesub-g{

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 9pt;

	line-height: 12pt;

	color: #006600;

}

.ititlesub-c{

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 9pt;

	line-height: 12pt;

	color: #b06010;

}

.ititlesub-b{

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 9pt;

	line-height: 12pt;

	color: #000000;

}

.noticehead{

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 11pt;

	color: #b06010;

}



.sidenav{

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 9pt;

	line-height: 20pt;

	color: #b06010;

	text-decoration: none;

}

.ibody{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 9pt;

	line-height: 12pt;

	color: #006600;

}

.ibody-c{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 9pt;

	line-height: 12pt;

	color: #b06010;

}



.ibodysm{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	color: #006600;

}