html {
    height: 100%;

}

body {
background-color: #ECF4FA;
font-family: Verdana,Geneva,sans-serif;
font-size: 14px;
margin: 0px;
}

.loginAll{
background: linear-gradient(180deg, #2486c3 0%, #53afed 98%, #3a9ae8 100%);	
}

#headerAll{
background: linear-gradient(180deg, #2486c3 0%, #53afed 98%, #3a9ae8 100%);
}
body.popup {
background-color: #FFFFFF;
font-family: Helvetica,sans-serif;
font-size: small;
}

a {
color: #000000;
text-decoration: none;
}

a:hover{
text-decoration:none;
}

h1, h2, h3 {
margin: 0px;
padding: 0px;
}

#javascripterror {
background: none repeat scroll 0% 0% #FF1200;
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
padding: 15px;
z-index: 1000;
}

abbr {
color:transparent;
border-bottom: 0px none;
cursor: help;
text-decoration: none;
vertical-align: middle;
height: 16px;
width: 16px;
text-indent: -9999px;
background-color:transparent;
background-image: url(help6.png);
background-position: 0px -16px;
background-repeat: no-repeat;
background-attachment: scroll;
}

abbr:hover{
background-color:transparent;
background-image: url(help6.png);
background-position: 0px 0px;
background-repeat: no-repeat;
background-attachment: scroll;
}

#note {
background-color: #F7F7F7;
color: #333333;
font-size: 1.1em;
left: 24%;
padding: 1%;
position: absolute;
right: 24%;
text-align: center;
top: 40px;
width: 50%;
z-index:1000;
}

#note #close {
font-family: Arial,Helvetica,sans-serif;
font-size: 0.8em;
font-weight: bold;
padding: 1px 2px;
position: absolute;
right: 5px;
top: 5px;
}

#close a {
font-family:Verdana, Geneva, sans-serif;
font-size: 10px;
background-color:#FF0000;
color: #FFFFFF;
padding:2px 6px 3px 6px;
border-radius:4px;
font-weight:bold;
}

#header {
height: 55px;
overflow: hidden;
padding: 10px 25px 15px 50px;
}

.loginAll #header {
    background-color: #3867AB;
    box-shadow: 0px 1px 3px #00395D;
}

#header h1 {
color: #fff;
font-size: 24px;
font-weight: normal;
}

#header h2 {
color: #FFFFFF;
font-size: 20px;
font-weight: normal;
}

.header1 {
width:50%;
float:left;
}

.header2 {
width:50%;
float:left;
}

.header2 img{
background-color:#fff;
border-radius:3px;
box-shadow: 0px 3px 5px RGBA(35, 63, 102, 0.5);
}

#adminmenu{
margin: 14px 35px 0px 35px;;
}

.bluetr td{
background-color:#E6EEEE;
padding:8px;
margin-bottom:15px;
}

input.field {
-moz-transition: all 0.25s ease-in-out 0s ;
border-radius: 3px 3px 3px 3px;
border: 1px solid #B3B3B3;
outline: medium none;
padding:8px;
font-size:13px;
margin:5px 0px
}

input.field:focus {
border: 1px solid #99C92B;
box-shadow: 0pt 0pt 5px #99C92B;
}

select.field {
-moz-transition: all 0.25s ease-in-out 0s ;
border-radius: 3px 3px 3px 3px;
border: 1px solid #B3B3B3;
outline: medium none;
padding:6px;
font-size:13px;
}

select.field:focus {
border: 1px solid #99C92B;
box-shadow: 0pt 0pt 5px #99C92B;
}

#screenshot {
background: none repeat scroll 0% 0% #015D9E;
border-radius: 3px 3px 3px 3px;
border: 2px solid #014D7F;
color: #FFFFFF;
display: none;
font-size: 12px;
padding: 8px 5px 2px;
position: absolute;
text-align: center;
}

#entrance {
background-color: #FCFCFC;
border-radius: 6px 6px 6px 6px;
box-shadow: 1px 1px 20px #2989C5;
margin: 80px auto 40px;
padding: 15px 15px 20px;
width: 290px;
}

#entrance fieldset {
border: 1px solid #AEBCBF;
padding: 4px;
}

