﻿#ui-datepicker-div { display: none; }

html
{
    height:100%;
}

body 
{
    font-family:Arial;
    margin:0;
    height:100%;
    background-color:#D2D2D2;
    background-image:url('../images/linen_bg.jpg'); 
}

.important
{
    background-color:#FF0000;
    color:#FFF;
    padding:4px;
    margin:0 0 2px 0;
}

.important > div:nth-child(1)
{
    font-weight:bold;
    margin:0 auto;
    font-size:14px;
    text-align:center;
    background-color:#fffc62;
    padding:2px;
    color:#333;
    margin:0 0 4px 0;
}

#page
{
    width:100%;    
    height:100%;
}

#header
{
    overflow:visible;
    padding:0px 0 10px 0;
    background-image:url('../images/header_bg.jpg');
    height:20px;    
}

#header #logo
{
    float:left;
    background-image:url('../images/logo_bg.jpg');
    height:30px;
    width:300px;
}

#header #loggedin
{
    float:right;
    font-size:11px;
    color:#FFF;
    font-weight:bold;
    padding:2px 15px 0 15px;
    background-image:url('../images/loggedin_bg.jpg');
    height:28px;
    width:173px;
}

#footer
{
    /*background-image:url('../images/footer_bg.jpg'); */
    min-height:90px;    
    text-align:right;
    font-size:10px;
    color:#FFF;
    padding:0 0px 0 0;
    /*background-color:#D2D2D2;*/
    border:0px solid #FF0000;
    width:1000px;
    margin:0 auto;
    clear:both;
}


#main
{
    background-image:url('../images/linen_bg.jpg'); 
    z-index:0;
    overflow:hidden;
}

#outercontainer
{
    overflow:hidden;
}

#main-body
{
    border-right:1px solid #DDD;
    border-left:1px solid #DDD;
    background-color:#FFF;
    width:980px;
    padding:20px 10px 20px 10px;
    overflow:hidden;    
    float:left;
    z-index:0;    
    box-shadow: 0px 3px 40px 0px #000;        
    
}


#report-body
{
    float:left;
    width:715px;
    margin:0 10px 0 10px;
}

#report-nav
{
    float:right;
    width:220px;
    margin:0 10px 0 10px;    
}

#report-nav-sp
{
    float:right;
    width:220px;
    margin:0 10px 0 10px;    
}

.tabs {
    overflow: hidden;    
}

.tab {
    float: left;
    text-align: center;
    padding: 8px 12px 8px 12px;    
    font-weight:bold;
    font-size:14px;
    cursor: pointer;
}

.tab-unselected {
    background-image:url('../images/tableheader_bg.jpg');
    color:#FFF;
    text-shadow: -1px -1px #555;    
}

.tab-selected {
    background-image:url('../images/tableheaderblack_bg.jpg');
    color:#FFF;
    text-shadow: -1px -1px #555;    
}

.generictabs
{
     text-align:left;
     background-color:#F9F9F9;
     cursor:pointer;
}

.generictabs:hover
{
     background-color:#E5E5E5;
}

.generictabs-selected 
{
    background-image:url('../images/tableheaderblack_bg.jpg');
    color:#FFF;
    text-shadow: -1px -1px #555;    
    font-weight:bold;
}

.generictabs-selected a
{
    color:#FFF;
    text-decoration:none;
}


.box
{
}

.box .header
{
    padding:4px 5px 4px 10px;
    font-size:14px;
    background-image:url('../images/tableheader_bg.jpg');
    height:16px;
    color:#fff;    
    font-weight:bold;
    text-shadow: 1px 1px #444;
    border-bottom:1px solid #333333;
}

.box .subheader
{
    padding:4px 5px 4px 10px;
    font-size:14px;
    background-image:url('../images/subtableheader_bg.jpg');
    height:16px;
    color:#fff;    
    font-weight:bold;
    text-shadow: 1px 1px #444;
    border-bottom:1px solid #333333;
}

.box .content
{
    background-image:url('../images/content_bg.jpg');
    padding:6px 0 6px 5px; 
    font-size:11px;
    border-left:1px solid #DDD;
    border-right:1px solid #DDD;
    border-bottom:1px solid #DDD;
    overflow:hidden;
    cursor:pointer;
}

.box .selected
{
    background-image:url('../images/content_bg_selected.jpg');
    padding:6px 0 6px 25px; 
    color:#FFF;
    font-weight:bold;
    font-size:14px;
    border-left:1px solid #343434;
    border-right:1px solid #343434;
    border-bottom:1px solid #343434;
    overflow:hidden;
    cursor:pointer;
}

.box .subselected
{
    background-image:url('../images/subcontent_bg_selected.jpg');
    padding:8px 0 7px 25px; 
    color:#FFF;
    font-weight:bold;
    font-size:11px;
    border-left:1px solid #343434;
    border-right:1px solid #343434;
    border-bottom:1px solid #343434;
    overflow:hidden;
    cursor:pointer;
}

.navitem 
{
    text-align:left;
    padding:2px 0 0 8px;
}

.navitemsp
{
    text-align:left;
    padding:2px 0 0 8px;
}

.blue-end
{
    border-right:1px solid #223C62;
}

#clienttop
{
    overflow:hidden;
    font-size:22px;
    font-weight:bold;
    padding:0 0 5px 0;
    border-bottom:3px solid #999;
    margin:0 0 20px 0;
}

#content
{
    clear:both;
    position:relative;
    overflow:hidden;
    padding:0px 10px 10px 10px;
}

#container
{
    
}

#container .title
{
    font-size:16px;
    font-weight:bold;
    padding:10px;
    background-image:url('../images/reportheader_bg.jpg');
    height:27px;
    border-right:1px solid #CFCFCF;
    color:#333;
    text-shadow: -1px -1px #444;
}

#container .chart
{
    border-right:1px solid #CFCFCF;
    border-left:1px solid #CFCFCF;
    border-bottom:1px solid #CFCFCF;
    min-height:200px;
}

#tables
{
    clear:both;    
    margin:20px 0 0 0;
}

.projectreport-table
{
    width:100%;
    border:1px solid #E5E5E5;
    border-collapse:collapse;
    margin:0 20px 20px 0;
}

.projectreport-table th
{
    background-color:#EEE;
    font-weight:bold;
    font-size:11px;
    text-align:left;
    padding:3px;    
    background-image:url('../images/tableheader_bg.jpg');
    height:20px;
    color:#FFF;
    border-bottom:1px solid #333;       
    text-shadow: 1px 1px #444;    
}

.projectreport-table tr:hover    
{
    background-color:#FFFEBF; 
} 

.projectreport-table td
{
    border:1px solid #E5E5E5;
    padding:8px;
    font-size:11px;
    vertical-align: top;    
}

.projectreport-table .primary
{
    background-color:#EEE;
}

.projectreport-table .secondary
{
    background-color:#e3edf1;
}

.generic-table
{
    width:100%;
    border:1px solid #E5E5E5;
    border-collapse:collapse;
    margin:0 20px 20px 0;
}

.generic-table th
{
    background-color:#EEE;
    font-weight:bold;
    font-size:11px;
    text-align:left;
    padding:3px;    
    background-image:url('../images/tableheader_bg.jpg');
    height:20px;
    color:#FFF;
    border-bottom:1px solid #333;       
    text-shadow: 1px 1px #444;    
}

.generic-table tr:hover    
{
    background-color:#FFFEBF; 
} 

.generic-table td
{
    border:1px solid #E5E5E5;
    padding:8px;
    font-size:11px;
    vertical-align: top;    
}

.generic-table .primary
{
    background-color:#EEE;
}

.generic-table .secondary
{
    background-color:#e3edf1;
}

.report-table
{
    width:680px;
    border:1px solid #E5E5E5;
    border-collapse:collapse;
    margin:0 20px 20px 20px;
}

.report-table th
{
    background-color:#EEE;
    font-weight:bold;
    font-size:11px;
    text-align:left;
    padding:2px 0 2px 5px;    
    background-image:url('../images/tableheader_bg.jpg');
    height:20px;
    color:#FFF;
    border-bottom:1px solid #333;       
    text-shadow: 1px 1px #444;    
}

.report-table tr:hover    
{
    background-color:#FFFEBF; 
} 

.report-table td
{
    border:1px solid #E5E5E5;
    padding:4px;
    font-size:10px;
}

.report-table .primary
{
    background-color:#EEE;
}

.report-table .secondary
{
    background-color:#e3edf1;
}


.checklist-table
{
    width:100%;
    border:1px solid #FFF;
    border-collapse:collapse;
}

th.headerSortUp      
{
    background-image:url('../images/tableheader_bg.jpg');
} 

th.headerSortDown      
{
    background-image:url('../images/tableheader_bg.jpg');
} 


.checklist-table th
{
    background-color:#EEE;
    font-weight:bold;
    font-size:11px;
    text-align:left;
    padding:2px 0 2px 5px;    
    background-image:url('../images/tableheader_bg.jpg');
    height:20px;
    color:#FFF;
    border-bottom:1px solid #333;       
    text-shadow: 1px 1px #666;    
}

.checklist-table .alt {
    background-image:url('../images/tableheader_bg_alt.jpg');
}

.checklist-table td
{    
    padding:3px 3px 3px 6px;
    font-size:11px;
    border:1px solid #FFF;    
}

.checklist-table .label
{
    padding:10px 15px;
    border:1px solid #FFF;    
    background-image:url('../images/tableheader_bg.jpg');
    font-weight:bold;
    font-size:14px;
    color:#FFF;
    text-shadow: 0px 1px #444;    
    text-align: left;
    /*background-color:#42506A;*/
}

.checklist-table .primary
{
    background-color:#FFF;
}


.checklist-table .secondary
{
    /*background-color:#EEE;*/
    background-image:url(../images/grey_bg.jpg);
}

.checklist-table .secondary-versions
{
    /*background-color:#EEE;*/
    background-image:url(../images/grey_bg.jpg);
}

.checklist-table .controls
{
    /*background-color:#EEE;*/
    background-image:url(../images/controls_bg.jpg);
}

.subtable
{
    width:100%;
    border-collapse:collapse;
    margin:0 20px 20px 20px;    
}

.subtable th
{
    padding:5px;
    font-size:11px;
    background-color:#CCC;
    height:23px;
    color:#fff;
    text-shadow: -1px -1px #444;

}

.subtable td
{
    padding:5px;
    font-size:10px;
    border:1px solid #CCC;
    border-collapse:collapse;
}

.table-gen
{
    border-collapse:collapse;
    width:100%;
}

.table-gen tr:nth-child(even) {
    background-color:#e3edf1;
}

.table-gen tr:nth-child(odd) {
    background-color:#FFF;
}


.table-gen td
{
    padding:4px;
}

.assetheader
{
    background-image:url('../images/header_bg.jpg');
    font-size:11px;
    font-weight:bold;
    padding:8px 5px 0 10px;
    height:22px;
    color:#FFF;
    margin:15px 0 5px 0;
}

.assetcontainer
{
     border: 1px solid #CCC;
     float: left;
     width: 185px;
     height: 296px;
     margin-right: 5px;
     margin-bottom: 5px;
}

.assetthumb
{
    width: 175px;
    height: 230px;
    padding:5px;
}

.assetthumb img
{
    width: 100%;
}

.assettitle
{
    height: 50px;
    padding: 5px 0 0 5px;
    border-top:1px solid #CCC;
    text-align:center;
    background-color: #EEE;
}

.assettitle > div:nth-child(1)
{
    font-size: 12px;
    font-weight: bold;
}

.viewbtn
{
    height:31px;
    margin:0px 0 0 0px;
}

.dashboardtable
{
    width:100%;
    border-collapse:collapse;
}

.dashboardtable th
{
    padding:5px;
    font-size:11px;
    background-color:#CCC;
    height:23px;
    color:#fff;
    text-shadow: -1px -1px #444;

}

.dashboardtable td
{
    font-size:18px;
}

.dashboardtable .primary
{
    background-color:#EEE;
}


.dashboardtable .secondary
{
    background-color:#e3edf1;
}

.dashboardtable .alt
{
    background-color:#FFFFFF;
}

.dashboardtable .alt2
{
    background-color:#EEE;
}

.tag{
    border:1px solid #B6B6B6;
    font-size:10px;
    padding: 3px;
    color: #444;
    background-color: #CCC;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 2px #CCC;
    text-shadow: 1px 1px #FFF;
}

.tagcal{
    border:1px solid #B6B6B6;
    font-size:10px;
    padding: 4px;
    color: #000;
    background-color: #CCC;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: inset 0px 1px 2px #CCC;
    width: 107px;
}

.generic
{
    width:680px;
    border-collapse:collapse;
    margin:0 20px 20px 20px;    
}

.generic th
{
    padding:5px;
    font-size:11px;
    background-image:url('../images/tableheader_bg.jpg');
    height:23px;
    color:#fff;
    text-shadow: -1px -1px #444;

}

.generic td
{
    padding:5px;
    font-size:10px;
    border:1px solid #CCC;
}

.debug-sql
{
    border:1px solid #E5E5E5;
    background-color:#FFF;
    padding:8px;
    margin:5px 0 0 0;
}

.ajaxloader
{
    margin:0 auto;
    border:1px solid #CCC;
    width:463px;
    padding:60px 0 0 0;
    height:155px;
    background-color:#666;
    color:#FFFFFF;
    opacity:0.9;
    filter:alpha(opacity=80);    
    position:absolute;
    top:24px;
    left:0;    
}

.ajaxloaderbody
{
    margin:0 auto;
    width:200px;
    padding:20px 0 0 0;
}

.ajaxloadertext
{
    float:left;
    font-weight:bold;
    font-size:20px;
    margin:20px 0px 0px 20px;
}

.ajaxloaderimg
{
    float:left;
}

.ajaxloader-small
{
    padding:5px;
    background-color:#494D55;
    color:#FFFFFF;
    opacity:0.9;
    filter:alpha(opacity=70);    
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ajaxloaderbody-small
{
    margin:0 auto;
    width:200px;
}

.ajaxloadertext-small
{
    float:left;
    font-weight:bold;
    font-size:11px;
    margin:10px 0px 0px 10px;
}

.hide
{
    display:none;
}

textarea
{
    font-size:11px;
    font-family:Arial;
    width:100%;
    height:100%;
    overflow:auto;    
}

.form-text
{
    padding:10px;
    border:1px solid #B6B6B6;
    font-size:20px;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

     -moz-box-shadow: inset 0px 1px 3px #CCC;
    -webkit-box-shadow: inset 0px 1px 3px #CCC;
    box-shadow: inset 0px 1px 3px #CCC;
}

.form-text-small
{
    padding:4px;
    border:1px solid #B6B6B6;
    font-size:11px;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    border-radius: 3px;


    -moz-box-shadow: inset 0px 1px 3px #CCC;
    -webkit-box-shadow: inset 0px 1px 3px #CCC;
    box-shadow: inset 0px 1px 3px #CCC;
}

.form-text-standard
{
    font-family: Arial;
    padding:5px;
    border:1px solid #B6B6B6;
    font-size:11px;
    font-weight:bold;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    border-radius: 3px;


    -moz-box-shadow: inset 0px 1px 3px #CCC;
    -webkit-box-shadow: inset 0px 1px 3px #CCC;
    box-shadow: inset 0px 1px 3px #CCC;
}


.form-list
{
    border:1px solid #B6B6B6;
    font-size:11px;
}

.form-list-large
{
    border:1px solid #B6B6B6;
    font-size:14px;
    padding: 6px;
    background-color: #f1f1f1;
    -webkit-appearance: menulist;
    -webkit-border-radius: 3px;  
    font-weight:bold; 
}

.form-list-standard
{
    border:1px solid #B6B6B6;
    font-size:11px;
    padding: 6px;
    background-color: #EEE;
    -webkit-appearance: menulist;
    -webkit-border-radius: 3px;    
}

.form-list-small
{
    background-color: #EEE;
    border:1px solid #B6B6B6;
    font-size:11px;
    padding: 3px;
    -webkit-appearance: menulist;
    -webkit-border-radius: 5px;
}

.form-button-highlightred {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:4px 18px;
	text-decoration:none;
	text-shadow:1px 1px 0px #810e05;
}.form-button-highlightred:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}.form-button-highlightred:active {
	position:relative;
	top:1px;
}

.form-button-highlight {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:4px 18px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}.form-button-highlight:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.form-button-highlight:active {
	position:relative;
	top:1px;
}


.form-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:4px 18px;
	text-decoration:none;
	text-shadow:1px 1px 0px #287ace;
}.form-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
}.form-button:active {
	position:relative;
	top:1px;
}

.form-button-highlightblue {
	-moz-box-shadow:inset 0px 1px 0px 0px #90acc7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #90acc7;
	box-shadow:inset 0px 1px 0px 0px #90acc7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6d90bf), color-stop(1, #476895) );
	background:-moz-linear-gradient( center top, #6d90bf 5%, #476895 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d90bf', endColorstr='#476895');
	background-color:#6d90bf;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #213D64;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:4px 18px;
	text-decoration:none;
	text-shadow:1px 1px 0px #476895;
}.form-button-highlightblue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #476895), color-stop(1, #6d90bf) );
	background:-moz-linear-gradient( center top, #476895 5%, #6d90bf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476895', endColorstr='#6d90bf');
	background-color:#476895;
}.form-button-highlightblue:active {
	position:relative;
	top:1px;
}
 

.form-buttonx
{
	-moz-box-shadow:inset 0px 1px 0px 0px #aac0dd;
	-webkit-box-shadow:inset 0px 1px 0px 0px #aac0dd;
    padding:8px;
    border:1px solid #42506A;
    font-size:14px;
    font-weight:bold;
    color:#FFF;
    text-align:center;
    background-color:#8CA1BE;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow:1px 1px 0 #666;  
}

.form-buttonx:hover {
    background-color: #1e62d0;
}
.form-buttonx:active {
    position: relative;
    top: 1px;
}


.form-button-large
{
    height:49px;
    border:1px solid #FFF;
    font-size:24px;
    font-weight:bold;
    background-color:#696B77;
    color:#FFF;
    text-align:center;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow:1px 1px 0 #666;  
}

.form-button-small
{
    padding:3px;
    border:1px solid #CCC;
    font-size:10px;
    background-color:#EEE;
    font-weight:bold;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow:1px 1px 0 #666;  
}

.form-button-small-red {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:9px;
	font-weight:bold;
	padding:3px;
	text-decoration:none;
	text-shadow:1px 1px 0px #810e05;
}.form-button-small-red:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}.form-button-small-red:active {
	position:relative;
	top:1px;
}

.form-button-small-green {
-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:9px;
	font-weight:bold;
	padding:3px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}.form-button-small-green:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.form-button-small-green:active {
	position:relative;
	top:1px;
}

.submitcopy {
    -moz-box-shadow:0px 2px 3px #CCC;
	-webkit-box-shadow:0px 2px 3px #CCC;
	box-shadow:0px 2px 3px #CCC;
    border: 1px dotted #CCC; 
    background-color: #EEE;
    padding: 10px;
    margin: 10px 3px 10px 0;
    font-size: 14px;   
    overflow: hidden;
    position: fixed;
    top: 0;
width: 778px;
}

.form-button-small-blue {
	-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, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #c2c2c2;
	display:inline-block;
	color:#525252;
	font-family:arial;
	font-size:9px;
	font-weight:bold;
	padding:3px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.form-button-small-blue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
    color: #333;
}.form-button-small-blue:active {
	position:relative;
	top:1px;
}



.form-button-small-bluex
{
	-moz-box-shadow:inset 0px 1px 0px 0px #aac0dd;
	-webkit-box-shadow:inset 0px 1px 0px 0px #aac0dd;
    padding:3px;
    border:1px solid #42506A;
    font-size:9px;
    background-color:#8CA1BE;
    color:#FFF;
    font-weight:bold;
    text-align:center;
    cursor:pointer;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow:1px 1px 0 #666;  
}

.form-button-small-bluex:hover {
    background-color: #1e62d0;
}
.form-button-small-bluex:active {
    position: relative;
    top: 1px;
}


.form-button-small-selected
{
    height:20px;
    border:1px solid #333;
    font-size:10px;
    background-color:#666;
    font-weight:bold;
    color:#FFF;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow:1px 1px 0 #3d3d3d;  
}

.infobox {
    width: 935px;
    border: 1px dotted #CCC;
    background-color: #EEE;
    color: #666;
    font-weight: bold;
    padding: 10px;
    margin: 10px 0 10px 0;
    text-align: center;
    clear: both;
    float: left;
}


