
/*
* FORMS
*/
fieldset { display: block; margin: 0 auto; width: 450px; border: 5px solid #ccc; padding: 50px; }
legend { display: block; color: #888; font-size: 120%;  }
.fieldName, .fieldValue { float: left; height: 19px; width: 180px; display: block; margin: 0 0 2px 0; padding: 0; }
.fieldName { clear: left; text-align: right; display: block; padding: 2px 3px 0 0; }
.fieldValue { text-align: left; }
#frmUserMsg { clear: both; display: block; color: #c00; font-weight: bold; margin: 10px; padding: 0; background: #fff; }

/*
* TOP CONTROLS AND INFORMATION
*/
#optionDivContainer { clear: both; display: block; width: 100%; margin: 0; padding: 3px 0 0 0; height: 16px; background: #eee url("/local/common/images/option-bg.jpg") repeat-x; }
#optionDivContainer span { display: table; float: left; height: 16px; margin: 0; padding: 0 0 0 10px; color: #666; }
#optionDivContainer .divider { margin: 0 0 0 10px; padding: 0; border: 0; height: 16px; width: 1px; border-left: 1px dotted #999; font-size: 0px; }
#viewComment { display: none; float: right; width: 200px; height: 16px; padding: 0 10px 0 0; border: 0; text-align: right; }
#optionDiv { display: table; clear: both; color: #333; margin: 0; float: left; background:	#f5f5f5; position: absolute; padding: 20px; border: 5px solid #888; }

/*
* BREADCRUMB TRAIL
*/
.breadcrumbWrapper { clear: both; display: block; height: 18px; padding: 0; background: #f9f9f9; /*url("/local/common/images/breadcumb_1.jpg") repeat-x  ;*/ margin: 0; color: #666; }
.breadcrumbLeft { float: left; /* url("/local/common/images/breadcumb_0.jpg");*/ width: 10px; height: 18px; }
.breadcrumbInner { float: left; height: 18px; padding: 0; }
.breadcrumbRight { float: right; /* url("/local/common/images/breadcumb_2.jpg");*/ width: 10px; height: 18px; }

/*
* PAGINATION
*/
.pag { clear:both; height: 20px; background: #eee url("/local/common/images/auth_menu_bg.jpg") repeat-x; margin: 0 10px 0 10px; padding: 0; color: #666; }
.pag a:link, .pag a:hover, .pag a:visited { text-decoration: none; }
.pag a:active { background: #fff; cursor: wait; }
.pagItem { float:left; padding: 3px 6px 3px 6px; }
.pagItemSelection { float: left; padding: 3px 6px 3px 6px; background: #ccc url("/local/common/images/auth_menu_bg_on.jpg") repeat-x; color: #fff; }

/* MISCELLANEOUS */
.code { color: #00f; font-family: Courier New, Verdana; font-size: 13px; }

#tblProj tr td
{
	border-top:1px solid #fff;
	background: #f5f5f5;
	border-bottom:1px solid #ccc;
}

#tblProj tr th
{
	border-top:1px solid #fff;
	background: #eee;
	font-weight: bold;
	color: #666;
}



