/*  BODY DEFINITIONS  */
body {
	background: url(../images/top_bgr.gif) repeat-x left top #ffffff;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}



/*  MISCELLANEOUS  */
h1,h2,h3,input,textarea,select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #74655f;
	border-bottom: 1px solid #c2beb1;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #74655f;
	border-bottom: 1px solid #c2beb1;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #74655f;
	border-bottom: 1px solid #c2beb1;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
a, a:visited {
	color: #fe5600;
	text-decoration: underline;
}
a:hover {
	color: #fe5600;
	text-decoration: none;
}
a.needsPrinted, a.needsPrinted:visited {
	color: #AA00FF;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bolder;
}
a.needsPrinted:hover {
	color: #AA00FF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bolder;
}
.smallPrint {
	font-size: 11px;
}



/*  HEADER AREA  */
#headerArea {
	height: 50px;
}
#headerArea h1.companyName {
	border: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-top: 5px;
	margin: 0px !important;
	font-size: 28px;
	color: #085210;
}




/*  MENU AREA  */
#menuArea {
	height: 30px;
	padding-top: 2px;
	margin-bottom: 10px;
	font-size: 17px;
}

#menuArea a {
	color: #ff9529;
	text-decoration: none;
}

#menuArea a:hover {
	color: #e7e2d3;
}

#menuArea a.active {
	color: #e7e2d3;
}




/*  CONTENT AREA  */
#contentArea {
	padding: 5px 5px 5px 5px;
}




/*  NO SCRIPT AREA  */
#noScriptArea {
	padding: 5px 5px 5px 5px;
}



/*  LOGIN FORM  */
#loginForm {
	border: 1px solid #9bac55;
	background: #e5f993;
	padding: 15px;
}
#loginForm .loginText {
	float: left;
	padding: 2px 2px 2px 2px;
	border: solid 1px #9bac55;
	font-size: 14px;
	line-height: normal;
}
#loginForm .loginButton {
	display: inline-block;
	height: 30px;
	border: 1px solid #e77418;
	color: #FFF;
	background: #e77418;
	padding: 2px 2px 2px 2px;
	font-size: 14px;
	cursor: pointer;
}
label.required {
	font-weight: bolder;
}



/*  MANAGE USERS FORM & CONTENT AREAS  */
#addUserArea {
	text-align: left;
	width: 448px;
	padding: 5px 5px 5px 5px;
}
#existingUsersArea {
	text-align: left;
	width: 448px;
	padding: 5px 5px 5px 5px;
}
#existingUsersArea a {
	color: #fe5600;
	font-size: 14px;
	text-decoration: underline;
	display: block;
	padding-left: 20px;
	background: url(../images/bullet_existing_member.png) left center no-repeat;
}
.manageUsersForm {
	border: 1px solid #c2beb1;
	background: #fbf9f4;
	padding: 15px;
}
.manageUsersForm .inputText {
	float: left;
	padding: 2px 2px 2px 2px;
	background-color: #fff;
	border: solid 1px #ab9b94;
	font-size: 14px;
	line-height: normal;
}
.manageUsersForm button.styled {
	display: inline-block;
	height: 31px;
	border: 1px solid #ab9b94;
	color: #FFF;
	background: url(../images/bg_button_orange.gif) repeat-x left top #e77418;
	padding: 2px 2px 2px 2px;
	font-size: 14px;
	cursor: pointer;
}
.manageUsersForm label {
	float: left;
	width: 150px;
	line-height: normal;
}



/*  INVOICE SEARCH FORM  */
#invSearchForm {
	border: 1px solid #9bac55;
	background: #e5f993;
	padding: 15px;
}



/*  SYSTEM MESSAGE FORM */
.systemMessageForm {
	border: 1px solid #c2beb1;
	background: #fbf9f4;
	padding: 15px;
}
.systemMessageForm .inputText {
	float: left;
	padding: 2px 2px 2px 2px;
	background-color: #fff;
	border: solid 1px #ab9b94;
	font-size: 14px;
	line-height: normal;
}
.systemMessageForm button.styled {
	display: inline-block;
	height: 31px;
	border: 1px solid #ab9b94;
	color: #FFF;
	background: url(../images/bg_button_orange.gif) repeat-x left top #e77418;
	padding: 2px 2px 2px 2px;
	font-size: 14px;
	cursor: pointer;
}
.systemMessageForm label {
	float: left;
	width: 150px;
	line-height: normal;
}



/*  FILE UPLOAD FORM & CONTENT AREAS  */
#uploadFileArea {
	text-align: left;
	width: 531px;
	padding: 5px 5px 5px 5px;
}
#recentUploadsArea {
	text-align: left;
	width: 365px;
	padding: 5px 5px 5px 5px;
}
#recentUploadsArea a {
	color: #fe5600;
	font-size: 14px;
	text-decoration: underline;
	display: block;
}
.fileUploadForm {
	border: 1px solid #c2beb1;
	background: #fbf9f4;
	padding: 15px;
}
.fileUploadForm .inputText {
	float: left;
	padding: 2px 2px 2px 2px;
	background-color: #fff;
	border: solid 1px #ab9b94;
	font-size: 14px;
	line-height: normal;
}
.fileUploadForm button.styled {
	display: inline-block;
	height: 31px;
	border: 1px solid #ab9b94;
	color: #FFF;
	background: url(../images/bg_button_orange.gif) repeat-x left top #e77418;
	padding: 2px 2px 2px 2px;
	font-size: 14px;
	cursor: pointer;
}
.fileUploadForm label {
	float: left;
	width: 150px;
	line-height: normal;
}



/*  FILE LISTING TABLE DEFINITIONS  */
table#fileListing {
	border-top: 1px solid #c2beb1;
	border-left: 1px solid #c2beb1;
	background: #e7e2d3;
	color: #74655f;
	line-height: normal !important;
}

table#fileListing th {
	border-right: 1px solid #c2beb1;
	border-bottom: 1px solid #c2beb1;
	font-weight: normal;
	padding: 5px;
	text-align: left;
}

table#fileListing td {
	background: #fff;
	padding: 5px;
	border-right: 1px solid #c2beb1;
	border-bottom: 1px solid #c2beb1;
}

table#fileListing td.odd {
	background: #fbf9f4;
	padding: 5px;
	border-right: 1px solid #c2beb1;
	border-bottom: 1px solid #c2beb1;
}

table#fileListing th.pagination {
	text-align: right !important;
}

table#fileListing th a {
	font-weight: bold !important;
	text-decoration: none;
	color: #74655f;
}

table#fileListing th a:hover {
	text-decoration: underline;
}

table#fileListing a.folderLink {
	font-weight: bold !important;
	text-decoration: underline;
	color: #0082fe;
}

table#fileListing a:hover.folderLink {
	text-decoration: underline;
}




/*  SYSTEM MESSAGES  */
p.notice {
	position: relative;
	display: block;
	background: #fffcd3 url(../images/icon_notice.gif) no-repeat 10px 11px;
	border: 1px solid #c2beb1;
	padding: 10px 10px 10px 40px;
	color: #74655f;
	font-size: 14px;
}

p.success {
	position: relative;
	display: block;
	background: #e5f993 url(../images/icon_success.gif) no-repeat 10px 11px;
	border: 1px solid #9bac55;
	padding: 10px 10px 10px 40px;
	color: #688006;
	font-size: 14px;
}

p.info {
	position: relative;
	display: block;
	background: #d4ebfa url(../images/icon_info.gif) no-repeat 10px 11px;
	border: 1px solid #90b1c7;
	padding: 10px 10px 10px 40px;
	color: #4b6bab;
	font-size: 14px;
}

p.error {
	position: relative;
	display: block;
	background: #f6b9b9 url(../images/icon_error.gif) no-repeat 10px 11px;
	border: 1px solid #e18484;
	padding: 10px 10px 10px 40px;
	color: #c32727;
	font-size: 14px;
}
