@charset "utf-8";


body {
	background: url(../images/bg_header_blue.jpg) repeat-x left top #edefef;
	/* color: #000000; */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	color: #fe5600;
	text-decoration: underline;
}

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;
}

h2 {
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	color: #74655f;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

h2.blue {
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	color: #003366;
}

h2.faq {
	background-color: #fbf9f4;
	display: block;
	padding: 2px 0 2px 5px;
	border: 1px solid #c2beb1;
}

h3 {
	color: #74655f;
}

p {
	line-height: normal;
}

p.nice {
	border: 1px solid #c2beb1;
	background: #fbf9f4;
	padding: 15px;
	margin-bottom: 20px;
}

div.nice {
	border: 1px solid #c2beb1;
	background: #fbf9f4;
	padding: 15px;
	margin-bottom: 20px;
}

#empCalendar div {
	border: 1px solid #c2beb1;
	background: #fbf9f4;
	padding: 15px;
}
#empCalendar table {
	border: 1px solid #c2beb1 !important;
}

.smallPrint {
	font-size: 11px;
}

.largePrint {
	font-size: 16px;
}

.warningPrint {
	color: #C00;
}
.confirmationPrint {
	color: #080;
}

.warningPrintBold {
	color: #C00;
	font-weight: bold;	
}
.confirmationPrintBold {
	color: #080;
	font-weight: bold;	
}

.imgBorder {
	padding: 2px 2px 2px 2px;
	background-color: #ffffff;
	border: solid 1px #666666;
}

/*  CONTENT DEFINITIONS  */
.grid_10 {
	width: 959px !important;
}
.grid_7,.grid_3 {
	margin-left: 9px !important;
	margin-right: 9px !important;
}

.cnt {
	border: 1px solid #e1e1e1;
	background: white;
}

div .padder {
	padding: 10px;
}

div .footer {
	padding: 5px 0 0 0;
}


/*  HEADER DEFINITIONS  */
#headerContentArea {
	color: #ffff33;
	text-align: right;
	padding-top: 35px;
	font-size: 12px;
}

#headerContentArea a {
	font-size: 12px;
	color: #fffcd3;
}

.logo {
	background: url(../images/logo_blue.jpg) no-repeat left top;
	width: 380px;
	height: 100px;
	outline: none;
	display: block;
}


/*  MAIN DEFINITIONS  */
ul#menu {
	margin: 0px;
	padding: 0px;
	background: url(../images/menu_separator.gif) left center no-repeat;
	float: left;
}

ul#menu li {
	display: block;
	float: left;
	height: 54px;
	color: #fffcd3;
	font-size: 14px;
	line-height: 54px;
	text-align: center;
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px;
	background: url(../images/menu_separator.gif) right center no-repeat;
	font-weight: 700;
}

ul#menu li a {
	display: block;
	padding: 0px 20px;
	line-height: 53px;
	color: #e7e2d3;
	text-decoration: none;
	background: url(../images/arrow_menu_on_orange.gif) -200px center
		no-repeat;
}

ul#menu li a:hover {
	color: #ff9529;
	background: url(../images/arrow_menu_on_orange.gif) bottom center
		no-repeat;
}

ul#menu li a.active {
	color: #ff9529;
	background: url(../images/arrow_menu_on_orange.gif) bottom center
		no-repeat;
}

/*  SUBMENU  */
#submenu {
	background: #74655f;
	border: 1px solid #2e2725;
	margin-bottom: 20px;
	line-height: 29px;
}

#submenu ul {
	margin: 0px 15px;
}

#submenu ul li {
	display: block;
	float: left;
	height: 29px;
	color: #e7e2d3;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	line-height: 29px;
	list-style: none;
	list-style-type: none;
	background: none;
	margin: 0px;
	padding: 0px 0px;
}

#submenu ul li a {
	display: block;
	padding: 0px 10px;
	line-height: 28px;
	color: #f0ede3;
	text-decoration: none;
}

#submenu ul li a:hover {
	color: #ffa005;
	text-decoration: underline;
}

#submenu ul li a.active {
	color: #ffa005;
	text-decoration: underline;
}

/*  LIST STYLES  */
ul li {
	font-size: 12px;
	list-style-type: none;
	list-style-position: outside;
	background: url(../images/bullet_black.gif) left top no-repeat;
	line-height: 16px !important;
	padding-left: 20px;
	margin-bottom: 5px;
}

ol li {
	font-size: 12px;
	list-style-position: inside;
	font-style: italic;
	line-height: 16px !important;
	margin-bottom: 5px;
}

/*  FORM ELEMENTS  */
form.nice {
	border: 1px solid #c2beb1;
	background: #fbf9f4;
	padding: 15px;
	margin-bottom: 20px;
}

