#container {
    padding:10px 20px 20px 20px;
}

.important-notice {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
    background-color: #fdf7f7;
    border-color: #d9534f;
}

#footer {
    padding: 14px;
    background-color: #eee;
    background: -webkit-linear-gradient(top, #eee 0%,#fff 100%);    
    border-top: 2px solid #50b948;
}


#stnFooter {
    padding: 14px;
    background-color: #e4f2f2;
    border-top: 4px solid #1B3C6D;
}

#content {
    display:inline-block;
    min-height:400px;
    width:100%;
}

.actionBox {
    display:inline-block;
}

.studySelect {
    display:inline-block;
}

.studySelect label {
    display:inline-block;
    min-width:4em;
    font-weight:bold;
}

.studytitle {
    display:inline-block;
    font-size: 26px;
    font-family: inherit;
    font-weight: bold;
    text-rendering: optimizelegibility;
    margin-right:8px;
}
.centertitle {
    display:inline-block;
    font-size: 20px;
    font-family: inherit;
    font-weight: bold;
    text-rendering: optimizelegibility;
}

.searchBox {
    float:left;
    border: 2px solid #38247d;
    border-radius:4px;
    padding:10px;
    margin:0px 20px 20px 0px;
    min-width:17em;
}

.searchBox input[type="text"] {
    width:4em;
}

#studySelectForm,#centerSelectForm {display:inline-block;}
#study_select,#center_select {
    width:250px;
    vertical-align:middle;
}
#study_select_chzn,#center_select_chzn {
    width:250px;
    text-align:left;
    vertical-align:middle;
    font-size:14px;
}
    #study_select_chzn a,#center_select_chzn a {
        height:26px;
    }
    #study_select_chzn span,#center_select_chzn span {
        line-height:26px;
    }
    #study_select_chzn b,#center_select_chzn b {
        margin-top:2px;
    }
#study_select_chzn {margin-right:8px;}
.chzn-container .chzn-results .group-option {
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;    
}

.brand .logo {
    width:auto;
    height:1.2em;
} 

#menu1,#menu2 {
    margin:0px 20px;
}

/*
#left_column
{
    width: 12em;
    float: left;
}

#left_column #logo
{
    margin-left: auto;
    margin-right: auto;
    width: 150px;

	color: #660099;
}

#left_column #logo .studytitle
{
	padding-top: 18px;
	padding-left: 1em;
	padding-right: 0.5em;
	font-size: 150%;
	font-weight: bold;
}

#left_column #logo .centertitle
{
	padding-top: 10px;
	padding-left: 1em;
	padding-right: 0.5em;
	font-size: 100%;
	font-weight: bold;
}

#left_column #search_area
{
    margin-top: 0.5em;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em;
}
*/

/*
#mid_column
{
    margin-left: 12em;
}

#mid_column #mid_header
{
    margin-bottom: 1em;
}

#mid_column #content
{
    padding: 0.5em;
}
*/

/*
#content h1
{
    font-size: 125%;
    margin-bottom: 1em;
}

#content h2
{
    font-size: 115%;
    margin-top: 0.75em;
    margin-bottom: 0.25em;
}

#content ul
{
    list-style-type: square;
    marker-offset: 0.25em;
    padding-left: 1.5em;
}

#content ol
{
	list-style-type: decimal;
	list-style-position: inside;
}

#content table tr th
{
    padding: 4px;
    font-weight: bold;
}

#content table tr td
{
    padding: 4px;
}
*/
#content table.subjectList
{
    max-width:100%;
}

#content table.subjectList tr td
{
    vertical-align: middle; /* center things vertically */
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding:6px 3px;
}

#content table.subjectList tr td.completedFormsCol1,th.completedFormsCol1
{
    padding-left: 0.5em !important;
    width: 27em;
}

#content table.subjectList tr td.actions
{
    padding-left: 0.25em !important;
    width: 132px;
    text-align: right;
}

.subjectList tr td.actions img {
    margin:4px;
}


#content table tr.formGroup:hover td
{
    background: #ddd;
}

table.padded tr td { padding:6px; }

#content .messagebox
{
    display:block;
    padding: 3px;
    border: 1px solid black;
    background: #afa;    
}

#content .error
{
    background: #faa !important;    
}

div.error
{
	display: block;
	border: 1px solid black;
	padding: 2px;
}

.newlabel label
{
	display: block;
	width: 10em;
	float: left;
}

.newlabel input
{
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

.js_dropdown_list
{
	float: left;
	width: 220px;
	padding: 2px;
	margin: 4px;
}

.js_dropdown_list div
{
	padding: 2px;
	margin: 2px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.js_dropdown_list p.float_right
{
    display: inline; 
    float: right;
}

.js_dropdown_list a
{
    font-size:12px;
}

.js_dropdown_list table tr td {
    vertical-align:top;
    padding:2px 0;
}

.analysis_label
{
	display: block;
	float: left;
	width: 9em;
	margin-top: 4px;
	margin-bottom: 4px;
}

span.overdue
{
    color: red;
}

span.missed
{
	text-decoration: line-through;
}

/* http://ashung.deviantart.com/art/CSS-Progress-Bar-122803902 */
.progressbar {
    width: 300px;
    background: url(../images/progressbar.png) no-repeat 0 -40px;
}
.progressbar-completed {
    height: 20px;
    margin-left: -1px;
    background: url(../images/progressbar.png) no-repeat 1px 0;
}
.progressbar-completed div {
    float: right;
    width: 50%;
    height: 20px;
    margin-right: -1px;
    background: url(../images/progressbar.png) no-repeat 100% 0;
    display: inline; /* IE 6 double float bug */
}

.reviewedFont
{
    font-size: 22pt;
    font-weight: bold;
}

.chzn-drop {
    z-index:500;
}

.inlineb {
    display:inline-block;
}

.printMultiMenu
{
	width: 250px;
	padding: 8px;
	border: solid 1px #AAA;
	border-radius: 4px;
}

.printMultiMenu legend
{
	width: 70%;
	margin: 0;
	border: 0;
	line-height: 0.5em;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #333;
}
.adminReport {border-collapse: collapse;border-spacing: 0;}
.adminReport th, .adminReport td {border:1px solid #ddd;padding:2px;}
.adminReport th
{
    width: 400px;
    font-weight: bold;
    color: #000;
    background-color: #FFF;
}
/* All but the first th */
.adminReport th:nth-child(n+2)
{
    width: 30px;
    text-align: center;
}
.adminReport td:nth-child(1)
{
    width: 400px;
}
.adminReportSave
{
    padding: 10px;
    padding-left: 34px;
    border: solid 1px #73B65A;
    color: #333;
    background: #cde5c4 url(../images/button_ok.png) no-repeat 10px center;
    font-size: 13px;
    font-weight: bold;
}
#saveDiv
{
    text-align: center;
    line-height: 20px;
}
/* http://stackoverflow.com/questions/7076052/vertically-rotate-text-inside-an-html-table-header-cell */
.vertical-text {
    display: inline-block;
    overflow: hidden;
    width: 1.5em;
}
.vertical-text__inner {
    display: inline-block;
    white-space: nowrap;
    line-height: 1.5;
    -webkit-transform: translate(0,100%) rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform: translate(0,100%) rotate(-90deg);
    -moz-transform-origin: 0 0;
}
.vertical-text__inner:after {
    content: "";
    display: block;
    margin: -1.5em 0 100%;
}

.flash-message
{
    margin-bottom: 10px;
    border: 1px solid #73B65A;
}