#entrance fieldset legend {
color: #54676B;
font-size: 16px;
line-height: 30px;
}

#entrance .field {
font-size: 15px;
margin: 5px auto 5px 10px;
width: 244px;
}

#entrance #password {
width: 244px;
}

#entrance img {
padding-top:7px;
}

#entrance input.field {
-moz-transition: all 0.25s ease-in-out 0s ;
border-radius: 3px 3px 3px 3px;
border: 1px solid rgba(0, 0, 0, 0.2);
outline: medium none;
padding: 5px;
}

#entrance input.field:focus {
border: 1px solid #99C92B;
box-shadow: 0pt 0pt 5px #99C92B;
}

input.fieldsmall {
-moz-transition: all 0.25s ease-in-out 0s ;
border-radius: 3px 3px 3px 3px;
border: 1px solid rgba(0, 0, 0, 0.2);
outline: medium none;
padding: 3px;
}

input.fieldsmall:focus {
border: 1px solid #99C92B;
box-shadow: 0pt 0pt 5px #99C92B;
}

.rememberme {
color: #6B6B6B;

font-size: 11px;
padding-left: 15px;
padding-top: 8px;
}
.rememberme span{
line-height:18px;
text-align: left;
vertical-align: top;
}

#nav {
font-size: 14px;
font-weight:bold;
line-height:24px;
height: 32px;
list-style-image: none;
list-style-type: none;
margin: 0px 0px 0px 5px;
padding: 0px;
}

#nav li {
box-shadow: 0px -3px 4px -4px #35A4E0;
}

#nav .mainnavimage {
background-color: #E6EEEE;
display: block;
float: left;
height: 32px;
margin-right:4px;
overflow: hidden;
position: relative;
text-align: center;
width: 40px;
}

#nav .mainnavimage img {
padding-top: 7px;
}

#nav .mainnavimage span {
padding-top: 10px;
}

#nav .mainnavimage:hover {
background-color: #FFFFFF;
background-image: none;
overflow: visible;
}

#nav .mainnav {
-moz-transition: background-color 0.3s linear 0s;
background-color: #E6EEEE;
display: block;
float: left;
height: 32px;
margin-right:4px;
overflow: hidden;
position: relative;
text-align: center;
width: 105px;
}

#nav .mainnav:hover {
background-color: #FFFFFF;
background-image: none;
overflow: visible;
}

#nav #activeMenu {
background-color: #FFFFFF;
background-image: none;
box-shadow: 0px -3px 4px -2px #35A4E0;
}

#nav .mainnav a {
display: block;
height: 24px;
padding: 4px 3px 3px;
width: 100px;
}

#nav .mainnav a:hover {
text-decoration: none;
}

#nav .previewimg {
background-color:#1D73B8;
color:#fff;
display: block;
float: right;
height: 32px;
margin-right: 2px;
overflow: hidden;
position: relative;
text-align: center;
width: 40px;
}

#nav .previewimg img {
padding-top: 5px;
}

#nav .previewimg span {
padding-top: 9px;
color:#fff;
}

#nav .exitimg {
background-color: #D01B1B;
display: block;
float: right;
height: 32px;
margin-right: 2px;
overflow: hidden;
position: relative;
text-align: center;
width: 40px;
}

#nav .exitimg img {
padding-top: 5px;
}

#nav .exitimg span {
padding-top: 10px;
color:#fff;
}

#nav .exit {
background-color: #FF4A54;
border-left: 1px solid #AEBCBF;
border-radius: 6px 6px 0px 0px;
border-right: 1px solid #AEBCBF;
border-style: solid solid none;
border-top: 1px solid #AEBCBF;
display: block;
float: right;
height: 30px;
margin-right: 15px;
overflow: hidden;
position: relative;
text-align: center;
width: 120px;
}

#nav .exit a {
color: #FFFFFF;
display: block;
height: 24px;
padding: 3px 5px;
width: 110px;
}

#nav .exit a:hover {
background-color: #FF0000;
color: #FFFFFF;
text-decoration: none;
}

