@font-face{font-family:"Open Sans";src:url("fonts/OpenSans-Regular-webfont.eot");
src:url("fonts-Regular-webfont.eot?#iefix") 
format("embedded-opentype"), 
url("fonts/OpenSans-Regular-webfont.woff") 
format("woff"), url("fonts/opensans/OpenSans-Regular-webfont.ttf") 
format("truetype"), 
url("fonts/OpenSans-Regular-webfont.svg#OpenSansRegular") 
format("svg");font-weight:400;font-style:normal}
@font-face{font-family:"Open Sans";src:url("fonts/OpenSans-Semibold-webfont.eot");
src:url("fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), 
url("fonts/OpenSans-Semibold-webfont.woff") format("woff"), 
url("fonts/OpenSans-Semibold-webfont.ttf") format("truetype"),
 url("fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold") format("svg");
 font-weight:600;font-style:normal}


html {
	height: 100%;
	overflow: hidden;
}
body {
	background-color:#fff;
	color: #666;
	font-family:"Open Sans", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;font-size:13px;color:#444;font-weight:normal;
	height: 100%;
	min-width: 1024px;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}
body#login {
	//background: url(../img/login_bg.png);
	background: url(../assets/images/dreamstimefree_8418517.jpg) right bottom;
}


#top { 
	height:80px;
	background-color:#000;      
	color:white;
	border-bottom:1px solid #4d4d4d;
	z-index:99999999;
}



.highlight {
	background-color:#FFC;
	padding:4px;
}

.zebra-off {
	padding:10px;
} 

.zebra-on { 
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	background-color:#f1f1f1;
}

.meta {
	font-size:0.9em;
	color:#000;
}
.divider {
	border-bottom:1px dashed #ccc;
	padding-bottom:5px;
}
.soliddivider {
	border-bottom:1px solid #f1f1f1;
	padding-bottom:10px;
}
a.show-hide {
	float: right;
	position: relative;
	top: 13px;
	right: 15px;
	cursor: pointer;
}
a:link {
	color:#39F;
}
a:visited {
	color:#39F;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#03C;
}
ul li .active {
	font-weight:bold;
}
td .center {
	align:center;
}

.paddedcontent {
	padding:15px;
}


/** Lists **/

/** Footer **/
#footer {
	clear:both;
	position:fixed;
	clear:both;
	width:241px;
	height:30px;
	bottom:0;
	border: none;
	padding:13px 0 0 0;
	background-color:#000;
	z-index:999999;
	opacity: 0.4;
}
#footer {
	font-size:10.5px;
	color:#ddd;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer .footer-left {
	float:left;
	padding-left: 21px;
	margin: 0;
}
#footer .footer-right {
	float:right;
	margin-right:21px;
	color:#eee;
}
#footer .footer-right a {
	color:#eee;
}
#footer .footer-right a:link {
	color:#ee;
}
#footer .footer-right a:hover {
	color:#ed1e79;
}
/** Introduce SideBar **/

