/*	
Template Name: Adminus
Description: Beautiful admin panel interface
Version: 1.4.4
Author: enstyled
Author URI: http://themeforest.net/user/enstyled
*/


/* Custom fonts */
@import url("../fonts/titillium/stylesheet.css");


* { padding:0; margin:0; }
	
body {
	background: #fbfbfb url(../images/bg.jpg) 0 0 repeat;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	-webkit-text-size-adjust: none;
	}
 
:focus { -moz-outline-style: none; }
	
p { padding-bottom: 15px; }
img, a img { border: 0; }
ul li { list-style: none; }
.clear { clear: both; }

a {
	color: #008ee8;
	text-decoration: none;
	outline: none;
	}
	
a:hover {
	color: #ec8526;
	text-decoration: none;
	}	
	
#hld {
	background: url(../images/hld.jpg) 0 0 repeat-x;
	min-height: 402px;
	}
	
.wrapper {
	width:90%;
	min-width: 960px;
	margin:0 auto;
	padding-top: 20px;
	}

/* Header */

#header {
	height: 50px;
	line-height: 50px;
	background: url(../images/hdr.gif) 0 0 repeat-x;
	color: #999;
	font-weight: bold;
	margin-bottom: 20px;
	}
	
#header .hdrl {
	width: 20px;
	height: 50px;
	float: left;
	background: url(../images/hdrl.gif) top left no-repeat;
	}

#header .hdrr {
	width: 20px;
	height: 50px;
	float: right;
	background: url(../images/hdrr.gif) top right no-repeat;
	}
	
#header a {
	color: #999;
	text-decoration: none;
	}

#header a:hover { color: #fff; }
	
#header h1 {
	float: left;
	margin-right: 80px;
	font-family: "Titillium800", "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	}

#header h1 a { color: #fff; }
#header h1 a:hover { color: #008ee8; }
	

/* Navigation */
#header #nav, #header #nav * { z-index: 20; }
 
#header #nav {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: auto; /*For KHTML*/
	list-style: none;
	height: 50px;
	padding: 0;
	float: left;
	}

#header #nav li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 50px;
	padding: 0 10px;
	background: url(../images/nsp.gif) center right no-repeat;
	line-height: 50px;
	}
	
#header #nav li.nobg { background: none; }

#header #nav ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 190px;
	list-style: none;
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	}

#header #nav ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}

#header #nav ul li {
	width: 190px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	position: relative;
	top: 0;
	height: 30px;
	line-height: 30px;
	padding: 0;
	background: none;
	}
		
/* Root Menu */
#header #nav a {
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	height: auto !important;
	height: 1%; /*For IE*/
	height: 30px;
	padding: 0 10px;
	}
	
#header #nav li.active a { color: #ddd; }
#header #nav li.active a:hover { color: #fff; }

#header #nav a.hasmore {
	border: 1px solid red;
	}

/* Root Menu Hover Persistence */
#header #nav a:hover,
#header #nav li:hover a,
#header #nav li.iehover a {
	color: #fff;
	}

/* 2nd Menu */
#header #nav li:hover li a,
#header #nav li.iehover li a {
	text-transform: none;
	padding: 0 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	color: #999;
	background: url(../images/mbg.png) 0 0 repeat;
	}

/* 2nd Menu Hover Persistence */
#header #nav li:hover li a:hover,
#header #nav li:hover li:hover a,
#header #nav li.iehover li a:hover,
#header #nav li.iehover li.iehover a {
	color: #fff;
	background: #000;
	}

/* 3rd Menu */
#header #nav li:hover li:hover li a,
#header #nav li.iehover li.iehover li a {
	float: none;
	color: #999;
	background: url(../images/mbg.png) 0 0 repeat;
	}

/* 3rd Menu Hover Persistence */
#header #nav li:hover li:hover li a:hover,
#header #nav li:hover li:hover li:hover a,
#header #nav li.iehover li.iehover li a:hover,
#header #nav li.iehover li.iehover li.iehover a {
	color: #fff;
	background: #000;
	}