/*#nav .subnav {
background-color: #AEBCBF;
display: block;
font-size: 0.85em;
font-weight: bold;
left: 0px;
list-style-image: none;
list-style-type: none;
margin: 0px;
padding: 0px;
position: absolute;
top: 30px;
}

#nav .subnav a:hover {
background-color: #D7DEDF;
}*/

ul li ul.subnav{
min-width: 175px; /* Set width of the dropdown */
background: #fff;
background-image:none;
display: none;
position: absolute;
z-index: 999;
left: 0;
list-style: none;
margin:0px;
padding:0px;
border-bottom:1px solid #C7E6F6;
border-left:1px solid #C7E6F6;
border-right:1px solid #C7E6F6;
}

ul li:hover ul.subnav{
display: block;	/* Display the dropdown */
}

ul li ul.subnav li{
display: block;
list-style:none;
padding:4px 0px;
background-image:none;
}

.row1 {
background-color: #C2E4EF;
padding-left: 10px;
}

.row2 {
background-color: #E0EBEF;
padding-left: 10px;
}

#inner {
padding-left: 10px;
padding-right: 10px;
}

#inner h1 {
display: block;
font-size: 1.2em;
margin-bottom: 3px;
margin-top: 7px;
padding-left: 3px;
}

#inner h2 {
color: #333333;
font-size: 1.1em;
}

.form .fieldimage {
background-color: #999999;
background-image: url("add.png");
background-position: left 3px;
background-repeat: no-repeat;
border-color: #333333 #666666 #666666 #333333;
border-style: solid;
border-width: 2px;
color: #FFFFFF;
cursor: pointer;
height: 24px;
padding-left: 30px;
width: 80%;
}

#addScnt {
-moz-transition: all 0.25s ease-in-out 0s ;
background-color: #206A8E;
border-radius: 3px 3px 3px 3px;
color: #FFFFFF;
cursor: pointer;
font-size: 13px;
font-weight: bold;
outline: medium none;
padding: 8px;
box-shadow: 0px 0px 2px #000;
}

#image_container {
margin-top: 20px;
}

.form .fieldimage2 {
-moz-transition: all 0.25s ease-in-out 0s ;
background-image: url("picture_add.png");
background-position: 5px 5px;
background-repeat: no-repeat;
border-radius: 3px 3px 3px 3px;
border: 1px solid #878787;
cursor: pointer;
height: 22px;
outline: medium none;
padding-left: 30px;
width: 220px;
}

.form .fieldimage2:focus {
border: 1px solid #99C92B;
box-shadow: 0pt 0pt 5px #99C92B;
}
.form .fieldimage3 {
-moz-transition: all 0.25s ease-in-out 0s ;
border-radius: 3px 3px 3px 3px;
border: 1px solid #878787;
cursor: pointer;
height: 22px;
outline: medium none;
padding-left: 5px;
width: 200px;
}

.form .fieldimage3:focus {
border: 1px solid #99C92B;
box-shadow: 0pt 0pt 5px #99C92B;
}

/* datepicker */
.form .datepicker {
-moz-transition: all 0.25s ease-in-out 0s ;
background-image: url("date.png");
background-position: 5px 4px;
background-repeat: no-repeat;
border-radius: 3px 3px 3px 3px;
border: 1px solid #878787;
cursor: pointer;
height: 22px;
outline: medium none;
padding-left: 30px;
width: 153px;
}


.form .error {
background-color: #FFCCCC;
color: #330000;
}

.form span.error {
background-color: #FFFFFF;
color: #990000;
display: inline;
font-size: 0.8em;
padding: 2px;
}

.form .valid {
background-color: #BDFFAA;
color: #003300;
}

