﻿@charset "UTF-8";


/* Hides and Clears */

#print {
	display: block;
	width: 351px;
	height: 100px;
    
}
#printbuttboulder {
    display:none;
}
.hide, #oarmenu2 a span, #header h2, #logo span, #logotext span, #nav01 h2, #nav01 ul li a span, #breadcrumb h2, #breadcrumb span.hoff, #footer h2 {
	display:none;
}
.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
}


/* Large Positioning Elements */

body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
}
#container {
}
#formcontainertop {
}
#formcontainerbottom {
}
#formcontainer {
	
}
#content {
	width:100%;
	padding:0;
}
#contentfooter {
    display:none;
}
#contentfooter2 {
    display:none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.box1 {
	background-color:#FFF;
	border:dotted 1px #999;
	padding:5px 10px 10px 10px;
	margin: 0 0 20px 0;
}
.box1 p {
	font-size: 80%;
	margin:5px 0px 10px 0px;
}
.halfbox {
	width: 415px;
}
.left2 {
    float:left;
    margin-right:6px;
    margin-left:6px;
}


/* Self-Reported Nav */

.self-reported-nav {
	margin-bottom:20px;
}
.self-reported-nav li {
	display:inline;
    font-weight:bold;
	background-image: url(../images/Breadcrumb_Arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	padding-right: 10px;
	color: #df791a;
	font-size:85%;
}
.self-reported-nav li:first-child {
	padding-left: 0;
	background-image:none;
}
.self-reported-nav li a:link, .self-reported-nav li a:visited {
	color: #666;
	text-decoration:none;
}
.self-reported-nav li a:hover, .self-reported-nav li a:active {
	color: #666;
	text-decoration:underline;
}
.denyAccess {
	color: #BBB;
}



/* PORTAL NAV */

#portalnav {
	display:none;
}

#portalnav ul {
	display:none;
}


#portalnav ul li {
	list-style-type:none;
	display:inline;
	margin-right: 2px;
}
#portalnav a {
	display:inline-block;
	padding: 5px 10px;
	border-top: solid 1px #666;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 85%;
}
#portalnav a:link, #portalnav a:visited {
	background-color:#999;
	color:#FFF;
	border-bottom: solid 1px #666;
}
#portalnav a:hover, #portalnav a:active {
	background-color:#666;
	color:#FFF;
	border-bottom: solid 1px #666;
}
#portalnav a.selected:link, #portalnav a.selected:visited, #portalnav a.selected:hover, #portalnav a.selected:active {
	background-color:#efefef;
	color:#000;
	border-bottom:solid 1px #efefef;
}


/* General Form Styles */

fieldset div {
	display:block;
	clear:both;
	margin-bottom: 20px;
}
label {
	font-size: 85%;
	color:#666;
}
input.blur {
	color: #999;
}

fieldset {
	border:none;
}
#submitbutton {
}
#buttons {
	clear:both;
	text-align:right;
}

input[type="submit"] { padding:5px; }
input[type="radio"] { margin-right:10px; }

.error {
	color:Red;
}
.field-validation-error {
	font-size: 75%;
	color: #ff0000;
}
.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}
table.table1 tr td {
	padding: 7px 5px;
	vertical-align:top;
}
td.label {
	text-align:right;
	vertical-align:top;
}
table.table1 {
	margin: 15px;
}
.column {
	width: 400px;
}



/* LOGIN BAR */

#navlogin {
	width:960px;
    display:none;
}
#login {
	font-size: 80%;
	text-align:right;
	margin-bottom:10px;
}

#back {
    font-size:80%
    }

/* SELF REPORTED INSTRUCTIONS */

#instructionsbox {
    padding:30px 50px;
}

/* LOGIN PAGE */

#userlogin {
	text-align:left;
    padding:20px 50px;
}
#apploginid input, #apppin input {
	width: 150px;
}

#userlogin p {
    line-height:140%;

}



/* Test Score Page */

#act input, #sat input, #toefl input, #ielts input {
	width:100px;
}



/* Language Page */




/* High School Page */

.hsgraduate {
	clear:both;
}
.hsinfo input {
	width:200px;
}
.hs-remove {
	text-align:right;
	font-size:80%;
}
.hs-add {
	font-size:80%;
	padding-bottom: 10px;
}
.HighSchoolRow {
	clear:both;
	margin-bottom:20px;
}


/*.hs-name label, .hs-city label, .hs-state label, .hs-country label, .hs-years label {
	float:left;
	width:175px;
	text-align:right;
	padding:0 10px;
}
.hs-name input, .hs-city input, .hs-state input, .hs-country input, .hs-years input {
	width:200px;
}
.hs-remove, .hs-graduate {
	display:block;
	clear:both;
	padding-top: 20px;
	padding-bottom: 20px;
}
.form-options input {
	margin-right: 10px;
}

.hs-add {
	padding-bottom: 10px;
}*/


/* Grades Page */

