@charset "utf-8";
.adminmargin {
	margin: 1em 120px 0 40px;
	}
	
label {
    display: block;
    margin-top: 1.5em;
    font-size: 0.85em;
    font-weight: bold;
    padding-bottom: 0.2em;
}

legend{
    padding: 0 0.5em;
}

fieldset {
	padding:10px 10px 5px 10px;
	margin: 0px;
	border: 1px solid #ccc;
}

form {
	border: none;
	margin: 0;
}

input.text {
	width: 200px;
}

input.smalltext {
	width: 100px;
}

select, input {
	font-size: 85%;
}

input.button {
	width: auto;
	overflow: visible;
	border: 1px solid #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin:0px;
	padding: 0.25em;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 85%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	cursor: pointer;
}

input.button:hover {
	border: 1px solid #000000;
}

input.button:active {
	border: 1px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
}


/* TABBED MENU */

#tabmenu {
	color: black;
	/*border-bottom: 2px solid black;*/
	margin: 0px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px 
}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; 
	background: none;
	padding-left: 0;
}

#tabmenu a, a.active {
	color: black;
	background: #ccced2;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none; 
}

#tabmenu a.active {
	background: #E3E4E9;
}

#tabmenu a:hover {
	color: #fff;
	background: #ADC09F; 
}

#tabmenu a.active:hover {
	background: #ABAD85;
}

#content-updated {
	margin-top: 20px;
	color: #918e8e;
	font-size: 0.9em;
}


/* BREADCRUMB */

#breadcrumb {
	padding-top: 5px;
	padding-left: 5px;
	color: #918e8e;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 900;
}

#breadcrumb a {
	color: #918e8e;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #918e8e;
	text-decoration: none;
	color: #990100;
}


#print-feedback a:link, a:visited {
	text-decoration: none;
	color: #1e1e1e;
}

/* CLASS styles */

/* user notification thing */
.usermessage {
	background-color: #ffce7b;
	border: 1px solid #ffa500;
	color: Black;
	font-weight: bold;
	margin: 2em 0em 1em 0em;
	padding: 0.5em 1em;
	vertical-align: middle;
}

.errormessage {
	color: red;
	font-weight: normal;
	margin:0px;
}

.item {
	display: inline;
}

.adminheading {
	background: #E3E4E9 url(../img/bg_header.jpg);
	font-weight: bold;
	padding: 5px;
	border-top: 10px;
}

.adminheading2 {
	background: #9FCBE8 url(../img/bg_header2.jpg);
	font-weight: bold;
	padding: 5px;
}

.adminheading2 a {
	color: black;
}

.scrollablepreview {
	 width:750px;
	 height:200px;
	 overflow:auto;
}

.sidecomponent {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.autocomplete ul {
	background-color: white;
	border: 1px solid #c5c8cb;
	padding: 5px;
	width: 400px;
}

.autocomplete li {
	width: 400px;
	padding-top: 2px;
	padding-bottom: 2px;
}


.class-file a img {
	vertical-align: middle;
	border: 0px;
}


/*  http://positioniseverything.net/easyclearing */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */