b {
	font-size: 14px;
}

BODY {
	font-family: 'Roboto', 'Calibri', sans-serif;
	font-size: 12px;
}
#content{
	overflow: auto;
}

.row {
	width: 1024px;
}

table:not(.overallObjectiveTable) {
	background: none !important;
	border: 0px !important;
	border-collapse: collapse;
	margin-bottom: 0;
}

/*table tr, table tbody tr:nth-child(2n) {
	background: #fff;
}

table tbody tr td {
	padding: inherit;
}*/

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #231f20;
	font-family: 'Roboto', 'Calibri', sans-serif;
	text-align: center;
}

h1.landingHeader {
	text-align: center;
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 15px;
	color: #231f20;
	font-family: "Open Sans Light", sans-serif;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #231f20;
	font-family: 'Roboto', 'Calibri', sans-serif;
	margin-top: 24px;
}

h2.deadline {
	font-size: 20px;
	text-align: center;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #1b4699;
	font-family: 'Roboto', 'Calibri', sans-serif;
}

h4, h5 {
    color: #1b4699;
}

td, th {
    font-size: 12px;
    color: #4d4d4d;
}

img {
	display: block;
	max-width: inherit;
}

ul {
	list-style-position: inside;
}

select {
	width: auto;
	margin-bottom: 12px;
}

.error {
	color: #ff0000;
}

.text-center {
	text-align: center;
}

#top-banner {
    background: url(../../../images/banner.png) no-repeat;
    max-width: 1024px;
    height: 0;
    padding-bottom: 21.34%;
    background-size: contain;
}

div#content {
    padding: 20px 20px 20px 20px;
    background: none repeat scroll 0 0 white;
    margin: 0 auto;
    text-align: left;
	border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px #dddddd;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

div#main-container {
    max-width: 1024px;
    margin: 0 auto;
    /*border: 3px #bfbfbf solid;
    border-width: thick;*/
}

.clear-after:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}


.editdelete img:first-child {
  float: left;
  margin: 0 8px;
}

@media only screen and (max-width: 320px) {
    #top-banner {
        background: url(banner_320.png) no-repeat;
        width: 320px;
        height: 140px;
        padding-bottom: 0;
    }
	div#content {
	    padding: 20px 0 20px 0;
	}
	div#main-container {
		border:none;
	}
}



/* buttons */
input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	background: #231f20;
	border: none;
	color: #ffffff;
	font-weight: bold;
	padding: 10px 20px 11px;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
	background: #000000;
	border: none;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

.bigred {
	color: red;
	font-size: 14pt;
}
.indent {
	padding-left: 15px;
}
.indentMore {
	padding-left: 35px;
}
.radioDiv {
	float: left;
}
#buttonRow {
	margin-top: 40px;
}
label {
	display: inline-block;
}