* {
	margin: 0;
}

html,
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000; /* black */
	background-color: #FFF; /* white */
}

a:link, a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


a.navbarlink {
    padding: 2px 4px;
	color: #FFF;
}
a.navbarlink:link {
	color: #FFF;
}
a.navbarlink:visited {
	color: #FFF;
}
a.navbarlink:active {
	color: #FFF;
}
a.navbarlink:hover {
	background-color: #FFF;
    color:#7C7D7F;
    text-decoration:none;
}


a.navlink {
	color: #FFF;
}
a.navlink:link {
	color: #FFF;
}
a.navlink:visited {
	color: #FFF;
}
a.navlink:active {
	color: #FFF;
}
a.navlink:hover {
	color: #FFF;
	text-decoration: underline;
}




a.title {
	color: #000;
}
a.title:link {
	color: #000;
}
a.title:visited {
	color: #000;
}
a.title:active {
	color: #000;
}
a.title:hover {
	color: #000;
	text-decoration: none;
}


a.navbar {
	color: #FFF;
}
a.navbar:link {
	color: #FFF;
}
a.navbar:visited {
	color: #FFF;
}
a.navbar:active {
	color: #FFF;
}
a.navbar:hover {
	color: #FFF;
	text-decoration: underline;
}

/*
div {
	border-width: 1px;
	border-style: solid;
	border-color: red;
}
*/
/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 60px; /* .push must be the same height as .footer */
}
.page_header_logos {
	text-align: left;
}
.page_header {
	height: 70px;
	background: #FFF;

}
.page_header_swish {
	background: #7C7D7F; /* boulder */
	height: 10px;
}
.page_footer {
	background: #FFF;
	background-position: 0 100%;
	height: 60px;
    clear: both;
}


div.reportHeader {
	text-align: center;
}
div.reportHeader h2 {
	font-weight: bold;
	font-size: 16px;
}
div.reportHeader h2 {
	font-weight: bold;
	font-size: 16px;
}
div.reportHeader h3 {
	font-weight: bold;
	font-size: 12px;
    text-shadow: #666666 1px 1px 1px;
}
div.reportHeader h4 {
	font-style: italic;
}

div.datacontainer {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
div.datacontainer h2 {
	font-size: 16px;
}

div.homepage {
	width: 675px;
	margin-left: auto;
	margin-right: auto;
}

div.nothomepage {
	margin-left: 10%;
	margin-right: 10%;
}


div.navigation {
	text-align: left;
	color: #FFF; /* white */
	background: #7C7D7F; /* boulder */
    padding: 2px;
    font-size: 12px;
}

table.panelList {
	width: 500px;
}

table.report {
	border: 1px solid #7C7D7F; /* boulder */
	border-spacing: 5px;
	border-collapse: separate;
	background-color: #FFF; /* white */
	margin-left: auto;
	margin-right: auto;
}

table.report th {
	text-align: center;
	color: #FFF; /* white */
	vertical-align: bottom;
	border-width: 0px 0px 0px 0px;
	padding: 1px 2px 1px 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: #7C7D7F; /* boulder */
	-moz-border-radius: 0px 0px 0px 0px;
}

table.report td {
	vertical-align: top;
	border-width: 0px 0px 0px 0px;
	padding: 1px 2px 1px 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}

tr.hour_marker {
	background-color: #CCC; /* gray */
}

tr.r1 {
	background-color: #A8C3E3; /* perano */
}

tr.r2 {
	background-color: #FFF; /* white */
}

td.cl {
	text-align: left;
}

td.cr {
	text-align: right;
}

td.cc {
	text-align: center;
}

div.autocomplete {
  position: absolute;
  width: 250px;
  background-color: #FFF; /* white */
  border: 1px solid #7C7D7F; /* boulder */
  margin: 0px;
  padding: 0px;
}
div.autocomplete ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
div.autocomplete ul li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 2px;
  cursor: pointer;
}
div.autocomplete ul li.selected {
	background-color: #A8C3E3; /* perano */
}

div.extendedSearch {
	display: none;
}

div.panelControls {
	display: none;
}

div.hidden {
	display: none;
}

div.results {
	background-color: #FFF; /* white */
	border: 1px solid #7C7D7F; /* boulder */
	margin-left: 100px;
	margin-right: 50px;
	padding: 0px;
}

div.results table {
	width: 100%;
	background-color: #FFF; /* white */
	border-spacing: 2px;
	border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
}

div.results tr {
	vertical-align: top;
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}

div.results th {
	background-color: #427DC4; /* curious blue */
	color: #FFF; /* white */
	padding: 0px 2px 2px 2px;
	text-align: center;
	vertical-align: bottom;
}

div.results td {
	vertical-align: middle;
	padding: 0px 2px 2px 2px;
}

div.parameters {
    width:70%;
	border: 1px solid #7C7D7F; /* boulder */
	background-color: #A8C3E3; /* perano */
	margin-left: auto;
	margin-right: auto;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

div.parameterName {
	text-align: right;
}

div.parameterOptions {
	text-align: left;
	vertical-align: top;
}
img.extendParameter {
	display: block;
	float: right;
	margin-right: 12px;
	width: 120px;
}
img.calendar {
	padding-left: 5px;
	padding-top: 2px;
	position: absolute;
}

div.parameterResults {
	text-align: left;
}

span.customDates {
	display: none;
}

form label {
	display: block;
	float: left;
	width: 100px;
	padding: 0;
	margin: 5px 0 0 0;
	text-align: right;
	font-weight: bold;
}

form label.longer {
    width: 200px;
}

img.align-right {
	float: right;
	margin-right: 15px;
	display: inline;
}
img.align-left {
	float: left;
	margin-left: 15px;
	display: inline;
}


#left {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0.5em 0 0 0;
}
#right {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0.5em 0 0 0;
}
#middle {
	margin: 0 200px;
}
.column-in {
	margin: 0;
	padding: 0.5em 1em;
	text-align: left;
}
.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}


.bgColorPrimary {
	background-color: #709DD2; /* jordy blue */
}
.bgColorPrimary_75 {
	background-color: #427DC4; /* curious blue */
}
.bgColorPrimary_30 {
	background-color: #A8C3E3; /* perano */
}
.bgColorPrimary_10 {
	background-color: #D8E4F2; /* pattens blue */
}

.colorPrimary {
	color: #709DD2; /* jordy blue */
}
.colorPrimary_75 {
	color: #427DC4; /* curious blue */
}
.colorPrimary_30 {
	color: #A8C3E3; /* perano */
}
.colorPrimary_10 {
	color: #D8E4F2; /* pattens blue */
}
.colorRed {
	color: #C00;
}
.colorBlack {
	color: #000;
}


.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textCenterBottom {
	text-align: center;
	vertical-align: bottom;
}
.textRight {
	text-align: right;
}
.alignCenter {
	margin-left: auto;
	margin-right: auto;
}
.alignRight {
	float: right;
}


.fontXXSmall {
	font-size: 9px;
}
.fontXSmall {
	font-size: 10px;
}
.fontSmall {
	font-size: 12px;
}
.fontMedium {
	font-size: 13px;
}
.fontLarge {
	font-size: 16px;
}
.fontXLarge {
	font-size: 20px;
}
.fontXXLarge {
	font-size: 26px;
}
.fontXXXLarge {
	font-size: 39px;
}


.weightBold {
	font-weight: bold;
}
.weightItalic {
	 font-style: italic;
}
.styleUnderline {
	 text-decoration: underline;
}


/* stuff for the rounded borders */
.t {
	background-color: #A8C3E3; /* perano */
}
.b {
	background-color: #A8C3E3; /* perano */
}
.l {
	background-color: #A8C3E3; /* perano */
}
.r {
	background-color: #A8C3E3; /* perano */
}
.bl {
	background-color: #A8C3E3; /* perano */
}
.br {
	background-color: #A8C3E3; /* perano */
}
.tl {
	background-color: #A8C3E3; /* perano */
}
.tr {
	background-color: #A8C3E3; /* perano */
}

.clear {
  clear: both;
}


div.section {
	padding: 0px 0px 10px 0px;
	text-align: center;
	max-height: 150px;
	overflow: auto;
}

div.lineitem {
	margin: 3px 5px;
	padding: 2px;
	cursor: move;
}

div.searchHeader {
	background-color: #427DC4; /* curious blue */
	color: #FFF; /* white */
	margin: 3px 5px;
	padding: 2px;
	text-align: center;
	vertical-align: bottom;
}

div.headerTitle {
}


