@charset "utf-8";

html, body {font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;height: 100%;}
body {font-size:80%; margin:0; padding:0; background: #ded3b0; text-align: left; color: #000000;}

strong, em, b, i, .bold {font-family:"Lucida Sans","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;}

table {
	border:1px solid gray; 
	margin-top: 10px; 
	padding: 12px; 
	background-color:#D3D3D3;
	width: 100%;
}
td {
	padding:4px;
	text-align:right;
	vertical-align:text-top; 
	font-weight:bold; 
}

p {margin:0px 10px 10px 0px;}

h1, h2, h3, h4, h5, h6 {font-family:Georgia,"Times New Roman",Times,serif; color:#036; display: inline; }
h1 {font-size:185%; color:#000000;}
h2 {font-size:185%; color:#000000; margin:10px 0 0 6px; font-weight:normal;}
h3 {font-size:140%; color:#855b27; margin:10px 0; font-weight:normal;}
h4 {font-size:120%; color:#666666; margin:10px 0;}
h5 {font-size:100%;}

form {display:inline;}
label {vertical-align:middle;}

.lucida {font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;}
.georgia {font-family:Georgia,"Times New Roman",Times,serif;}
.arial {font-family: Arial,Helvetica,sans-serif;}

a, a:link, a:visited {color: #B20000; text-decoration: none;}
a:hover {color: #B20000; text-decoration: none;}
a:active {color: #B20000; text-decoration: none;}
a:active, a:focus {border:0;}
a img{border:none;}


body {
	background: #eee url(images/backgroundCenter_02.png) repeat-y center;
	font-family: sans-serif;
}

body, html {
	height: 99%;
	padding: 0px;
	margin: 0px;
}

br {
	clear: left;
}

div#body {
	margin: 0px auto;
	width: 800px;	
}

div#wrapper {
	padding-left: 50px;
	padding-right: 50px;
}

div#wrapper div.header {
	background: #fff url(images/uofu_health_adfs.png) no-repeat 10px 5px;
	border-bottom: 4px solid #c5102f;
	height: 100px;
	text-align:right;
	margin-bottom:20px;
}

div#wrapper div.header div#topNavbar {
	display:block;
	width:600px;
	float:right;
	margin-top:70px;
	font-weight:bold;
}

div.errorMessages {
	color: #ff0000;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.requiredNotation {
	color:#FF0000;
	text-align:left;
	padding-right: 5px;
}

#emailMessage {  
    display: inline-block;
    float: none;
    width: 500px; 
    height: 60px;
    margin: 0.4em 0.4em 0.4em 0;
    vertical-align:text-top;
    resize: none;
	cursor: pointer;
	font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
    padding: 0.2em 0.2em;
}

#infoText{
	color: #707070;
}

.default {
    color: grey;
}

.errorImage {
	text-align:right; 
	border:none; 
	margine:0px; 
	padding:0px;
}

#fileData {
	width: 540px;
}

input.error {
	border: 2px solid red;
}

label.error {
    color: red;
    display: block;
    font-style: italic;
    font-weight: normal;
    text-align:left;
}


input, select, textarea {
	font-family:Arial,Helvetica,sans-serif;
}

input[type="text"] {
	display: inline-block;
    float: none;
    width: 500px; 
    margin: 0.4em 0.4em 0.4em 0;
	cursor: pointer;
	font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
    padding: 0.2em 0.2em;
}

input[type="reset"],  input[type="submit"], input[type="file"]{
	margin: 0.4em 0.4em 0.4em 0;
	cursor: pointer;
	font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
    padding: 0.2em 0.2em;
}