body {
	margin: 10px;
	background-color: white;
	cursor: default;
}

body, p, div, td {
	font-family: Verdana, Arial;
	color: black;
	font-size: 11px;
}

input, select, textarea, button {
	font-family: Verdana, Arial;
	font-size: 11px;	
}

a:link, a:active, a:visited, a:hover {
	color: #544D40;
}

a:hover, a.selected:link, a.selected:active, a.selected:visited, a.selected:hover  {
	color: #FC7215;
}

p, ul, ol {
	margin-top: 0;
	margin-bottom: 1em;
}

ul, ol {
	margin-left: 1.5em;
	padding-left: 0;
}

ol {
	margin-left: 2.2em;
}

ul ul, ol ol {
	margin-top: 0;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

.dialogBtn, .button {
}

.dialogBtn {
	width: 100px;
}

.title {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #544D40;
}

.title a:link, .title a:active, .title a:visited, .title a:hover {
	color: #544D40;
}

.title a:hover {
	color: #FC7215;
}

.subtitle {
	font-size: 12px;
	background-color: #003366;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	padding: 4px;
	padding-left: 5px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.treeItem, .treeItemOver {
	cursor: pointer;
	color: white;
	background-color: #62533E;
	padding: 3px;
}

.treeItemOver {
	color: #FB7E00;
}

.treeItemSelected {
	color: white;
	background-color: #FB7E00;
	padding: 3px;
	text-decoration: none;
	cursor: pointer;
}

.treeItem.right {
	font-style: italic;
	color: #999;
}

.treeItemContainer {
	margin-bottom: 10px;
	border: 1px solid #62533E;
	padding: 5px;
	width: 5px;
}

.textbox {
	border: 1px solid #62533E;
	background-color: white;
}

table.itemTable {
	border-collapse: collapse;
	/*behavior: url(js/itemTable.htc);
	table-layout: fixed;*/
	border: 1px solid black;
	width: 100%;
}

table.itemTable td {
	border: 1px solid black;
	padding: 3px;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

table.itemTable.normal td {
	text-overflow: normal;
	white-space: normal;
}

table.itemTable tr.hover td {
	background-color: #003366;
	color: white;
}

table.itemTable thead td {
	font-weight: bold;
	background-color: #CCCCCC;
	color: black;
	vertical-align: bottom;
}

table.itemTable tr {
	cursor: pointer;
}

table.itemTable tfoot td {
	font-weight: bold;
	color: black;
	cursor: default;
}

.pictureText {
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 5px;
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
}

.pageSectionHeader {
	background-color: #62533E;
	padding: 5px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center right;
	margin-top: 10px;
}

.pageSectionHeader, .pageSectionHeader div {
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}

.pageSection {
	border: 1px solid #62533E;
	border-top: none;
	padding: 10px;
}

.label {
	vertical-align: top;
	padding-top: 5px;
}

.helpTable {
	border-collapse: collapse;
	margin-left: 20px;
}

.helpTable td {
	border: 1px solid #C7BCAC;
	padding: 3px;
}

.helpTable .left {
	white-space: nowrap;
	font-weight: bold;
	vertical-align: top;
}

.defaultItem {
	color: red;
}

table.priceTable {
	border-collapse: collapse;
	width: 100%;
}

table.priceTable td {
	border: 1px dashed #bbb;
	padding: 2px;
	vertical-align: top;
}

table.priceTable td p {
	margin: 0;
}

.menu {
	padding: 5px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border:			1px solid;
	border-color:	ThreeDHighlight ThreeDDarkShadow
					ThreeDDarkShadow ThreeDHighlight;
	background:		#ECE9D8;
}

.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	text-decoration: none;
	color: black
}

.menu a:hover, .menu a.selected:link, .menu a.selected:visited, .menu a.selected:active, .menu a.selected:hover {
	color: #FC7215;
}

h1, h2 {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #5C534C;
}

h2 {
	font-size: 14px;
}

#questionForm {
	width: 600px;
}

.question {
	color: #FE860C;
}

.answer {
	width: 600px;
	border: 1px solid black;
	margin-bottom: 2em;
}

#logo {
	position: absolute;
	top: 10px;
	right: 10px;
}

.calendarTable {
	border-collapse: collapse;
	width: 100%;
}

.calendarTable thead td {
	padding: 3px 0;
	height: 30px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	background: #ECE9D8;
	text-align: center;
}

.calendarTable td {
	border: 1px solid black;
	vertical-align: top;
	height: 125px;
	padding: 0;
	width: 14%;
}

.calendarTable td.weekend {
	background-color: #F4F4F4;
}

.calendarTable td.today {
	background-color: #F5DD92;
}

.calendarTable .date {
	margin-bottom: 3px;
	background: black;
	color: white;
	padding: 1px 3px;
	float: left;
	font-size: 12px;
	font-weight: bold;
}

.calendarTable .deadline {
	clear: both;
	font-size: 10px;
	padding: 3px;
	border-bottom: 1px solid black;
}

.calendarTable .deadline.last {
	border-bottom: none;
}

.deadlineClient {
	font-weight: bold;
}

.deadlineProject {
	margin-left: 9px;
	margin-top: 1px;
}

.deadlineName {
	margin-left: 18px;
	margin-top: 1px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.calendarPopup {
	overflow: hidden;
	border: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	text-align: center;
	cursor: default;
	width: 180px;
	height: 190px;
	padding: 10px;
	position: absolute;
	display: none;
	background: white;
}

.calendarPopup, .calendarPopup td {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: black;
}

.calendarPopup table.calendar {
	border-collapse: collapse;
}

.calendarPopup table.calendar td {
	border: 1px solid gray;
	cursor: pointer;
	padding: 2px;
	text-align: center;
	font-weight: bold;
}

.calendarPopup table.calendar td.columnHeader {
	cursor: default;
	font-weight: bold;
	border: none;
	text-align: center;
}

.calendarPopup table.calendar td.selected {
	background-color: black;
	color: white;
}

.calendarPopup table.calendar td.weekend, .calendarPopup table.calendar td.weekendOtherMonth {
	background-color: #D0D0D0;
}

.calendarPopup table.calendar td.otherMonth, .calendarPopup table.calendar td.weekendOtherMonth {
	font-weight: normal;
	color: gray;
}

.calendarPopup a, .calendarPopup a:active, .calendarPopup a:visited, .calendarPopup a:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.calendarPopup a:hover {
	color: blue;
}

.contextMenuPopup {
	position: absolute;
	z-index: 1000;
	display: none;
}

.contextMenu {
	cursor: default;
	border: 1px solid #D4D0C8;
	background-color: #FFFFFF;
}

.contextMenuItem, .contextMenuItemOver {
}

.contextMenuItemOver {
	background-color: #B6BDD2;
}

.contextMenuSeparator {
	width: 100%;
	background-color: #D4D0C8;
	border: 0px;
}

.contextMenuImage, .contextMenuItemDisabled {
	border: 0px;
}

.contextMenuImage {
	margin: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

.contextMenuIcon {
	background-color: #F0F0EE;
}

.contextMenuItemOver .contextMenuIcon {
	background-color: #B6BDD2;
}

.contextMenuIcon {
	background-color: #F0F0EE;
}

.contextMenuText {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	margin-left: 5px;
	margin-right: 10px;
	white-space: nowrap;
}

.contextMenuItemDisabled {
	color: #AAAAAA;
}