/*********************************************** SIDEBAR ***********************************************************/
#sidebar {
	position: fixed;
	z-index: 3;
	top:0px;
	left: 0;
	bottom: 0;
	width: 240px;
	/*+text-shadow:0px 1px 0px #000000;*/
	-moz-text-shadow: 0px 1px 0px #000000;
	-webkit-text-shadow: 0px 1px 0px #000000;
	-o-text-shadow: 0px 1px 0px #000000;
	text-shadow: 0px 1px 0px #000000;
	background-color: #494949;
	border-right: 1px solid #1B1B1B;
	/*+box-shadow:inset -5px 0 5px #404040;*/
	-moz-box-shadow: inset -5px 0 5px #404040;
	-webkit-box-shadow: inset -5px 0 5px #404040;
	-o-box-shadow: inset -5px 0 5px #404040;
	box-shadow: inset -5px 0 5px #404040;
	float:left;
}
#sidebar>ul>li>a {
	height: 40px;
	line-height: 40px;
	text-indent: 30px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	color: #AAAAAA;
	/*+text-shadow:0px 1px #0D0D0D;*/
	-moz-text-shadow: 0px 1px #0D0D0D;
	-webkit-text-shadow: 0px 1px #0D0D0D;
	-o-text-shadow: 0px 1px #0D0D0D;
	text-shadow: 0px 1px #0D0D0D;
	background: #494949 url(img/arrow.png) no-repeat 96% -5px;
	border-bottom: 1px solid #313131;
	border-top: 1px solid #606060;
}
#sidebar>ul>li>ul>li ul {
	margin-left: 20px;
	/*+box-shadow:none;*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: none;
}
#sidebar ul li a img {
	vertical-align: text-bottom;
	padding-right: 4px;
	/*+opacity:49%;*/
	filter: alpha(opacity=49);
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=49);
	-moz-opacity: 0.49;
	opacity: 0.49;
}
#sidebar ul li:hover a img, #sidebar ul li.current a img {
	/*+opacity:100%;*/
	filter: alpha(opacity=100);
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#sidebar ul li.nosubmenu a {
	background-image: none !important;
}
#sidebar>ul>li:hover>a, #sidebar>ul>li.current>a {
	color: #FFF;
	background-position: 96% -53px !important;
	background-color: #585858;
}
#sidebar ul li ul {
	background: #404040;
	/*+box-shadow:inset 0 0 15px #3A3A3A;*/
	-moz-box-shadow: inset 0 0 15px #3A3A3A;
	-webkit-box-shadow: inset 0 0 15px #3A3A3A;
	-o-box-shadow: inset 0 0 15px #3A3A3A;
	box-shadow: inset 0 0 15px #3A3A3A;
	border-bottom: 1px solid #313131;
	padding: 7px 0px;
}
#sidebar ul li li a {
	height: 28px;
	line-height: 28px;
	text-indent: 52px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
	background: transparent url(img/sideli.png) no-repeat 37px 10px;
	color: #949090;
}
#sidebar ul li li a:hover, #sidebar ul li li.current a {
	background-position: 37px -31px;
}
#sidebar a:hover, #sidebar li.current>a {
	color: #FFF !important;
}
#sidebar a#menucollapse {
	color:#AAA;
	display: block;
	height:40px;
	line-height: 40px;
	text-align: right;
	padding-right: 10px;
	text-decoration: none;
	font-style:italic;
}
#sidebar a span {
	color:#AAA;
	border: 1px solid #AAA;
	border-radius:20px;
	width: 17px;
	height: 17px;
	display: inline-block;
	text-align: left;
	text-indent: 2px;
	line-height: 16px;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}
.collapsed #sidebar {
	width: 56px;
}
.collapsed #sidebar>ul>li {
	position: relative;
}
.collapsed #sidebar>ul>li>a {
	width: 52px;
	overflow: hidden;
	background-image:none!important;
	text-indent: 17px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	-ms-transition:0.3s;
	transition:0.3s;
}
.collapsed #sidebar>ul>li:hover>a {
	width: 200px;
}
.collapsed #sidebar>ul>li ul {
	position: absolute;
	width: 146px;
	left:-150px;
	-webkit-transition:0.5s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	-ms-transition:0.3s;
	transition:0.3s;
	display: block!important;
}
.collapsed #sidebar>ul>li ul ul {
	left:0;
	margin-left: 0px;
}
.collapsed #sidebar>ul>li:hover>ul {
	overflow: visible;
	left:56px;
}
.collapsed #sidebar>ul>li ul li a {
	text-indent: 10px;
	background:none;
	overflow: hidden;
}
.collapsed #sidebar>ul>li ul ul li a {
	text-indent: 20px;
}
.collapsed #sidebar>ul>li ul ul ul li a {
	text-indent: 40px;
}
.collapsed #content {
	margin-left: 90px;
}
/*********************************************** CONTENT ***********************************************************/

nav#secondary {
 //background: url(../img/nav_secondary_bg.png);
	float: left;
	top:81px;
	height: 100%;
	width: 254px;
}
/* Main section */

section#maincontainer {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#main {
	padding: 16px 0 0 13px;
}
/* Notifications */

