@import url("classes.css");

@import url("layout.css");

@import url("sections.css");

@import url("reports.css");

@import url("forms.css");

@import url("tables.css");

/* ------------------------------------------------- */
/* Basic body style                                  */
/* ------------------------------------------------- */

html, body {
	height: 100%;
	min-height: 100%;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: .8em;
	background-color: #ccc;
	padding: 0px;
	margin: 0px;
}

body #content, body #noNavContent {
	font-size: 1.05em;
}

/* ------------------------------------------------- */
/* Heading Styles                                    */
/* ------------------------------------------------- */

h1 {font-weight:bold;
	font-size:1.3em;
}
	
h2 {font-weight:bold;
	font-size:1.3em;
}

h3 {font-weight:bold;
	font-size:1.05em;
}

/* ------------------------------------------------- */
/* Miscellaneous Elements							 */
/* ------------------------------------------------- */

a img {
	border-style: none;	
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;	
}

fieldset {
	padding:20px;
	margin-bottom:10px;
	font-weight:normal;
	display: block;
	border-width: 1px;
	border-style: solid;
}

legend {
	font-weight:bold;
	font-size:1.2em;
}

table {
	border: 0px;
}

td {
	padding: 0px 10px;
}

textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}


/* ------------------------------------------------- */
/* login/account creation page styles                */
/* ------------------------------------------------- */

.loginWrapper {
	width: 70%;
	margin: 0 auto;
}

.acctCreationWrapper {
	width: 540px;
	margin: 0 auto;
}

#internshipAcctCreation, #progMgrsAcctCreation, #hrProsAcctCreation, #passwordResetStatus {
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	margin-bottom: 10px;
}

.centered { text-align:center;}


			#organDonor {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: rgba(11,93,102,1);
    color: white;
    font-weight: bold;
}
			#organDonor a {
			color: white;
				text-decoration: none;
			}