body {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	background: #d7dfe3;
	background-image: url(/images/fabric3.png);
	background-size: 250px 250px;
}

.pageHeader {
	padding-left: 15px;	
	padding-bottom: 10px;
	margin-top: -5px;
}

textarea, input {
	color: #333;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #0F627E;

}

input.text, textarea{
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:        border-box;
	margin: 3px 0px;
	padding: 10px;
}

input.button {
	color: #0F627E;
	font-weight: bold;
	background: white;
	cursor: pointer;
}

input.button:active {
	background: #EEE;
}

a {
	color: #0F627E;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#navigator {
	letter-spacing: normal;
	width: 750px;
	margin: 0 auto 25px auto;
	position: relative;
	border-bottom: 2px solid #333;
	line-height: 26px;
}

#navigator #logo {
	font-size: 24px;
}

#navigator #logo a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

#navigator .navItemContainer {
	float: right;
}

#navigator .navItem {
	margin-right: 40px;
	line-height: 18px;
	vertical-align: bottom;
}

#navigator .navItem a {
	color: #0F627E;
}

#navigator .navItem a.navCurrentPage {
	color: #333;
}

#content {
	width: 750px;
	margin: 0 auto;
}

.reportText {
	margin: 25px auto;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.reportText.success {
	color: green;
}

.reportText.failure {
	color: red;
}

.textBox {
	width: 530px;
	padding: 30px;
	padding-bottom: 15px;
	border: 1px solid #0F627E;
	border-top: 1px solid #0F627E;
	border-bottom: 5px solid #0F627E;
	margin: 15px auto;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: white;
	-moz-box-shadow: 0px 2px 2px RGBA(0,0,0,0.1);
	-webkit-box-shadow: 0px 2px 2px RGBA(0,0,0,0.1);
	box-shadow: 0px 2px 2px RGBA(0,0,0,0.1);
}

.textBox h1 {
	font-size: 16px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 15px 0;
}

.textBox .textBoxAuthorContainer {
	margin-top: 15px;
	font-size: 8px;
}

.textBox .textBoxAuthorContainer .textBoxAuthor {
	font-weight: bold;
}

.textBox .toolsLink {
	font-size: 8px; 
	float:right;
	opacity: 0;
	-webkit-transition: opacity 0.15s linear 0.2s;
	-moz-transition: opacity 0.15s linear 0.2s;
	transition: opacity 0.15s linear 0.2s;
}

.textBox:hover .toolsLink {
	opacity: 1;
}

.textBox .subtitle {
	color: grey;
	font-size: 8px;
	margin-top: -15px;
}

.textBox.noBorder {
	border: none;
	padding: 15px;
}

.textBox table th {
	text-align: right;
	padding-right: 15px;
}

.textBox hr {
	height: 1px;
	border: none;
	border-top: 1px solid #0F627E;
}

.pagenator {
	text-align: center;
}

.newsFormTextInput, .informationFormTextInput {
	width: 100%;
	max-width: 100%;
	height: 200px;
}

.newsFormTitleInput, .informationFormTitleInput {
	width: 50%;
}

input.form_userInfoText {
	width: 200px;
}