#notifications {
	background: #f1f1f1;
	bottom: 0;
	display: none;
	margin-bottom: -1px;
	min-height: 48px;
	overflow: hidden;
	position: absolute;
	text-align: right;
	width: 251px;
}
#notifications > a {
	background: url(../img/notifications_bg.png) repeat-x bottom;
	display: block;
	font-size: 11px;
	padding-bottom: 20px;
	padding-right: 8px;
	text-decoration: none;
	text-transform: lowercase;
	text-shadow: 0 1px 0 #fff;
	position: relative;
	z-index: 2;
}
#notifications ul {
	bottom: 0;
	text-align: left;
	padding-bottom: 6px;
	position: absolute;
}
#notifications ul li {
	line-height: 28px;
	margin-bottom: -6px;
	padding-left: 8px;
	position: relative;
}
#notifications ul li.error {
	color: #ad6262;
}
#notifications ul li span {
	margin-right: 4px;
}
#notifications .time {
	color: #bbb;
	font-size: 11px;
	position: absolute;
	right: 4px;
	top: 5px;
}
/* Quick actions */

.quick-actions {
	margin-bottom: 16px;
}
.quick-actions a {
	background-color: #ebebeb;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(245, 245, 245)), to(rgb(235, 235, 235)));
	background-image: -webkit-linear-gradient(top, rgb(245, 245, 245), rgb(235, 235, 235));
	background-image: -moz-linear-gradient(top, rgb(245, 245, 245), rgb(235, 235, 235));
	background-image: -o-linear-gradient(top, rgb(245, 245, 245), rgb(235, 235, 235));
	background-image: -ms-linear-gradient(top, rgb(245, 245, 245), rgb(235, 235, 235));
	background-image: linear-gradient(top, rgb(245, 245, 245), rgb(235, 235, 235));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#ebebeb');
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	box-shadow: 0 1px 3px #ccc, inset 0 1px 0 #fff;
	color: #666;
	display: inline-block;
 *display: inline;
	font-size: 11px;
	line-height: 32px;
	margin-right: 3px;
	padding: 0 18px;
	text-align: center;
	text-decoration: none;
	zoom: 1;
}
.quick-actions a:hover {
	color: #4f4f4f;
}
.quick-actions a span {
	display: block;
	font-size: 32px;
	padding-bottom: 4px;
	text-shadow: 0 1px 0 #fff;
}
.quick-actions a.disabled {
	color: #cacaca;
	cursor: default;
}
.quick-actions a span.icon32 {
	background-repeat: no-repeat;
	height: 32px;
	margin: 0 auto;
	margin-top: 11px;
	margin-bottom: -11px;
	width: 32px;
}
/* Boxes */

.box {
	background: #fafafa;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	margin-bottom: 16px;
	border: 1px solid #001950;
}
.box-header {
	background-color: #001950;
	//background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(235, 235, 235)), to(rgb(229, 229, 229)));
	//background-image: -webkit-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
	//background-image: -moz-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
	//background-image: -o-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
	//background-image: -ms-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
	//background-image: linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', EndColorStr='#e5e5e5');
	//border-top: 1px solid #fafafa;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	height: 40px;
}
.box-header .glyph {
	float: left;
	font-size: 16px;
	line-height: 26px;
	margin-right: -3px;
	padding-left: 14px;
	text-shadow: 0 1px 0 #fff;
}
.box-header .icon16 {
	float: left;
	height: 16px;
	width: 16px;
	margin-left: 14px;
	margin-right: -3px;
	margin-top: 11px;
}
.box-header h1 {
	//color: #898989;
	color: #fff;
	float: left;
	font-family: "Tahoma", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	padding-left: 14px;
	//text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
}
.box-header ul {
	border-left: 1px solid #e1e1e1;
	float: right;
}
.box-header ul li {
	display: inline;
	margin-left: -3px;
}
.box-header ul li a {
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #e1e1e1;
	color: #999;
	display: inline-block;
 *display: inline;
	font-family: "Tahoma", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	zoom: 1;
}
.box-header ul li a:hover {
	background: #eee;
}
.box-header ul li:first-child {
	margin-left: 0;
}
.box-header ul li:last-child a {
	border-right: none;
}
.box-header ul li.active a {
	background: #fafafa;
	border-left: 1px solid #fafafa;
	cursor: default;
}
.box-content {
	padding: 14px;
	padding-bottom:60px;
}
/* Columns */

form > .column-left {
	border-right: 1px solid #e1e1e1;
	padding-right: 2%;
}
.column-left {
	float: left;
	width: 49%;
}
.column-right {
	float: right;
	width: 49%;
}
form .column-left, form .column-right {
	width: 48%;
}
.clear {
	clear: both;
}
/* Forms */

form p {
	margin-bottom: 11px;
	position: relative;
}
form input[type="text"], form input[type="password"], form textarea {
	background: url(../img/input_bg.png) repeat-x #fdfdfd;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 0 1px 0 #fff;
	color: #666;
	font-family:"Open Sans", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;font-size:13px;
	font-weight:normal;
	height: 30px;
	outline: none;
	padding: 6px 10px;
	resize: none;
	width: 100%;
}
 form input::-webkit-input-placeholder, form input::-moz-placeholder {
 color: #bbb;
}
form textarea {
	height: 112px;
	line-height: 18px;
	margin-bottom: 0;
	padding-top: 8px;
}
form div.combined {
	position: relative;
}
form div.combined p {
	display: inline-block;
 *display: inline;
	zoom: 1;
}
form div.combined p input {
	display: inline;
}
form div.combined p:first-child input {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-right: none;
}
form div.combined p:first-child {
	margin-right: -3px;
}
form div.combined p.last-child {
	position: absolute;
	right: 0;
	top: 0;
}
form div.combined p.last-child input {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
form p.small {
	width: 25%
}
form p.medium {
	width: 51%
}
form p.large {
	width: 76%
}
form p .icon {
	position: absolute;
	right: 8px;
	top: 7px;
}
form p .icon.valid {
	display: none;
}
form p input.error, form p textarea.error {
	border: 1px solid #d29797;
	border-top: 1px solid #ae6767;
	color: #ad6262;
}
form p span.error {
	background: url(../img/error.png) no-repeat center;
	display: block;
	height: 30px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	z-index: 99;
}
form p span.error label {
	background: url(../img/tooltip_bg.png);
	border-radius: 3px;
	bottom: 31px;
	color: #fff;
	display: none !important;
	font-size: 11px;
	line-height: 17px;
	padding: 6px 9px;
	position: absolute;
	right: -25px;
	text-align: left;
	width: 180px;
	z-index: 9;
}
form p .tip {
	background: url(../img/tip_bg.png) no-repeat;
	bottom: -6px;
	display: block;
	height: 6px;
	position: absolute;
	right: 34px;
	width: 12px;
	z-index: 9;
}
form p span.error:hover label {
	display: block !important;
}
form p > label {
	color: #666;
	line-height: 19px;
	text-indent: 4px;
}
form p {
	clear: both;
	//color: #999;
	color: #2e76b5;
	line-height: 24px;
}
form p small {
	font-size: 11px;
	font-style: italic;
	float: right;
	margin-bottom: 14px;
}
form > div > p:last-child {
	margin: 0;
}
/* Charts legend */

.legend table {
	width: auto;
}
.legend table tr, .legend table td {
	border: none;
	font-size: 12px;
	padding: 4px;
}
/* Table checkbox fix */

table .prettyCheckbox {
	position: absolute !important;
	top: 10px;
	right: 3%;
}
/* Tables */

table {
	width: 100%;
	border-top: 1px solid #001950;
	border-bottom: 1px solid #001950;
	border-right: 1px solid #001950;
	border-left: 1px solid #001950;
}
table tr {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #fff;
	//border-right: 1px solid #001950;
}
thead tr {
	border-top: none;
}
table tbody tr:last-child {
	border-bottom: none;
}
 tbody tr:nth-child(odd) td {
 //background: #fdfdfd;
}
 tbody tr:nth-child(odd) td:last-child {
 border-right: 1px solid #001950;
}
tbody tr:last-child td:first-child {
	border-bottom-left-radius: 3px;
}
tbody tr:last-child td:last-child {
	border-bottom-right-radius: 3px;
}
tbody tr td, thead tr th {
	border-left: 1px solid #fff;
	border-right: 1px solid #f4f4f4;
	#padding: 12px 14px;
	padding: 10px !important;
	position: relative;
	text-align: left;
}
#calendar table td, #calendar table th {
	position: static;
}
tbody tr td:last-child, thead tr th:last-child {
	border-right: none;
}
tbody tr td:first-child, thead tr th:first-child {
	border-left: none;
}
thead {
	color: #898989;
	font-size: 13px;
	font-weight: bold;
}
.dataTables_wrapper {
	position: relative;
}
.dataTables_length {
	display: none;
}
.dataTables_filter {
	position: absolute;
	right: 14px;
	top: -32px;
}
.dataTables_filter label {
}
.dataTables_filter label .icon {
	display: inline-block;
 *display: inline;
	margin-top: 5px;
	zoom: 1;
}
.dataTables_filter input {
	background: none;
	border: none;
	border-radius: 2px;
	color: #666;
	font-family: "Aller", "Lucida Grande", sans-serif;
	margin-top: -13px;
 -webkit-transition: width .3s linear;
 -moz-transition: width .3s linear;
 transition: width .3s linear;
	width: 75px;
}
.dataTables_filter input:focus {
	width: 150px;
}
 .dataTables_filter input::-webkit-input-placeholder, .dataTables_filter input::-moz-placeholder {
 //color: #999;
 color: #2e76b5;
}
.dataTables_info {
	color: #949494;
	display: inline;
	font-size: 11px;
	line-height: 30px;
	//text-shadow: 0 1px 0 #fff;
}
.dataTables_paginate {
	color: #949494;
	float: right;
	line-height: 30px;
	text-shadow: 0 1px 0 #fff;
}
.dataTables_paginate .paginate_active {
	color: #333;
	padding: 0 5px;
}
.dataTables_paginate .paginate_button {
	cursor: pointer;
	display: inline-block;
 *display: inline;
	line-height: 30px;
	padding: 0 5px;
	margin: 0;
	zoom: 1;
}
.dataTables_paginate .paginate_button:hover {
	color: #666;
}
.dataTables_paginate .paginate_button_disabled {
	display: none;
}
.sorting, .sorting_asc, .sorting_desc {
	cursor: pointer;
}
.sorting_asc {
	background: url(../img/sorting_bg.png) no-repeat 90% 0px;
}
.sorting_desc {
	background: url(../img/sorting_bg.png) no-repeat 90% -36px;
}
/* Statistics */

