
body {
	margin: 0px;
	padding: 0px;
    font-family : 'Arial';
    color: #64655f;
	font-size: 12px;
}


/* Wrapper */
#wrapper {
	clear: both;
	overflow: hidden;
	padding-bottom: 25px;
}

/* Header */
#header {
	height: 87px;
	background: url('/img/header_bg.png') repeat-x;
	border-bottom: 1px solid #999;
	position: relative;
}

#headerSide {
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#headerSide form label {
	text-align: right;
	padding: 3px 5px 0 0;
}

#logo {
	display: block;
	width: 455px;
	height: 87px;
	background: url('/img/logo.png') no-repeat;
	text-indent: -999em;
	float: left;
}


/* Footer */
#footer {
	width: 100%;
	height: 25px;
	background: url('/img/header_bg.png') repeat-x;
	position: fixed;
	bottom: 0px;
	border-top: 1px solid #999;
	z-index: 1000;
}
#footer a {
	display: block;
	color: #fff;
	margin: 3px 10px 0 0;
}

/* Menu */
#nav {
	background: url('/img/menu_bg.png') repeat-x;
	height: 36px;
	border-bottom: 1px solid #777;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 36px;
	line-height: 36px;
	width: 900px;
}

#nav ul li {
	display: block;
	float: left;
	height: 36px;
	width: 6em;
	text-align: center;
	background: url('/img/menu_divider.png') top right no-repeat;
}
#nav ul li.last {
	background: none;
}
#nav ul li ul li {
	background: none;
	text-align: left;
	width: 100%;
	padding: 0 0 0 3px;
	height: 26px;
	line-height: 26px;
	white-space: nowrap;
	float: none;
}
#nav ul li ul li a {
	font-size: 13px;
}
#nav ul li ul {
	background: #e8bb79 url('/img/menu_sub_bg.png') repeat-x;
	width: 15em;
	height: auto;
	line-height: auto;
	border-left: 1px solid #9a5d04;
	border-right: 1px solid #9a5d04;
	border-bottom: 1px solid #9a5d04;
}

#nav ul li a {
	color: #fff;
	font-size: 13px;
}


/* Content */
#content {
	margin: 15px;
	clear: both;
	overflow: hidden;
}

#content-left {
	width: 49%;
	margin: 0 1% 0 0;
	float: left;
}
#content-right {
	width: 49%;
	float: left;
}



/* Forms */
.input label {
	width: 100px;
	float: left;
}
.input {
	margin: 5px 0 0 0;
}
.text input, .password input, .textarea textarea {
	width: 250px;
}

.select .checkbox {
	width: 200px;
	margin: 0 0 0 100px;
}

.select .checkbox label {
	float: none;
}
.select .checkbox input {
	float: none;
}

.input select {
	width: 256px;
}
.time select {
	width: 50px;
}

.submit {
	margin: 15px 0 0 100px;
}

.horizontal-form {
	clear: both;
	width: 950px;
}

.horizontal-form .submit {
	margin: 0px;
}
.horizontal-form .input {
	float: left;
	margin: 0 5px 0 0;
}
.horizontal-form .input input, .horizontal-form .input select {
	width: 140px;
}
.horizontal-form label {
	float: none;
	margin: 0px;
	padding: 0px;
	width: 70px;
}
.horizontal-form .checkbox input {
	float: none;
	width: 15px;
}
#headerSide select {
	width: 150px;
}
#headerSide label {
	width: 80px;
}

/* Elements */
h1 {
    font-size: 22px;
	margin: 0 0 10px 0;
	padding: 0px;
}
h2 {
    font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0px;
	color:maroon;
}

h3 {
    font-size: 14px;
	margin: 0px;
	padding: 0px;
} 
h4 {
	margin: 0 0 10px 0;
	padding: 0px;
}

table {
    margin: 0px;
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
}
tr:hover {
	background-color: #FDEFC1;
}

th {
	text-align: left;
	font-weight: bold;
	height: 20px;
	background: url('/img/table_bg.png') repeat-x;
	white-space: nowrap;
}
th a {
	display: block;
}
td, th {
    border: 1px solid #ccc;
    font-size: 12px;
	padding: 3px;
	/*white-space: nowrap;*/
}

.table-single td:first-child {
	white-space: nowrap;
}

a {
	color: #555;
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: underline;
}

ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
dt, li h4 {
	font-weight: bold;
	padding: 5px 0 0 0;
	border-top: 1px solid #ccc;
	margin: 0px;
}
dd {
	margin: 0px;
	padding: 0 0 5px 0;
}

