/* main styles */
html, body {
	font-size:10pt;
	font-family:verdana;
	background-color:#dae3ea;
	width:100%;
	padding:0;
	margin:0;
}
#container {
/* page container */
	overflow:hidden;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
	margin:0 auto;
	padding:0 14px 0 14px;
	width:977px;
	height:100%;
}
#header {
/* header logo and banner container */
	background-image:url(../images/banner.jpg);
	background-position:right;
	background-repeat:no-repeat;
	margin:0 auto;
	width:977px;
	height:197px;
}
#logo {
/* site logo */
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	width:214px;
	height:197px;
}
#navbar {
/* left navbar container */
	float:left;
	margin-top:-21px;
	width:214px;
}
#content {
/* page content container */
	float:left;
	margin-bottom:120px;
	padding:39px 38px 0 38px;
	width:687px;
/*	min-height:510px;*/
}
#bottom {
/* page bottom graphic container */
	clear:both;
	background-image:url(../images/bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:0;
	position:relative;
	margin-left:-14px;
	width:1005px;
	height:29px;
}



/* general styles */
table {
	margin:10px 0;
}
h4 {
	color:#000;
	font-size:10pt;
	font-weight:bold;
}
h3 {
	color:#7db724;
	font-size:11pt;
	font-weight:bold;
/*	margin:15px 0;*/
}
/* general anchor style */
a {
	color:#7db724;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}



/* defined styles */
.required {
	color:#f00;
	font-weight:bold;
}

.validationerrors {
	padding:10px;
	border:2px solid red;
}

.clear {
/* clear */
	clear:both;
	font-size:0px;
}
.hr {
/* horizontal rule after main page title */
	font-size:0px;
	margin-top:23px;
	width:639px;
	border-bottom:1px solid #7db724;
}

#loginBar {
	float:left;
	margin-bottom:20px;
	padding:5px 0;
	width:685px;
	border-bottom:1px solid #7db724;
}
#loginBar span {
	float:left;
	width:342px;
}
#loginBar a {
	font-weight:bold;
	margin:0 3px;
}
#loginNavigation {
	color:#7db724;
	font-size:8pt;
	text-align:right;
}




/* page-specific styles */
.grayed {
/* grayed table columns on accountsetup_feetable.php */
	background-color:#f0f0f0;
}
/* contact information on contact_contact.php */
#contactInformation {
	margin-top:20px;
	width:250px;
}
#contactInformation address {
	font-style:normal;
}
#contactInformation .emailaddressList {
	list-style:none;
	margin-top:20px;
}
#contactInformation .emailaddressList li {
	/* remove background image from general li style */
	background-image:none;
	margin:0;
	padding:0;
}
/* chart on remotepm_servicesprovided.php */
.fullcontentChart {
	width:685px;
}




/* navbar styles */
#navbar a {
/* general navbar anchor style */
	display:block;
	color:#000;
	font-size:10pt;
	text-decoration:none;
}
#navbar .mainnav {
/* navbar main groups */
	background-color:#e2e6e8;
	height:36px;
	border:1px solid #c0c0c0;
}
#navbar .mainnav a {
/* main navbar groups anchors */
	padding:0 0 0 17px;
	line-height:35px;
	/* .mainnav height (36px) minus this item's y borders (1px) */
	height:35px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
#navbar .subnavitems {
/* navbar sub-navigation items container */
	list-style-type:none;
	margin:0;
	padding:0;
}
#navbar .subnav {
/* navbar sub-navigation items */
	display:block;
	background-color:#d8e4c5;
	margin:0;
	padding:0;
	/* #navbar width is 214px less 2px of border */
	border:1px solid #c0c0c0;
}
#navbar .subnav a {
/* navbar sub-navigation items link */
	font-size:8pt;
	margin:0;
	padding:0 0 0 37px;
	line-height:24px;
	height:24px;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}
#navbar .subnav a:hover { 
	background-color:#e5f1d3;
}
#navbar #activemenu a {
/* navbar active main group link */
	color:#fff;
	font-weight:bold;
	background-color:#7db724;
	border-bottom:1px solid #d8e4c5;
}



/* content styles */
#content p {
	font-size:10pt;
	margin-bottom:15px;
	line-height:18pt;
}
#content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#content li {
	background-image:url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .8em;
	line-height:18pt;
	padding-left: .6em;
}






/* form styles */
#formcontainer {
	font-size:8pt;
}
#mainform {
	margin:10px 0;
}
/* form unordered list style */
#mainform ul {
	list-style:none;
}
/* form list-item style */
#mainform li {
	background-image:none;
}
.row {
	float:left;
	clear:both;
	padding:6px;
	width:450px;
}
.fieldlabel, .customlabel {
	float:left;
	clear:left;
	display:block;
	font-size:8pt;
	padding-right:10px;
	width:180px;
}
.fieldlabel {}
.customlabel {
	/* hides the extra padding caused by the .fieldlabel inside this element*/
	overflow:hidden;
}
/* general styling for textbox-type controls */
.textbox, .dropdown, .textarea {
	float:left;
	font-family:verdana;
	font-size:10pt;
	position:relative;
	background-color:#ffffff;
	margin:0;
	padding:0;
	width:240px;
	border:1px solid #7db724;
}
/* specific styling for textboxes */
.textbox {}
/* specific styling for textareas */
.textarea {}
/* specific styling for dropdowns */
.dropdown {
	width:243px; /* ie width (mozilla is -1px) */
}

.checkbox {}

.formcontrols {
}
.button {
	width:116px;
	height:30px;
}

.error {
	clear:both;
	padding:10px 0;
	height:21px;
}
.error p {
	color:#fff;
	background-color:#f00;
	margin:0;
	padding:0 5px;
}
/* found on multi-line input/settings/register controls page */
fieldset {
	clear:both;
	padding:6px;
	width:498px;
	border-color:#7db724;
}
fieldset .row {
	width:484px;
}
legend {
	color:#7db724;
	font-size:11pt;
	font-weight:bold;
	margin:10px;
	padding:0 10px;
}




/* found on multi-line items page */
#lineinputControls {
	display:block;
	padding:20px 0;
}
#lineinputControls .row {
	width:435px;
}
#lineinputControls {
	width:450px;
}
#lineinputContainer {
	clear:both;
}
#buttonAddItem {
	display:block;
	background-image:url(../images/btn_additem.gif);
	width:116px;
	height:30px;
}
.itemRow {
	font-size:8pt;
	margin:10px;
	border:1px solid #7db724;
}
#content .itemRow p {
	margin:0 5px;
	padding:0;
	border-bottom:1px solid #d0d0d0;
}
.itemRow .itemTitlebar {
	font-weight:bold;
	background-color:#d8e4c5;
}
.itemRow .itemTitle {}





/* list of forms found on forms default page */
#formsContainer {
	list-style-type:none;
	border:1px solid #7db724;
}
#formsContainer li {
	display:block;
	/* remove background-image styling for list on #content */
	background-image:none;
	margin:0;
	/* remove padding styling for list on #content */
	padding:0;
}
/* form link container */
#formsContainer span {
	display:block;
	background-color:#d8e4c5;
	margin:0;
	padding:3px 10px;
	border-bottom:1px solid #7db724;
}
#formsContainer a {
	color:#000;
}
/* actual form link */
#formsContainer .formDetails {
	font-size:8pt;
	font-style:italic;
}
#formsContainer .forminstructions {
	font-size:8pt;
	margin:0;
	padding:10px;
}
