/* Essentials */
/* Essentials */

html, div, map, dt, isindex, form, header, section, section, section, article, footer {  
    display: block;  
} 

html, body {
height: 100%;
margin: 0;
padding: 0;
font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
background: #F8F8F8;
font-size: 12px;
}

.clear {
clear: both;
}

.spacer {
height: 20px;
}

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

a:hover {
text-decoration: none;
}

#title {display:none;}


/* Header */

header#header {
height: 55px;
width: 100%;
background: #222222 url(images/images/header_bg.png) repeat-x;
}

header#header h1.site_title, header#header h2.section_title {
float: left;
margin: 0;
font-size: 22px;
display: block;
width: 15%;
height: 50px;
padding-top:5px;
font-weight: normal;
text-align: left;
text-indent: 1.8%;
line-height: 50px;
color: #fff;
text-shadow: 0 -1px 0 #000;
}

header#header h1.site_title a {
color: #fff;
text-decoration: none;
display:block;
text-align:center;
}

header#header h1.site_title a  img {width:65%}

header#header h1.site_title{
background: url("images/images/sidebar.png") repeat scroll 0 0 #E0E0E3;
}

header#header h2.section_title {
text-align: center;
text-indent: 4.5%;
width: 68%;
background: url(images/images/header_shadow.png) no-repeat left top;
}

.btn_view_site {
float: left;
width: 9%;
}

.btn_view_site a {
display: block;
margin-top: 12px;
width: 91px;
height: 27px;
background: url(images/images/btn_view_site.png) no-repeat;
text-align: center;
line-height: 29px;
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 0 #000;}

.btn_view_site a:hover {
background-position: 0 -27px;
}

/* Secondary Header Bar */

section#secondary_bar {
height: 38px;
width: 100%;
background: #F1F1F4 url(images/images/secondary_bar.png) repeat-x;
}

section#secondary_bar .user {
border-top:1px solid #abafbc;
float: left;
width: 15%;
margin-top:-1px;
height: 38px;
}

.user p {
margin: 0;
padding: 0;
color: #666666;
font-weight: bold;
display: block;
float: left;
width: 85%;
height: 35px;
line-height: 35px;
text-indent: 25px;
text-shadow: 0 1px 0 #fff;
background: url(images/images/icn_user.png) no-repeat center left;
margin-left: 6%;
}

.user a {
text-decoration: none;
color: #666666}

.user a:hover {
color: #ce7777;
}

.user a.logout_user {
float: left;
display: block;
width: 16px;
height: 35px;
text-indent: -5000px;
background: url(images/images/icn_logout.png) center no-repeat;
}

/* Breadcrumbs */

section#secondary_bar .breadcrumbs_container {
float: left;
width: 77%;
background: url(images/images/secondary_bar_shadow.png) no-repeat left top;
height: 38px;
}

section#secondary_bar .breadcrumbs_container_2 {
float: left;
width: 77%;
background: url(images/images/secondary_bar_shadow_2.png) no-repeat left top;
height: 38px;
}

article.breadcrumbs {
float: left;
padding: 0 10px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
height: 23px;
margin: 4px 3%;
}

.breadcrumbs a {
display: inline-block;
float: left;
height: 24px;
line-height: 23px;
}

.breadcrumbs a.current, .breadcrumbs a.current:hover {
color: #9E9E9E;
font-weight: bold;
text-shadow: 0 1px 0 #fff;
text-decoration: none;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
color: #44474F;
text-decoration: none;
text-shadow: 0 1px 0 #fff;
font-weight: bold;}

.breadcrumbs a:hover {
color: #222222;
}

.breadcrumb_divider {
display: inline-block;
width: 12px;
height: 24px;
background: url(images/images/breadcrumb_divider.png) no-repeat;
float: left;
margin: 0 5px;
}

/* Sidebar */

section#sidebar {
width: 15%;
background: #E0E0E3 url(images/images/sidebar.png) repeat;
float: left;
height:100%;
margin-top: -4px;
padding-bottom:11px;
border-bottom:1px solid silver;
}

#sidebar {
width: 15%;
background: #E0E0E3 url(images/images/sidebar.png) repeat;
float: left;
min-height: 500px;
margin-top: -4px;
}

