
body {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	margin: 0;
	padding: 0;
	background: #EFE7D1;
}

a:link, a:visited {
	color: #CF934D;
}

a:hover, a:active {
	color: #DFB88B;
}

a img {
	border: 0;
}

input, textarea, select {
	border: 1px #ccc solid;
	font-size: 9pt;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

#sideNav {
	width: 160px;
	float: left;
	margin-top: 10px;
}

#sideNav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sideNav ul li {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

#sideNav ul li a {
	text-decoration: none;
	display: block;
	padding: 2px 0 2px 20px;
}

#sideNav ul li a:hover {
	background: #DFB88B;
	color: white;
}

#panel {
	background: white;
}

#panelContent {
	margin-left: 160px;
}

#panelInner {
	padding: 20px;
}

#header {
	height: 100px;
	width: 100%;
	border-bottom: 6px #CF934D solid;
}

#header #siteTitle {
	margin-left: 20px;
	padding-top: 20px;
	font-size: 42pt;
	color: white;
	float: left;
	width: 800px;
}

#loginLink {
	margin-right: 0;
	margin-left: auto;
	width: 200px;
	padding-top: 60px;
}

#footer {
	height: 40px;
	width: 100%;
	border-top: 6px #CF934D solid;
}

#footer div {
	text-align: center;
	font-size: 8pt;
	padding-top: 10px;
}
#footer div, #footer a {
	color: white;
}

h2 {
	padding: 0;
	margin: 0 0 10px 0;
	font-family: "Trebuchet MS";
	font-size: 15pt;
	font-weight: bold;
	color: #9F6C31;
}




.editTable td, .editTable th {
	vertical-align: top;
	padding: 3px;
}

.editTable th {
	text-align: left;
	font-weight: normal;
}

.editTable .datepicker {
	margin-top: 4px;
}

.editTable .ui-datepicker td {
	padding: 1px;
	width: 14%;
}

.ui-datepicker, .ui-widget {
	font-size: 10px;
}

.listTable {
	border-collapse: collapse;
	border: 1px #eee solid;
	margin-top: 10px;
}

.listTable th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
	background-color: #efefef;
	background-image: url(../images/listTable_th.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 9pt;
	color: #333;
}

.listTable td {
	padding: 5px;
	border-top: 1px #eee solid;
}

.listTable tr.even {
	background-color: #FFFBF4;
}

.userList td.userRoleCell {
	text-align: center;
}



#response {
	font-size: 0.9em;
}

#response.error {
	color: #be1c1c;
}

.errorBorder {
	border: 1px #be1c1c solid;
}

.errorBg, .listTable tr.errorBg {
	background-color: #fcc;
}

.successBg, .listTable tr.successBg {
	background-color: #cfc;
}

.formError {
	font-size: 0.9em;
	color: #be1c1c;
}




.editPhoto img {
	border: 1px #666 solid;
}

ul.photoList {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	width: 570px;
}
ul.photoList li {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}
ul.photoList li img {
	border: 1px #ccc solid;
}

/**
 * Replace the default pill button sprite with a different color
 */
div.pill-button {
	background-image: url(/panel/images/pill-sprite-orange.png);
}


.fileList .directoryName {
	font-weight: bold;
}

.fileList .pdf {
	background: url(/common/silk/page_white_acrobat.png) left no-repeat;
	padding-left:20px;
	margin-left: 20px;
	margin-bottom: 3px;
}

