﻿* {
    line-height: 160%;
}
h1, h2, h3 
{
	font-family: Arial;
	color: #41738C;
}
h1
{
	font-size: 1.4em;
}
h2
{
	font-size: 1.2em;
}
h3
{
	font-size: 1em;
}
/*
ul {
    list-style: none;
    margin: 0;
    padding: 0 .5em 0 .5em;
}
*/

img {
    border: none;
}
hr {
    border-color: #41738C;
    border-style: solid;
    border-width: 1px 0 0;
    height: 0;
}

.separatedslightly li,
.separatedslightly p {
    padding: 0 0 .5em 0;
}

#content-2col {
    float: left;
    width: 70%;
}
#sidebar-2col {
    background-color: #D9E3EA;
    margin-left: 73%;
    padding: 10px;
}

.boldlabel {
    font-weight: bold;
}
.small {
    font-size: 8pt;
}

.proposalbanner * {
    margin: 0;
    padding: 0;
}
.proposalbanner h1 {
    float: left;
}
.nametag {
    float: right;
    text-align: right;
    padding: 8px;
}

.proposalparams {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 70%;
}
.proposalparams li 
{
	margin-top:.5em;
}
.proposalparams small
{
	margin-left:300px;
}
.horizontalCheckboxlist
{
	position: absolute;
	left: 100px;
}
.navbuttonlist {
    list-style: none;
    text-align: center;
    margin: 3em 0 0 0;
    padding: 0;
    height: 90px;
}
.navbuttonlist li {
    display: inline-block;
    padding-left: 10%;
    padding-right: 10%;
    /*width: 75px;*/
}
/* inline-block fixes */
.navbuttonlist li { display:-moz-inline-box; -moz-box-orient:vertical;
           display:inline-block; vertical-align:top; word-wrap:break-word; }
* html .navbuttonlist li { display:inline; }
* + html .navbuttonlist li { display:inline; }
.navbuttonlist li > * { display:table; table-layout:fixed; overflow:hidden; }

.removespeaker {
    font-size: smaller;
}

.checklist-side {
    margin-left: 73%;
    font-weight: bold;
    text-align: center;
}
.checklist-side, #checklist .proposalheader, .nametag {
    background-color: #EEE8BB;
    padding: 1em;
}
#checklist {
    margin: 1.5em 10px 0 10px;
}
#checklist .checklist-outer {
    margin: 0;
    padding: 0;
}
#checklist li {
    list-style: none;
    padding: 0 0 1px 19px;
    margin: 0 0 .5em 0;
}
#checklist li ul {
    padding: 0;
    margin: 0;
}
#checklist p {
    margin: 0;
    padding: 0;
}
#checklist .proposal {
    border: 1px solid gray;
}
#checklist .proposalheader {
    margin: 0 0 .5em -19px;
    border-bottom: 1px solid gray;
}
#checklist .withdrawn {
    color: Maroon;
    font-weight: bold;
}
#checklist .proposalsections {
    margin: 0 0 .5em 0;
}
#checklist .complete {
    background: url(images/complete.gif) no-repeat left;
    font-weight: bold;
}
#checklist .incomplete {
    background: url(images/incomplete.gif) no-repeat left;
    font-weight: bold;
}
#checklist .withdraw {
    list-style: none;
    font-size: 8pt;
}

.bluetable {
    width: 70%;
}
.bluetable th {
    width: 10em;
    background-color: #D9E3EA;
    font-weight: normal;
    text-align: right;
}
.bluetable th, .bluetable td {
    border: none;
    padding: 5px;
}

.modalBackground
{
    opacity:0.7;
    filter:alpha(opacity=70);
    background-color:Gray;
}
.overlay
{
    width:90%;
    height:500px;
    margin:10px;
    padding:10px;
    background-color:White;
    text-align: center;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


