@charset "UTF-8";
/* CSS Document */

body {
	font-size: 12px;
	color: #547071;
	font-family:"Trebuchet MS", Verdana, Arial;

}

#head_container h1 {

	font-family: Georgia,"Trebuchet MS", Verdana, Arial;
	font-size: 30px;
	color: #68909a;
	margin: 0;
}

#head_container h3 {

	color: #68909a;
	font-size: 12px;
	margin: 0;
	padding-left: 30px;
	padding-top: 2px;
	font-weight: normal;
}


.version { 
	font-size: 14px;
	color: #b9cecf;
	font-family: Georgia,"Trebuchet MS", Verdana, Arial;
}

.bold { 
	font-weight: bold;
}

#status_container .ok_status { 
	color: #036c08;
	font-size: 16px;
}

#status_container .error_status { 
	color: #920202;
	font-size: 16px;
}



.nav_block_header {
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}



#navigation div {
	text-align: right;
	font-size: 12px;
	font-weight: normal;
		
}

.nav a {
	font-size: 12px;
	color: #547071;
	text-decoration: none;	
}

.redcurly {
	color: #990000;
}

#content_loading { 
		font-size: 18px;
}
	

form.styled input {
	font-size: 14px;
	color: #547071;
	font-family:"Trebuchet MS", Verdana, Arial;
}

form.styled a {
	font-size: 12px;
	color: #ff9900;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
}

form.styled textarea {
	font-size: 14px;
	color: #547071;
	font-family:"Trebuchet MS", Verdana, Arial;
}

form.upload input {
	
	font-size: 14px;
	color: #547071;
	font-family:"Trebuchet MS", Verdana, Arial;
	
}

form.styled input.input_error {
	color: #920202;
}


form.styled select {
	font-size: 14px;
	color: #547071;
	font-family:"Trebuchet MS", Verdana, Arial;
}

.category_filter {
	font-size: 14px;
	color: #547071;
	font-family:"Trebuchet MS", Verdana, Arial;
}

form.styled select.input_error {
	color: #920202;
}

form.styled button {
	font-size: 14px;
	color: #547071;
	font-family:"Trebuchet MS", Verdana, Arial;
}

.buttonclass {
	font-size: 14px;
	color: #547071;
	font-family:"Trebuchet MS", Verdana, Arial;
}


.help {
	
}

.content_title {
	font-size: 25px;
	color: #68909a;
	margin-bottom: 20px;
	border-bottom: 1px solid #dae4e4;
}

.record {
	font-size: 16px;
}

.record_alt {
	font-size: 16px;
}

.pagination a {
	font-size: 16px;
	font-weight: bold;
	color: #547071;
	text-decoration:none;
	text-align: center;
}

.pagination a:hover {
	color: #990000;
}

.returnLink {
	font-size: 14px;
	font-weight: bold;
	color: #68909a;
	text-decoration:none;
	text-decoration: none;
}

#delete_box {
	text-align: center;
	color: #ff6000;
}

#homepage_box {
	text-align: center;
	color: #ff6000;
}

.warning {
	color: #ff6000;
}

.template_missing {
	color:#990000;
}

.template_missing strong {
	text-decoration:blink;
}

.pageinfo_float .alert { 
	color: #920202;
}

.site_homepage_notification {
	color: #999;	
}

