/*
proEMA Style Sheet

Author: Charles Henden, CLH Systems
Modified Date: 12/07/10

Note: The font used for header images around the site is AvantGarde LT Medium
*/


body,td,th {

	font-family: verdana, sans-serif;
	font-size:12px;

}

hr {
	color: #C6C6C6;
	height: 1px;
}

/* article headings */
h1 {
	font-size: 12px;
	color: #206C9C;
	text-decoration: none;
	display: inline;
}

/* article dates */
h2 {
	color: #A5A5A5; 
	font-size: 11px; 
	font-weight: 600;
	display: inline;
}

/* h3 stats headings */
h3 {
	color: #383838;
	font-size: 11px;
	text-decoration: none;
	display: inline;
}

/* h4 full text listings */
h4 {
	color: #666666;
	font-size: 13px; 
	font-weight: normal;
	text-decoration: none;
	display: inline;
}

/* h5 stats listings */
h5 {
	color: #535353;	
	font-size: 12px; 
	font-weight: normal;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* h6 is used for the standard description box on the assessments page */
h6 {
	color: #3380A3;	
	font-size: 11px; 
	font-weight: normal;
	text-decoration: none;
}

/* P features in all full text entries */
p {
	color: #717171; 
	font-weight: normal;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

legend {
	color: #999999; 
	font-size: 14px; 
	font-weight: bold;
	text-decoration: none;
	display: inline;
}

/* workbenchLink is used on the workbenches for mods and members */
.workbenchLink {
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}
	
/* commentArea is used on the complete assessment page */
.commentArea {
	width: 400px;
	height: 100px;
}

/* smallComment is used on the submit a new assessment page */
.smallComment {
	font-size: 10px;
}

li {
	color: #717171; 
}

a {
	color: #678BA7; 
	font-size: 11px; 
	font-weight: normal;
	text-decoration: none;
	display: inline;
}

input {
	color: #999999; 
	font-size: 10px; 
	font-weight: normal;
	text-decoration: none;
	display: inline;
}

select {
	color: #999999; 
	font-size: 10px; 
	font-weight: normal;
	text-decoration: none;
	display: inline;
}

.cleantable {
	padding: 0; 
	margin: 0; 
	border-top: 1px solid #848484;
	color:  #999999;
	background: #F3F5F7;
	text-align: center;
}

.formError {
	color: #ff0000;
}

.formErrorHeader {
  	font-weight: bold;
	color: #800000;
}

.formSuccess {
	color: #00ff00;
}

input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	border: none; 
	background: #FFFFFF; 
	color: #808080; 
	padding: 1px; 
	font-weight: bold; 
}

.comment { 
	color: #97A6B1; 
	text-align: left; 
	margin: 4px 0 5px 0; 
	padding: 0.4em 0 0 0; 
	border-top: 1px solid #eee;
	margin-bottom: 20px;
	text-decoration: none;
}

input.button { 
	background: #FFFFF4; 
	color: #808080;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.comments { 
	padding: 10px 10px 8px 10px; 
	margin: 0 0 7px 0; 
	background: #f8f8f8; 
	color: #000;
}

.commentsbox { 
	padding: 8px 0 10px 10px; 
	margin: 0 0 10px 0; 
	background: #f4f4f4; 
	color: #000;
}

.error {
	color: #990000;
	background-color: #FFF0F0;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #990000;
}

.error h2 {
	color: #990000;
	background: inherit;
}

.success {
	color: #000000;
	background: #F5FBE1;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dashed #7BA813;
}

.success h2 {
	color: #7BA813;
	background: inherit;
}

/* Header diagonal stripe div */
.header {
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	height: 169px;
	width: 100%;
}

/* Popout grey div */
.popout {
	border: 1px solid #B5B5B5; 
	width: 720px; 
	margin-left: 10px; 
	padding: 10px; 
	background-color: #DCDCDC;
}

/* Header purple separator */
.separator {
	background-image: url(images/purple_sep.png);
	background-repeat: repeat-x;
	height: 41px;
	width: 100%;
}

/* Div for centre positioning objects */
.centreDiv {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
}

/* Div for logo and motto positioning */
.logoDiv {
	position: absolute;
	text-align: center;
	margin-top: 40px;	
}

/* Div for login box positioning */
.loginDiv {
	float: right;
	background-image: url(images/loginbox.png);
	background-repeat: no-repeat;
	margin-top: 40px;
	padding-left: 20px;
	width: 329px;
	height: 105px;
}

/* Separator link style */
.seplink {
	font-family: Tahoma, Geneva, sans-serif;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

/* Normal text matching separator link style */
.sepfont {
	color: white;
	font-size: 11px;
	font-weight: bold;
}

/* Class for all form input elements */
.formInput {
	width: 139px; 
	height: 18px;
	background-color: #FFFFFF;
	color: #313131;
	border: 1px solid #C0C5BF; 
}

/* Class for all form input elements */
.formInputLong {
	height: 18px;
	background-color: #FFFFFF;
	color: #313131;
	border: 1px solid #C0C5BF; 
}

/* Override for element's with their own height such as textarea */
.formInputLongHigh {
	background-color: #FFFFFF;
	color: #313131;
	border: 1px solid #C0C5BF;
	font-size: 11px;
}

/* Main page content box */
.contentBox {
	background: #FBFBFB; 
	border: 1px solid #D7D7D7; 
	width: 800px; 
	margin-left: auto; 
	margin-right: auto;
	padding: 30px;
	text-align: left;
}

/* Page title text */
.headingText {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #0E618D;
}

/* Main left hand box on content pages */
.mainBox {
	float: left; 
	width: 60%;
}

/* Displayed on the home page when a user/mod hasn't payed */
.paymentWarning {
	border: 1px solid #D3D3D3;
	margin-left: 30px;
	float: left; 
	width: 350px;
	padding: 10px 20px;
}

/* Stats box on the main page */
.statsBox {
	background-image: url(images/header_stats.png);
	background-repeat: repeat-x;
	border: 1px solid #D3D3D3;
	margin-right: 30px;
	float: right; 
	width: 240px;
	padding: 10px 20px;
}

/* Stats header gradient */
.statsHeader {
	padding-left: 20px;
	padding-top: 8px;
	width: 92%;
	height: 36px;
}

/* Form submit button */
.submitButton {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #206C9C;
	height: 30px;
}

/* Styles for footer text */
.footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #ACACAC;
}

/* Main page content box */
.footerBox {
	background: white; 
	width: 800px; 
	margin-left: auto; 
	margin-right: auto;
	padding-top: 30px;
	padding-left: 30px;
	text-align: left;
}

/* Style for help and tips */
.tips {
	color: purple;
	font-size: 10px;
}

/* Box for standard description on the assessment page */
.standardBox {
	height: 70px;
	width: 95%;
	background-image: url(images/header_standard.png);
	background-repeat: repeat-x;
	border: 1px solid #D3D3D3;
}

#timeline {
	width:760px;
	height: 60px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}

