/* Core Classes */
body, td {
	/*font:9pt Helvetica, Arial, Tahoma, sans-serif;*/
	font-size:12px;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	line-height:135%;	
	margin: 0px;
	padding: 0px;
	color: #000000;
}

body {
	_text-align:center;
	background-color: #f9f9f9;
}

td {
	text-align:left;
}

div#container {
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
	margin: 0 auto 0 auto;
	padding:0 20px 0 14px;
	_text-align:left;
}

br.clear {
	clear:both;
}

/* Login 
---------------------------------------------------------------------------------------------
*/

.login-selector .box {
	margin-top:100px;
}

.login-selector #nav .fa {
	font-size:12px;
	position:relative;
	top:-1px;
	margin-right:2px;
}


/* Header Div
---------------------------------------------------------------------------------------------
*/

div#header {
	height: 77px;
	clear:both;
	background:#003e7e;
	background-image: -webkit-linear-gradient(top,#024895 0,#003e7e 100%);
	background-image: linear-gradient(to bottom,#024895 0,#003e7e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff024895', endColorstr='#ff003e7e', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	padding-left:20px;
	padding-right:20px;
}

.logo {
	margin-top:24px;
	float:left;
}

ul#welcome {
	list-style:none;
	padding:31px 0 0 0;
	margin:0;
	width:50%;
	float:right;
	text-align:right;
	
	color:#8d9599; 
}

ul#welcome li {
	display:block;
	float:right;
	padding:0 8px 0 8px;
	border-left:1px solid #8d9599; 
}

ul#welcome li:last-child {
	border-left:0px solid #8d9599; 
}

ul#welcome li a {
	color:#FAA71C; 
	text-decoration:none; 
	font-weight:bold;
}

ul#welcome li a:hover {
	color:#fff;
}

/* Nav Div
---------------------------------------------------------------------------------------------
*/

.fixed {
	position:fixed;
	width:100%;
}

div#nav {
	height:43px;
	text-align:left;
	width:100%;
	clear:both;
	background: #222222;
	background-image: -webkit-linear-gradient(top,#3c3c3c 0,#222222 100%);
	background-image: linear-gradient(to bottom,#3c3c3c 0,#222222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border: 1px solid #292929;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 1px 1px 3px rgba(0,0,0,0.4);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 1px 1px 4px rgba(0,0,0,0.6);
	padding-left:15px;
	padding-right:15px;
	top:0;
	z-index:10000;
}
	
/* Main Menu Bar */

div.menuBar {	
	margin:0 auto 0 auto;
	text-align:left;
}

div.menuBar a.menuButton {
	cursor: pointer;
	z-index: 5000;
	border-bottom: none;
	_border-bottom: none;	
	text-align:center;
	}

/* 	place menu text style here	*/

div.menuBar a.menuButton:link, div.menuBar a.menuButton:visited {
	color: #cccccc;
	font-size:11pt;
	font-weight:lighter;
	text-decoration:none;
	cursor: pointer;
	line-height:300%;	
	_line-height:276%;	
	height:42px;
	display:block;
	float:left;
	text-align:center;
	margin:0;
	padding:0 15px 0 15px;
	}
	
div.menuBar a.menuButton:hover, div.menuBar a.menuButton:active {
	color: #cccccc;
	background-color:#666666;
	background-color:rgba(255,255,255,0.1);
	}
	
/* drop down menu */

div.menu {
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
	position:absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	z-index: 5001;
	text-align: left;
	display: block;
	background: #222222;
	background-image: -webkit-linear-gradient(top,#3c3c3c 0,#222222 100%);
	background-image: linear-gradient(to bottom,#3c3c3c 0,#222222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	
	border: 1px solid #292929;
	border-top:0;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 1px 1px 3px rgba(0,0,0,0.4);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 1px 1px 4px rgba(0,0,0,0.6);
	border-radius:0 0 5px 5px;
}

div.menu a.menuItem {
	cursor: pointer;
	display:block;
	text-decoration: none;
	white-space: nowrap; 
	border-bottom: none;
	_border-bottom: none;
	text-align:left;
}

/* 	place drop down menu text style here	*/

div.menu a.menuItem:link, div.menu a.menuItem:visited {
	color:#cccccc;
	padding:12px 20px;
	font-size:10pt;
	text-transform:capitalize;
}

div.menu a.menuItem:hover, div.menu a.menuItem:active {
	color: #cccccc;
	background-color:#666666;
	background-color:rgba(255,255,255,0.1);
}

/* Main Div
---------------------------------------------------------------------------------------------
*/

div#adminmain {
	padding:20px 0 0 0;
	clear:both;
}

div#left_area {
	float:left; 
	/*width:755px;*/
	width:80%;
	/*line-height:135%;*/
}

div#right_area {
	float:right;
	/*width:205px;*/
	width:18.5%;
	line-height:135%;
}

