/*****************************************/
/*  General */
/*****************************************/
* {
margin:0 auto;
padding:0;
}

body {
font-family:Tahoma,sans-serif,Verdana,Arial;
color:black;
/*background-color:lightblue;*/
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
font-size:12pt;
height:100%;
min-width:900px;

background: #ADD8E6; /* Old browsers */
background: -moz-linear-gradient(left, #ADD8E6 35%, #7db9e8 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(35%,#ADD8E6), color-stop(99%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #ADD8E6 35%,#7db9e8 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #ADD8E6 35%,#7db9e8 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #ADD8E6 35%,#7db9e8 99%); /* IE10+ */
background: linear-gradient(to right, #ADD8E6 35%,#7db9e8 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ADD8E6', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */
}

html {
height:100%;
}

a,a:hover,a:visited {
color:black;
text-decoration:none;
}

img {
border:0;
}

.notextcursor {
cursor:default;
}

/*****************************************/
/* STRUCTURE */
/*****************************************/
#FullContainer {
position:relative;
/*margin-bottom:-30px;*/
}

#TabContainer {
width:100%;
}

#InfoBloc {
padding:0;
min-height:400px;
background:white;
overflow:hidden;
width:100%;
border-bottom:solid 1px #999;
}

.InfoTitle {
font-weight:bold;
text-align:center;
}

.InfoSubTitle {
font-weight:bold;
display:inline;
}

.Infoblocborder {
height:5px;
clear:both;
}

.InfoStatusOk {
color:green;
display:inline;
}

.InfoStatusNotOk {
color:red;
display:inline;
font-weight:bold;
}

#LeftBlock,#LeftBlockAdmin {
float:left;
width:200px;
margin-left:5px;
z-index:10;
}

#LeftBlockAdmin {
width:400px;
}

#RightBlock,#RightBlockAdmin {
margin-left:215px;
margin-right:5px;
z-index:15;
background:white;
}

#RightBlockAdmin {
margin-left:415px;
}

.refreshtext {
height:15px;
font-size:10px;
}

#refreshcontent {
}

.clear_block {
clear:both;
}

/*****************************************/
.image {
}

.under_dashed {
border-bottom:1px dashed;
display:inline;
}

.under_dashed:hover {
border-bottom:1px solid;
cursor:help;
}

.datevalue,.imagedetails,.isbynight,.isbyday {
text-align:left;
min-height:26px;
max-height:26px;
padding-left:18px;
background-repeat:no-repeat;
background-position:center left;
font-size:7pt;
cursor:default;
}

.imagedetails {
min-height:0;
}

.datevalue {
background-image:url(../images_/time.png);
}

.datevalue .padd {
height:5px;
}

.datevalue .thedate {
border-bottom:1px dashed;
display:inline;
}

.datevalue .thedate:hover {
border-bottom:1px solid;
cursor:help;
}

.isbyday {
}

.isbynight {
background-image:url(../images_/moon.png);
}

.isold {
background-image:url(../images_/attention.png);
}

.islive {
background-image:url(../images_/time_is_live.png);
}

.imagefooter {
}

.noimage,.norefresh,.noevent {
text-align:center;
padding:10px;
width:80%;
margin-bottom:20px;
background-color:lightyellow;
border:solid 1px yellow;
}

.noimage,.noevent {
margin-top:50px;
}

.linkwrapper {
border:1px solid lightblue;
background-color:LightSkyBlue;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:2px;
padding-left:5px;
padding-right:5px;
margin:3px;
cursor:pointer;
cursor: hand; 
}

.linkwrapper:hover {
background-color:lightblue;
}

.backtolist {
padding:10px;
width:80%;
}

.backtooverview {
padding:10px;
width:80%;
}