.timeline_text {
	text-align: center;
	position: relative;
}

#timeline_bar {
	position: relative;
	left: -1.5em;
	width:760px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/timeline.png);
	background-repeat: no-repeat;
}

#timeline img {
	position: relative;
	top: 6px;
	border: none;
}

/* Begin Sample Template */

#st .section { 

	padding: 10px; 
	border-style:solid; 
	border-width:1px; 
	border-color:#d7d7d7; 
	margin:5px 0; 
}



@page landscape {

size: landscape;
page-break-before:always;

}


div.line { 
	border-style:solid; 
	border-width:1px; 
	border-color:#dddddd; 
	margin: 20px 0 0 0; 
	display:block; 
}

div.copy { 
	text-align:right;
	color: #7777ff; 
} 

#st input,select {
	font-size:12px;

}

#st textarea {
	border-color:#d7d7d7; 
	border-style:solid; 
	border-width:0px; 
	font-family:verdana;
	font-size:10px;
	width:125px;
	min-height:100px;

}

#st h5 {

	font-weight:bold;

}

#st textarea.big {

	border-color:#d7d7d7; 
	border-style:solid; 
	border-width:0px; 
	font-family:verdana;
	font-size:12px;
	width:100%;

}

#st td {

	background:#ffffff;

}

/* End Sample Template */