ul.statistics {
	margin: 10px 0;
}
.box ul.statistics li {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #fff;
	list-style: none;
}
ul.statistics li:first-child {
	border-top: none;
}
ul.statistics li:last-child {
	border-bottom: none;
}
ul.statistics li a {
	color: #666;
	display: block;
	line-height: 32px;
	text-decoration: none;
}
ul.statistics li a:hover {
	color: #999;
}
ul.statistics li a span {
	display: inline-block;
 *display: inline;
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
	text-align: right;
	width: 70px;
	zoom: 1;
}
/* Select boxes */

select {
	width: 100%;
}
/* Modal functionality */

#overlay {
	background: url(../img/overlay_bg.png);
	display: none;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 9999;
}
#modalcontainer {
	margin: 100px auto;
	width: 640px;
}
/* File inputs */

.customfile-input {
	background: transparent;
	border: 0;
	cursor: pointer;
	height: 100px;
	opacity: 0;
	position: absolute;
	z-index: 999;
}
.customfile {
	background: url(../img/input_bg.png) repeat-x #fdfdfd;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 0 1px 0 #fff;
	font-family: "Aller", "Lucida Grande", sans-serif;
	font-size: 12px;
	height: 30px;
	outline: none;
	overflow: hidden;
	padding-left: 10px;
	position: relative;
}
.customfile-disabled {
	cursor: default;
	opacity: .5;
}
.customfile-feedback {
	color: #999;
	display: block;
	line-height: 30px;
}
.customfile-feedback-populated {
	color: #666;
}
.customfile-button {
	background: url(../img/file_bg.png) repeat-x;
	border-left: 1px solid #d9d9d9;
	color: #666;
	cursor: pointer;
	float: right;
	line-height: 30px;
	padding: 0 14px;
	text-align: center;
	text-decoration: none;
}
.customfile .error {
	display: none !important;
}
/* Action bar */

