/* Reset */
:link,:visited{text-decoration:none}
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6,pre,code{font-size:1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset{margin:0;padding:0}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,body,html,p,blockquote,fieldset{line-height:1}
a img,:link img,:visited img{border:none}



/* Standard */
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}


body {
	font: 75% Verdana, sans-serif;
	margin: 0 20px 20px 20px;
	color: #333;
}

#all {
	position: relative;
}

#header {
	position: relative;
	background: #fff;
	height: 56px;
}
#header img {
	position: absolute;
	bottom: -1px;
	left: 0;
}
#header .logout {
	position: absolute;
	right: 0;
	bottom: 4px;
}
#header .logout a {
	color:#377bE0;
	font-weight:bold;
}
#header .logout a:hover {
	text-decoration: underline;
}


#content {
	padding-left: 176px;
	padding-top: 2em;
	padding-bottom: 2em;
	min-height: 430px;
	_height: 430px;
	border: 1px solid #8bb2f7;
	border-bottom: 0;
}

#content h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 1em;
}
#content h2 {
	margin-top: 1em;
	font-size: 1.1em;
	margin-bottom: .5em;
	color: #115fe7;
}
#content h3 {
	margin-top: 1em;
	margin-bottom: .5em;
}


#content p {
	margin: .8em 0;
	line-height: 1.4em;
}

#content ul {
	list-style: square;
}
#content li {
	margin-top: .4em;
	margin-left: 2em;
}

#header a, #content a {
	color: blue;
}
#content a:hover {
	text-decoration: underline;
}

#content hr {
	background: #666;
	height: 1px;
	border: 0;
	margin: 2em 0;
}

#content .warning {
	color: red;
	font-weight: bold;
}





/* Tables */
table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1.5em;
}
th, td {
	padding: 2px 4px;
}
th {
	background: #c9dcfa;
	text-align: left;
	_width: 50%;
}
tr.even {
	background: #c9dcfa;
}

table.justToAlign {
	width: auto;
}
table.justToAlign th, table.justToAlign td {
	border: 0;
	text-align: left;
}
table.justToAlign th {
	background: none;
}





/* Forms */
form {
	margin-top: 2em;
	margin-bottom: 1em;
	max-width: 45em;
	_width: 45em;
}
form .line {
	position: relative;
	margin-bottom: .8em;
	margin-left: 10.5em;
}
form .col1 {
	position: absolute;
	left: -10em;
	width: 9em;
	padding-right: 1em;
	line-height: 1.3em;
	text-align: right;
}
form .required label {
	font-weight: bold;
}
form .invisibleControl {
	position: absolute;
	left: -9999px;
	visibility: hidden;
}


textarea, input.text, input.password, select {
	font-family: "Arial", sans-serif;
	font-size: 1em;
	border: 1px solid #999;
	padding-left: 2px;
	padding-right: 2px;
}
input[type=text], input[type=password] {
	font-family: "Arial", sans-serif;
	font-size: 1em;
	border: 1px solid #999;
	padding-left: 2px;
	padding-right: 2px;
}
*:first-child+html input[type=file] {
	border: 1px solid #999; /* IE7 only, for file inputs */
}
input.text, textarea {
	width: 90%;
}
input[type=text] {
	width: 90%;
}
input[type=checkbox] {
	margin-right: .4em;
}
input.date {
	width: 7em;
}

fieldset {
	padding: 0;
	margin-bottom: 3em;
	border:solid 1px #c9dcfa;
}
legend {
	zdisplay: block;
	margin-bottom: 1em;
	background: #c9dcfa;
	padding: .2em 5px .2em .5em;
	_padding-left: 1em;
	font-weight: bold;
}


fieldset.checkBoxGroup {
	width: 89.5%;
	padding: .8em 0 .8em 1%;
}
fieldset.checkBoxGroup .line {
	margin-left: 0;
}
fieldset.checkBoxGroup .line {
	_margin-left: 23em;
}
fieldset.checkBoxGroup label {
	font-weight: normal;
}
fieldset.checkBoxGroup div.label {
	font-weight: bold;
	margin-bottom: .4em;
}
fieldset.checkBoxGroup div.line+div.label {
	margin-top: 2em;
}

.fileDetails {
	display: block;
	margin-top: .4em;
}

select {
	border: 1px solid;
	padding-right: 0;
	padding-left: 0;
}

textarea:focus, input[type=text]:focus, input[type=password]:focus, select:focus {
	background: #f4f4df;
}

form .buttons {
	margin-top: 1em;
}

.formErrors, .formWarnings {
	background: red;
	color: #fff;
	padding: .2em .5em;
	margin: 2em .5em 2em 0;
}
.rteModifiedNotice {
	border: 1px solid red;
	padding: .5em;
	margin-right: 1em !important;
}
.rteModifiedNotice strong {
	color: red;
}
.formErrors ul, .formWarnings ul, .formErrors li, .formWarnings li {
	list-style: none;
	padding: 0 !important; margin: 0 !important;
}
.formErrors li, .formWarnings li {
	margin: .3em 0 !important;
}
.error input, .error select, .error textarea {border:1px solid red}

/* Info as a postfix in controls */
.fileInfo {
	margin-top: .4em;
	margin-bottom: 1.5em;
	font-size: .9em;
	color: #666;
}



button {
	border: 1px solid #333;
	padding:.1em .3em;
	background: #367bda;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	margin-right: 1em;
}
button:hover {
	background: #6a9de3;
}
button[disabled] {
	background: #888 !important;
	cursor: not-allowed;
}




#footer {
	clear: both;
	font-family: "Courier New", monospace;
	letter-spacing: 1px;
	color: #2e4966;
	padding: 2px;
	padding-top: 1em;
	border: 1px solid #8bb2f7;
	border-top: 0;
}