.savedbox {
    width: 935px;
    border: 1px dotted #CCC;
    background-color: #EEE;
    color: #43a93f;
    font-weight: bold;
    padding: 10px;
    margin: 10px 0 10px 0;
    text-align: center;
}

.statusbox {
    background-color: #eaf3ff;
    margin: 5px;
    padding: 5px;
    border: 1px dotted #CCC;
    overflow: hidden;
}

.statuscontent {
    float: left;
    margin: 0 0 0 5px;
    color: green;
}

.statustitle {
    float: left;
    width: 100px;
    text-align: right;
    margin-right: 5px;
    color: #333;
}

.addeventbox {
    cursor: pointer;
    float: left;
    width: 100px;
    text-align: center;
    display: none;
}

#calendar-legend {
    float: left;
    margin: 10px 0 0 0 ;
}

.calendar-M {
    background-color: #f36565;
}

.calendar-S {
    background-color: #f1b40a;
}

.calendar-O {
    background-color: #4c84d4;
}

.calendar-P {
    background-color: #44c13a;
}

.calendar-G {
    background-color: #CCC;
}

.calendar-W1 {
    background-color: #aac0dd;
}

.calendar-W2 {
    background-color: #aac0dd;
}

.calendar-W3 {
    background-color: #aac0dd;
}

.calendar-W4 {
    background-color: #aac0dd;
}

.calendar-W5 {
    background-color: #aac0dd;
}

.calendar-W6 {
    background-color: #aac0dd;
}

.calendar-W7 {
    background-color: #aac0dd;
}

.calendar-W8 {
    background-color: #aac0dd;
}

.calendar-W9 {
    background-color: #aac0dd;
}

.calendar-W10 {
    background-color: #aac0dd;
}

.calendar-SURVEY {
    background-color: #499CF0;
}

.calendar
{
    width:100%;
    border:1px solid #CCCCCC;
    border-collapse:collapse;
}

.calendarpurl {
    border:2px solid #FF0000;
}

.calendar-mainheader
{
    font-size:14px;
    font-weight:bold;
    padding:5px;
    background-color:#EEEEEE;
    background: url('../images/header_bg.jpg');
    height: 20px;
    color: #FFF;
}

.calendar-header
{
    width:14.28%;
    font-weight:bold;
    background: url('../images/tableheader_bg.jpg');
    padding:5px;
    border:1px solid #CCCCCC;
    text-align:center;
    color: #FFF;
}

.calendar-item
{
    width:14.28%;
    border:1px solid #CCCCCC;
    background-color:#FFF;
    padding:5px;
    vertical-align:top;
    height:100px;
}

.calendar-day
{
    width:100%;
    text-align:right;
    font-weight:bold;
    margin-bottom:5px;
    height:25px;
    overflow: hidden;
}

.calendar-day-selected
{
    background-color:#EEE;
}

.calendar-entry
{
    border:1px solid #CCCCCC;
    background-color:#B1EB99;
    padding:3px;
    margin-bottom:5px;
    overflow:hidden;
    cursor:pointer;
    font-size: 12px;
}

#results
{
    min-height:270px;
}

.form-error
{
    color:#FF0000;
    font-size:16px;
    font-weight:bold;
    margin: 0 0 5px;
}


.error
{
    color:#FF0000;
    font-size:11px;
}

.success
{
    color:green;
    font-size:11px;
}

.statusbox-utilities
{
    width:100%;
    padding:11px 0 11px 0;
    background-color:#EEE;
    color:#666;
    font-weight:bold;
}

.statusbox-utilities-success
{
    background-color:#c1ed9c;
}

.statusbox-utilities-error
{
    background-color:#fab4b4;
}

.value
{
    float:left;
    margin:0 8px 0 0;
    font-size:11px;
}

.row
{
    overflow:hidden;
}

.container
{
    border:1px solid #CCC;
    margin:0 0 10px 0; 
    overflow:hidden;
    padding:8px;   
    background-color:#F9F9F9;
}

.generaltitle
{
    font-weight:bold;
    font-size:22px;
}

.generaltext
{
    font-size:12px;
    line-height:22px;
}

.smalltext
{
    color:#333;
    font-size:10px;
}

.smallboldtext
{
    color:#333;
    font-size:11px;
    font-weight:bold;
}

.report-title
{
    color:#000;
    font-size:22px;
    margin:0 0 10px 20px;
    font-weight:bold;
}

.report-subtitle
{
    color:#333;
    font-size:11px;
    margin:-7px 0 10px 15px;
    clear:both;
}

.report-header
{
    padding:15px 0 10px 0;
    border-bottom:1px solid #E5E5E5;
    margin:0 0 30px 0;
    background-image:url(../images/content-bg.png);
}

.report-header-mid
{
    background-image:url(../images/content-bg.png);
    padding:15px 0 10px 0;
    border-top:1px solid #E5E5E5;
    border-bottom:1px solid #E5E5E5;
    margin:0 0 30px 0;
}

.bargraph-line
{
	background-color:#E05357;
	float:left;
	margin:0 5px 0 0;
	border-left:1px solid #EEE;
	height:15px;
}

.bargraph-text
{
	float:left;
	padding:1px 0px 0px 0px;
	font-size:10px;
	color:#333;
	font-weight:bold;
}

.bargraph
{
    overflow:hidden;
    height:15px;
}