.action_bar {
	//background: url(../img/action_bar_bg.png) repeat-x #e8e8e8;
	background-color: #001950;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 7px 14px 7px 8px;
}
.box-content .action_bar {
	margin: -14px;
	margin-top: 14px;
}
/* Buttons */

input.button, .button {
	background: url(../img/buttongray_bg.png) repeat-x #ebebeb;
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	box-shadow: 0 1px 3px #ddd;
	color: #757575;
	display: inline-block;
 *display: inline;
	font-family: "Tahoma", sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 31px;
	line-height: 31px;
	margin-right: 4px;
	padding: 0 14px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
	zoom: 1;
}
.box-content > .button {
	margin-bottom: 7px;
}
input.button {
	height: 33px;
	margin-top: -3px;
}
.button.blue {
	background: url(../img/buttonblue_bg.png) repeat-x #477dae;
	border: 1px solid #477dae;
	color: #fff;
	text-shadow: 0 1px 0 #104266;
}
.button:hover {
	background: #ebebeb;
}
.button.blue:hover {
	background: #558bbc;
}
.button .glyph {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	margin-right: 8px;
	margin-top: -100%;
}
.button .icon16 {
	float: left;
	height: 16px;
	width: 16px;
	margin-left: -1px;
	margin-right: 8px;
	margin-top: 7px;
}
.button.small {
	font-size: 10px;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
}
.button.small .icon16 {
	background-size: 28px;
	background-repeat: no-repeat;
	height: 14px;
	margin-top: 5px;
	margin-right: 7px;
	width: 14px;
}
.button.small .glyph {
	font-size: 14px;
}
.button.plain {
	background: #f2f2f2;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #aaa;
	font-size: 9px;
	height: 22px;
	line-height: 22px;
	margin: -4px 0;
	margin-right: -4px;
}
.button.plain:hover {
	color: #777;
}
.button.plain .glyph {
	font-size: 12px;
	margin-right: 4px;
}
.button.plain .icon16 {
	background-size: 24px;
	height: 12px;
	margin-left: -3px;
	margin-top: 5px;
	width: 12px;
}
.button.plain:first-child {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}
.button.plain:last-child {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}
.button span.ui-icon {
	float: left;
	margin-right: 8px;
	margin-top: 7px;
	opacity: .7;
}
/* Sliders */

.ui-slider {
	border: none;
	margin-bottom: 14px;
}
.ui-slider:last-child {
	margin: 0;
}
.ui-slider-range {
	border-radius: 10px
}
.ui-slider-horizontal {
	background: url(../img/slider_bg.png) repeat-x;
	height: 7px;
}
.ui-slider-horizontal .ui-slider-handle {
	background: url(../img/slider_handle.png) no-repeat;
	border: none;
	cursor: pointer;
}
.ui-slider-horizontal .ui-slider-handle.ui-state-active {
	background-position: 0 -16px;
}
.ui-slider-horizontal .ui-slider-range {
	background: url(../img/slider_active_bg.png) repeat-x;
}
.ui-slider-vertical {
	background: url(../img/slider_vert_bg.png);
	height: 100px;
	margin-right: 14px;
	margin-bottom: 0;
	width: 7px;
}
.ui-slider-vertical:last-child {
	margin: 0;
}
.ui-slider-vertical .ui-slider-handle {
	background: url(../img/slider_handle.png) no-repeat;
	border: none;
	cursor: pointer;
	margin-left: -1px;
}
.ui-slider-vertical .ui-slider-handle.ui-state-active {
	background-position: 0 -15px;
}
.ui-slider-vertical .ui-slider-range {
	background: url(../img/slider_vert_active_bg.png);
}
.slider-vertical {
	float: left;
}
/* Progress bar */