fieldset {
	width: 370px;
	border: 1px solid #ccc;
	margin: 10px 0 0 0;
	padding: 5px;
}
fieldset legend {
	font-weight: bold;
}
fieldset label {
	float: none;
	width: 600px;
}


/* General classes */
#flashMessage {
	border: 1px solid #ccc;
	background-color: #eee;
	color: #000;
	padding: 5px;
	margin: 5px 0 5px 0;
	width: 500px;
}
.page-info {
    font-size : 14px;
	font-weight: bold;
}
.message {
	color: #990000;
}
.error {
	color: #990000;
}
.error-message {
	color: #990000;
	margin: 0 0 0 100px;
}
.form-error {
	border: 1px dotted #990000;
}
.split-two {
	width: 49%;
	float: left;
	margin: 0 1% 0 0;
}
.split-three {
	width: 32%;
	float: left;
	margin: 0 1% 0 0;
}
.clear {
	clear: both;
}
.entry-date {
	display: block;
	font-size: 10px;
}
.entry-flag, .entry-flag a {
	color: #990000;
}

.prev, .next {
	display: inline-block;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	margin: 0 3px 0 0;
}
.prev {
	background: url('/img/prev.png') no-repeat;
}
.next {
	background: url('/img/next.png') no-repeat;
}
.enlarged-text {
	font-size: 15px;
}

.hidden {
	display: none;
}
.sort-asc {
	background: url('/img/sort_asc.png') center right no-repeat;
}
.sort-desc {
	background: url('/img/sort_desc.png') center right no-repeat;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}

.add-task {
	width: 16px;
	height: 18px;
	display: block;
	background: url('/img/task.png') no-repeat;
	text-indent: -999em;
	margin: 0 3px 0 0;
}

.add-contact-report {
	width: 26px;
	height: 16px;
	display: block;
	background: url('/img/contact_report.png') no-repeat;
	text-indent: -999em;
	margin: 0 3px 0 0;
}


.add {
	width: 16px;
	height: 16px;
	display: block;
	background: url('/img/add.png') no-repeat;
	margin: 0 3px 0 0;
	text-indent: -999em;
}

.delete {
	width: 16px;
	height: 16px;
	display: block;
	background: url('/img/delete.png') no-repeat;
	text-indent: -999em;
	margin: 0 3px 0 0;
}
.delete-alt {
	width: 32px;
	height: 32px;
	display: block;
	background: url('/img/delete_alt.png') no-repeat;
	text-indent: -999em;
}

.div-table {
	clear: both;
	overflow: hidden;
}
.div-table dt {
	clear: left;
	width: 100px;
	float: left;
	border: 0px;
	margin: 2px 0 2px 0;
	padding: 0px;
}
.div-table dd {
	float: left;
	margin: 2px 0 2px 0;
	padding: 0px;
}

/* User messages*/
#userMessages {
	/*background-color: #cb984e;*/
	margin: 1px 0 0 0;
	padding: 3px;
	border-bottom: 1px solid #ccc;
	color: #336600;
	font-size: 11px;
	overflow: hidden;
}
#userMessages li {
	height: 16px;
}
#userMessages li h4 {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	display: inline-block;
}
.inline-block {
	display: inline-block;
	margin: 0 0 0 3px;
}

#userInfo {
	float: right;
	color: #663300;
	padding: 10px 5px 0 5px;
}

.table-alt {
	width: 50%;
}
.table-foreign th {
	background: url('/img/table_bg_2.png') repeat-x;
}

.table-meetings th {
	width: 17%;
}
.table-tasks th {
	width: 33%;
}
.table-usages td {
	text-align: right;
}
.table-usages td:first-child {
	text-align: left;
}

#recentClients li {
	float: left;
	display: block;
	border-right: 1px solid #ccc;
	margin: 0 3px 0 3px;
	text-align: center;
	white-space: pre;
}

#serverDate {
	position: absolute;
	top: 7px;
	right: 7px;
	color: #fff;
	font-size: 15px;
}

table.table-sorter thead tr .header {
	cursor: pointer;
	cursor: hand;
}

table.table-sorter thead tr .headerSortUp span {
	display: block;
	background: url('/img/sort_asc.gif') no-repeat center right;
}
table.table-sorter thead tr .headerSortDown span {
	display: block;
	background: url('/img/sort_desc.gif') no-repeat center right;
}