.noimagetext,.norefreshtext,.warning,.Error,.noeventtext {
font-size:10pt;
background-repeat:no-repeat;
background-position:center left;
padding-left:18px;
min-height:18px;
width:100%;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.backtolisttext {
font-size:10pt;
min-height:18px;
/*padding-left:18px;
	background-repeat:no-repeat;
	background-position:center left;
	background-image:url(../images_/arrow_back.png);*/
}

.noimagetext,.norefreshtext {
font-size:12pt;
background-image:url(../images_/attention.png);
}

.warningsimple
{
    background-color:PeachPuff;
}

.warning {
color:orange;
background-image:url(../images_/attention.png);
background-color:PeachPuff;
background-position:5px center;
border:solid 1px orange;
padding:5px;
padding-left:18px;
width:auto;
max-width:600px;
}

.Error {
color:red;
background-image:url(../images_/attention.png);
background-color:MistyRose;
background-position:5px center;
border:solid 1px red;
padding:5px;
padding-left:18px;
width:auto;
}

/*****************************************/
/* BANNER */
/*****************************************/
.Banner {
height:100px;
width:100%;
text-align:center;
padding-top:10px;
}

.BlocMainTitle {
padding-top:10px;
width:402px;
display:inline;
padding-left:300px;
}

.BlocLogo {
padding-left:10px;
padding-top:10px;
float:left;
width:300px;
text-align:left;
}

.BlocLogInfo {
margin-top:10px;
margin-right:10px;
padding:3px;
border:solid black 1px;
background-color:White;
float:right;
width:300px;
text-align:left;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
font-size:9pt;
}

.BlocLogInfo div,.BlocLogInfo span {
height:25px;
}

#panorama_logo {
width:295px;
height:80px;
}

#poseidon_logo {
width:133px;
height:55px;
}

#currentlogin {
background:transparent url(../images_/user.png) no-repeat center left;
padding-left:18px;
}

#currenttime {
background:transparent url(../images_/time.png) no-repeat center left;
font-size:.9em;
padding-left:18px;
}

/*****************************************/
#loginprompt {
background:transparent url(../images_/login.png) no-repeat center left;
padding-left:18px;
min-height:18px;
}

#loginform {
padding:10px 0;
width:400px;
background-color:#EEEEEE;
text-align:center;
box-shadow:0 0 20px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.5) inset, 0 1px 2px rgba(0,0,0,0.2);
}

#logintable {
text-align:left;
margin-left:120px;
}

.login_form_label {
}

.login_form_submit,.login_form_input {
font-size:16px;
padding:5px;
width:150px;
}

.login_form_group {
padding-top:15px;
}

#currentpassword {
margin-left:10px;
}

#mainChangePassword {
height:0;
min-height:0;
}

#divChangePassword {
position:absolute;
visibility:hidden;
z-index:50;
border:2px lightblue solid;
width:300px;
font-size:12pt;
background-color:lightblue;
text-align:left;
left:50%;
top:200px;
margin-left:-150px;
}

#divChangePassword_background {
position:absolute;
visibility:hidden;
z-index:40;
left:0;
top:0;
width:100%;
height:100%;
background-color:#EEEEEE;
opacity:0.8;
}

#ShowDetails {
display:none;
}

#HideDetails {
}

#ShowDBLogging {
display:none;
}

#HideDBLogging {
}

#DBLogging {
font-size:10pt;
}

#Passwordtable {
border:0;
font-size:10pt;
}

.password_form_label {
}

.password_form_submit {
font-size:16px;
width:100px;
}

.password_form_input {
font-size:16px;
padding:5px;
width:150px;
}

.password_form_group {
padding-top:15px;
}

#ButtonPassword {
width:100px;
}

#ChangePassword {
}

#changepasswordformcontainer {
text-align:center;
padding:10px;
height:230px;
}

#passwordchanging {
display:none;
text-align:center;
padding:10px;
margin-top:50px;
}

#ButtonCancel {
width:25px;
height:25px;
margin-left:275px;
background-image:url(../images_/cancelbutton.png);
background-repeat:no-repeat;
}

#passwordinfotext {
text-align:center;
font-size:10pt;
height:30px;
}

#infotext {
text-align:center;
padding-bottom:20px;
padding-top:10px;
font-size:10pt;
width:400px;
}

.inputsubmit {
padding:5px;
}

#browserwarning {
margin-bottom:10px;
font-size:10pt;
width:500px;
background-image:url(../images_/attention.png);
padding-left:18px;
min-height:18px;
background-repeat:no-repeat;
background-position:center left;
background-color:#CCCCCC;
text-align:center;
display:none;
}

/*****************************************/
.togglelink {
font-size:9pt;
text-align:left;
width:200px;
padding:5px;
display:inline;
}

#BlocTitle {
font-size:12pt;
text-align:center;
padding:10px;
margin-bottom:10px;
background-color:#003366;
color:white;
}