/* 4th Menu */
#header #nav li:hover li:hover li:hover li a,
#header #nav li.iehover li.iehover li.iehover li a {
	color: #999;
	background: url(../images/mbg.png) 0 0 repeat;
	}

/* 4th Menu Hover */
#header #nav li:hover li:hover li:hover li a:hover,
#header #nav li.iehover li.iehover li.iehover li a:hover {
	color: #fff;
	background: #000;
	}

#header #nav ul ul,
#header #nav ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 190px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
#header #nav li:hover ul ul,
#header #nav li:hover ul ul ul,
#header #nav li.iehover ul ul,
#header #nav li.iehover ul ul ul {
	display: none;
	}
	
#header #nav li:hover ul,
#header #nav ul li:hover ul,
#header #nav ul ul li:hover ul,
#header #nav li.iehover ul,
#header #nav ul li.iehover ul,
#header #nav ul ul li.iehover ul {
	display: block;
	}

#header .user {
	float: right;
	font-size: 11px;
	}

#header .user a { text-decoration: underline; }
#header .user a:hover { text-decoration: none; }


/* Blocks */

.block {
	padding-bottom: 5px;
	margin-bottom: 25px;
	clear: both;
	background: #fff url(../images/bnd.gif) bottom center repeat-x;
	}

.block .bendl {
	width: 5px;
	height: 5px;
	background: url(../images/bendl.gif) bottom left no-repeat;
	float: left;
	}

.block .bendr {
	width: 5px;
	height: 5px;
	background: url(../images/bendr.gif) bottom left no-repeat;
	float: right;
	}
	

/* Block head */

.block .block_head {
	height: 54px;
	line-height: 54px;
	background: url(../images/bhead.gif) 0 0 repeat-x;
	overflow: hidden;
	}

.block .block_head .bheadl {
	width: 20px;
	height: 54px;
	float: left;
	background: url(../images/bheadl.gif) top left no-repeat;
	}

.block .block_head .bheadr {
	width: 20px;
	height: 54px;
	float: right;
	background: url(../images/bheadr.gif) top right no-repeat;
	}
	
.block .block_head h2 {
	font-family: "Titillium999", "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #555;
	text-shadow: 1px 1px 0 #fff;
	float: left;
	}
	
.block .block_head ul {
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	}
	
.block .block_head ul li {
	display: inline;
	padding: 3px 0;
	padding-left: 20px;
	background: url(../images/phs.gif) 7px center no-repeat;
	}
	
.block .block_head ul li.nobg { background: none; }
	
.block .block_head ul li a {
	text-decoration: none;
	color: #666;
	outline: none;
	}
	
.block .block_head ul li a.selected
{
   color: #008ee8;
}

