* {
	font-family	: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

body, td {
	font-size	: 14px;
	line-height	: 18px;
	padding-top: 0px !important;
	margin: 0px;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	background-color: #FFF;
}

#header {
	background-color: #3B4653 !important;
	padding: 10px;
	text-align: center;
}


#title {
	padding-left: 20px;
}

#menu-container {
	width		: 150px;
	float		: left;
}

#content {
	background-color: #FFF;
}


#footer {
        clear:both;
        text-align: center;
        padding: 20px;
        font-size: 17px;
	color: #FFF;
	background-color: #666;
}

#footerLinks {
        width: 100%;
        max-width: 900px;
        clear:both;
        /*margin: 10px 0px 15px -15px;*/
        margin: 10px 0px 15px 0px;
        border-top: 1px solid #AAA;
        border-bottom: 1px solid #AAA;
        text-align: center;
        padding: 10px 0px;
}

#footerLinks a {
        text-decoration: none;
        color: #444;
}


a {
	color		: #004080;
}

a:hover {
	color		: #000;
}


h1 {
	line-height: 30px;
}

h2 {
	font-style	: italic;
	font-weight	: normal;
	font-size: 30px;
	color		: #69798C !important;
	padding-top	: 0px;
	margin-top	: 0px;
	line-height: 30px;
}

h3 {
	color: #7690AD !important;
}

label, input {
	/*display:block;*/
}

input[type="checkbox"] {
	margin-right: 10px !important;
}

select {
	margin: 10px 0px !important;
}



#users {
	margin: 0px auto;
}

#users th {
	padding: 10px;
	font-weight: normal;
}


#users td {
	padding: 10px !important;
}

#users td a {
	font-size: 16px;
	text-decoration: none;
}

#users td a:hover {
	text-decoration: underline;
}

.formLabel {
	padding-bottom: 10px;
}

.sectionLabel {
	clear:both;
	padding: 15px 0px 15px 100px;
	color: #537092;
	font-size: 20px;
	margin: 30px 0px;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
}

.form-left {
	clear:both;
	width:200px;
	float:left;
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
	margin-bottom: 10px;
	
}
.form-right {
	width:400px;
	float:left;
	margin-bottom: 10px;
}

.smallFont {
	font-size: 10px;
	margin: 10px 0px 10px 0px;
}

input.text {
	margin-bottom:12px;
	width:400px;
	padding: 2px;
}

textarea {
	margin-bottom:12px;
	width:400px;
	height: 200px;
	padding: 2px;
}

select {
	margin-bottom:12px;
	padding: 2px;
}

.adminForm {
	/*border: 1px solid #AAA;*/
	padding: 5px;
}


fieldset {
	padding:0;
	border:0;
	margin-top:25px;
}
div#main-contain {
	width: 550px;
	margin: 20px 0;
	display:none;
	clear:both;
}
div#main-contain table {
	margin: 1em 0;
	border-collapse: collapse;
	width: 100%;
}
div#main-contain table td, div#main-contain table th {
	border: 1px solid #eee;
	padding: .6em 10px;
	text-align: left;
}
.ui-dialog .ui-state-error {
	padding: .3em;
}
.validateTips {
	border: 1px solid transparent;
	padding: 0.3em;
}
 
li.ui-state-active {
	border: 0px solid !important;
}
 
li.ui-state-active a {
	color: #444 !important;
	text-decoration: underline !important;
}

.unread {
	color: #F00;
}
 

.button {
	font-size: 14px;
	line-height	: 18px;
	text-decoration: none;
	background-color: #EEEEEE;
	color: #333333;
	padding: 2px 6px 2px 6px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
	cursor: pointer;
}

a.button {
	padding: 3px 7px 3px 7px;
}


.unit-description {
	width: 600px;
}


#login-left {
	float:left;
	padding: 10px;
	width: 650px;
}

#login-right {
	float:right;	
	width: 300px;
	border: 1px solid #9A9A9A;
	margin-right: 20px;
}


#login-right input.text {
	width: 100%;
}

.formErrors {
	color: #F11;
}

.unitPart {
	display:none;
	padding: 0px 40px 0px 20px;
	margin-bottom: 10px;
}


.unitHeading {
	font-size: 18px;
	padding: 10px;
	
}

.taskResponse {
	width: 90%;
}

.taskResponseSmall {
	width: 300px;
	height: 70px
}



.next_button_top {
	margin-left: 10px;
	float:right;	
}

.prev_button_top {
	float:right;
}

.next_button {
	float:right;
	margin-left: 10px;
	
}

.prev_button {
	float:right;
}



/** BREADCRUMBS **/

#breadcrumbs {
}