.highschoolGrades label {
	float:left;
	width:90px;
	text-align:right;
	padding:0 10px;
}

.highschoolGrades {
	color:#666666;
	font-size: 80%;
	border: none;
	margin-bottom: 20px;
	margin-left: 5px;
	border-collapse: collapse;
}
.highschoolGrades td {
	background-color: #FFFFFF;
	padding: 5px 5px;
	text-align: left;
	vertical-align: top;
	border: solid 1px #e1e1e1;
}

.highschoolGrades td input, .highschoolGrades td select {
	font-size: 80%;
}

.highschoolGrades th {
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #df791a;
	padding: 5px 10px;
	color: #FFFFFF;
	text-align: left;
	border: solid 1px #CCCCCC;
}
.course-add {
	font-size:80%;
}

/* Preview Page */

.preview-table table {
	color:#000;
	font-size: 80%;
	border: none;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.preview-table td {
	background-color: #FFFFFF;
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	border: solid 1px #999;
}

.preview-table th {
	padding: 5px 10px;
	color: #000;
    font-weight:bold;
	text-align: left;
	border: solid 1px #999;
}

.preview-table2 table {
	color:#666666;
	font-size: 80%;
	border: none;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.preview-table2 td {
	background-color: #FFFFFF;
	padding: 5px 20px 5px 0px;
	text-align: left;
	vertical-align: top;
	
}

.preview-table2 th {
	padding: 5px 3px 5px 5px;
	text-align: right;
    font-weight:bold;
	
}
#preview-options {
	font-size:80%;
	float:left;
	margin-right:10px;
}


/* Errors */

.validation-summary-errors {
	background-color: #CC0000;
	border:solid 1px #666;
	color: #FFF;
	padding: 20px;
	background-image:url(../images/error.gif);
	background-repeat:no-repeat;
	background-position:10px 5px;
	margin-bottom: 20px;
	font-size:85%;
}

.validation-summary-errors span {
	padding-left: 30px;
}
.validation-summary-errors ul {
	padding-left: 40px;
	margin-left: 40px;
	margin-top:10px;
}




/* OAR Bar */

#oarmenu {
    display:none;
}
#oarmenu1 {
    display:none;
}
#oarmenu2 {
    display:none;
}
#OAR {
    display:none;
}
#oarmenu2 a#OAR:hover {
	background-position: -433px;
}



/* Header, Site ID, Utility Nav, and Search */

#header {
    display:none;
}
#siteid {
    display:none;
}
#UIUC {
    display:none;
}
a#UIUC:hover {
	background-position: -620px;
}
#logo {
    display:none;
}
a#logo:hover {
	background-position:-26px;
}
#logotext {
    display:none;
}
a#logotext:hover {
	background-position:-163px;
}





/* Footer and Copyright */

#footer {
	display:none;
}
#footer ul {
	margin: 0px;
	padding: 0px 0px 8px;
	list-style-type: none;
}
#footer ul li {
	margin: 0px;
	padding: 0px 8px;
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#footer ul li.footerlinkslast {
	padding-right: 0;
	border: none;
}
#copyright {
	display:none;
}
#copyright p {
	margin: 0px;
	padding: 0px;
}
address {
	display: inline;
	font-style: normal;
}



/* General Link Styling */

a:link  {
	color: #336699;
	text-decoration: underline;
}
a:visited {
	color: #6e9dcc;
	text-decoration: underline;
}
a:hover, a:active {
	color: #f58025;
	text-decoration: underline;
}
#content a img {
	border: none;
	text-decoration: none;
}



/* Body Text Styles */


#userinformation {
    font-size: 80%;
}
h1 {
	color: #000;
	font-size: 140%;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
    margin-bottom: 5px;
}
#formcontainer h2 {
	color:#000;
	font-size: 85%;
    font-weight: bold;
    text-transform:uppercase;
	padding:0 0 5px 0;
	margin:0 -11px 10px -11px;
    border-bottom: 3px solid #000;
	text-align:center;

}
#content h3 {
	font-size: 90%;
	color: #000;
    font-weight: bold;
    text-transform:uppercase;
    margin:0 0 10px 0;
    padding:0;
}
#content h4 {
	font-size: 80%;
	color: #333333;
}
#content h4 {
	margin: 2px 0 0 0;
	padding: 2px 0 0 10px;
}

.instructions {
    padding-bottom: 20px;
    display:none;
}
.instructions p, p.labelinstructions {
	color: #666666;
	font-size: 90%;
	line-height: 150%;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0px;
}


#instructionsbox ul {
    color: #666666;
	font-size: 80%;
	line-height: 150%;
	margin: 2px 0 8px 25px;
	padding: 2px 0 8px 25px;
}

#instructionsbox ul li {
    padding-bottom:10px;
}
#bunchobuttons {
    display:none;
}

#adminbarcontainer {
    display:none;
}

#searchbar {
    display:none;
}

.sortlinks {
    display:none;
}

#loadingDiv {
    display:none;
}