.SiteName,.SiteGlobalState,.SiteGlobalStateDetails {
text-align:center;
padding:3px;
max-height:15px;
white-space:nowrap;
}

.SiteGlobalStateDetails {
min-height:20px;
max-height:20px;
font-size:.8em;
white-space:normal;
padding: 0;
}

.SiteGlobalStateDetailsGroup {
	min-height:60px;
	max-height:60px;
}


.SiteName {
overflow:hidden;
text-overflow:ellipsis;
position:relative;
z-index:30;
height:15px;
font-weight:bold;
color:#003366;
}

.SiteName:hover {
text-overflow:inherit;
overflow:visible;
z-index:39;
background-color:lightblue;
display:inline-block;
margin-bottom:0;
}


.isPartial {
background-image:url(../images_/attention.png);
background-repeat:no-repeat;
background-position:center right;
}

.isFull {
}

/*****************************************/
/* STATES */
/*****************************************/
.PoseidonUsedState {
background-color:#7CFC00;
}

.PoseidonUnusedState {
background-color:#FFD520;
}

.PoseidonInactiveState {
background-color:#87CEEB;
}

.InfoUnavailableState {
background-color:#808080;
}

.PoseidonAnomalyState {
background-color:#FFA500;
}

.PoseidonNoEventState {
background-color:#EEEEEE;
}

/*****************************************/
/* INDEX */
/*****************************************/
#Index {
text-align:center;
font-size:7pt;
position:relative;
width:100%;
}

.IndexClear {
width:100%;
clear:both;
}

ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

ul#nav {
width:100%;
margin:0;
height:24px;
border-bottom:solid 1px #999;
}

ul#nav li {
float:left;
line-height:21px;
z-index:30;
height:23px;
background:transparent;
border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
}

ul#nav a {
text-decoration:none;
color:white;
}

ul#nav div.li_content {
padding-left:5px;
padding-right:5px;
}

div.li_content a {
  display: block;
  width: 100%;
  height: 100%;
}

ul#nav li#overviewbuttonli {
/* font-size: 11pt; */
}

ul#nav li#overviewbuttonli.IndexItemSel {
}

ul#nav #overviewbutton,ul#nav #reportsbutton,ul#nav #statsbutton,ul#nav #adminbutton {
padding-left:18px;
min-height:18px;
width:100px;
font-size:8pt;
}

ul#nav #overviewbutton {
background:transparent url(../images_/search.png) no-repeat center left;
}

ul#nav #reportsbutton {
background:transparent url(../images_/reports.png) no-repeat center left;
}

ul#nav #statsbutton {
background:transparent url(../images_/reports.png) no-repeat center left;
}

ul#nav li.IndexItem {
background-color:#C0C0C0;
border:solid 1px gray;
border-bottom:none;
}

ul#nav li.IndexItemSel {
height:24px;
background-color:#003366;
color:white;
border:solid 1px #999;
border-bottom:none;
}

ul#nav li.IndexItem:hover {
background-color:white;
color:black;
cursor: pointer;
cursor: hand; 
}

ul#nav li.IndexItem:hover a {
 text-decoration:none;
 color:black;
}

ul#nav li.IndexItemSep,ul#nav li.IndexItemPad,ul#nav li.IndexItemPadRight {
height:24px;
border-bottom:solid 1px #999;
}

ul#nav li.IndexItemSep {
width:1px;
z-index:35;
}

ul#nav li.SepBig {
width:30px;
}

ul#nav li.IndexItemPad {
width:30px;
}

ul#nav li.IndexItemPadRight {
}

select#siteselect {
cursor:pointer;
cursor: hand; 
}

.SelectItem {
}

.SelectItemSel {
background:#003366;
color:white;
}

.FilterSitesTab {
font-size:9pt;
padding:5px;
}

.FilterSitesTab fieldset {
border:1px dashed #003366;
padding:5px;
}

.FilterSitesTab .filtername {
min-width:30px;
display:inline-block;
}

.FilterSitesTab select {
min-width:150px;
}

/*****************************************/
/* FOOTER */
/*****************************************/
#FooterContainer {
position:relative;
width:100%;
height:30px;
}

#clearfooter {
clear:both;
}

.Footer {
color:#999999;
text-align:center;
font-size:9pt;
padding:5px;
width:50%;
}