.ui-progressbar {
	height: 24px;
}
/* Calendar */

table.fc-header {
	display: block;
	height: 40px;
	margin-top: -40px;
}
table.fc-header .fc-header-title h2 {
	color: #898989;
	line-height: 40px;
	font-family: 'Verdana', sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
}
table.fc-header tr {
	border: none;
}
table.fc-header tr td {
	background: none;
	border: none;
}
table.fc-header .fc-header-right {
	padding-right: 8px;
	padding-top: 7px;
}
table.fc-header .fc-button {
	background: none;
	border: none;
	display: inline-block;
 *display: inline;
	zoom: 1;
}
table.fc-header .fc-button .fc-button-inner {
	background: url(../img/buttongray_bg.png) repeat-x #ebebeb;
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	color: #757575;
	display: inline-block;
 *display: inline;
	font-family: "Tahoma", sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 0 4px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
	zoom: 1;
	-khtml-user-select: none;
	-moz-user-select: none;
}
table.fc-header .fc-button .fc-button-inner:hover {
	background: #f7f7f7;
}
table.fc-header .fc-button.fc-state-disabled .fc-button-inner {
	color: #ccc;
}
table.fc-header .fc-button.fc-state-active .fc-button-inner {
	background: url(../img/buttonblue_bg.png) repeat-x #477dae;
	border: 1px solid #477dae;
	color: #fff;
	text-shadow: 0 1px 0 #104266;
}
table.fc-header .fc-button-month .fc-button-inner, table.fc-header .fc-button-prev .fc-button-inner {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
table.fc-header .fc-button-basicDay .fc-button-inner, table.fc-header .fc-button-next .fc-button-inner {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
table.fc-header .fc-button-basicWeek .fc-button-inner, table.fc-header .fc-button-today .fc-button-inner {
	border-radius: 0;
}
table.fc-header .fc-button .fc-button-inner .fc-button-content {
	height: 24px;
	line-height: 24px;
}
table.fc-header .fc-button .fc-button-inner .fc-button-effect {
	display: none;
}
table.fc-header .fc-button-prev .fc-button-inner, table.fc-header .fc-button-next .fc-button-inner {
	font-size: 12px;
	font-weight: normal;
}
table.fc-header .fc-button-prev .fc-button-inner .fc-button-content, table.fc-header .fc-button-next .fc-button-inner .fc-button-content {
	line-height: 14px;
}
table.fc-content .fc-event .fc-event-skin {
	background: red !important;
}
.fc-content table tbody tr td, .fc-content table thead tr th {
	border-color: #ddd;
}
.fc-content table thead tr th {
	font-size: 12px;
	padding: 7px;
}
.fc-content .fc-event .fc-event-title {
	display: block;
	font-size: 11px;
	line-height: 16px;
	padding: 2px 4px;
}
.fc-content .fc-event .fc-event-time {
	display: block;
	padding: 2px 4px;
}
/* Styles */

a {
	color: #999;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}
p {
	line-height: 20px;
	margin-bottom: 14px;
}
blockquote {
	border-left: 4px solid #ddd;
	color: #888;
	line-height: 20px;
	margin-bottom: 14px;
	padding-left: 14px;
}
p.warning {
	background: url(../img/warning.png) no-repeat;
	font-style: italic;
	line-height: 16px;
	padding-left: 25px;
	margin-left: 1px;
}
input {
	outline: none;
}
.nomargin {
	margin: 0;
}
strong {
	font-weight: bold;
}
.red {
	color: #ad6262;
}
.box-content h1, .box-content h2, .box-content h3, .box-content h4, .box-content h5, .box-content h6 {
	margin-bottom: 14px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
.posts h6 {
	color:#222;
	line-height:26px;
}

.mainlist ul li { 
	line-height: 20px;
	list-style: disc;
	margin-left: 24px;
}


.box-content ul li {
	line-height: 20px;
	list-style: disc;
	margin-left: 24px;
}
.box-content ol li {
	line-height: 20px;
	list-style: decimal;
	margin-left: 14px;
}
.box-content ol li ol li {
	list-style: lower-alpha;
}
/* Login page */

#login_container {
	margin: 0 auto;
	margin-top: 150px;
	position: relative;
	width: 602px;
}
#login_form {
	background: #f9f9f9;
	border-radius: 2px;
	box-shadow: 0 1px 5px black;
	margin: 0 auto;
	padding: 8px;
	position: absolute;
	top: 64px;
	zoom: 1;
}
#login_form p {
	display: inline-block;
 *display: inline;
	margin-bottom: 0;
	margin-right: 4px;
	width: 240px;
	zoom: 1;
}
#login_form button {
	line-height: 30px;
	margin: 0;
}
/* Icons */