div.box {
	background-color:#FFFFFF;
	margin:0 0 20px 0;
	border:1px solid #d5d5d5;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.box h1.title { 
	text-transform:capitalize; 
	padding:10px;
	margin:0;
	font-size:10pt;
	color:#555555;
	border-radius: 4px 4px 0 0;
	background: #e9e9e9;
	background-image: -webkit-linear-gradient(top,#fafafa 0,#e9e9e9 100%);
	background-image: linear-gradient(to bottom,#fafafa 0,#e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe9e9e9', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-bottom: 1px solid #d5d5d5;
}

div.box div.padder {
	padding:12px 6px 12px 6px;
	margin:0;
	text-align:left;
	clear:both;
}

div#right_area div.box div.padder {
	padding:10px;
	margin:0;
	text-align:left;
}

a:link,
a:visited {
	color:#0066cc;
	text-decoration:none;
}

a:hover,
a:active {
	color:#024895;
	text-decoration:none;
}

/* Footer Div
---------------------------------------------------------------------------------------------
*/

div#footer {
	clear:both;
	text-align:right;
	color:#bfbfbf;
	font-size:12px;
	margin:0 0 20px 0;
	font-weight:bold;
	position:relative;
	top:-10px;
}

#footer a:link,
#footer a:visited {
	color:#bfbfbf;
}

#footer a:hover {
	color:#999999;
}


/* e107 Admin Styles
---------------------------------------------------------------------------------------------
*/

.right_menuButton {
	position:relative;
	top:0;
	left:0;
	border-bottom:1px solid #dddddd;
	margin:0 -10px;
}

.right_menuButton:first-child {
	margin-top:-10px;
}

.right_menuButton:last-child {
	border-bottom:0;
	margin-bottom:-10px;
}

.right_menuButton:last-child a {
	border-radius:0 0 5px 5px;
}

.right_menuButton a {
	color:#000000;
	padding:12px 15px;
	display:block;
}

.right_menuButton a:hover {
	background-color:#e5e5e5;
}