.form .save2 {
background: -moz-linear-gradient(center top , #9DCE2C 5%, #8CB82B 100%) repeat scroll 0% 0% #9DCE2C;
border-radius: 6px 6px 6px 6px;
border: 1px solid #83C41A;
box-shadow: 0px 1px 0px 0px #C1ED9C inset;
color: #FFFFFF;
cursor: pointer;
display: inline-block;
font-family: arial;
font-size: 15px;
font-weight: bold;
padding: 3px 10px;
text-decoration: none;
text-shadow: 1px 1px 0px #689324;
background-color:#92C02B;
}

.form .save2:hover {
background: -moz-linear-gradient(center top , #8CB82B 5%, #9DCE2C 100%) repeat scroll 0% 0% #8CB82B;
}

.form .save2:active {
position: relative;
top: 1px;
}

.form .save {
background: -moz-linear-gradient(center top , #9DCE2C 5%, #8CB82B 100%) repeat scroll 0% 0% #9DCE2C;
border-radius: 6px 6px 6px 6px;
border: 1px solid #83C41A;
box-shadow: 0px 1px 0px 0px #C1ED9C inset;
color: #FFFFFF;
cursor: pointer;
display: inline-block;
font-family: arial;
font-size: 18px;
font-weight: bold;
padding: 6px 24px;
text-decoration: none;
text-shadow: 1px 1px 0px #689324;
background-color:#92C02B;
}

.form .save:hover {
background: -moz-linear-gradient(center top , #8CB82B 5%, #9DCE2C 100%) repeat scroll 0% 0% #8CB82B;
}

.form .save:active {
position: relative;
top: 1px;
}

.form .cancel {
background: -moz-linear-gradient(center top , #F24537 5%, #C62D1F 100%) repeat scroll 0% 0% #F24537;
border-radius: 6px 6px 6px 6px;
border: 1px solid #D02718;
box-shadow: 0px 1px 0px 0px #F5978E inset;
color: #FFFFFF;
cursor: pointer;
display: inline-block;
font-family: arial;
font-size: 18px;
font-weight: bold;
padding: 6px 24px;
text-decoration: none;
text-shadow: 1px 1px 0px #810E05;
background-color:#D03224;
}

.form .cancel:hover {
background: -moz-linear-gradient(center top , #C62D1F 5%, #F24537 100%) repeat scroll 0% 0% #C62D1F;
}

.form .cancel:active {
position: relative;
top: 1px;
}

#preview {
border-color: #333333 #666666 #666666 #333333;

border-style: solid;
border-width: 2px;
height: 119px;
width: 200px;
}

#content {
margin: 0px 35px 20px 35px;
box-shadow: 0px 0px 1px #56B1EA;
}

#content #mid {
background-color: #FFFFFF;
padding: 2px 5px;
}

#content #top {
background-color: #FFFFFF;
height: 10px;
}

#content #end {
background-color: #FFFFFF;
height: 10px;
}

#footer {
margin: 20px auto 10px;

padding: 5px 25px;
text-align: right;
color:#fff;
}
#footer a {

color:#fff;
}

#footer ul {
list-style-image: none;
list-style-type: none;
margin: 0px;
padding: 0px;
}

.l {
font-family: Verdana,Geneva,sans-serif;
font-weight: bold;
padding-left: 10px;
vertical-align: super;
}



.actionbutton {
display: block;
float: left;
height: 24px;
overflow: hidden;
position: relative;
text-decoration: none;
text-align:center;
}

.actionbutton span {
background-color: #2E91CA;
border-radius: 3px 3px 3px 3px;
color: #FFFFFF;
cursor: help;
display: block;
font-weight: bold;
height: 20px;
left: 0px;
padding-left: 7px;
padding-right: 7px;
padding-top: 4px;
position: absolute;
top: -26px;
}

.actionbutton:hover {
overflow: visible;
text-decoration: none;
}

.actionbuttonred {
display: block;
float: left;
height: 24px;
overflow: hidden;
position: relative;
text-decoration: none;
/*! width:30px; */
text-align:center;
margin:0px 5px;
}

.actionbuttonred span {
background-color: #FF0000;
border-radius: 3px 3px 3px 3px;
color: #FFFFFF;
cursor: help;
display: block;
font-weight: bold;
height: 20px;
left: 0px;
padding-left: 7px;
padding-right: 7px;
padding-top: 3px;
position: absolute;
top: -26px;
}

.actionbuttonred:hover {
overflow: visible;
text-decoration: none;
}

.actionbuttongreen {
display: block;
float: left;
height: 24px;
margin-right: 2px;
overflow: hidden;
position: relative;
text-decoration: none;
width: 24px;
}