.icon {
	background: url(../img/icons.png);
	display: block;
	height: 16px;
	width: 16px;
}
.icon.tick {
	background-position: 0 0;
}
.icon.info {
	background-position: 0 -16px;
}
.icon.warning {
	background-position: 0 -32px;
}
.icon.search {
	background-position: 0 -48px;
}
.icon.calendar {
	background-position: 0 -64px;
}
/* Tablet orientation */

#rotatedevice {
	display: none;
}
/** Breadcrumbs **/

#breadcrumbs {
	font-size:0.8em;
	padding-left:10px;
	padding-top:10px;
}
#breadcrumbs a {
	text-decoration:none;
	color:#BBB;
}
#breadcrumbs a:hover {
	color:#39F;
}
/** Posts **/
.posts {
	border-bottom:1px solid #f1f1f1;
}
.posts .meta {
	font-size:0.95em;
	color:#BBB;
}
/** Comments **/
#countnotifier {
	font-size:0.9em;
	color:#777;
	font-family:monospace;
}
.encircle {
	padding:5px;
	
	-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border: 1px solid #333;
}

.encircle.black {
	background-color:#333;	
}

.encircle.blue {
	background-color:#2278c1;	
}

#footer-left
{
 margin-left:15px;
 float:left;
 margin-top:3px;	
}


#footer-right
{
// margin-right:15px;
 float:right;
 margin-top:3px;	
}

/** Segment handling **/

.segmenttag
{
	width:60px;
	height:10px;
	position:relative;
	top:-15px;
	left:-15px;
	padding:3px;
	background-color:#f1f11f;
	color:#4d4d4d;
	font-size:9px;
	font-family:monospace;
}.segment-controls
	{
		position:relative;
		float:right;
		bottom:10px;
		right:-10px;
				
	}
	
	
	
	
	/**** FAQ **/
	


/* -------------------------------------------------------------- 
   FAQ Page
-------------------------------------------------------------- */
#search-bar
{
	background: #EEE;
	
	padding: 10px 15px 5px;
	margin: 0 auto;			
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	border: 1px solid #CCC;
	
}

#search-bar form
{
	width: 550px;
	position: relative;
	margin: 0 auto;
}

	#search-bar h2 { margin-bottom: .5em; }

	#search-bar input
	{
		width: 430px;
		padding: 7px;
		border: 1px solid #999;
		margin-right: .5em;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	
	*+html #search-bar input { width: 415px; }
	
	#search-bar p { font-size: 11px; color: #555; margin-top: 1em; }
	
	#search-bar .loader 
	{
		background: url(./images/loader.gif) no-repeat 0 0;
		width: 16px;
		height: 16px;
		line-height: 500px;
		overflow: hidden;
		
		position: absolute; 
		right: 115px; 
		top: 40px; 
		
	}
	
	.faq { margin-bottom: 3em; }
	.faq li { list-style-type: none; padding: 0; margin: 0; line-height:30px;}
	
	.faq .answer
	{
		border-bottom: 1px dotted #CCC;
		margin: 2.5em 0 2.5em 2em;
	}
	
	.faq .plus_icon
	{
		color: #F90;
		font-weight: bold;
		font-size: 18px;
		display: inline;
		padding-right: 1em;
	}
	
	#no_results { color: #C00; display: none; }
	
	
	