#sidebar hr {
border: none;
outline: none;
background: url(images/images/sidebar_divider.png) repeat-x;
display: block;
width: 100%;
height: 2px;}


#footer hr {
border: none;
outline: none;
background: url(images/images/sidebar_divider.png) repeat-x;
display: block;
width: 100%;
height: 2px;}


/* Search */

.quick_search {
text-align: center;
padding: 14px 0 10px 0;
}

.quick_search input[type=text] {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 1px solid #bbb;
height: 26px;
width: 90%;
color: #ccc;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
text-indent: 30px;
background: #fff url(images/images/icn_search.png) no-repeat;
background-position: 10px 6px;
}

.quick_search input[type=text]:focus {
outline: none;
color: #666666;
border: 1px solid #ce7777;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #cf6464;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #cf6464;
box-shadow: inset 0 2px 2px #ccc, 0 0 10px #cf6464;
}

/* Sidebar Menu */

#sidebar h3 {
color: #1F1F20;
text-transform: uppercase;
text-shadow: 0 1px 0 #fff;
font-size: 13px;
margin: 10px 0 10px 6%;
display: block;
float: left;
width: 90%;
}

.toggleLink {
color: #999999;
font-size: 10px;
text-decoration: none;
display: block;
float: right;
margin-right: 2%
}

#sidebar .toggleLink:hover {
color: #ce7777;
text-decoration: none;
}

#sidebar ul {
clear: both;
margin: 0; padding: 0;
}

#sidebar li {
list-style: none;
margin: 0 0 0 12%; padding: 0;
}

#sidebar li a {
color: #666666;
padding-left: 25px;
text-decoration: none;
display: inline-block;
height: 17px;
line-height: 17px;
text-shadow: 0 1px 0 #fff;
margin: 2px 0;
}

#sidebar li a:hover {
color: #444444;
}

/* Sidebar Icons */

#sidebar li.icn_new_article a {
background: url(images/images/icn_new_article.png) no-repeat center left;
}
#sidebar li.icn_edit_article a {
background: url(images/images/icn_edit_article.png) no-repeat center left;
}
#sidebar li.icn_categories a {
background: url(images/images/icn_categories.png) no-repeat center left;
}
#sidebar li.icn_tags a {
background: url(images/images/icn_tags.png) no-repeat center left;
}
#sidebar li.icn_add_user a {
background: url(images/images/icn_add_user.png) no-repeat center left;
}
#sidebar li.icn_view_users a {
background: url(images/images/icn_view_users.png) no-repeat center left;
}
#sidebar li.icn_profile a {
background: url(images/images/icn_profile.png) no-repeat center left;
}
#sidebar li.icn_folder a {
background: url(images/images/icn_folder.png) no-repeat center left;
}
#sidebar li.icn_photo a {
background: url(images/images/icn_photo.png) no-repeat center left;
}
#sidebar li.icn_audio a {
background: url(images/images/icn_audio.png) no-repeat center left;
}
#sidebar li.icn_video a {
background: url(images/images/icn_video.png) no-repeat center left;
}
#sidebar li.icn_settings a {
background: url(images/images/icn_settings.png) no-repeat center left;
}
#sidebar li.icn_security a {
background: url(images/images/icn_security.png) no-repeat center left;
}
#sidebar li.icn_jump_back a {
background: url(images/images/icn_jump_back.png) no-repeat center left;
}

#sidebar p {
color: #666666;
padding-left: 6%;
text-shadow: 0 1px 0 #fff;
margin: 10px 0 0 0;}

#sidebar a {
color: #666666;
text-decoration: none;
}

#sidebar a:hover {
text-decoration: underline;
}

#sidebar footer {
margin-top: 20%;
}


/* Main Content */


section#main {
width: 84%;
min-height: 500px;
background: url(images/images/sidebar_shadow.png) repeat-y left top;
float: left;
margin-top: -2px;
padding-top:10px;
padding-left:10px;
}

#main h3 {
color: #1F1F20;
text-transform: uppercase;
text-shadow: 0 1px 0 #fff;
font-size: 13px;
margin: 8px 20px;
}