.icon
{
    float:left;
}

a
{
    color:#333;
    text-decoration:none;
}

a:visited
{
    color:#333;
}

a:hover
{
    color:#2660AB;
    text-decoration:underline;
}

.largetitle
{
    font-weight:bold;
    font-size:26px;
}

.title
{
    font-weight:bold;
    font-size:16px;
}

#promolist
{
    font-size:18px;
    font-weight:bold;
}

.headertext
{
    font-size:14px;
    color:#FFF;
}

.divnodata
{
    margin:0 auto;
    border:1px solid #CCC;
    width:463px;
    padding:60px 0 0 0;
    height:155px;
    background-color:#666;
    color:#FFFFFF;
    opacity:0.9;
    filter:alpha(opacity=90);    
    position:absolute;
    top:24px;
    left:0;    
    text-align:center;
    font-weight:bold;
    
}

.black-highlight
{
    background-color:#333;
    color:#FFF;
}

.grey-cell
{
    background-color:#EEE;
}

#panels{  
    width:960px; 
    overflow:hidden;
    z-index:0;
    clear:both;
}  

.panels
{
    width:960px;
    float:left;
    margin:15px 0 0 0;
}

.component {
    margin: 0 0 0 0;
}

.panel-tab
{
    height:19px;    
    padding:5px 10px 2px 10px;
    font-weight:bold;   
    cursor:pointer;
    font-size:11px;    
}

.panel-tab-selected
{
    background-image:url('../images/tableheader_bg.jpg');
    color:#eee;
}

.panel-tab-unselected
{
    background-image:url('../images/tableheader_bg.jpg');
    color:#fff;
}

.loggedinlinks
{
    font-size:14px;
    color:#FFF;
    text-decoration:none;
}

.loggedinlinks:visited
{
    color:#FFF;
}


.loggedinlinks:hover
{
    text-decoration:underline;
    color:#FFF;
}


.traillinks
{
    font-size:16px;
    color:#3a6cc9;
}

.traillinks:visited
{
    color:#3a6cc9;
}

.traillinks:hover
{
    text-decoration:underline;
    color:#e47600;
}

.greyline
{
    margin:0 auto;
    width:95%;
    height:3px;
    background-color:#333;
}

.headerbox
{
    z-index:0;
    position:relative;
    margin:0 0 0 0;
    float:left;
    width:100%;
    overflow:hidden;
    background-image:url('../images/dark_grey_bg.jpg');
    height:60px;
    border-left:1px solid #CCC;
    border-right:1px solid #CCC;
    border-top:1px solid #CCC;
    margin:0 0 10px 0;
}

.headerbox-subbox
{
    overflow:hidden;
    clear:left;
    border:1px solid #EEE;
    padding:10px;
}

.headerbox-subbox > div:nth-child(1)
{
    border-bottom:4px solid #444;
    overflow:hidden;
}

.headerbox-subbox > div:nth-child(1) > div:nth-child(1) > p
{
    padding:0;
    margin:0;    
}

.headerbox-subbox > div:nth-child(1) > div:nth-child(1) > p:first-child
{
    font-size:24px;
    font-weight:bold;
}

.headerbox-subtext
{
    margin:5px 0 0 2px;
    color:#CCC;
}

.smallwhite
{
    font-weight:bold;
    color:#FFF;
}

.headerbox-maintext
{
    float:left;
    padding:6px 0 0 78px;
    color:White;
    text-shadow: -1px -1px #333;

}

.ribbon
{
    position:absolute;
    top:-33px;
    left:0;
    z-index:2;
}

.substat
{
    border:0px solid #EEE;
    width:100%;
    margin:20px 0 0 0;
    float:left;     
}

.substat td
{
    text-align:center;
    border-right:1px dotted #CCC;
    
}

.substat td .subtitle
{
    font-size:12px;
}

.substat td .val
{
    font-weight:bold;
    font-size:20px;
    color:#444;
    padding-bottom:5px;
}

.substat td .subval
{
    font-size:10px;
    color:#666;
    padding-bottom:10px;
}

.statboxtop
{
    width:426px;
    padding:5px 20px 5px 20px;
    float:left;
    background-color:#EEE;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px 5px; 
    background-image: linear-gradient(bottom, rgb(212,212,212) 0%, rgb(245,242,245) 50%);
    background-image: -o-linear-gradient(bottom, rgb(212,212,212) 0%, rgb(245,242,245) 50%);
    background-image: -moz-linear-gradient(bottom, rgb(212,212,212) 0%, rgb(245,242,245) 50%);
    background-image: -webkit-linear-gradient(bottom, rgb(212,212,212) 0%, rgb(245,242,245) 50%);
    background-image: -ms-linear-gradient(bottom, rgb(212,212,212) 0%, rgb(245,242,245) 50%);

    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(212,212,212)),
	    color-stop(0.5, rgb(245,242,245))
    );    
        
}

.statboxtop:hover
{
    box-shadow:inset 0px 0px 55px rgba(0,0,0,.2);
    -webkit-box-shadow:inset 0px 0px 55px rgba(0,0,0,.2);
    -moz-box-shadow:inset 0px 0px 55px rgba(0,0,0,.2);        
}

.statdesctop
{
    margin:25px 0 0 0;
    font-size:32px;
    color:#555;  
    font-weight:bold;
    text-shadow: 1px 1px #FFF;
    float:left;
}