div.wastebin-active {
  background-color: #427dc4; /* curious blue */
}

input.appbtn {
    background-image:url(/skin/musicmonitor/images/button.png);
    color:#ffffff;
    font-family:tahoe, tahoma, verdana, sans-serif;
    width:120px;
    height:30px;
    font-weight:bold;
    font-size:9pt;
    border:none;
    background-color:#ffffff;
}

.form td {
    border:0px;
    padding:2px 5px;
}


table.editform {
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
}

.editform, .editform td {
    font-size:1.1em;
    border:0px;
    padding:2px 5px;
    
}

.editform input, .editform textarea {
    border:1px solid;
    padding:2px;
}

h1 {
    font-size: 1.5em;
    font-weight: bold;
    margin:0px 4px;
    text-shadow: #666666 1px 1px 1px;
}

table.userlist td, table.userlist th {
    padding:4px;
    text-align: left;
    font-size: 1.2em;
    
}

table.userlist th {
    font-weight:bold;
}

.y {
    color:green;
}

.n {
    color:red;
}


.errormessage {
    color:red;
    font-size:2em;
}

.stationinfotable {
    border:1.1pt solid #9999aa;
    padding:5px 10px 0px 10px;
	margin-left: auto;
	margin-right: auto;
}

.stationinfotable td {
    padding: 2px 5px 2px 5px;
    text-align: left;
}

td.stationtitle h2  {
    text-align:center;
    font-size: 18px;
    font-weight: bold;
}

td.stationdescription {
    text-align:center;
    font-style: italic;
}

td.infolabel {
    font-size:1.4em;
    color:#9999bb;
}

.warningBox {
    color:red;
    border: solid 1px red;
    padding: 5px;
    margin:auto;
    text-align: center;
    width:665px;
}

.greyed td {
    font-style: italic;
    background-color: #dddddd;
}

tr.rowclass0 {
    background-color: #dddddd;
}

input.toolbutton {
    color:#ff0000;
    font-weight:bold;
    font-size:0.7em;
    margin:2px;
}

#accountdetails {
    text-align: center;
}

#subscriptions {
}

h2 {
    font-weight:bold;
    font-size:1.5em;
    text-shadow: #666666 1px 1px 1px;
}

#reporttable {
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

dl {
    margin-left:7px; 
}

input.login {
    margin: 5px;
    border: solid 1px;
    width: 200px;
    height: 1.5em;
}

.flat {
    margin: 5px;
    border: solid 1px;
}

.button {
    margin: 5px;
    padding: 2px;
    border: solid 1px;
    background-image:url(/images/grad.png);
}

.multibox {
    height:300px;
    overflow:scroll;
    border: solid 1px black;
    font-size:.6em;
}

em {
    font-weight:bold;
    font-style:italic;
}

.odd {
    background-color:#aaaaaa;
}

div.results tr.disabled, table.report tr.disabled {
    background-color:#999999;
    font-style:italic;
}
    
div.results tr.disabled td {
    background-color:#999999;
    color: #ffffff;
    font-style:italic;
    background-color:#999999
}

h2.alert {
    color: red;
    font-weight: bold;
    font-size: 2em;
}

h1.frontheading {
    font-size: 2em;
}


#menutag { margin:0px; padding:0px; display:block;}
#menutag > li { 
    list-style-type:none; 
    display:inline; 
    margin:0px 0px; 
    position:relative; 
    padding:0px; 
    padding-right: 0px;
    padding-left: 0px;
    border-right: solid white 1px;
    z-index:50;
    width:100px;}
#menutag > li:hover ul { display:block; }
#menutag > li:hover { }
#menutag li ul { 
    margin:0px; 
    padding:0px; 
    display:none;
    position:absolute;
    top:14px;
    left:0px;
    width:200px;
    z-index:50;
    background:white;
}
.round {
    -moz-border-radius:4px; -webkit-border-radius:4px;
}
#menutag li ul li { list-style-type:none; margin:0;}
#menutag li ul li a { display:block; padding:2px; color:#ffffff; text-decoration:none;}
#menutag li ul li a:hover { background-color:#ffffff; color:#7C7D7F; }
#menutag li span { cursor:pointer; margin:0px 0px; font-weight:bold; }
ul.drop > li {
    padding:2px;
    margin:1px;
    background-color:#7C7D7F;
    z-index:50;
}