/* Modules

#main table {

width:99% !important;

}
 */ 
 #loader {float:right !important;margin-top:-80px;left:95%;}
 
.buttonDiv {height:24px;padding-top:10px;text-decoration: none;}
.dataTableContent tr td {border:0px;}
#categories_div table[name="categories_table"], #categories_config table[name="categories_table"]{
border: 1px solid rgba(255,255,255,0.1);
width:100% !important;
color:#616161;
text-shadow:1px 1px 1px white;
-webkit-text-shadow:1px 1px 1px white;
-moz-text-shadow:1px 1px 1px white;
margin: 20px 3% 0 3%;
margin-top: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow:0px 0px 1px rgba(0,0,0,0.2);
-webkit-box-shadow:0px 0px 1px rgba(0,0,0,0.2);
-moz-box-shadow:0px 0px 1px rgba(0,0,0,0.2);
margin-bottom:10px !important;
}
#categories > table[name="categories_table"], #categories_config table[name="categories_table"],
#categories_div > table.smallText,
#add_categories >  table,
#plans >  table,
#plans_categories > table,
#description_div {border: 1px solid rgba(255,255,255,0.1);-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow:0px 0px 1px rgba(0,0,0,0.2);
-webkit-box-shadow:0px 0px 1px rgba(0,0,0,0.2);
-moz-box-shadow:0px 0px 1px rgba(0,0,0,0.2);
color:#616161;
text-shadow:1px 1px 1px white;
-webkit-text-shadow:1px 1px 1px white;
-moz-text-shadow:1px 1px 1px white;
margin-bottom:10px !important;
}

#categories_div table , #categories_config table[name="categories_table"] {margin:0 auto !important;}