.statvaltop
{
    font-size:70px;
    font-weight:bold; 
    text-shadow: 1px 1px #FFF;
    float:right;
}

.statbox
{
    float:left;
    width:227px;
    border:0px solid #EEE;
    text-align:center;
    margin:0px 0 0 0;
    height:120px;
    padding:9px 0 0px 0;
     background-image:url('../images/statbox_bg.jpg');
}

.statval
{
    font-size:45px;
    padding:27px 0 5px 0;
    font-weight:bold; 
    text-shadow: 1px 1px #FFF;
    clear:left;
}

.toggletab
{
    float:left;
    background-image:url('../images/tableheader_bg.jpg');
    height:19px;color:#fff;
    padding:5px 10px 2px 10px;
    font-size:14px;
    font-weight:bold;
    cursor:pointer;
}

.statdesc
{
    font-size:30px;
    color:#555;  
    font-weight:bold;
    text-shadow: 1px 1px #FFF;
}

#subreportcontainer
{
    margin:18px 0 15px 0;
    overflow:hidden;
}

.subreportcontainer
{
    margin:18px 0 15px 0;
    overflow:hidden;
}


.subchart
{
    float:left;
    width:463px;
    position:relative;
}

.errorbox
{
    margin:0 auto;
    min-height:115px;
    width:100%;
    padding:80px 0 20px 0;
    background-color:#FFF;
    color:#FF0000;
    text-align:center;
    font-weight:bold;
}

.textwithshadow {
    font-size: 11px;
    font-weight: bold;
    text-shadow: 1px 1px #FFF;
    color: #666;
}
.subcharttitle
{
    font-weight:bold;
    font-size:14px;
    padding:4px 0 0 10px;
    background-image:url('../images/tableheader_bg.jpg');
    height:20px;
    color:#FFF;
    width:454px;
    border-right:1px solid #233D62;    
    border-bottom:1px solid #333;       
    text-shadow: 1px 1px #444;

}

.subchartcontainer
{
    width:100%;
    border:1px solid #EEE;   
    min-height:215px;
}

.subchartcontainersp
{
    width:100%;
    border:1px solid #EEE;   
    min-height:215px;
}

.generic-chart
{
    float:left;
    position:relative;
}

.generic-header-cell
{
    font-weight:bold;
    font-size:14px;
    padding:4px 0 0 10px;
    background-image:url('../images/tableheader_bg.jpg');
    height:20px;
    color:#FFF;
    border-right:1px solid #233D62;    
    border-bottom:1px solid #333;    
}

.generic-container
{
    width:100%;
    border:1px solid #EEE;   
    clear:both;    
}

.shadow
{
	
	behavior: url(../scripts/iepngfix.htc); 	
	width:100%;
	margin:0 auto;
	background:url(../images/shadow.png);
	height:10px;
}


#jsddm
{	
    margin: 0;
	padding: 0;
	z-index:10;
	overflow:visible;	
}
	
#jsddm li
{	
    float: left;
	list-style: none;
    font-size:14px;
    color:#FFF;
    position:relative;
    z-index:10;
}

#jsddm li a
{	    
    display: block;
	text-decoration: none;
    white-space: nowrap;
    color:#FFF;
    padding: 5px 12px;   
}

#jsddm li a:hover
{
    text-decoration:none;
    color:#eee;
}
		
#jsddm li ul
{	
    margin: 0;
	position: absolute;
	padding: 0;
	top:27px;
	left:-14px;
	visibility: hidden;
    width:200px;
	border-left:1px solid #545454;    
	border-right:1px solid #545454;    
	border-bottom:1px solid #545454;    
}
		
#jsddm li ul li
{	
    float: none;
    display: inline;
    border:0px solid #000;
}
		
#jsddm li ul li a
{	width: auto;
	color:#FFF;
    background: #FFFFFF;
    width:176px;
    background-image:url('../images/header_bg.jpg');
    height:18px;
    font-size:11px;
}

#jsddm li ul li a div
{	float:left;
    margin:3px 0 0 5px;
}

#jsddm li ul li a img
{	float:left;
}
		
#jsddm li ul li a:hover
{	
    background: #333; 	
    background-image:url('../images/loggedin_bg.jpg');    
    color:#CCC;
}

#jsddm .sep
{
    padding:4px 0 0 0;
}

span.customStyleSelectBox  
{
    font-weight:bold;
    font-size:16px; 
    background-color: #EEE; 
    color:#333; 
    padding:5px; 
    border:1px solid #CCC; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px 5px; 
    line-height: 25px; 
} 

span.customStyleSelectBox.changed  
{
    background-color: #EEE; 
} 

.customStyleSelectBoxInner  
{
    background:url(../images/arrow_down.png) no-repeat center right; 
}

.printproject {
    border: 1px solid #999;
    border-collapse: collapse;
    min-width: 1000px;
}

.printproject td{
    border: 1px solid #999;
    border-collapse: collapse;
    padding: 10px;
    font-size: 11px;
}


.printproject .mainheader{
    background-color: #3970a6;
    font-weight: bold;
    color: #FFF;
    font-size: 14px;
}

.printproject .header{
    background-color: #aac0dd;
    font-weight: bold;
    font-size: 12px;
}