.CompanyName {
}

.bestviewed {
margin-top:3px;
}

.CompanyName .bottomlink {
color:#999999;
}

.CompanyName .bottomlink:hover {
color:blue;
}

/*****************************************/
/* TOOLTIP */
/*****************************************/
.tooltipdiv {
position:absolute;
display:none;
z-index:40;
top:0;
left:0;
border:2px lightblue solid;
width:300px;
font-size:8pt;
background-color:white;
text-align:left;
padding:5px;
}

.tooltipdiv th,.tooltipdiv td {
padding:0!important;
background-color:white;
}

.tooltipdiv td {
width:200px;
height:15px;
}

/******************************************/
/* ADMIN */
/******************************************/
#AdminForm {
margin-left:50px;
}

.AdminButtons {
margin-top:5px;
}

#warning {
text-align:center;
}

#UsersList,#SitesList,#SensorsList,#ProfilesList,#EditList,#Confirm {
margin:5px;
background-color:#EEEEEE;
padding:10px;
}

#SensorsList,#ProfilesList,#Confirm {
float:left;
}

#UsefulLinks {
margin:10px;
padding:10px;
}

.UserEdition,.SiteEdition,.SensorEdition {
background-color:#EEEEEE;
width:900px;
min-height:180px;
padding:10px;
}

.ProfileEdition {
background-color:#EEEEEE;
width:900px;
min-height:150px;
padding:10px;
}

.useredit_item,.siteedit_item,.sensoredit_item {
width:300px;
float:none;
padding-top:10px;
}

.profileedit_item {
width:650px;
float:none;
padding-top:10px;
}

.tableContainer {
    position:relative;
}

.SelectSiteList,.SelectUserList {
height:400px;
padding:5px;
overflow:auto;
background-color:#FFF;
margin-top: 40px;
}

.SelectUserList table,.SelectSiteList table {
font-size:12px;
width:100%;
}

.SelectUserList table thead tr th .text, .SelectSiteList table thead tr th .text {
  position:absolute;   
  top:-20px;
  z-index:30;
  height:40px;
}

.SelectUserList table tr:hover,.SelectSiteList table tr:hover {
background-color:#FC6;
}

/*.SelectUserList table tr input,.SelectSiteList table tr input {
display:none;
}*/

/*.SelectUserList table tr:hover input,.SelectSiteList table tr:hover input {
display:block;
}*/

.AdminSectionName {
padding:5px;
background-color:#DDD;
margin-bottom:10px;
}

.line {
width:215px;
float:left;
}

.line_site {
width:400px;
float:left;
margin-left:50px;
}

.linebreak {
float:none;
clear:both;
}

.FieldName {
}

.FieldNameProfile {
padding-top:20px;
padding-bottom:10px;
}

.UsersValues {
display:inline;
}

.SitesValues {
display:inline;
}

.SensorsValues {
display:inline;
}

.ProfilesValues {
padding-left:20px;
display:inline;
}

.dropdown {
width:150px;
}

.dropdown_system {
width:400px;
}

.dropdown_month {
width:100px;
}

.dropdown_day {
width:50px;
}

.dropdown_year {
width:75px;
}

.Submit {
margin-top:10px;
text-align:center;
}

.SensorTable,.ProfileTable {
text-align:center;
width:100%;
}

.adminfotable tr:hover {
background-color:#CCC;
}

.adminfotable td {
padding-left:15px;
}

/*****************************************/
/* OVERVIEW */
/*****************************************/
.OverviewContent {
text-align:center;
font-size:9pt;
}

.Overview_Item {
margin:3px;
background-color:#EEEEEE;
width:196px;
min-height:130px;
float:left;
border:solid 1px LightSkyBlue;
}

.Gridview_Item {
margin:3px;
min-height:26px;
background-color:#EEEEEE;
border:solid 1px LightSkyBlue;
display: block;
}

.Gridview_tab {
display:table-row;
}

.Overview_Item:hover,.Gridview_Item:hover {
background-color:lightblue;
cursor:pointer;
cursor: hand; 
}

.overviewcell_infos {
min-height:100px;
}

.overviewcell_image {
min-height:110px;
}

.gridviewcell_namesite {
width:250px;
min-width:250px;
display:table-cell;
text-align:left;
padding-left:5px;
padding-top:5px;
overflow:hidden;
text-overflow:ellipsis;
font-weight:bold;
color:#003366;
}