.dataTableHeadingRow h3 {
display: block;
float: left;
}
.dataTableHeadingRow td{font-weight:bold;color:#616161;text-shadow:1px 1px 1px rgba(255,255,255,1);border-right:1px solid #d9d9d9;text-indent:10px;}
.dataTableHeadingRow td:last-child {border-right:0px;}
.dataTableHeadingRow ,.infoBoxHeading  {
background: #F1F1F4 url(images/images/secondary_bar.png) repeat-x;
-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;
padding:10px;
}
.dataTableHeadingRow {height: 38px;}
/*
.dataTableRow {
height: 32px;
width: 100%;
border-top: 1px solid #9CA1B0;
background: #F1F1F4 url(images/images/module_footer_bg.png) repeat-x;
-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
}
*/


.dataTableRow { height:30px;background-color:#f1f1f1;
color:#616161;
text-shadow:1px 1px 1px white;
-webkit-text-shadow:1px 1px 1px white;
-moz-text-shadow:1px 1px 1px white;}
.dataTableRow td{ background-color:#f1f1f1;border-bottom:1px solid #E6E6E6;padding-left:10px;border-right:1px solid #E6E6E6;text-indent:10px;}
.dataTableRowSelected { height:30px; border-bottom:1px solid black;
color:#616161;
text-shadow:1px 1px 1px white;
-webkit-text-shadow:1px 1px 1px white;
-moz-text-shadow:1px 1px 1px white;}
.dataTableRowSelected  td{border-bottom:1px solid #E6E6E6;padding-left:10px;border-right:1px solid #E6E6E6;text-indent:10px;}
.dataTableRowOver { background-color: #FFFFFF; cursor: pointer; cursor: hand; height:30px ;
color:#616161;
text-shadow:1px 1px 1px white;
-webkit-text-shadow:1px 1px 1px white;
-moz-text-shadow:1px 1px 1px white;}
.dataTableRowOver td{background-color:#FFFFFF;border-bottom:1px solid #E6E6E6;padding-left:10px;text-indent:10px;border-right:1px solid #E6E6E6;}
.dataTableContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color:#616161;
text-shadow:1px 1px 1px white;
-webkit-text-shadow:1px 1px 1px white;
-moz-text-shadow:1px 1px 1px white;background-color:#f1f1f1; }
.dataTableContent1 { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #333333;}
.infoBoxContent {font-family: Verdana, Arial, sans-serif; font-size: 10px; color:#616161;
text-shadow:1px 1px 1px white;
-webkit-text-shadow:1px 1px 1px white;
-moz-text-shadow:1px 1px 1px white;background-color:#f1f1f1;padding:10px;white-space: pre-wrap !important;}
#description_div td.infoBoxContent {width:250px;}
#description_div table {word-wrap:break-word;}
.infoBoxContent1 {font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000;background-color:#f1f1f1;padding:10px;}
.dataTableRow:last-child td {border-bottom:0px !important;}
.dataTableRow td:last-child{border-right:0px !important;}
.dataTableRowOver:last-child td {border-bottom:0px !important;}
.dataTableRowOver td:last-child{border-right:0px !important;}
#users_table .dataTableRow#active td { background: #fff; }
/* Module Widths */

.width_full {
width: 95%;
}

.width_half {
width: 46%;
margin-right: 0;
float: left;
}

.width_quarter {
width: 26%;
margin-right: 0;
float: left;
}

.width_3_quarter {
width: 66%;
margin-right: 0;
float: left;
}

/* Stats Module */

.stats_graph {
width: 64%;
float: left;
}

.stats_overview {
background: #F6F6F6;
border: 1px solid #ccc;
float: right;
width: 26%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.overview_today, .overview_previous {
width: 50%;
float: left;}

.stats_overview p {
margin: 0; padding: 0;
text-align: center;
text-transform: uppercase;
text-shadow: 0 1px 0 #fff;
}

.stats_overview p.overview_day {
font-size: 12px;
font-weight: bold;
margin: 6px 0;
}

.stats_overview p.overview_count {
font-size: 26px;
font-weight: bold;
color: #333333;}

.stats_overview p.overview_type {
font-size: 10px;
color: #999999;
margin-bottom: 8px}

/* Content Manager */

.tablesorter {
width: 100%;
margin: -5px 0 0 0;
}

.tablesorter td{
margin: 0;
padding: 0;
border-bottom: 1px dotted #ccc;
}

.tablesorter thead tr {
height: 34px;
background: url(images/images/table_sorter_header.png) repeat-x;
text-align: left;
text-indent: 10px;
cursor: pointer;
}

.tablesorter td {
padding: 15px 10px;
}

.tablesorter input[type=image] {
margin-right: 10px;}

ul.tabs {
	margin: 3px 10px 0 0;
	padding: 0;
	float: right;
	list-style: none;
	height: 24px; /*--Set height of tabs--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	border: 1px solid #ccc;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 24px;
}
ul.tabs li a {
	text-decoration: none;
	color: #999;
	display: block;
	padding: 0 10px;
	height: 24px;
}

ul.tabs li a:hover {
	color: #44474F;
}

html ul.tabs li.active a  {
	color: #44474F;
	}

html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #F1F2F4;
	-webkit-box-shadow: inset 0 2px 3px #818181;
	-moz-box-shadow: inset 0 2px 3px #818181;
	box-shadow: inset 0 2px 3px #818181;
}

html ul.tabs li:first-child, html ul.tabs li:first-child a  {
	-webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px; border-bottom-left-radius: 5px;
}

html ul.tabs li:last-child, html ul.tabs li:last-child a  {
	-webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px; border-bottom-right-radius: 5px;
}

#main .module header h3.tabs_involved {
display: block;
width: 60%;
float: left;
}

/* Messages */

.message {
border-bottom: 1px dotted #cccccc;
}

input[type=submit],.inputButton {
background: #D0D1D4 url(images/images/btn_submit.png) repeat-x;
border: 1px solid #A8A9A8;
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
font-weight: bold;
height: 27px;
text-decoration:none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 5px 10px;
color: #666;
text-shadow: 0 1px 0 #fff;
cursor: pointer;
}

input[type=submit]:hover,.inputButton:hover {
background: #640101 url(images/images/btn_submit_22.png) repeat-x;
color: white;
text-shadow: 0 1px 0 #000;
border:1px solid #570000;
}

input[type=submit].alt_btn {
background: #D0D1D4 url(images/images/btn_submit_2.png) repeat-x;
border: 1px solid#30B0C8;
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
font-weight: bold;
height: 22px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 0 10px;
color: #003E49;
text-shadow: 0 1px 0 #6CDCF9;
cursor: pointer;
}

input[type=submit].alt_btn:hover {
color: #001217;
}

input[type=submit].btn_post_message {
background: #D0D1D4 url(images/images/post_message.png) no-repeat;
display: block;
width: 37px;
border: none;
height: 24px;
cursor: pointer;
text-indent: -5000px;
}

input[type=submit].btn_post_message:hover {
background-position: 0 -24px;
}

.post_message {
text-align: left;
padding: 5px 0;
}

.post_message input[type=text] {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #bbb;
height: 20px;
width: 70%;
color: #ccc;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
text-indent: 10px;
background-position: 10px 6px;
float: left;
margin: 0 3.5%;
}

.post_message input[type=text]:focus {
outline: none;
border: 1px solid #ce7777;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #cf6464;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #cf6464;
box-shadow: inset 0 2px 2px #ccc, 0 0 10px #cf6464;
color: #666666;
}

.post_message input[type=image] {
float: left;
}

.message_list {
height: 250px;
overflow-x:hidden;
overflow-y: scroll;
}

/* New/Edit Article Module */

fieldset {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #F6F6F6;
border: 1px solid #ccc;
padding: 1% 0%;
margin: 10px 0;
}


input[type=text] {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #BBBBBB;
height: 20px;
color: #666666;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
padding-left: 10px;
background-position: 10px 6px;
margin: 0;
}

input[type=text]:focus {
outline: none;
border: 1px solid #ce7777;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 5px #cf6464;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 5px #cf6464;
box-shadow: inset 0 2px 2px #ccc, 0 0 5px #cf6464;
}


input[type=password] {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #BBBBBB;
height: 20px;
color: #666666;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
padding-left: 10px;
background-position: 10px 6px;
margin: 0;
}

input[type=password]:focus {
outline: none;
border: 1px solid #ce7777;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 5px #cf6464;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 5px #cf6464;
box-shadow: inset 0 2px 2px #ccc, 0 0 5px #cf6464;
}


select {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width: 49%;
margin: 0;
border: 1px solid #bbb;
padding:3px;
color: #666666;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
}

textarea {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #BBBBBB;
color: #666666;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
padding-left: 10px;
background-position: 10px 6px;
width: 56%;
}

textarea:focus {
outline: none;
border: 1px solid #ce7777;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 5px #cf6464;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 5px #cf6464;
box-shadow: inset 0 2px 2px #ccc, 0 0 5px #cf6464;
}

.submit_link {
float: right;
margin-right: 3%;
padding: 5px 0;
}

.submit_link select {
width: 150px;
border: 1px solid #bbb;
height: 20px;
color: #666666;
}

#main .module_content h1 {
color: #333333;
text-transform: none;
text-shadow: 0 1px 0 #fff;
font-size: 22px;
margin: 8px 0px;
}

#main .module_content h2 {
color: #444444;
text-transform: none;
text-shadow: 0 1px 0 #fff;
font-size: 18px;
margin: 8px 0px;
}

#main .module_content h3 {
color: #666666;
text-transform: uppercase;
text-shadow: 0 1px 0 #fff;
font-size: 13px;
margin: 8px 0px;
}

#main .module_content h4 {
color: #666666;
text-transform: none;
text-shadow: 0 1px 0 #fff;
font-size: 13px;
margin: 8px 0px;
}

#main .module_content li {
line-height: 150%;
}

/* Alerts */

#main h4.alert_info {

width: 20%;
margin: 20px 3% 0 3%;
margin-top: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #B5E5EF url(images/images/icn_alert_info.png) no-repeat;
background-position: 10px 10px;
border: 1px solid #ce7777;
color: #082B33;
padding: 10px 0;
text-indent: 40px;
font-size: 14px;}

.content2 {

width: 20%;
margin: 20px 3% 0 3%;
margin-top: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #F5F3BA url(images/images/icn_alert_warning.png) no-repeat;
background-position: 10px 10px;
border: 1px solid #C7A20D;
color: #796616;
padding: 10px 0;
text-indent: 40px;
font-size: 14px;}

.content1 {
width: 20%;
margin: 20px 3% 0 3%;
margin-top: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #F3D9D9 url(images/images/icn_alert_error.png) no-repeat;
background-position: 10px 10px;
border: 1px solid #D20009;
color: #7B040F;
padding: 10px 0;
text-indent: 40px;
font-size: 14px;}

#main h4.alert_success {
display: block;
width: 95%;
margin: 20px 3% 0 3%;
margin-top: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #E2F6C5 url(images/images/icn_alert_success.png) no-repeat;
background-position: 10px 10px;
border: 1px solid #79C20D;
color: #32510F;
padding: 10px 0;
text-indent: 40px;
font-size: 14px;}


.loginTable {
margin-top:150px;
width:300px;
border:1px solid silver;
background-color:#F1F1F1;
padding:20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 2px 2px #ccc, 0 0 5px #f6f6f6;
-moz-box-shadow: 0 2px 2px #ccc, 0 0 5px #f6f6f6;
box-shadow: 0 2px 2px #ccc, 0 0 5px #f6f6f6;
}

.loginTable td {padding:10px;}

.loginTable .loginheader {  text-shadow: 0 1px 0 #FFFFFF }


.dataTableRow.Rowforms td{padding:10px;}
.labelStyle {color:#818181;font-weight:bold;text-shadow:1px 1px 1px white;-webkit-text-shadow:1px 1px 1px white;-moz-text-shadow:1px 1px 1px white;} 

.title_desc {display:none;}

.highlight { background-color: pink;
    border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
    color: #212121;
    padding: 3px;
    text-shadow: none;}
	
	
	
#description_div {
	position: relative;
	display:none;
	border: 1px solid #f5f5f5;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

#description_div:after, #description_div:before {
	/*right: 100%;*/
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#description_div:after {
	border-color: rgba(255, 255, 255, 0);
	/*border-right-color: #F1F1F4;*/
	border-width: 15px;
	/*top: 33px;*/
}
#description_div:before {
	border-color: rgba(245, 245, 245, 0);
	/*border-right-color: #d3d3d3;*/
	border-width: 17px;
	/*top: 31px;*/
}


#description_div.arrow_top:after {top: 33px;}
#description_div.arrow_top:before {top: 31px;}

#description_div.arrow_bottom:after {top: 100%;margin-top:-66px;}
#description_div.arrow_bottom:before {top: 100%;margin-top:-68px;}

#description_div.arrow_left:after {right: 100%;border-right-color: #F1F1F4;} 
#description_div.arrow_left:before {right: 100%;border-right-color: #d3d3d3;}

#description_div.arrow_right:after {left: 100%;border-left-color: #F1F1F4;}
#description_div.arrow_right:before {left: 100%;border-left-color: #d3d3d3;}

#description_div table {width:100% !important;min-width:250px;max-width:400px;}


.close_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777 !important;
	margin-top:-10px;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:1px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.close_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.close_button:active {
	position:relative;
	top:1px;
}

.dataTableRow i {margin-left:10px;}


#sidebar .selected {color:darkred !important;}
#sidebar .current {color:darkred !important;background-color:#F8F8F8;width:90%;margin-left:-1px;}

#sidebar .current { position: relative; background: #F8F8F8; border: 1px solid rgba(0,0,0,0.1); } 
#sidebar .current:after, #sidebar .current:before { right: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } 
#sidebar .current:after { border-color: rgba(233, 233, 233, 0); border-right-color: #F8F8F8; border-width: 10px; top: 50%; margin-top: -10px; } 
#sidebar .current:before { border-color: rgba(0, 0, 0, 0); border-right-color: rgba(0,0,0,0.1); border-width: 11px; top: 50%; margin-top: -11px; }

.pageHeading {
	text-shadow:1px 1px 1px white;
	-webkit-text-shadow:1px 1px 1px white;
	-moz-text-shadow:1px 1px 1px white;
	width: 100%;
}
.pageHeading > div {
	background-color:#f1f1f1;
	padding: 5px 12px 5px 0;
	text-indent:10px;
	width: 100%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px #e5e5e5 solid;
}

.pageHeading > div a {
	font-weight: bold;
}

.pageHeading .breadcrumb_divider {
	display: inline-block;
	width: 12px;
	height: 12px;
	float: none;
	background: url(images/images/breadcrumb_divider.png) center center no-repeat;
	margin: 0 5px;
}