.actionbuttongreen span {
background-color: #289F00;
border-radius: 3px 3px 3px 3px;
color: #FFFFFF;
cursor: help;
display: block;
font-weight: bold;
height: 20px;
left: 0px;
padding-left: 7px;
padding-right: 7px;
padding-top: 3px;
position: absolute;
top: -26px;
}

.actionbuttongreen:hover {
overflow: visible;
text-decoration: none;
}

.clear {
clear: both;
height: 1px;
}

.submit {
background: -moz-linear-gradient(center top , #9DCE2C 5%, #8CB82B 100%) repeat scroll 0% 0% #9DCE2C;
border-radius: 6px 6px 6px 6px;
border: 1px solid #83C41A;
box-shadow: 0px 1px 0px 0px #C1ED9C inset;
color: #FFFFFF;
cursor: pointer;
display: inline-block;
font-family: arial;
font-size: 18px;
font-weight: bold;
margin-bottom: 0px;
margin-top: 5px;
padding: 6px 24px;
text-decoration: none;
text-shadow: 1px 1px 0px #689324;
background-color:#92C02B;
}

.submit:hover {
background: -moz-linear-gradient(center top , #8CB82B 5%, #9DCE2C 100%) repeat scroll 0% 0% #8CB82B;
}

.submit:active {
position: relative;
top: 1px;
}

#slickbox{ 
margin-top:10px; 
}

#slick-toggle{
background-color:#D6BE91;
padding:8px 10px 8px 10px;
border:1px solid #BFAB88;
border-radius:5px;
text-shadow: 0px 0px 3px #ffffff;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
margin-left:5px;
margin-bottom:5px;
background-image: url("bg_folder.png");
background-position: left top;
background-repeat: repeat-x;
}

#gallery {
}

#gallery #uploads {
}

#gallery #galleryitems {
}

#galleryitems .mediaitem {
background-color: #FFFFFF;
display: block;
float: left;
margin: 0px 5px 5px 0px;
padding: 2px;
position: relative;
}

#galleryitems .mediaactions {
height: 24px;
position: absolute;
right: 0px;
top: 0px;
background-color:#fff;
padding:5px;
border-bottom-left-radius:3px;
box-shadow: -1px 0px 3px #333;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}

.galleryimgDesc {
font-size: 12px;
padding-bottom: 3px;
padding: 3px;
word-wrap:break-word;
}

#gbrowser {
background-color: #FFFFFF;
padding: 3px;
}

#gbrowser legend {
color: #0066CC;
font-weight: bold;
}

#gbrowser .gbitem {
border: 2px solid #CCCCCC;
float: left;
margin: 0px 3px 3px 0px;
position: relative;
}

#gbrowser .gbactions {
position: absolute;
right: 3px;
top: 3px;
}
/* sort order tables*/
table.tablesorter {
background-color: #C2E2EA;
border-radius: 3px 3px 3px 3px;
color: #4D4D4D;
font-size: 12px;
margin: 10px 0px 15px;
text-align: left;
width: 100%;
}

table.tablesorter .std {
border-top: 1px dotted #2F92CB;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
background-color: #C5E3EA;
/*border-radius: 3px 3px 3px 3px;
border: 1px solid #FFFFFF;*/
font-size: 12px;
font-weight: bold;
padding: 10px;
}

table.tablesorter thead tr .header {
background-image: url("bg.gif");
background-position: right center;
background-repeat: no-repeat;
cursor: pointer;
}

table.tablesorter tbody td {
padding: 4px;
vertical-align: middle;
}

table.tablesorter tbody tr {
background-color: #FFFFFF;
color: #3D3D3D;
padding: 4px;
vertical-align: middle;
}

table.tablesorter tbody tr:hover {
/* background-color: #CFF1F9;*/
}

#maintabs tr:hover{
background-color:#E0FFAF;
}

#mainnews tr:hover{
background-color:#E0FFAF;
}



table.tablesorter thead tr .headerSortUp {
background-image: url("asc.gif");
}

table.tablesorter thead tr .headerSortDown {
background-image: url("desc.gif");
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #C9EAF2;
border: 1px solid #FFFFFF;
}