.gridviewcell_globalstate {
width:200px;
min-width:200px;
display:table-cell;
text-align:center;
padding-bottom:5px;
}

.gridviewcell_comment {
display:table-cell;
text-align:left;
padding-left:5px;
}

/*****************************************/
/* BLOC INFOS */
/*****************************************/
.SiteDesc,.ListReport,.Graph {
border:solid 2px LightSkyBlue;
font-size:9pt;
min-height:180px;
width:100%;
}

.ListReport,.Graph {
height:220px;
margin-top:5px;
}

.SiteDescTitle {
background-color:lightblue;
text-align:left;
padding:2px;
font-weight:bold;
}

.Infos .SiteDescTitle, .Graph .SiteDescTitle, .ListReport .SiteDescTitle {
background-repeat:no-repeat;
background-position:center left;
padding-left:20px;
min-height:18px;
}

.Infos .SiteDescTitle {
background-image:url(../images_/infos.png);
}

.Graph .SiteDescTitle {
background-image:url(../images_/graph.png);
}

.ListReport .SiteDescTitle {
background-image:url(../images_/reports.png);
}

.SiteDescContent {
height:198px;
overflow:auto;
}

.SiteDescContentAdmin {
height:500px;
width:400px;
overflow:auto;
}

.AlertInReport {
background-repeat:no-repeat;
background-position:center;
background-image:url(../images_/attention.png);
}

.SiteDescContent#graph {
padding:5px;
overflow:visible;
}

.SiteInfoItem {
font-size:8pt;
padding:2px;
clear:both;
}

.SiteInfoMore {
font-size:8pt;
padding:20px;
clear:both;
}

.SiteInfoGlobal {
font-size:7pt;
padding:2px;
clear:both;
}

.SiteInfoTitle {
font-size:10pt;
font-weight:bold;
padding:2px;
text-align:center;
}

.Turbidity {
width:30px;
height:15px;
margin-left:5px;
float:left;
}

.ttt {
float:left;
}

.Turbidity_green {
background-color:#0cf611;
}

.Turbidity_orange {
background-color:#ffae00;
}

.Turbidity_red {
background-color:#e83d1b;
}

/*****************************************/
/* REPORT LIST */
/*****************************************/
.Report,.Report_odd,.Report_odd:hover,.Report:hover {
display: block;
font-size:7pt;
height:18px;
background:transparent url(../images_/application.png) no-repeat center left;
padding-left:18px;
padding-top:2px;
cursor:pointer;
cursor: hand; 
}

.Report_odd {
background-color:#EEEEEE;
}

.Report:hover,.Report_odd:hover {
background-color:lightblue;
}

/*****************************************/
/*  GRAPH */
/*****************************************/
.GraphTable {
width:100%;
height:170px;
font-size:7pt;
text-align:center;
vertical-align:top;
border-collapse:collapse;
}

.GraphTable td {
vertical-align:top;
}

.GraphTable td.GraphText {
width:80px;
}

.GraphTime {
text-align:right;
}

/*****************************************/
/* IMAGE LIST */
/*****************************************/
.ImageListContent {
}

.ImageList_item,.ImageList_item_float {
padding:1px;
background-color:#EEEEEE;
border:solid 1px lightblue;
max-width:800px;
}

.ImageList_item_float {
float:left;
margin-right:5px;
margin-bottom:5px;
}

.ImageList_item:hover,.ImageList_item_float:hover {
background-color:lightblue;
cursor:pointer;
cursor: hand; 
}

/*****************************************/
/* REPORT  */
/*****************************************/
.ReportTitle {
text-align:center;
font-size:12pt;
}

.PoseidonState {
width:80%;
text-align:center;
}

.PoseidonStateTable {
font-size:9pt;
border-collapse:collapse;
}

.PoseidonStateTable td {
/*min-width: 300px;  */
}

.reportday {
}

.PoseidonStateTable .reportday td {
background-color:#CCCCCC;
border-top: solid 10px white;
}

.statement {
text-align:left;
padding-left:10px;
padding-right:10px;
}

.title {
background-color:lightblue;
}

.graph_from {
width:100px;
vertical-align:top;
font-size:7pt;
background-color: #EEEEEE;
}