form.nice h2 {
	color: #74655f;
	border-bottom: 1px solid #c2beb1;
	display: block;
	padding-bottom: 5px !important;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
}

form.nice label {
	display: block;
	float: left;
	width: 150px;
}

form.nice label.noWidth {
	display: block;
	float: left;
	width: 300px;
	padding-bottom: 5px;
}

form.nice .left {
	float: left;
	width: 300px;
}

form.nice .right {
	float: left;
	width: 335px;
}

.inputText {
	border: solid 1px #ab9b94;
	font-size: 13px;
	line-height: normal;
}

button.styled {
	display: inline-block;
	height: 31px;
	border: none;
	border: 1px solid #e77418;
	padding: 0px 15px;
	color: #FFF;
	background: url(../images/bg_button_orange.gif) repeat-x left top
		#e77418;
	line-height: 25px !important;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 10px;
	cursor: pointer;
}

button.brown {
	display: inline-block;
	height: 31px;
	border: 1px solid #787467;
	padding: 0px 15px;
	color: #fbf9f4;
	background: url(../images/bg_button_brown.gif) repeat-x left top #7b6c66
		;
	line-height: 25px !important;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor: pointer;
}

/*  PRODUCTS TABLE DEFINITIONS  */
table#bmiProducts {
	border-top: 1px solid #c2beb1;
	border-left: 1px solid #c2beb1;
	background: #e7e2d3;
	color: #74655f;
}

table#bmiProducts th {
	border-right: 1px solid #c2beb1;
	border-bottom: 1px solid #c2beb1;
	font-weight: normal;
	padding: 5px;
	text-align: left;
}

table#bmiProducts td {
	background: #fff;
	padding: 5px;
	border-right: 1px solid #c2beb1;
	border-bottom: 1px solid #c2beb1;
	vertical-align: middle;
}

table#bmiProducts td.odd {
	background: #fbf9f4;
	padding: 5px;
	border-right: 1px solid #c2beb1;
	border-bottom: 1px solid #c2beb1;
	vertical-align: middle;
}

table#bmiProducts th.pagination {
	text-align: right !important;
}

table#bmiProducts th a {
	font-weight: bold !important;
	text-decoration: none;
	color: #74655f;
}

table#bmiProducts th a:hover {
	text-decoration: underline;
}

/*  "DATA TABLE" DEFINITIONS  */
table#data {
	border-top: 1px solid #c2beb1;
	border-left: 1px solid #c2beb1;
	background: #e7e2d3;
	font-size: 11px;
	color: #74655f;
	line-height: normal !important;
}

table#data th {
	border-right: 1px solid #c2beb1;
	border-bottom: 1px solid #c2beb1;
	font-weight: normal;
	padding: 5px;
	text-align: left;
}

table#data td {
	background: #fff;
	padding: 5px;
	border-right: 1px solid #c2beb1;
	border-bottom: 1px solid #c2beb1;
}

table#data td.odd {
	background: #fbf9f4;
	padding: 5px;
	border-right: 1px solid #c2beb1;
	border-bottom: 1px solid #c2beb1;
}

table#data th.pagination {
	text-align: right !important;
}

table#data th a {
	font-weight: bold !important;
	text-decoration: none;
	color: #74655f;
}

table#data th a:hover {
	text-decoration: underline;
}

/*  WIDGETS  */
.widget {
	padding: 10px;
	border: 1px solid #e1e1e1;
	background: white;
	font-size: 12px;
	line-height: normal;
}

.widget h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	display: block;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #c2beb1;
}

/*  SYSTEM MESSAGES  */
p.notice {
	position: relative;
	display: block;
	background: #fffcd3 url(../images/system_message_icon_notice.gif) no-repeat 10px 11px;
	border: 1px solid #c2beb1;
	padding: 10px 10px 10px 40px;
	color: #74655f;
	font-size: 13px;
}

p.success {
	position: relative;
	display: block;
	background: #e5f993 url(../images/system_message_icon_success.gif) no-repeat 10px 11px;
	border: 1px solid #9bac55;
	padding: 10px 10px 10px 40px;
	color: #688006;
	font-size: 13px;
}

p.info {
	position: relative;
	display: block;
	background: #d4ebfa url(../images/system_message_icon_info.gif) no-repeat 10px 11px;
	border: 1px solid #90b1c7;
	padding: 10px 10px 10px 40px;
	color: #4b6bab;
	font-size: 13px;
}

p.error {
	position: relative;
	display: block;
	background: #f6b9b9 url(../images/system_message_icon_error.gif) no-repeat 10px 11px;
	border: 1px solid #e18484;
	padding: 10px 10px 10px 40px;
	color: #c32727;
	font-size: 13px;
}

p.error span,p.info span,p.notice span,p.success span {
	position: absolute;
	right: 7px;
	top: 7px;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding: 5px;
	cursor: pointer;
}
