/* Minification failed. Returning unminified contents.
(138,20): run-time error CSS1036: Expected expression, found ':'
 */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/*@import url("style.css");*/

/*  Body Formatting */

body { 
	margin: 0;
	padding: 0;
	border: 0;
	padding-bottom: 25px;
	font-family: verdana, arial, helvetica, sans-serif;
	color : #000; 
	text-align: center;
	voice-family: inherit;
	font-size: small;
}


/* Text formatting.  */

p, b, abbr, ul, select, table, legend, ol, a {
	font-family: verdana, arial, helvetica, sans-serif;
	color : #000; 
	text-align: left;
	voice-family: inherit;
	font-size: small;
}
		
/* Link Formatting */

:link    { color: #0099cc; text-decoration : none }    
:visited { color: #006699; text-decoration : none } 
:visited:hover { color: #006699; text-decoration : underline }   
:link:hover   { color: #6699cc; text-decoration : underline }		

table.form {
	margin: 0 auto;
}

table.sortable thead {
    background-color:#296fad;
    color:#fff;
    font-weight: bold;
    cursor: default;
}

table.sortable thead tr th {
    text-align:center;
}

table.sortable thead tr th.sorttable_nosort {
    font-weight: normal;
}

td.section {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #AAAAAA;
}

td.instr {
	padding: 10px 0px 10px 10px;
	color: #AAAAAA;
	border-bottom: dashed 1px #AAAAAA;
}

td.instr li {
	color: #AAAAAA;
}

ul.admin {
	float: left;
	margin-right: 40px;
}

ul.admin li {
	list-style:none;
}

div.adminMenu {
	width: 160px;
	margin: 10px 0px 5px 5px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	background-color: #296fad;
	border: solid 1px black;
}

div.adminMenu a, div.adminMenu a:hover  {
	color: #ffffff;
	font-weight: bold;
}

div.adminMenu p {
	color: #cae2fa;
	font-weight: bold;	
	text-align: center;
	margin: 0px 0px 0px 0px;
}


#footer img {
	border: 0;
	margin: 10px; 
}

#header, #footer {
	width: 980px;
}

#header {
	margin: 0px auto 25px auto;
	/* background-color: #48AFE3; */
	background-color: : #fff;
	/* width: 100%; */

	font-size : 115%;
	border: 1px solid #cae2fa;
	border-width: 0 0 1px 0;
	text-align: left;
}

#header img {
	border: 0;
}

#header p {

	font-weight: bold;
	margin: 10px 10px 10px 10px; 
}

#header p.title {
	/* color: #ffffff; */
	color: #000;
	font-size: 18px;
}

#header p.subtitle {
	/*color: #cae2fa; */
	color: #000;
	font-size: 18px;
}

img.headshot {
	border-top : 1px solid #ccc;
	border-left : 1px solid #ccc;
	border-right : 1px solid #ccc;
	border-bottom : 1px solid #ccc;	
    max-width:200px;
}

table.bioFrame {
	border-top : 1px solid #ccc;
	border-left : 1px solid #ccc;
	border-right : 2px solid #000;
	border-bottom : 2px solid #000;	
	width:550px;
	height:auto;
	text-align: center;
	margin: 0 auto;
}

table.bio {
	width:480px;
	margin: 20px 40px 40px 40px;
}

#footer {
	margin: 50px auto 0px auto;
}

#footer p {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #296fad;
	font-size: 9px;
	text-align:center;
}

h1{
	font-size : 115%;
	margin-top: 20px;
	/*border-bottom : 1px solid #F26721;*/
}

h2{
	font-size : 100%;

}

h3{
	font-size : 90%;
	
}


 
  

/* Hiding text */

.hidden	{
		position : absolute;
		left : -100%;
}

/* Errors */

.center {
	text-align:center;
}

.error {
	color:#FF0000;	
	font-weight:bold;
	font-size: 13px;
	padding: 2px;
}

div.column-body, div.section {
	margin: 5px 0px 5px 0px;
	border: 1px solid #aaa;
	border-radius: 5px 5px 5px 5px;
}