tr:hover .graph_from 
{
  font-size:8pt;
  font-weight: bold;
}

.Statistics {
margin-top:50px;
width:80%;
}

/*****************************************/
/* MAIL REPORT  */
/*****************************************/
select#MailReportselect {
cursor:pointer;
cursor: hand; 
}

.MailReport {
font-size:8pt;
min-height:18px;
background:transparent url(../images_/application.png) no-repeat center left;
}

.MailReportList {
min-height:50px;
}

.MailReportTable {
font-size:9pt;
text-align:center;
padding-left:10px;
margin-top:20px;
}

.MailReportTable td {
background-color:#EEEEEE;
min-width:35px;
}

.MailReportTable th {
background-color:lightblue;
min-width:35px;
}

.TooMuchMail {
background-color:#FF0000;
}

.NoMailWarning {
color:orange;
background-color:PeachPuff;
font-size:12pt;
text-align:center;
margin-top:20px;
border:solid 1px orange;
padding:5px;
padding-left:18px;
width:auto;
max-width:600px;
}

/*****************************************/
/* POSEIDONUSAGEREPORT  */
/*****************************************/
select#MailReportselect {
cursor:pointer;
cursor: hand; 
}

.PoseidonUsageReport {
font-size:8pt;
min-height:18px;
background:transparent url(../images_/application.png) no-repeat center left;
}

.PoseidonUsageReportList {
min-height:50px;
}

.PoseidonUsageReportDiv {
overflow:auto;
}

.PoseidonUsageReportTable {
font-size:9pt;
text-align:center;
padding-left:10px;
margin-top:20px;
}

.PoseidonUsageReportTable td {
background-color:#EEEEEE;
min-width:100px;
}

.PoseidonUsageReportTable th {
background-color:lightblue;
min-width:35px;
}

/*****************************************/
/* CAPTION  ( ZNS, ZNF) */
/*****************************************/
.CaptionZnsZnf {
margin-top:20px;
float:right;
padding:5px;
border:solid 1px lightblue;
width:250px;
}

.CaptionTitle {
text-align:center;
font-size:12pt;
font-weight:bold;
margin-bottom:10px;
}

.CaptionEntry {
text-align:left;
font-size:9pt;
margin-top:2px;
float:left;
}

.ZNF_color {
background-color:#fdff7e;
width:70px;
margin-left:170px;
}

.ZNS_color {
background-color:#52e5ff;
width:70px;
margin-left:170px;
}

/*****************************************/
/* ADMIN */
/*****************************************/
.CaptionAdmin {
padding:5px;
border:solid 1px lightblue;
width:175px;
}

.Caption_color_Entry {
width:50px;
margin-left:120px;
}

.centeredcell,.editcell {
text-align:center;
padding-left:5px;
padding-right:5px;
height:25px;
}

.editcell {
width:100px;
}

.user_disabled,.site_disabled,.sensor_disabled,.profile_disabled {
background:#BEBEBE;
}

.site_connected,.user_connected {
background:lightblue;
}

.user_expired_soon {
  background:#FFD6C7 !important;
}
.user_expired, .user_missing {
background:#FF4500  !important;
}

input.adminbutton {
width:150px;
}

input.adminbuttonsmall {
width:50px;
float:left;
}

span.fakebutton 
{
    
}

/*****************************************/
/*****************************************/
div.nicetitle {
background:#808080 none repeat scroll 0 0;
border:white solid 1px;
color:white;
font-family:helvetica,verdana,arial,sans-serif;
font-size:12px;
font-weight:normal;
left:0;
padding:4px;
position:absolute;
top:0;
width:25em;
}

div.nicetitle p {
margin:0;
padding:0 3px;
}

div.nicetitle p.destination {
font-size:9px;
padding-top:3px;
text-align:left;
}

/********************************/
.chart {
text-align:center;
font-size:9pt;
}

.placeholder {
width:300px;
height:300px;
}

.tickLabel {
transform:rotate(90deg) translate(100%);
transform-origin:100% 100%;
-moz-transform:rotate(90deg) translate(100%);
-moz-transform-origin:100% 100%;
-webkit-transform:rotate(90deg) translate(100%);
-webkit-transform-origin:100% 100%;
-o-transform:rotate(90deg) translate(100%);
-o-transform-origin:100% 100%;
}

.stats_data_hidden {
display:none;
}