.block .block_head ul li.active a { color: #888; }
.block .block_head ul li a:hover { color: #008ee8; }

.block .block_head form {
	float: right;
	padding: 15px 0;
	height: 34px;
	line-height: 24px;
	}

.block .block_head form .text {
	width: 129px;
	height: 15px;
	padding: 5px 10px 5px 25px;
	border: 0;
	font-size: 11px;
	color: #999;
	margin: 0;
	background: url(../images/srch.gif) left center no-repeat;
	}

.block .block_head form .text:focus {
	color: #666;
	background: url(../images/srch_.gif) left center no-repeat;
	}

.block .block_head select {
	text-transform: none;
	}

/* Block content */

.block .block_content {
	overflow: hidden;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px 20px 0;
	}

.block .block_content h1,
.block .block_content h2 {
	font-family: "Titillium999", "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #454545;
	margin-bottom: 10px;
	}

.block .block_content h3 {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
	}

.block .block_content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
	}

.block table {
	text-align: left;
	margin-bottom: 15px;
	}

.block tbody tr.even {
	background: #ffffff;
	}

.block table tr.odd td {
	background: #fbfbfb;
	}
	
.block table tr td,
.block table tr th {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	line-height: normal;
	text-align: left;
	}

.block table tr th.header
{
   cursor: pointer;
}

.block table tr th.headerSortUp {
	color: #333;
	background: url(../images/sortd.gif) 95% center no-repeat;
	}

.block table tr th.headerSortDown {
	color: #333;
	background: url(../images/sorta.gif) 95% center no-repeat;
	}
	
.block table tr td.delete {
	text-align: right;
	font-size: 11px;
	}
	
.block table tr td.delete a { color: #666; }
.block table tr td.delete a:hover { color: #dd0000; }

.block .tableactions {
	overflow: hidden;
	padding-bottom: 20px;
	float: left;
	}

.block .tableactions select {
	width: 100px;
	margin-right: 5px;
	vertical-align: middle;
	outline: none;
	}
	
.block .unstyled {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.block .unstyled tr td,
.block .unstyled tr th {
	border-bottom: 0;
	padding: 0;
	line-height: normal;
	text-align: left;
	}

.block .pagination {
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #eee;
	}

.block .pagination.right {
	float: right;
	text-align: right;
	padding-top: 1px;
	border: 0;
	width: 500px;
	overflow: hidden;
	}

.block .pagination a {
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 6px;
	margin: 0 1px;
	}

.block .pagination a.active {
	background: #39a3e6;
	border: 1px solid #0082d5;
	color: #fff;
	}

.block .pagination a:hover {
	color: #fff;
	background: #ec8526;
	border: 1px solid #d77011;
	}

.block .block_content ul {
	padding-left: 15px;
	padding-bottom: 15px;
	}
	
.block .block_content ol {
	padding-left: 15px;
	padding-bottom: 15px;
	list-style-position: inside;
	}

.block .block_content ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(../images/li.gif) 0 7px no-repeat;
 	}
 	
.block .block_content ol li {
	margin-bottom: 5px;
	}
	
.block hr {
	height: 1px;
	border: 0;
	background: no-repeat;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	}
	
.block .block_content .breadcrumb {
	color: #666;
	background: #f9f9f9;
	border-bottom: 1px solid #e6e6e6;
	padding: 9px 12px;
	line-height: normal;
	margin-bottom: 10px;
	font-size: 11px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
	}
	
	
/* Messages */
	
.block .message {
	padding: 10px 15px 10px 40px;
	margin: 10px 0;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

.block .message p {
	padding: 0;
	width: 93%;
	float: left;
	}
	
.block .message.errormsg {
	border: 1px solid #e9c59b;
	background: #ffecce url(../images/error.gif) 12px 12px no-repeat;
	color: #e3302c;
	}
	
.block .message.success {
	border: 1px solid #bfde84;
	background: #edfbd8 url(../images/success.gif) 12px 12px no-repeat;
	color: #508600;
	}
		
.block .message.info {
	border: 1px solid #bbdbe0;
	background: #ecf9ff url(../images/info.gif) 12px 12px no-repeat;
	color: #0888c3;
	}
	
.block .message.warning {
	border: 1px solid #e5e181;
	background: #fefde2 url(../images/warning.gif) 12px 12px no-repeat;
	color: #666;
	}
	
.block .message .close {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: url(../images/close.png) 0 0 no-repeat;
	margin-top: 2px;
	cursor: pointer;
	-moz-opacity: 0.7;
	opacity: 0.7;
	}
	
.block .message .close.hover {
	-moz-opacity: 1;
	opacity: 1;
	}


/* Forms */

.block form p {
	overflow: hidden;
	clear: both;
	}

.block form label {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	margin-right: 10px;
	vertical-align: middle;
	}

.block form input.text {
	width: 410px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	vertical-align: middle;
	}

.block form input.text.medium { width: 600px; }
.block form input.text.big { width: 98%; }

.block .text-label {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	margin-right: 10px;
	vertical-align: middle;
}

.block .text-medium 
{
   width: 600px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	vertical-align: middle;
}


.block form input.text.date_picker {
	width: 100px;
	padding-right: 36px;
	cursor: pointer;
	background: url(../images/cal.jpg) center right no-repeat;
	}

.block form textarea {
	width: 98%;
	height: 140px;
	padding: 5px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	}
	
.block form textarea.wysiwyg { width: 98%; padding: 0; }
	
.block form input.radio,
.block form input.checkbox {
	vertical-align: middle;
	}


/* Custom form select element */

.block form select.styled {
	width: 245px;
	height: 18px;
	margin-right: 20px;
	cursor: pointer;
	}
	
.block form .cmf-skinned-select {
	padding: 7px;
	display: block;
	margin-right: 20px;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url('../images/sdd.jpg') center right no-repeat;
	}

.block form .cmf-skinned-select:hover {
	background: url('../images/sdd_.jpg') center right no-repeat;
	}

.block form div.cmf-skinned-text {
	padding: 5px 7px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	}
	
	
/* Custom file input */

.block form .fileupload {
	position: relative;
	}

.block form .fileupload #uploadmsg {
	display: block;
	position: absolute;
	top: 20px;
	left: 350px;
	height: 30px;
	line-height: 30px;
	margin-left: 5px;
	font-size: 11px;
	}

.block form .fileupload #uploadmsg.loading {
	background: url(../images/ajax-loader.gif) center left no-repeat;
	width: 30px;
	padding-left: 20px;
	}
	
.block form input.file {
	width: 250px;
	height: 20px;
	background: #fefefe;
	border: 1px solid #bbb;
	border-right: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 4px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	outline: none;
	}

.block form .note {
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #757575;
	vertical-align: middle;
	}

.block form .note.error { color: #e3302c; }
			
.block form input.submit {
	width: 85px;
	height: 30px;
	line-height: 30px;
	background: url(../images/btns.gif) top center no-repeat;
	border: 0;
	font-family: "Titillium800", "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 0 #0a5482;
	cursor: pointer;
	margin-right: 10px;
	vertical-align: middle;
	}
	
.block form input.submit:hover {
	background: url(../images/btns_.gif) top center no-repeat;
	text-shadow: 1px 1px 0 #b55f10;
	}

.no-select
{
   -moz-user-select: none;
   -webkit-user-select: none;
}

.link-button {
	width: 115px;
	height: 30px;
   -moz-user-select: none;
   -webkit-user-select: none;
	display: block;
	line-height: 30px;
	text-align: center;
	background: url(../images/btnm.gif) top center no-repeat;
	border: 0;
	font-family: "Titillium800", "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 0 #0a5482;
	cursor: pointer;
	margin-right: 10px;
	vertical-align: middle;
	}
	
.link-button:hover {
	background: url(../images/btnm_.gif) top center no-repeat;
	text-shadow: 1px 1px 0 #b55f10;
	color: #fff;
	}
	
.link-button.long { width: 165px; background: url(../images/btnb.gif) top center no-repeat; }
.link-button.long:hover { background: url(../images/btnb_.gif) top center no-repeat; }

.block form input.submit.tiny {
	width: 105px;
	height: 20px;
	line-height: 20px;
	padding-bottom: 2px;
	vertical-align: middle;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	background: url(../images/tiny.gif) top center no-repeat;
	}
	
.block form input.submit.tiny:hover { background: url(../images/tiny_.gif) top center no-repeat; }
	
.block form input.submit.mid { width: 115px; background: url(../images/btnm.gif) top center no-repeat; }
.block form input.submit.mid:hover { background: url(../images/btnm_.gif) top center no-repeat; }

.block form input.submit.long { width: 165px; background: url(../images/btnb.gif) top center no-repeat; }
.block form input.submit.long:hover { background: url(../images/btnb_.gif) top center no-repeat; }


/* Small blocks */

.block.small {
	width: 49%;
	background: #fff url(../images/bnd.gif) bottom center repeat-x;
	padding-bottom: 0;
	}

.block.small.left { float: left; clear: none; }
.block.small.right { float: right; clear: none; }

.block.small .block_head { background: url(../images/bhead.gif) 0 0 repeat-x; }
.block.small .block_content { background: #fff; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }

.block.small .block_content input.text,
.block.small .block_content textarea { width: 96%; padding: 7px; }

.block.small.center {
	float: none;
	margin: 0 auto;
	}


/* Login block */

.block.small.center.login {
	width: 470px;
	background: #fff url(../images/bnd.gif) bottom center repeat-x;
	margin-top: 100px;
	margin-bottom: 100px;
	padding-bottom: 5px;
	}


/* Block sidebar */

.block.withsidebar .bendl {
	width: 191px;
	background: url(../images/bendsb.gif) bottom left no-repeat;
	}

.block.withsidebar .block_content {
	overflow: hidden;
	padding: 0;
	background: url(../images/sidebar.gif) 0 0 repeat-y;
	}

.block.withsidebar .block_content .sidebar {
	width: 190px;
	float: left;
	font-size: 11px;
	}

.block.withsidebar .block_content .sidebar p {
	padding: 0 13px 15px;
	line-height: 18px;
	}

.block.withsidebar .block_content .sidebar ul.sidemenu {
	padding: 0;
	margin-bottom: 10px;
	}

.block.withsidebar .block_content .sidebar ul.sidemenu li {
	padding: 0;
	margin: 0;
	background: 0;
	border-bottom: 1px solid #ccc;
	}

.block.withsidebar .block_content .sidebar ul.sidemenu li a {
	display: block;
	padding: 10px 13px;
	font-weight: bold;
	}

.block.withsidebar .block_content .sidebar ul.sidemenu li a:hover {
	background: #fdfdfd;
	border-right: 1px solid #ccc;
	}
	
.block.withsidebar .block_content .sidebar ul.sidemenu li.active a,
.block.withsidebar .block_content .sidebar ul.sidemenu li.active a:hover {
	background: #fff;
	border: 0;
	}

.block.withsidebar .block_content .sidebar_content {
	padding: 15px 20px 15px 210px;
	}

/* Image list */

.block .block_content .imglist {
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	}

.block .block_content .imglist ul {
	padding: 0;
	}

.block .block_content .imglist li {
	padding: 0;
	margin: 0;
	background: 0;
	width: 100px;
	height: 100px;
	display: block;
	float: left;
	position: relative;
	margin: 13px 17px 10px 10px;
	border: 1px solid #ccc;
	padding: 1px;
	box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	}
	
.block .block_content .imglist li img {
	position: absolute;
	z-index: 1;
	width: 100px;
	height: 100px;
	}

.block .block_content .imglist li ul {
	position: absolute;
	z-index: 10;
	background: url(../images/imgo.gif) center no-repeat;
	width: 62px;
	height: 58px;
	left: 20px;
	top: 22px;
	display: none;
	}
	
.block .block_content .imglist li:hover ul { display: block; }

.block .block_content .imglist li ul li {
	display: block;
	width: 62px;
	height: 29px;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	}

.block .block_content .imglist li ul li a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	text-shadow: 0 0 2px #000;
	outline: none;
	}
	
.block .block_content .imglist li ul li.view a:hover { background: url(../images/imgt.gif) bottom center no-repeat; }
.block .block_content .imglist li ul li.delete a:hover { background: url(../images/imgb.gif) top center no-repeat; }


/* Footer */

#footer {
	background: url(../images/ft.gif) 0 0 repeat-x;
	padding: 10px 0 50px;
	font-size: 10px;
	color: #757575;
	clear: both;
	overflow: hidden;
	}
	
#footer a {
	color: #757575;
	text-decoration: underline;
	}

#footer a:hover {
	color: #666;
	text-decoration: none;
	}
	