.right_menuButton.active a {
	background: #003e7e;
	background-image: -moz-linear-gradient(top,#024895,#003e7e);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#024895),to(#003e7e));
	background-image: -webkit-linear-gradient(top,#024895,#003e7e);
	background-image: -o-linear-gradient(top,#024895,#003e7e);
	background-image: linear-gradient(to bottom,#024895,#003e7e);
	color:#ffffff;
	font-weight:bold;
}

.right_menuButton .fa {
	margin-right: 5px;
}

.smalltext, .smallblacktext, .nextprev, .helpbox {
	font-size: 8pt;
	line-height:135%;
}

/*.tbox {
	padding:4px;
	margin:2px;
	border:1px solid #9f9f9f;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}*/

input.tbox,
select.tbox {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input[type="radio"], input[type="checkbox"] {
	margin: 1px 0 0;
	line-height: normal;
}

.tbox[disabled] {
	cursor: not-allowed;
	background-color: #eee;
}

/*.tbox:focus {
	background:#ffe9c0;
}*/

/*.button {
	font-size:9pt;
	padding:4px 8px 4px 8px;
	font-weight:normal;
	text-transform:capitalize;
	text-decoration:none;
	background:url(images/bk_nav_btn_over.jpg) center repeat-x;
	border-top:1px solid #f1f1f1;
	border-right:1px solid #898989;
	border-bottom:1px solid #898989;
	border-left:1px solid #f1f1f1;
	
	*border:1px solid #d6d6d6;
	
	color:#141414;
	cursor:pointer;
}

.button:hover, .button:active {
	background:url(images/bk_nav_btn_down.jpg) center repeat-x;
	border-top:1px solid #B4D250;
	border-right:1px solid #4B580E;
	border-bottom:1px solid #4B580E;
	border-left:1px solid #B4D250;
	*border:1px solid #4B580E;
	
	color:#FFFFFF;
}*/

.indent, .defaulttext, .caption, .captiontext, .bodytable, .mediumtext,
.forumheader, .forumheader2, .forumheader3, .forumheader4, .forumheader5, .fcaption, .finfobar {
}

img {	
	border: 0px;
}

form {
	margin: 0px;
}

table {
	margin-left: auto;
	margin-right: auto;
}

.indent {
	border: #999 1px dashed;
	padding: 5px;
	margin: 5px;
	background-color: #f7f7f9;
}

.nextprev {
	border: 0px;
	text-align: center;
	padding: 2px;
	background-color: #f7f7f9;
}

.fborder, .border{
	border-collapse: collapse;
	border-spacing: 0px;
}

.forumheader, .forumheader2, .forumheader3, .forumheader4, .fcaption, .finfobar {
	padding: 10px;
	border-bottom: 1px solid #D6D6D6;
}

table tr:last-child td {
	border-bottom:0;
}

.forumheader, .forumheader4, .finfobar {
	/*background-color: #fbfbfd;*/
}

.forumheader5 {
	cursor: pointer;
}

.fcaption, .forumheader5 {
	font-weight:bold;
}

.searchhighlight {
	text-decoration: underline;
	color: #ff0000;
	font-weight: bold;
}

.helpbox {
	border: 0px;
}

/* Josh's styles
---------------------------------------------------------------------------------------------
*/

.controlpanel-links-container {
	padding:15px;
}

.controlpanel-links-container a {
	padding:15px;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: 5px;
	display:block;
	color:#333333;
	-webkit-transition: border-color ease-in-out .075s,box-shadow ease-in-out .075s,background-color ease-in-out .075s;
	transition: border-color ease-in-out .075s,box-shadow ease-in-out .075s,background-color ease-in-out .075s;
	max-width:160px;
	margin:auto;
	font-weight:bold;
}

.controlpanel-links-container a:hover {
	color:#333333;
	background-color:#f2f2f2;
	border: 1px solid #668bb2;
	-webkit-box-shadow:0px 0px 3px 0px rgba(0,0,0,0.4);
	box-shadow:0px 0px 3px 0px rgba(0,0,0,0.4);	
}

.controlpanel-links-container-linkname {
	font-size:14px;
	margin-top:15px;
}

.btn-default:link,
.btn-default:visited {
	color:#333333;
}

legend {
	font-weight:bold;
	margin:30px 0;
	padding-bottom:10px;
	padding-left:10px;
	border-bottom:2px solid #cccccc;
}

.btn-primary {
	background:#003e7e;
	background-image: -webkit-linear-gradient(top,#024895 0,#003e7e 100%);
	background-image: linear-gradient(to bottom,#024895 0,#003e7e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff024895', endColorstr='#ff003e7e', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-color: #003e7e;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background:#003e7e;
}

.btn-primary:active,
.btn-primary.active {
	box-shadow: inset 0 2px 5px rgba(0,0,0,.5);
}

textarea {
	resize: vertical;
}

.progress-bar {
	background:#003e7e;
	background-image: -webkit-linear-gradient(top,#024895 0,#003e7e 100%);
	background-image: linear-gradient(to bottom,#024895 0,#003e7e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff024895', endColorstr='#ff003e7e', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.12) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.12) 50%,rgba(255,255,255,.12) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,.12) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.12) 50%,rgba(255,255,255,.12) 75%,transparent 75%,transparent);
}

.pagination > li > a,
.pagination > li > span {
	color: #003e7e;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #003e7e;
	border-color: #003e7e;
}

/* elFinder Bootstrap 3 Fix
---------------------------------------------------------------------------------------------
*/

.dialogelfinder *,
.dialogelfinder *:before,
.dialogelfinder *:after {
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}

/* Lightbox
---------------------------------------------------------------------------------------------
*/

/* Bootstrap 3 Fix */
.nivo-lightbox-overlay *,
.nivo-lightbox-overlay *:before,
.nivo-lightbox-overlay *:after {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/*Hover Transition*/
.nivo-lightbox-overlay .nivo-lightbox-nav,
.nivo-lightbox-overlay .nivo-lightbox-close,
.nivo-lightbox-overlay .nivo-lightbox-title {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/*Title / Caption*/
.nivo-lightbox-overlay .nivo-lightbox-title {
	background: #333333;
	background: rgba(0,0,0,0.8);
	border-radius: 3px;
	display: inline-block;
}

/*Image*/
.nivo-lightbox-overlay .nivo-lightbox-image img {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline;
}