.printproject .title{
    font-weight: bold;
}

.bubble-alt {
    float: left;
    margin: 0 5px 0 0;
    background-color: #666;
    padding: 5px;
    border: 1px solid #444;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow:1px 1px 0 #444;  
    color:#FFF;
}

.bubble {
    float: left;
    margin: 0 5px 0 0;
    background-color: #EEE;
    padding: 5px;
    border: 1px solid #CCC;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow:1px 1px 0 #FFF;  
}

.filetable {
    cursor: pointer;
}

.editable {
    border: 1px solid #FF0000;
    background-color: #fff39b;
}

.uneditable {
    background-color: #FFF;
}

.updatable {
    font-size: 11px;
    padding: 1px;
    border: 0px solid #FFF;
    min-width:55px;
    background: transparent;
}

.updatable:hover {
    background:#ffd256;
}
.draghelper {
    border: 1px solid #CCC;
    background-color: #FFF;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
    opacity: 0.8;
}

.pollresults {
    border:0;    
    margin:0 auto;
    border-collapse:collapse;    
    margin-bottom:20px;
}

.pollresults td
{
    padding:8px;  
    font-size:11px;
    border:1px dotted #CCC;
}

.bargraph-line 
{
    float:left;
    height:20px;
    background-color:#3b5bb4;
}

.bartext 
{
    font-weight:bold;        
    margin:3px 0 0 5px;
    float:left;
}

.statusarea
{
    float:left;
    clear:left;
    font-size:10px;
    width:100%;
    border-top:1px solid #CCC;
    margin:3px 0 0 0;
    padding:3px 0 0 0;
    background-color:#EEE;
}


.statusarea:hover
{
    background-color:#FFF;
}


.maintab
{
    border:1px solid #CCC;
    background-color:#EEE;
    padding:10px;
    overflow:hidden;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;    
    color:#666;
}

.maintab:hover
{
    background-color:#CCC;
    -moz-box-shadow:    inset 0 0 20px #666;
    -webkit-box-shadow: inset 0 0 20px #666;
    box-shadow:         inset 0 0 20px #666;
    color:#000;
    top:-1px;
    position:relative;
}

.sortable
{
    cursor:pointer;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    -o-transition: background 0.1s linear;
    transition: background 0.1s linear;        
}

.sortable:hover
{
    cursor:pointer;
    background-image:url('../images/tableheader_bg_alt.jpg');
}

.sortable-selected
{
    background-image:url('../images/tableheader_bg_alt.jpg');
}

.dashboard_True
{
    color:#FF0000;
}

#programlist
{
    width:100%;
    border:0px solid #EEE;
    position:relative;
}

.programthumbnail
{
    position:absolute;
    width:180px;
    top:110px;    
    text-align:center;
    left:28px;
    overflow:hidden;
    font-size:12px;
    font-weight:bold;
    color:#FFF;
}

.programthumbnail img
{
    border:1px solid #B6B6B6;    
}

.programthumbnail .missingthumb
{
    border:1px solid #B6B6B6;    
    height:60px;
    background-color:#EEE;      
    color: #838383;
    padding:40px 0 0 0;  
}

.programtext
{
    position:absolute;
    width:220px;
    top:80px;
    text-align:center;
    left:0px;
    font-size:12px;
    padding:0 10px 0 10px;
    font-weight:bold;
    text-shadow: 1px 1px #ebebeb;        
}

.programtext > a
{
    color:#3b3b3b;
}


.programtext > a:hover
{
    color:#217abb;
    text-decoration:none;
}

.badge
{
    background-image:url('../images/bg_programbox.png?1');
    width:240px;
    height:320px;
    margin:15px 0px 0 0px;
    position:relative;
    cursor:pointer;
}

.toprow
{
    position:absolute;
    width:220px;
    padding:0 20px 0 0;
    top:16px;
    text-align:right;
    left:0px;
    font-size:11px;
    font-weight:bold;
    color:#FFF;
}

.mainrow
{
    position:absolute;
    width:200px;
    top:272px;
    border:0px solid #ff0000;
    text-align:center;
    left:18px;
    font-size:16px;
    font-weight:bold;
    color:#FFF;
}

.mainrow div
{
    color:#333;
    font-weight:bold;
}

.mainrow div.campaignid
{
    font-size:10px;
}

.qclabel
{
    position:absolute;
    width:180px;
    top:220px;
    text-align:center;
    left:28px;
    font-size:9px;
    font-weight:bold;
}

.drugbrand
{
    color:#666;
    font-size:15px;
    font-weight:bold;
    padding:6px;
}

.clearleft
{
    clear:left;
}

.left
{
    float:left;
}

.right
{
    float:right;
}


#supplementaldata
{
    overflow:hidden;
    margin:10px 0 0 0;
}

.imagelabel
{
    font-weight:bold;
    font-size:14px;
    padding:0;
    margin:15px 0 0 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #979797;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
    text-align:center;
}
.overlay img
{
    top:30%;
    position:relative;
}

.aggregatetotals
{
    overflow:hidden;
    margin:16px 10px 25px 18px;
    display:none;
}

.charts
{
    width:95%;
    max-width:720px;
    margin:0 auto;
}

#practitioner_engagement_title
{
    float:left;
    margin:15px 0 5px 10px;
    font-size:20px;
}