/***********************************************************
Layout
***********************************************************/
body.main {
	padding: 5px;
	color: #333333;
	background-color: #ffffff;
}
p.red { color: red; }
span.blink { text-decoration:blink; }
ol, ul, li { margin-left:10px; }
tr.highlight { background-color: #fae7a9; }
a.invisible {
	color: #ffffff;
}
a.invisible:hover {
	color: #000000;
	text-decoration: none;
}
a.shy {
	text-decoration: none;
}
a.shy:hover {
	text-decoration: underline;
}
#container {
	width: 100%;
}
#header {
	height: 90px;
	background: white url("images/header_background.png") top left repeat-x;
/*	border-left: 1px solid #6b0000;
	border-right: 1px solid #6b0000;*/
	border-left: 1px solid #ED1B26;
        border-right: 1px solid #ED1B26;
}
#header img {
	margin: 15px auto;
}
#caption {
	position: absolute;
	top: 40px;
	right: 10px;
	font-size: 28px;
	letter-spacing: 10px;
}
#menu {
	position: relative;
	bottom: 16px;
}
#menu a {
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
        color: white;
	text-decoration: none;
	margin-left: 15px;
}
#login-name {
	position: absolute;
	top: 79px;
	right: 20px;
	font-size: 12px;
        font-weight: bold;
        font-variant: small-caps;
        color: white;
}
#pagetitle {
	margin:5px 0 0 0;
}
#pagetitle div.title {
	margin:0px;
	display: block;
	padding-bottom: 2px;
	border-bottom: 1px solid black;
}
#pagetitle div.count {
	margin:0px;
	display: block;
	margin-top: 2px;
	text-align: right;
}
span.head1 {
	display: block;
	font-size: 18px;
	margin-top: 10px;
}
span.head1 a {
	font-size: 18px;
	text-decoration: none;
}
span.head1 a:hover {
        text-decoration: underline;
}
span.head2 {
        display:block;
        font-size:14px;
        margin-top:10px;
	font-weight:bold;
}
span.indent {
	padding: 5px 30px;
	font-style: italic;
	display: block;
}
/***********************************************************
Login area
***********************************************************/
table.login {
	margin-left: auto;
	margin-right: auto;
/*	border-collapse: separate;*/
/*	border-spacing: 0px;*/
	border: 0px;
	background-color: #ffffff;
	font-weight: normal;
}
/***********************************************************
Content
***********************************************************/
table.content {
        margin-top: 15px;
        border: 1px dotted gray;
}
table.content tr {
        background-color: #ffffff;
}
table.content tr.highlight {
        background-color: #fae7a9;
}
table.content tr.header {
        background-color: #ececec;
}
table.content tr.header td {
        border: 0px;
        vertical-align: bottom;
        padding: 5px 10px;
}
table.content td {
        padding: 1px 2px;
        text-align: left;
        border-bottom: 1px dotted gray;
        border-left: 1px dotted gray;
}
table.content tr.low {
        background-color: #A8FF98;
}
table.content tr.normal {
        background-color: #FFFF98;
}
table.content tr.high {
        background-color: #FFBAA3;
}
div.web_services {
	float:left;
	margin:5px;
}
div.web_services img {
	border:0;
}
/***********************************************************
Monitor
***********************************************************/
div.monitor { float:left; margin-left:10px; margin-bottom:10px;}
div.monitor ol, div.monitor ul, div.monitor li { margin-left:10px; }
/***********************************************************
Shoutbox
***********************************************************/
div.shoutbox {
	width: 355px;
	margin-top: 15px;
	border: 1px dotted gray;
	padding: 5px;
	text-align: center;
}
/***********************************************************
Gallery
***********************************************************/
div.gallery {float:left; text-align:center; margin-left:10px; border: 1px dotted gray; padding:5px;}
div.gallery img {display:block; margin-left:auto; margin-right:auto;}
/***********************************************************
Reports
***********************************************************/
table.report {
	margin-top: 15px;
	border: 1px dotted gray;
}
table.report tr {
	background-color: #ffffff;
}
table.report tr.highlight {
	background-color: #fae7a9;
}
table.report tr.disabled td {
        color: gray;
}
table.report tr.new td {
        color: green;
}
table.report tr.error td {
        color: red;
}
table.report tr.header, table.report tr.revenue, table.report td.revenue {
	background-color: #ececec;
}
table.report tr.revenue td, table.report tr.summa td {
	padding-top: 7px;
	padding-bottom: 7px;
}
table.report tr.header td {
	border: 0px;
	vertical-align: middle;
	padding: 5px 10px;
}
table.report tr.footer td {
        border: 0px;
	height: 12px;
	font-size: 10px;
	font-style: italic;
}
table.report td.span {
        border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
	border-left: 0;
	border-right: 0;
}
table.report td {
	padding: 1px 2px;
	text-align: center;
	border-bottom: 1px dotted gray;
	border-left: 1px dotted gray;
}
table.report td.suspicious {
	color: gray;
}
table.report td ul {
	margin: 15px;
}
table.report td ul li {
	text-align: left;
}
table.report td.left {
	text-align: left;
	border-bottom: 1px dotted gray;
	border-right: 1px dotted gray;
        border-left: 0;

}
table.report td.summa {
        border: 1px dotted gray;

}
table.report td.summarum {
        border-left: 1px dotted gray;

}
table.report td.gray {
        background-color: #ececec;
}
table.report td.noncontracted {
        color: gray;
}
table.report td.yes {
	padding: 5px 3px;
	min-width: 40px;
	min-height: 50px;
	background: transparent url("images/yes.png") center center no-repeat;
        border-bottom: 1px dotted gray;
        border-left: 1px dotted gray;
}
table.report td.no {
        padding: 5px 3px;
        min-width: 40px;
        min-height: 50px;
        background: transparent url("images/no.png") center center no-repeat;
        border-bottom: 1px dotted gray;
        border-left: 1px dotted gray;
}
table.report td.bad {
        color: red;
}
table.report td.good {
/*        color: blue;*/
}
table.report td.awesome, span.positive {
        color: green;
}
table.report td.icons {
	text-align:left;
}
table.report td.icons img {
	margin: 0 2px;
	border: 0;
}
span.in {
	font-size: 14px;
	color: green;
	font-weight: bold;
}
span.out, span.warning, span.bad {
	color: red;
}
span.bigger {
	display: block;
	font-size: 14px;
	text-align: center;
	margin: 2px 0;
	font-weight: bold;
}
span.smaller {
	display: block;
        font-size: 9px;
        text-align: center;
}
span.middle {
        display: block;
        text-align: center;
        margin: 3px 0;
        border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
}
span.bottom {
	display: block;
	text-align: center;
	margin: 3px 0 0 0;
	border-top: 1px dotted gray;
}
span.top-small {
	display: block;
        text-align: left;
        margin: 0 0 3px 0;
        border-bottom: 1px dotted gray;
        font-size: 10px;
        white-space: nowrap;
}
span.top-small span {
        font-size: 10px;
}
span.bottom-small {
        display: block;
        text-align: left;
        margin: 3px 0 0 0;
        border-top: 1px dotted gray;
	font-size: 10px;
	white-space: nowrap;
}
span.bottom-small a {
	display: block;
        text-align: left;
        font-size: 10px;
	text-decoration: none;
}
span.bottom-small div {
	float: right;
	bottom: 10px;
	font-size: 10px;
	border-left: 1px dotted gray;
	padding-left: 3px;
	margin-left: 3px;
}
span.bottom-small span {
        float: right;
        bottom: 10px;
        font-size: 10px;
        border-left: 1px dotted gray;
        padding-left: 3px;
        margin-left: 3px;
}
span.haverates {
	font-size: 10px;
	border-left: 0;
	float:left;
}
span.percent {
        display: block;
        margin: 3px 0 0 0;
}
span.percent div {
	float: right;
        font-size: 10px;
        border-left: 1px dotted gray;
	border-top: 1px dotted gray;
        padding-left: 3px;
        margin-left: 3px;
}
span.average, div.average {
	float: right;
	border-left: 1px dotted gray;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 10px;
	color: blue;
}
span.target {
        float: right;
        border-left: 1px dotted gray;
        padding-left: 3px;
	padding-right: 3px;
        font-size: 10px;
        color: green;
}
span.gray {
	color: gray;
}
div.floater {
	float: right;
	position: relative;
	top: 8px;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
/**********************************************************
Random
**********************************************************/
div.random {
	position:absolute;
	max-width:120px;
}
table.random {
        border: 1px dotted gray;
}
table.random tr {
        background-color: #ffffff;
}
table.random tr.header {
        background-color: #ececec;
}
table.random tr.header td {
        border: 0px;
        vertical-align: bottom;
        padding: 5px 10px;
	font-size: 10px;
}
table.random td.span {
        border-top: 1px dotted gray;
        border-bottom: 1px dotted gray;
        border-left: 0;
        border-right: 0;
}
table.random td {
        padding: 1px 2px;
        text-align: center;
        border-bottom: 1px dotted gray;
}
/***********************************************************
Forms
***********************************************************/
table.form {
	margin-top: 15px;
}
textarea.blend {
        border: 0;
        background-color: white;
}
/*label {
        float:left;
        width:155px;
        margin:3px 5px 3px 0;
}*/
form fieldset {
	border:none;
}
form fieldset.check label {
	display:inline;
	float:none;
	width:auto;
}
form fieldset.inline ul li label {
	display:inline;
	float:none;
	width:auto;
}
form fieldset ul {
	margin:5px 0 0 15%;
	list-style:none;
}
form fieldset ul li {
	margin:0 0 5px;
}
form fieldset ul li:last-child {
	margin:0;
}
.clonedInput + .clonedInput {
	padding-top:20px;
}
/***********************************************************
Reports options
***********************************************************/
table.options {
        position: absolute;
	right: 10px;
	top: 10px;
}
.dropdown-box{
	border: 1px dotted gray;
	height: 0px;
	visibility: hidden;
	position: absolute;
	right: 5px;
	overflow: hidden;
	background-color: white;
	margin-top: 5px;
	padding: 5px;
}
.dropdown-content{
	position: relative;
	min-width: 320px;
	min-height: 150px;
}
span.clickable {
	cursor: pointer;
}
/***********************************************************
Overview
***********************************************************/
table.overview {
        border: 1px dotted gray;
}
table.overview tr {
        background-color: #ffffff;
}
table.overview tr.header {
        background-color: #ececec;
}
table.overview tr.header td {
        border: 0px;
        vertical-align: bottom;
        padding: 2px 10px;
}
table.overview tr.header td img {
        border: 0;
}
table.overview tr.header td a {
        text-decoration: none;
}
table.overview td {
        padding: 2px 5px;
        text-align: center;
        border-top: 1px dotted gray;
        border-right: 1px dotted gray;
}
table.overview td.left {
        text-align: left;
	padding-right: 20px;
}
table.overview td.suspicious {
        color: gray;
}
table.overview td.warning {
        color: red;
}
table.overview td.sep {
        border-left: 1px dotted #aeaeae;
}
table.overview td.small {
        text-align: left;
        font-size: 9px;
}
/***********************************************************
Show hint
***********************************************************/
#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #ffffe0;
	width: 150px; /*Default width of hint.*/
	padding: 3px;
	border:1px solid black;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}
.hintanchor{ /*CSS for link that shows hint onmouseover*/
/*	font-weight: bold;
	color: navy;
	margin: 3px 8px;*/
}
/***********************************************************
Tooltip
***********************************************************/
#dhtmltooltip{
	position: absolute;
	width: 180px;
	border: 2px solid black;
	padding: 2px;
	background-color: #ffffe0;
	text-align: left;
	visibility: hidden;
	z-index: 100;
}
/***********************************************************
Tooltip
***********************************************************/
div.movingdiv{
	display:none;
	position:absolute;
	background-color:#ffffe0;
	border:2px solid black;
	padding:2px;
	font-size:0.75em;
}
/***********************************************************
jQuery-UI Datepicker override
***********************************************************/
.ui-datepicker{
	width: 17em;
	padding: .2em .2em 0;
	z-index: 9999 !important;
}
/***********************************************************
Calendar
***********************************************************/
table.calendar{
	border-collapse:collapse;
	border-left:1px solid #999;
	width:100%;
}
tr.calendar-row {  }
td.calendar-day, td.calendar-day-np{
	width:120px;
	padding:5px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
td.calendar-day{
	height:100px;
	position:relative;
	vertical-align:top;
	font-size:0.75em;
}
/** html div.calendar-day { height:200px; }*/
/*td.calendar-day:hover  { background:#eceff5; border-collapse:separate; border:1px solid #999; }*/
td.calendar-day-np{
	background:#ececec;
}
/** html div.calendar-day-np { height:200px; }*/
td.calendar-day-head{
	background:#ececec;
	font-weight:bold;
	text-align:center;
	width:120px;
	padding:5px;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	border-right:1px
	solid #999;
}
div.day-number{
	background:#999;
	padding:5px;
	color:#fff;
	font-weight:bold;
	float:right;
	margin:-5px -5px 5px 5px;
	width:26px;
	text-align:center;
}
div.bulk, div.bulkpending{
	border:0px solid #ececec;
	padding:1px;
	margin-bottom:1px;
	font-size:1em;
	cursor:pointer;
	text-align:left;
}
div.bulkpending{
	color:#999;
}
div.bulk:hover, div.bulkpending:hover{
	background-color:#ececec;
}
div.newbulk{
	margin-top:5px;
	cursor:pointer;
}
span.bulkmessages{
	display:block;
	cursor:pointer;
	font-size:0.75em;
	border-bottom:1px
	dotted #ececec;
}
span.bulkmessages:hover{
	background-color:#ececec;
}