/*pages table*/
table.tablepages {
background-color: #C2E2EA;
border-radius: 3px 3px 3px 3px;
color: #4D4D4D;
font-size: 12px;
margin: 10px 0px 15px;
text-align: left;
width: 100%;
}

table.tablepages .std {
border-top: 1px dotted #2F92CB;
}

table.tablepages thead tr th, table.tablepages tfoot tr th {
/*background-color: #C5E3EA;
border-radius: 3px 3px 3px 3px;
border: 1px solid #FFFFFF;*/
font-size: 12px;
font-weight: bold;
padding: 10px 10px 7px 10px;
}


table.tablepages tbody td {
padding: 4px;
vertical-align: middle;
}

table.tablepages tbody tr {
background-color: #FFFFFF;
color: #3D3D3D;
padding: 4px;
vertical-align: middle;
}

table.tablepages thead tr .headerSortDown, table.tablepages thead tr .headerSortUp {
background-color: #C9EAF2;
border: 1px solid #FFFFFF;
}

.dndr {
background-image: url("dndr.png");
background-position: left center;
background-repeat: no-repeat;
text-align: right;
}

#cboxOverlay {
background-color: #AEBCBF;
}

#colorbox {
}

#cboxContent {
margin-top: 32px;
}

#cboxLoadedContent {
background-color: #FFFFFF;
padding: 4px;
}

#cboxLoadingGraphic {
background-image: url("loading.gif");
background-position: center center;
background-repeat: no-repeat;
}

#cboxLoadingOverlay {
background: none repeat scroll 0% 0% #000000;
}

#cboxTitle {
color: #000000;
left: 0pt;
position: absolute;
top: -22px;
}

#cboxCurrent {
position: absolute;
right: 205px;
text-indent: -9999px;
top: -22px;
}

#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose {
background-image: url("controls.png");
background-position: 0pt 0pt;
background-repeat: no-repeat;
height: 20px;
position: absolute;
text-indent: -9999px;
top: -20px;
width: 20px;
}

#cboxPrevious {
background-position: 0px 0px;
right: 44px;
}

#cboxPrevious.hover {
background-position: 0px -25px;
}

#cboxNext {
background-position: -25px 0px;
right: 22px;
}

#cboxNext.hover {
background-position: -25px -25px;
}

#cboxClose {
background-position: -50px 0px;
right: 0pt;
}

#cboxClose.hover {
background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
background-position: -75px -25px;
right: 44px;
}

.cboxSlideshow_on #cboxSlideshow.hover {
background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
background-position: -100px 0px;
right: 44px;
}

.cboxSlideshow_off #cboxSlideshow.hover {
background-position: -75px -25px;
}

.CodeMirror-line-numbers {
background-color: #EEEEEE;
color: #AAAAAA;
font-family: monospace;
font-size: 10pt;
padding-right: 0.3em;
padding-top: 0.4em;
text-align: right;
width: 2.2em;
}

div.pagerank-holder {
background-color: #F7F7F7;
border: 1px solid #848484;
height: 10px;
width: 60px;
}

.rank {
background-color: #009933;
float: left;
height: 10px;
}

.alexaRank {
color: #62774A;
font-size: 11px;
font-weight: bold;
}

.alexaRank a {
color: #62774A;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

.alexaRank a:hover {
text-decoration: underline;
}

.spch-bub-inside {

position: relative;
}

a.spch-bub-inside {
color: #3867AB;
text-decoration: none;
}

.spch-bub-inside em {
font-style: normal;
}

.spch-bub-inside em {


background: none repeat scroll 0% 0% #3867AB;
border-radius: 0.25em 0.25em 0.25em 0.25em;
color: #FFFFFF;
padding: 8px;
position: relative;
}

.spch-bub-inside .point {
border-right: 1.85em solid #3867AB;
border-top: 1.45em solid transparent;
display: block;
height: 0pt;
left: 1em;
overflow: hidden;
position: absolute;
top: -21px;
width: 0pt;
}

a.spch-bub-inside:hover {
color: #234A85;
}

a.spch-bub-inside:hover em {
background: none repeat scroll 0% 0% #234A85;
color: #FFFFFF;
cursor: pointer;
}

a.spch-bub-inside:hover .point {
border-right: 1.85em solid #234A85;
}

.clear{
clear: both;
}

.graphs {
background-color: #CECECE;
float: left;
padding: 0pt;
position: relative;
width: 280px;
}

.graphs .bar {
background-position: right center;
background-repeat: repeat-x;
border-right: 1px solid #9F9F9F;
color: #FFFFFF;
display: block;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
height: 25px;
line-height: 1.9em;
position: relative;
text-align: center;
}

.graphs .bar span {
left: 1em;
position: absolute;
}

/*tooltip*/
#littleTIP {
max-width: 450px;
padding: 7px 6px 6px;
}
#littleTIPbackground {
background: none repeat scroll 0px 0px #0BAA04;
border-radius: 3px 3px 3px 3px;
border: 1px solid #2D8E08;
box-shadow: 1px 1px 4px #847C7C;
}