.breadcrumb { 
			list-style: none; 
			overflow: hidden; 
			font: 18px Helvetica, Arial, Sans-Serif;
		}
		.breadcrumb li { 
			float: left; 
		}
		.breadcrumb li a {
			color: white;
			text-decoration: none; 
			padding: 10px 0 10px 55px;
			background: brown;                   /* fallback color */
			background: hsla(226,36%,35%,1); 
			position: relative; 
			display: block;
			float: left;
		}
		.breadcrumb li a:after { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 50px solid transparent;
			border-left: 30px solid hsla(226,36%,35%,1);
			position: absolute;
			top: 50%;
			margin-top: -50px; 
			left: 100%;
			z-index: 2; 
		}	
		.breadcrumb li a:before { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 50px solid transparent;
			border-left: 30px solid white;
			position: absolute;
			top: 50%;
			margin-top: -50px; 
			margin-left: 1px;
			left: 100%;
			z-index: 1; 
		}	
		.breadcrumb li:first-child a {
			padding-left: 10px;
		}
		.breadcrumb li:nth-child(2) a       { background:        hsla(226,36%,45%,1); }
		.breadcrumb li:nth-child(2) a:after { border-left-color: hsla(226,36%,45%,1); }
		.breadcrumb li:nth-child(3) a       { background:        hsla(226,36%,55%,1); }
		.breadcrumb li:nth-child(3) a:after { border-left-color: hsla(226,36%,55%,1); }
		.breadcrumb li:nth-child(4) a       { background:        hsla(226,36%,65%,1); }
		.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(226,36%,65%,1); }
		.breadcrumb li:nth-child(5) a       { background:        hsla(226,36%,75%,1); }
		.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(226,36%,75%,1); }
		.breadcrumb li:last-child a {
			background: hsla(226,36%,65%,1);
			color: black;
			pointer-events: none;
 			cursor: default;
			padding-right: 20px;
		}
		.breadcrumb li:last-child a:after { border: 0; }
		.breadcrumb li a:hover { background: hsla(240,85%,25%,1); }
		.breadcrumb li a:hover:after { border-left-color: hsla(240,85%,25%,1) !important; }
		
/******* Message Boxes **************/
.formError {
color: #D8000C;
background-color: #FFBABA;
padding: 10px 20px;
border: 1px solid #D8000C;
}

.info, .success, .warning, .error, .validation, .correct, .wrong {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('images/info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('images/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('images/warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('images/error.png');
}

.correct {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('images/tick.png');
}

.wrong {
color: #D8000C;
background-color: #FFBABA;
background-image: url('images/cross.png');
}


/*** Resource List ***/

#resources {
    margin-bottom: 14px;
    list-style: none;
}
#resources li { width: 300px; height: 30px;  margin: 0 0 7px 0; }
#resources li a { 
display: block;
width: 300px;
height: 30px;
margin: 0 0 7px 0;
background: #F7F5F2 url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAcCAYAAACQ0cTtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAcVJREFUSEvtVtFNxDAM7QiMwAiMwAiMwAhs4PZSic8bgRFuhI5wI3QERjjyYjuJrnaagoSExElRT4njZzvPLxmG/99vVIBofhrHcB6neYnjM46bfBfME4XnH8cBJwIA5zoAqKOaD+u3QSUTdjaGD6LTixU95rGeg4mZHsqybO6PNpV6ClcNrguQpjBylOFKRA9dm8QI9hVgO0OOjg/fA6LT/IqA8LXLWgCbZ6hkaBlVhFm8rIVYCNq2IXp/lKxcJ3DeAyZ2F/hDtTZB0TS/pUWnPLqhFyyxFP5iyTdgykBk2CKFBeadr1spdWIB1cy8B1MGOvtW89zaYKUVarCa6jYYK822jCxBN2eTyBKaVhqX7RMJGvugowYYC63JHpCm0sZaJ9N/i1ScdQrksmWjOAQrzWZ1AE22RQcaoOmvRBJWt1mzlMkNEAXYsy0C4bA709/JLjWrKnwDSHsMtm4bSXY41KiNRuer4DYaX/RVfLR7dshR7QDaIpyEPN3ke0qU99fs8whwDyZydwxInUiG8t4Iq/XWgLozSFzXq2lHW5tnKJepgOZ3yKbX+Omwc0Yt0a3XkKkAQzWSDKVLFPMHb/RezL9l9wWuQAy9JbrovAAAAABJRU5ErkJggg==) 97% center no-repeat;
font-size: 18px;
color: #333;
padding: 5px 0 0 20px;
text-decoration: none;
}

#resources li a:hover { background-color: #EFEFEF; }

.orange { border-left: 5px solid #F5876E; }

.blue{ border-left: 5px solid #61A8DC; }

.green{ border-left: 5px solid #8EBD40; }

.purple { border-left: 5px solid #988CC3; }

.gold { border-left: 5px solid #D8C86E; }


/* Navigation List  */
.navigation { background-color:#1D1D1D; }
.navigation ul { list-style:none; text-align:center; border-top:1px solid #eee; border-bottom:1px solid #eee; padding:10px 0; }
.navigation ul li { display:inline; text-transform:uppercase; padding:0 12px; letter-spacing:8px; border-right: 1px solid #FFF; }
.navigation ul li:last-child { border-right: 0px solid #FFF; }
.navigation ul li a { text-decoration:none; color:#eee; }
.navigation ul li a:hover { text-decoration:underline; }

#taskButtons {
	margin-top: 15px;
	background-color: #F6F6F6;
	padding: 20px;
	text-align: center;
}

#taskButtons .button {
  display: inline-block;
  height: 40px;
  line-height: 35px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  background-color:rgb(41,127,184);
  color:rgb(255,255,255);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  
  
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow:0px 1px 0px rgba(0,0,0,0.5);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);

  -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}

#taskButtons .button:hover, #taskButtons .button.active {
  background-color:#485A9E;
  border-right: 1px solid  rgba(0,0,0,0.3);
}


#taskButtons .button.red {
	  background-color:#e74c3c;
}

#taskButtons .note {
	font-size: 11px;
	font-style: italic;
}


