/**
 *
 * Using Kuler theme: http://kuler.adobe.com/#themeID/1279354
 *
 *
 */

body
{
	background-color: #7D9100;

	/* Fixes IE bug */
	text-align: left;
}

hr
{
	visibility: hidden;
	margin: 0;
	padding: 0;
}

table
{
	background-color: #fff;
}

table
{
	/*background-color: #fff;*/
	border-left: 1px solid #AED0EA;
	border-right: 1px solid #AED0EA;
}
	/*-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	overflow: hidden;
	clear: both;
}

thead th
{
	background-color: #fff;
}

thead tr th:first-child
{
	-webkit-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}

thead tr th:last-child
{
	-webkit-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}

tbody tr:last-child td:first-child
{
	-webkit-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}

tbody tr:last-child td:last-child
{
	-webkit-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}*/

th.iconColumn, td.iconColumn
{
	width: 16px;
}

table ul
{
	margin: 0;
}

ul.errors
{
	list-style: none;
	color: #f00;
	margin: 0 0 8px 0;
	padding: 0;
}

.watermark
{
   color: #999 !important;
}

.inset
{
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
	box-shadow: inset 0 3px 8px rgba(0,0,0,.24);
}

.round
{
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.roundTop
{
	-webkit-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}

.roundLeft
{
	-webkit-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}

.roundRight
{
	-webkit-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-webkit-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}

h1
{
	color: #888;
	font-size: 2.4em;
	font-weight: normal;
}

h2
{
	color: #354242;
	font-size: 2em;
	font-weight: normal;
}

h3
{
	color: #666;
	font-size: 1.4em;
	font-weight: normal;
}

p
{
	color: #354242;
}

a:link, a:active
{

}

a:visited
{

}

a:hover
{

}

button img
{
	vertical-align: middle;
}

input[type="checkbox"]
{
	vertical-align: middle;
}

div#headerContainer
{
	padding-top: 20px;
	width: 100%;
	height: 80px;
	background-color: #fff;
	border-bottom: 2px solid #7D9100;
}

div#header
{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

div#logo h1
{
	margin: 0;
	font-size: 2.5em;
	color: #333;
}

div#logo h2
{
	margin: 0;
	font-size: 1.9em;
	color: #888;
}

div#logo a#logoLink
{
	position: absolute;
	top: 0;
	left: 0;
	width: 365px;
	height: 100%;
	display: block;
}

div#menu
{

}

div#menu > ul
{
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

div#menu > ul > li
{
	float: left;
}

div#menu > ul > li > a
{
	display: block;
	padding: 6px 20px;
	margin: 0 0 0 10px;
	background: #fff;
	color: #354242;
	text-decoration: none;
	font-size: 1.2em;
}

div#menu > ul > li.active > a, div#menu > ul > li.active > a:hover
{
	background: #7D9100 url('/images/btnGradient.png') top left repeat-x;
	color: #000;
	border-style: solid;
	border-color: #7D9100;
	border-width: 1px 1px 0 1px;
	text-shadow: 0 1px 0 #fcfcfc;

	-webkit-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}

div#menu > ul > li > a:hover
{
	color: #C9DE55;
	text-decoration: none;
}

div#menu > ul > li > a#menu-logoutBtn
{
	display: block;
	width: 24px;
	height: 24px;
	padding: 0;
	text-indent: -99999px;
	position: absolute;
	bottom: 44px;
	right: 0;
	background: transparent url('/images/icons/24/24-security-lock.png') top center no-repeat;
}

div#mainContainer
{
	width: 100%;
	background: #fff url('/images/mainContentGradient.png') top left repeat-x;
}

div#wrapper
{
	width: 1000px;
	margin: 0 auto;
	padding: 2px 0 18px 0;
}

div#content
{
	padding-top: 6px;
}

div#breadcrumbs p
{
	margin: 0;
}

div#footer
{
	width: 1000px;
	margin: 0 auto;
	color: #354242;
	padding-top: 8px;
}

div#footer h1, div#footer h2, div#footer h3, div#footer p, div#footer a
{
	color: #000;
	text-shadow: 0 1px 0 #C9DE55;
}

div#footer span#version
{
	font-size: 0.85em;
}

/* CONTENT CSS */
div#searchBar
{
}

div#searchBar > form > div#searchFormWrapper
{
	margin: 0 auto;
	width: 364px;
	position: relative;
}

input#searchField, input#searchBtn
{
	padding: 6px;
	background-color: #fff;
	border-style: solid;
	border-color: #7D9100;
	margin: 0;
	font-size: 1.1em;
	float: left;
}

input#searchField
{
	border-width: 1px 0 1px 1px;
	vertical-align: top;
	text-align: left;
	width: 275px;
}

input#searchBtn
{
	padding: 6px 22px;
	color: #000;
	background: transparent url('/images/btnGradient.png') top left repeat-x;
	border-width: 1px;
	text-shadow: 0 1px 0 #fcfcfc;
	vertical-align: top;
}

/* Remove extra focus border from FF */
input#searchBtn::-moz-focus-inner { border:0; }

ul#searchSuggestions
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #ddd;
	width: 100%;
	top: 31px;
	left: 0;
}

ul#searchSuggestions > li
{
	padding: 0;
	margin: 0;
}

ul#searchSuggestions > li > a
{
	display: block;
	padding: 6px;
	font-size: 1.1em;
	text-decoration: none;
	color: #333;
}

ul#searchSuggestions > li > a:hover
{
	background-color: #ddf;
}

/* Calendar CSS */
table.calendar > thead > tr > th
{
	text-align: center;
	border-color: #666;
	border-style: solid;
	border-width: 0 0 0 1px;
}

table.calendar > thead > tr > th:first-child
{
	border-width: 0;
}

table.calendar > tbody > tr > td
{
	/*height: 142px;
	width: 142px;*/
	border-color: #666;
	border-style: solid;
	border-width: 1px 0 0 1px;
	vertical-align: top;
	padding: 0;
}

table.calendar > tbody > tr > td.weekNo
{
	width: 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #888;
	background-color: #C3D9FF;
}

table.calendar > tbody > tr > td:first-child
{
	border-width: 1px 0 0 0;
}

div#monthName
{
	text-align: center;
}

div#monthName h2
{
	font-size: 24px;
	margin: 0 0 8px 0;
}

div#monthName span#prevBtn
{
	float: left;
	margin-top: 10px;
}

div#monthName span#nextBtn
{
	float: right;
	margin-top: 10px;
}

div.dayNo
{
	font-size: 14px;
	color: #666;
	padding: 4px;
}

div.dayContent
{

}

div.event
{
	height: 18px;
	background-color: #C9DE55;
	padding: 1px 6px;
	margin: 0;
}

div.startMorning
{

}

div.startEvening
{
	width: 55px;
	float: right;
}

div.endMorning
{
	width: 55px;
	float: left;
}

div.endEvening
{

}

div.event p
{
	margin: 0;
}

/* Invoice dialog CSS */
div.extraInvoiceItem
{
	border: 1px solid #000;
	padding: 8px 8px 0 8px;
	margin-bottom: 8px;
}

div.extraInvoiceItem a.removeBtn
{
	float: right;
}

div.extraInvoiceItem ul, div.extraInvoiceItem li
{
	list-style: none;
	padding: 0;
	margin: 0;
}

div.extraInvoiceItem li
{
	margin-bottom: 8px;
}

div.extraInvoiceItem input, div.extraInvoiceItem select
{
	margin: 0 8px 0 4px;
}

div.extraInvoiceItem input.txt
{
	width: 400px;
}

div.extraInvoiceItem input.qty
{
	width: 50px;
}

div.extraInvoiceItem input.price
{
	width: 309px;
}