#littleTIPtext {
color: white;
font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
font-size: 13px;
line-height: 21px;
padding: 0px 5px;
text-align: center;
text-shadow: 1px 0px 1px #000000;
}


.languageView {
background-color:#FCFCFC;
border-color: #AEBCBF;
border-radius: 0px 0px 6px 6px;
border-style: dotted solid solid;
border-width: 1px;
box-shadow: 1px 2px 2px #B9C6C9;
font-size: 17px;
font-weight: normal;
margin-bottom: 8px;
margin-top: -3px;
padding: 2px 5px 3px 7px;
width: 220px;
line-height:25px;
}

.demo{
background: url("popup.png") repeat-x scroll left bottom rgb(255, 255, 255);
}

.pageListBg {
background-color: #CEE9EF;
}

.menudiv {
border: 1px solid #ACDDE8;
margin-bottom: 5px;
padding: 2px 5px 2px 0px;
border-radius:3px;
background-color: #FFFFFF;
cursor:move;
}

.menudiv:hover {
border: 1px solid #B0D9A5;
color: #010101;
background-attachment: scroll;
background-image: url(list_repeat.png);
background-repeat: repeat;
background-position: 0px 0px;
}

.menudiv .title-page, .menudiv .title-module {
font-size: 13px;
font-weight: bold;
line-height: 28px;
overflow: hidden;
padding-left:5px;
cursor:pointer;
}

.title-page {
font-size: 14px;
padding-left:0px;
}

.menudiv .title-module {
color: gray;
}

.menudiv .module-text {
display: none;
padding-left: 3px;
}

.menudiv span {
display: inline-block; 
}

.menudiv span span{
font-size: 11px;
margin:0px;
padding:6px 12px 0px 12px;
}

.menudiv span .more {
color: gray;
font-size: 12px;
}

.menudiv img{
opacity:0.9;
}

.menudiv:hover img{
opacity:1.0;
}

/* fa icons */
.rightbuttons{
float:right;
padding-right:9px;
}

.rightbuttons .fa{
font-size:23px;
line-height: 25px;
display: block;
float: left;
}

.rightbuttons .fagreen{
color:RGBA(1, 123, 1, 0.30);
}

.rightbuttons .fagreen:hover{
color:RGBA(1, 123, 1, 1);
}

.rightbuttons .fablue{
color:#1D73B8;
}

.rightbuttons .fagreen2{
color:#289F00;
opacity:0.3;
}

.rightbuttons .fagreen2:hover{
color:#289F00;
opacity:1;
}

.rightbuttons .fagreen3{
color:RGBA(1, 123, 1, 1);
}

.rightbuttons .fared{
color:#D01B1B;
}

.rightbuttons .fagrey{
color:#999;
}

.fagreen4{
color:RGBA(1, 123, 1, 1);
}

/*boxes title */
.titles{
float:left;
line-height:25px;
padding-left:10px;
padding-right:10px;
font-weight:bold;
}

/*boxes buttons */
.rightbuttons2{
width:160px;
float:right;
}

.rightbuttons2 .fa{
font-size:23px;
line-height: 25px;
display: block;
float: left;
margin-left:10px
}

.rightbuttons2 .fablue{
color:#1D73B8;
}

.rightbuttons2 .fared{
color:#D01B1B;
}