#footer .left {
	float: left;
	}
	
#footer .right {
	float: right;
	text-align: right;
	}
	
	
/* Standards */
.standardVerified {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/StandardValid.png) 0 0 no-repeat;
	cursor: pointer;
	}
	
.standardUnverified {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/StandardEmpty.png) 0 0 no-repeat;
	cursor: pointer;
	}
	
.standardLoading {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/ajax-loader.gif) 0 0 no-repeat;
	cursor: pointer;
	}

.sectionLoading {
   	background: url(../images/ajax-loader.gif) 0 0 no-repeat;
}

.identifyStandard {
	border: 1px solid #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	padding: 3px;
	margin: 1px;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.identifyStandard table
{
   margin: 0;
}

.identifyStandard table tr td
{
   border: none;
   padding: 0 5px 0 5px;
}

.identifyStandard .cbox
{
   width: 16px;
   height: 16px;
   background: url(../images/checkbox_unchecked.png) no-repeat 0px 2px;
}

.identifyStandardSelected .cbox
{
   width: 16px;
   height: 16px;
   background: url(../images/checkbox_checked.png)  0 no-repeat;
}

.identifyStandard.loading .cbox
{
   width: 16px;
   height: 16px;
   background: url(../images/ajax-loader.gif) 0 0 no-repeat;
}

.identifyStandardSelected 
{
   color: #444;
	border: 1px solid #bab3ff;
	background: #e6eaff;
	margin: 1px;
}


.identifyStandard:hover 
{
	border: 1px solid #eb8f00;
	background: #f4f6ff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	margin: 1px;
}

.identifyStandardSelected:hover {
	border: 1px solid #eb8f00;
	background: #e6eaff;
	margin: 1px;	
}

.standard-table th
{
   vertical-align: bottom;
}

.vertical-label
{
   white-space: nowrap;
   -webkit-transform: rotate(-90deg); /* Safari and Chrome */
   -webkit-transform-origin:center center; /* Safari and Chrome */
   -moz-transform:rotate(-90deg); 
   -moz-transform-origin: center center;
   -webkit-transform: rotate(-90deg);
   -webkit-transform-origin: center center;
   -o-transform: rotate(-90deg);
   -o-transform-origin:  center center;
   -ms-transform: rotate(-90deg);
   -ms-transform-origin: center center;
   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.standard-table
{
   border-collapse: collapse;
}

.standard-table tr
{
   margin: 2px 0px 2px 0px;
}

.standard-table .vertical-column
{
   width: 1em;
}

.standard-table .vertical-column-stretch
{
   min-width: 250px;
}

input.checkbox-star
{
   color: Red;
}

.block .standard-table tbody tr:hover {
	background: #ececec;
}

.block .standard-table tbody tr.odd:hover td
{
    background: #ececec;
}


.wizard-nav
{
   background-image:url(../../../images/WizardNavigationButtons.png);
   background-position:0px 0px;
   padding: 0;
   margin: 0;
   width: 240px;
   height: 55px;
   margin-left: -24px;
   cursor: pointer;
   float: left;
   text-align: left;
   display: table-row;
   vertical-align: middle;
   font-weight: bold;
}
.wizard-nav:hover {background-position:0px -54px}
.wizard-nav.selected {background-position:0px -108px}

.wizard-nav img
{
   float: left;
   margin: 8px 5px 0 35px;
}

/* Unit Standards */
.selectable-unit 
{
   cursor: pointer;
}

.selectable-unit:hover {
   color: #ec8526;
	background: #f4f6ff;
}

.selectable-unit tr:hover td
{
   background: #f4f6ff;
}

.selectable-unit.selected 
{
	background: #e6eaff;
	font-weight: bold;
}

.selectable-unit.selected:hover 
{
   color: #ec8526;
}

.selectable-unit.selected tr:hover td
{
}

/**/
.selectable-unit.preview
{
   background: #f4f6ff;
   color: #ec8526;
}

.selectable-unit.selected.preview
{
	background: #e6eaff;
   color: #ec8526;
}

/**/

.selectable-standard {
	border: 1px solid #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	padding: 3px;
	margin: 1px;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.selectable-standard table
{
   margin: 0;
}

.selectable-standard table tr td
{
   border: none;
   padding: 0 5px 0 5px;
}

.selectable-standard .cbox
{
   width: 16px;
   height: 16px;
   background: url(../images/checkbox_unchecked.png) no-repeat 0px 2px;
}

.selectable-standard.selected .cbox
{
   width: 16px;
   height: 16px;
   background: url(../images/checkbox_checked.png)  0 no-repeat;
}

.selectable-standard.selected 
{
   color: #444;
	border: 1px solid #bab3ff;
	background: #e6eaff;
	margin: 1px;
}


.selectable-standard:hover 
{
	border: 1px solid #eb8f00;
	background: #f4f6ff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	margin: 1px;
}

.selectable-standard.selected:hover {
	border: 1px solid #eb8f00;
	background: #e6eaff;
	margin: 1px;	
}

.selectable-standard.preview 
{
	border: 1px solid #eb8f00;
	background: #f4f6ff;
	margin: 1px;
}

.selectable-standard.selected.preview 
{
	border: 1px solid #eb8f00;
	background: #e6eaff;
	margin: 1px;
}

.selectable-standard:hover .standard-name
{
   color: #ec8526;
}

.subject-link .selected
{
   font-weight: bold;
}

.up-button
{
   background-image:url(../../../images/UpDownButtons.png);
   background-position:0px 0px;
   padding: 0;
   margin: 0;
   width: 20px;
   height: 20px;
   cursor: pointer;
}
.up-button:hover {background-position:0px -20px}

.down-button
{
   background-image:url(../../../images/UpDownButtons.png);
   background-position:20px 0px;
   padding: 0;
   margin: 0;
   width: 20px;
   height: 20px;
   cursor: pointer;
}
.down-button:hover {background-position:20px -20px}

.wizard-description
{
}

.invisButton
{
   background-color: transparent;
   background-image: none;
   border-style: none;
   border-width: 0;
   cursor: pointer;
}

/*
.signup-validation
{
   border: 1px solid #c6c6c6; 
   color: Red; 
   background-color: #fff3a1; 
   padding: 4px;   
}
*/

.readonly-textbox 
{
   display: inline-block;
   padding: 8px 15px 8px 15px;
   font-size: 14px;
   line-height: 18px;
   color: #666;
   border: 1px solid #C3C3C3;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   background: #F0F0F0;
}

.field-validation-error {
   border: 1px solid #c6c6c6; 
   color: Red; 
   background-color: #fff3a1; 
   padding: 4px;   
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #FF3333;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Share Course */
.share-course-user
{
}

.share-course-user:hover {
   color: #ec8526;
	background: #f4f6ff;
}

.share-course-user tr:hover td
{
   background: #f4f6ff;
}

.share-course-user.selected tr:hover td
{
}

.block table tr.selectable-skill td 
{
   border-style: solid;
   border-color: transparent;
   border-left-width: 0px;
   border-right-width: 0px;
   border-top-width: 1px;
   border-bottom-width: 1px;
   padding: 10px;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.block table tr.selectable-skill td:first-child 
{
   border-style: solid;
   border-left-width: 1px;
   border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;    
}
.block table tr.selectable-skill td:last-child 
{ 
   border-style: solid;
   border-right-width: 1px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 5px;    
}
.block table tr.selectable-skill:hover td
{
    border-color: #eb8f00;
    background-color: #f4f6ff;
}

.block table tr.selectable-skill.selected td
{
	border-color: #bab3ff;
	background: #e6eaff;
}

.block table tr.selectable-skill.selected:hover td
{
	border-color: #eb8f00;
	background: #e6eaff;
}

.block table tr.selectable-skill.preview td
{
	border-color: #eb8f00;
	background: #f4f6ff;
}

.block table tr.selectable-skill.selected.preview
{
	border-color: #eb8f00;
	background: #e6eaff;
}

.cm-button {
	border: 1px solid #D0D0D0;
	border-radius: 3px;
	cursor: pointer;
	padding: 3px;
	margin: 1px;
	-moz-user-select: none;
	-webkit-user-select: none;
   color: #444;
   font-weight: bold;
	margin: 1px;
	background: #F0F0F0;
	width: 175px;
	text-align: center;
}
cm-button img
{
   margin-right: 5px;
}
.cm-button:hover 
{
	border: 1px solid #eb8f00;
	background: #e6eaff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
	margin: 1px;
}
.question-mark
{
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(../../../images/QuestionMark.png) 0 0 no-repeat;
}
.question-mark:hover
{
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(../../../images/QuestionMark-Hover.png) 0 0 no-repeat;
}

#user-settings-link:hover
{
   color: white;
   cursor: pointer;
}


#user-settings-link #user-settings-link-img
{
   border: 1px solid #555;
}

#user-settings-link:hover #user-settings-link-img
{
   border: 1px solid #fff;
}

.box
{
   float: left; 
   text-align: center; 
   border: 1px solid #cccccc; 
   background: #F0F0F0; 
   margin: 5px;
}
.box.action 
{
   cursor: pointer;
}
.box.action:hover
{
   border-color: #ec8526;
}
.box.action a
{
   width: 140px; 
   height: 75px; 
   display: block;
   padding-top: 10px;
}
.box.selected
{
   border-color: #ec8526;
}
.profile-img
{
   width: 32px;
   height: 32px;
}

.radio-selection
{
   border: 1px solid #cccccc;
   background: #F5F5F5;
   cursor: pointer;
   padding: 4px;
   margin-bottom: 3px;
   margin-top: 3px;
   border-radius: 3px;
   color: Black;
}

.radio-selection input
{
   margin-right: 5px;
}

.radio-selection:hover
{
   background: #E5E5E5;
   border-color: #ec8526;
}

.radio-selection label
{
   cursor: pointer;
}

.standard-name
{
    font-weight: bold;
}

/* Base button styles */
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .btn:hover {
        color: #212529;
        text-decoration: none;
    }

    .btn:focus, .btn.focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0056b3;
        border-color: #004085;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #0056b3;
        border-color: #004085;
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

    .btn-primary:active, .btn-primary.active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #004085;
        border-color: #00366f;
    }

        .btn-primary:active:focus, .btn-primary.active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        }

    .btn-primary:disabled, .btn-primary.disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
        opacity: 0.65;
    }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
        box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    }

    .btn-secondary:active, .btn-secondary.active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
    }

        .btn-secondary:active:focus, .btn-secondary.active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
        }

    .btn-secondary:disabled, .btn-secondary.disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
        opacity: 0.65;
    }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
        box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    }

    .btn-success:active, .btn-success.active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430;
    }

        .btn-success:active:focus, .btn-success.active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
        }

    .btn-success:disabled, .btn-success.disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
        opacity: 0.65;
    }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    }

    .btn-danger:active, .btn-danger.active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

        .btn-danger:active:focus, .btn-danger.active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
        }

    .btn-danger:disabled, .btn-danger.disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
        opacity: 0.65;
    }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
    }

    .btn-warning:focus, .btn-warning.focus {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
        box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    }

    .btn-warning:active, .btn-warning.active,
    .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500;
    }

        .btn-warning:active:focus, .btn-warning.active:focus,
        .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
        }

    .btn-warning:disabled, .btn-warning.disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
        opacity: 0.65;
    }
