/* begin class styles */
	/* begin content related classes */
	.navigationItem a {
		color: #fff;
		padding: 5px 10px 5px 10px;
	}
	.navigationItem a:link, .navigationItem a:visited{
		background-color: #687718;
	}
	.navigationItem a:hover {
		background-color:#336600;
	}
	.navigationItem a.active {
		background-color:#333333;
	}
	
	.navigationItem {
		font-weight: bold;
		margin: 0px 2px 0px 0px;
		text-align: center;
		vertical-align: middle;
		display:inline;
		float:left;
	}
	/* end content related classes */

	/* begin element related classes */
.autoMargin {
	margin: auto;
}
.autoPadding {
	padding: auto;
}
.clearBoth {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.floatLeft {
	float: left;
}
.floatRight {
		float: right;
}
.formfieldright {
	float:right;
	max-width:300px;
}
.formrow {
	clear:both;
	width:500px;
	padding:4px 10px 4px 0px;
	white-space:nowrap;
}
.gray {
	color:#999;
	}
.green {
	color:#006600;
	}
.inline {
	display:inline;	
}
.largeFont {
	font-size: 14pt;
}	
.mediumFont {
	font-size: 12px;
}	
.noMargin {
	margin: none;
}	
.noPadding {
	padding: none;
}
.padding10 {
	padding: 10px;
}
.projectComment{
	width:440px;
	background-color:#CCCCCC;
	border-bottom:1px #999 dashed;
	padding:4px 4px 4px 4px;
	margin:5px 0px 10px 0px;
}
.required {
	color:#cc0000;
}
.sectionContent {
	width:760px;
}
.sectionContent ul {	
	list-style:none;
	padding-left:10px;
}
.sectionContent ul li {	
	list-style:none;
	line-height:14px;
}
.sectionContent .left{
	width:340px;
	float:left;
}
.sectionContent .right{
	width:420px;
	display:inline;
}
.smallFont {
	font-size:.8 em;
}
.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}
	
.textRight {
	text-align: right;
}

.verticalMiddle {
	vertical-align: middle;
}
/* end element related classes */
/* end class styles */

/* begin id styles */
#header {
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
	padding: 0px 0px 10px 0px;
	width: 760px;
	height:66px;
}
#header #logo {
	height:66px;
	width:170px;
	float:left;
}
#header #navigation {
	display:inline;
	float:right;
	color: #fff;
	font-size: 10px;
}

#body {
	width: 760px;
}


#navigationItem {
	padding: 10px;
	font-size: 12px;
}

#content {
	float: left;
}

#redHeader {
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
#requiredField {
	color: #cc0000;
}

#rsvpContent {
	font-size: 11px;
	padding: 25px 0px 10px 50px;
	width: 700px;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	border-top:1px solid #ccc;
	background-color: #fff;
	font-size:10px;
	height:22px;
	margin-top:10px;
	width: 760px;
}
#footer #left {
	padding: 2px 0px 0px 4px;
	font-size:10px;
	float:left;
	text-align:left;
	color: #A0A0A0;
	display:inline;
}
#footer #right {
	float:right;
	text-align:right;
	display:inline;
}
#sectionNavigation {
	width:760px;
	clear:both;
}
/* end id styles */

/* begin tag styles */
a {
	color: #0066cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
} 

body {
	background-color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	margin: 0px;
	padding: 0px;
}

h1 {
	text-align:right;
	font-size: 24px;
	line-height:26px;
	margin:0px 0px 10px 0px;
	padding:0;
	color:#687718;
}

h2 {
	font-size: 20px;	
	line-height:22px;
	margin:0px 10px 10px 0px;
	padding:0;
}

h3 {
	font-size: 18px;	
	line-height:20px;
	margin:0px 10px 10px 0px;
	padding:0;
}

h4 {
	font-size: 16px;			
	line-height:18px;
	margin:0px 10px 10px 0px;
	padding:0;
}

h5 {
	font-size: 14px;			
	line-height:16px;
	margin:0px 10px 10px 0px;
	padding:0;
}

h6 {
	font-size: 12px;			
	line-height:14px;
	margin:0px 10px 10px 0px;
	padding:0;
}

img {
	border: none;
}

td {
	font-size: 11px;
	line-height: 13px;
}
td.graybg {
	background-color:#ccc;
}
input, select, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
}
table.contactslist, table.clientslist, table.projectslist, table.milestonelist, table.userslist {
	width:inherit;
	/*
	border:1px #ccc solid;
	*/
	margin:0px 5px 10px 0px;
}
table.contactslist th, table.clientslist th, table.projectslist th, table.milestonelist th, table.userslist th {
	vertical-align:top;
	text-align:left;
	border-bottom:1px #000 dotted;
	padding:0px 5px 0px 5px;
	margin:0;
}
table.contactslist td, table.clientslist td, table.projectslist td, table.milestonelist td, table.userslist td {
	margin:0;
	padding:2px 2px 2px 4px;
	border-right:#fff thin solid;
	/*
	border-right:1px #666 dotted;	
	*/
}
.row-even {
	background-color:#eeeeee;
}
.row-odd {
	background-color:#cccccc;
}

/* end tag styles */