.rightbuttons2 .fagreen3{
color:RGBA(1, 123, 1, 1);
}


/*CSS for Simple Tree Menu*/
/*.treeview {
background-color: #FFFFFF;
margin: 10px;
}

.treeview ul {
margin: 0px;
padding: 0px;
list-style:none;
}

.treeview li {
background-image: url("lists.png");
background-position:20px 11px;
background-repeat: no-repeat;
color: #000;
list-style-type: none;
padding-left: 12px;
text-align: left;
list-style:none;
}

.treeview li:hover {
}

.treeview li.submenu {
background: url("closed.png") no-repeat scroll 20px 11px transparent;
cursor: pointer ! important;
}

.treeview li.submenu ul {
display: none;
}

.treeview .submenu ul li {
cursor: default;
}

.treeview a {
color: #000;
text-decoration: none;
font-weight:bold;
}

.treeview a:hover {
color: #000;
}
*/


/* Menu container */

/* Menu styles */
.menu ul
{

margin:0px;
padding:0px;
text-decoration:none;
}
.menu li{	
margin:0px;
padding:0px;
list-style-type:none;
text-align:left;
font-size:13px;
font-weight:normal;

}

/* Submenu styles */
.menu ul ul {
/*background-color:#F6F6F6;*/
}
.menu li li{
margin:0px 0px 0px 16px;
}

/* Symbol styles */
.menu .symbol-item,
.menu .symbol-open,
.menu .symbol-close
{
float:left;
width:30px;
height:30px;
}
.menu .symbol-item:before  { 
content: "\f138";
font-family: FontAwesome;
color: #000;
font-size: 14px;
padding: 5px 12px;
line-height:34px;
color:#666;
}

.menu .symbol-close:before {
content: "\f0fe";
font-family: FontAwesome;
color: #000;
font-size: 17px;
padding: 5px 11px;
line-height:32px;
cursor:pointer;
}

.menu .symbol-open:before  {
content: "\f146";
font-family: FontAwesome;
color: #000;
font-size: 17px;
padding: 5px 11px;
line-height:32px;
cursor:pointer;
}

.menu .symbol-item.last  { }
.menu .symbol-close.last { }
.menu .symbol-open.last  { }

/* Menu line styles */
.menu li.item  { font-weight:normal; }
.menu li.close { font-weight:normal; }
.menu li.open  { font-weight:normal; }
.menu li.item.last  { }
.menu li.close.last { }
.menu li.open.last  { }


/*show hide all button*/
.classname {
background-color:#4197ee;
border-radius:4px;
border:1px solid #469df5;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:12px;
font-weight:bold;
padding:2px 9px;
text-decoration:none;
}
.classname:hover {
  border:1px solid #4288CE;
background-color:#4288CE;
cursor:pointer;
}
.classname:active {
position:relative;
top:1px;
}

a.showhidebtn:link{
display: inline-block;
color: #FFF;
background-color: #8AC007;
font-weight: bold;
font-size: 13px;
text-align: center;
padding: 0px 8px 2px 8px;
text-decoration: none;
margin-left: 0px;
margin-top:-5px;
border: 1px solid #8AC007;
border-radius: 5px;
white-space: nowrap;
}

/* list order */
.form-message{
width:400px;
position:absolute;
left:50%;
top:20px;
margin-left:-200px;
background-color:#FFF;
text-align:center;
border-radius:3px;
text-align:center;
padding:15px;
}

/* add button */
.addButton {
background-color:#328EC2;
padding: 8px 10px;
font-weight: bold;
color: #FFF;
border-radius: 2px;
}

.addButton:hover{
background-color:#3289BA;
}

.plusButton {
background-color: #FFF;
color: #328EC2;
border-radius: 8px;
padding: 0px 2px;
font-weight: bold;
font-size: 12px;
margin-right: 4px;
}

/*row highlight*/
tr.rowhighlight {background-color:#FFF;}
.rowhighlight:hover{background-color:#E0FFAF;}
.rowhighlight:hover table tr{ background-color:#E0FFAF;}

/* count characters */
.CharCountLabel{
color:#0000FF;
padding-bottom:10px;
}