@charset "UTF-8";
/* CSS Document */

/*------------- CSS Reset ----------------*/
* {
	margin:	0;
	padding: 0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:	0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym { 
	border: 0;
}

:focus {
	outline: 0;
}

/*------------- HTML Tags ----------------*/
body {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	color: #333333;
	background-color: #ffffff;
	background-image: url(../_images/background/back-main.png);
	background-repeat: repeat-x;
	background-position: left top;
}

a, a:visited, a:active {
	color:#0075b0;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color:#0075b0;
	text-decoration: underline;
	cursor: pointer;
}

p {
	margin-bottom: 12px;
}

/*------------- List Items Formatting ----------------*/
ul.standard {
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 12px;
}

ul.standard li {
	background-image: url(../_images/bullets/round-solid.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
	margin-bottom: 6px;
}

ul.links {
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 12px;
}

ul.links li {
	background-image: url(../_images/bullets/round-solid-link.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
	margin-bottom: 6px;
}

ul.plain {
	margin-bottom: 12px;
}

ul.plain li {
	margin-bottom: 6px;
}

ul.documents {
	margin-bottom: 12px;
}

ul.documents li {
	margin-bottom: 6px;
}

a.pdf {
	padding-left: 35px;
	margin-bottom: 6px;
	background-image: url(../_images/icons/doc-pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
}

a.doc {
	padding-left: 35px;
	margin-bottom: 6px;
	background-image: url(../_images/icons/doc.png);
	background-repeat: no-repeat;
	background-position: left center;
}

a.xls {
	padding-left: 35px;
	margin-bottom: 6px;
	background-image: url(../_images/icons/doc-xls.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/*------------- Home Page ----------------*/
#top {
	height: 105px;
	width: 100%;
	background-image: url(../_images/background/back-top.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#top-content {
	width: 900px;
	height: 100px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#top-tab {
	background-color: #993333;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px 15px 5px 15px;;
}

#top-tab a, #top-tab a:visited, #top-tab a:active {
	color:#ffffff;
	text-decoration: none;
	cursor: pointer;
}

#top-tab a:hover {
	color:#ffffff;
	text-decoration: underline;
	cursor: pointer;
}

#main-wrapper {
	width: 900px;
	margin: 0 auto 0 auto;
	padding-top: 70px;
	position: relative;
	margin-bottom: 30px;
}

#menu-wrapper {
	padding-left: 2px;
	background-image: url(../_images/background/menu-left.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

#topnav {
	width: 898px;
}

ul#topnav li {
	float: left;
	position: relative;
}

ul.subnav {
	position: absolute;
	left: 0;
	top: 40px;
	display: none;
	border: 5px solid #CFCFCF;
}

ul.subnav li {
	float: left;
	clear: both;
	width: 225px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	background-color: #F0F0F0;
}

ul.subnav li a, ul.subnav li a:visited, ul.subnav li a:active {
	color:#333333;
	text-decoration: none;
}

ul.subnav li a:hover {
	color:#333333;
}

ul.subnav li a {
 display: block;
 padding: 5px 15px 5px 15px;
}

a.subnav-selected {
	background: #E0E0E0;
}

#flash-wrapper {
	padding: 10px;
	background-color: #EBEBEB;
	height: 300px;
	margin-bottom: 20px;
}

#body-wrapper-home {
	background-color: #EDEDED;
	padding: 10px;
}

#content-leftSide-home {
	width: 594px;
	background-color: #FFFFFF;
	border: 3px solid #D6D6D6;
}

#content-leftSide-home h1 {
	font-size: 18px;
	font-weight: bold;
	color:#333333;
	padding: 15px 20px 15px 20px;
	margin-bottom: 20px;
	background-color:#F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;	
}

#content-leftSide-home h2 {
	background-color: #993333;
	color: #FFFFFF;
	padding: 5px 20px 5px 20px;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 12px;
}

.announcement {
	margin-top: 15px;
	margin: 0 20px 25px 20px;
}

.announcement h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
}

#content-rightSide-home {
	float: right;
	width: 268px;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
}

#content-rightSide-home h1 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding: 10px 15px 10px 15px;
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}

#content-rightSide-home ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	font-weight: bold;
	background-image: url(../_images/bullets/triangle.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
}

/*------------- Faculty and Students ----------------*/
#title {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

#body-wrapper {
	background-color: #EDEDED;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content-rightSide {
	float: right;
	width: 270px;
	margin-right: 10px;
	display: inline;
}

#content-rightSide h1 {
	background-color: #F5F5F5;
	color: #222222;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}

#related-links {
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
}

li.unselected {/*right side menu*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	font-weight: bold;
	color: #666666;
	background-image: url(../_images/bullets/triangle.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
}

li.selected {/*right side menu*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	font-weight: bold;
	color: #828282;
	background-image: url(../_images/bullets/triangle-selected.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
}

ul.second-level li {
	padding-top: 4px;
}

#header-listView {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 290px;
	padding: 10px;
}

#header-gridView {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
}

#header-listView img, #header-gridView img {
	display:inline;
	float:left;
	margin-right:10px;
}

#content-leftSide {
	width: 598px;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	margin-left: 10px;
	float: left;
}

#content-leftSide-plain {
	width: 600px;
	margin-left: 10px;
	float: left;
}

#content-wrapper {
	margin: 15px;
}

#content-wrapper h1 {
	font-size: 16px;
	color: #993333;
	font-weight: bold;
	margin-bottom: 6px;
}

.course-container {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 15px;
}

.course-container h2 {
	background-color: #F4F4F4;
	color: #993333;
	font-size: 15px;
	font-weight: bold;
	padding: 8px 15px;
	margin-bottom: 8px;
}

h3.instructor {
	margin-left: 15px;
	text-transform: uppercase;
	color: #666666;
}

.course-body {
	margin: 0 15px 0 15px;
}

.course-body p {
	margin-bottom: 8px;
}

/*------------- Test Calendar ----------------*/
#calendar-top {
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

#calendar-top img {
	float: left;
	margin-right: 15px;
	display: inline;
}

#pdf-container {
	float: right;
	height: 30px;
}

#pdf-container img {
	margin: 0;
	float: none;
}

#calendar-date-filter {
	float: right;
}

#calendar-date-filter input {
	width: 150px;
}

#calendar-date-filter label {
	font-weight: bold;
}

#calendar-date {
	background-color:#00CCFF;
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

#calendar-date a, #calendar-date a:visited, #calendar-date a:active {
	color:#ffffff;
	text-decoration: none;
	cursor: pointer;
}

#calendar-date a:hover {
	color:#ffffff;
	text-decoration: underline;
	cursor: pointer;
}

.list-view {
	padding: 10px 295px 10px 15px;
}

.grid-view {
	padding: 10px 15px 10px 15px;
}

.prev {
	float: left;
}

.next {
	float: right;
}

.today {
	background-color: #E9EFF7;
}

ul#month-grid-header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;	
	background-color: #EBEBEB;
	
}

ul#month-grid-header li {
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	width: 173px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	padding: 5px 0 5px 0;
}

ul#month-grid-header-events {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;	
	background-color: #EBEBEB;
	
}

ul#month-grid-header-events li {
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	width: 123px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	padding: 5px 0 5px 0;
}

ul.month-grid-row {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;	
}

ul.month-grid-row li {
	float: left;
	width: 173px;
	height: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	padding: 5px 0 5px 0;
	position: relative;
}

ul.month-grid-row-events {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;	
	
}

ul.month-grid-row-events li {
	float: left;
	width: 123px;
	height: 90px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	padding: 5px 0 5px 0;
	position: relative;
}

div.day-number {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 16px;
	font-weight: bold;
}

div.grid-day-cycle {
	position: absolute;
	left: 10px;
	top: 10px;
	color:#7B7B7B;
}

div.add-test {
	position:absolute; 
	bottom: 10px; 
	text-align: center; 
	width: 100%;
}

div.grid-content {
	text-align: center;
	font-size: 14px;
	padding-top: 40px;
	font-weight: bold;
}

a.open-win {
	background-image: url(../_images/icons/open-win.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;	
	padding-top: 2px;
	padding-bottom: 2px;
}

#grid-window {
	width: 350px;
	padding: 20px;
	background-color: #EBEBEB;
}

#grid-window h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
	color:#993333;
}

#grid-window h2 {
	font-size: 14px;
}

#grid-window .test-info {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D6D6D6;
}

#calendar-date-bottom {
	background-color:#00CCFF;
	padding: 10px 15px 10px 15px;
	text-align: center;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

#calendar-date-bottom a, #calendar-date-bottom a:visited, #calendar-date-bottom a:active {
	color:#ffffff;
	text-decoration: none;
	cursor: pointer;
}

#calendar-date-bottom a:hover {
	color:#ffffff;
	text-decoration: underline;
	cursor: pointer;
}

#event-calendar-date {
	background-color: #FF6600;
	text-align: center;
	color:	#FFFFFF;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

#event-calendar-date a, #event-calendar-date a:visited, #event-calendar-date a:active {
	color:#ffffff;
	text-decoration: none;
	cursor: pointer;
}

#event-calendar-date a:hover {
	color:#ffffff;
	text-decoration: underline;
	cursor: pointer;
}

#event-calendar-date-bottom {
	background-color:#FF6600;
	padding: 10px 15px 10px 15px;
	text-align: center;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

#event-calendar-date-bottom a, #event-calendar-date-bottom a:visited, #event-calendar-date-bottom a:active {
	color:#ffffff;
	text-decoration: none;
	cursor: pointer;
}

#event-calendar-date-bottom a:hover {
	color:#ffffff;
	text-decoration: underline;
	cursor: pointer;
}

#no-event-container {
	margin: 15px;
	font-weight: bold;
}

.event-container {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 15px;
}

.event-container h2 {
	background-color: #F4F4F4;
	color: #222222;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 15px;	
}

.event-body {
	margin: 10px 15px 0 15px;
}

.event-category {
	font-size: 12px;
	color: #666666;
	font-style: italic;
}

.date-separator {
	background-color:#ACACAC;
	padding: 10px 15px 10px 15px;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

.day-cycle {
	float: right;
}

#formContainer-rightSide {
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
}

#formContainer-rightSide form {
	padding: 15px;
}

#formContainer-rightSide form label {
	font-weight: bold;
	float: left;
	font-size: 12px;
	color: #666666;
}

.test-input-right {
	float: right;
	margin-bottom: 12px;
	width: 170px;
}

.test-input-container {
	float: right;
	margin-bottom: 12px;
	width: 182px;
}

.date-posted {
	font-size: 12px;
	color: #999999;
	font-style: italic;	
}

/*------------- Room Activity Calendar ----------------*/
#calendar-date-roomActivity {
	padding: 10px 15px 10px 15px;
	background-color:#6666CC;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#calendar-date-roomActivity a, #calendar-date-roomActivity a:visited, #calendar-date-roomActivity a:active {
	color:#ffffff;
	text-decoration: none;
	cursor: pointer;
}

#calendar-date-roomActivity a:hover {
	color:#ffffff;
	text-decoration: underline;
	cursor: pointer;
}

#content-wrapper-grid {
	background-color: #FFFFFF;
	border: 3px solid #D6D6D6;
	margin-left: 10px;
	margin-right: 10px
}

ul#grid-header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;	
	background-color: #EBEBEB;
}

ul#grid-header li {
	float: left;
	width: 144px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	padding: 5px 0 5px 0;
	font-weight: bold;
}

ul#grid-dayCycle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;	
	
}

ul#grid-dayCycle li {
	float: left;
	width: 144px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	padding: 5px 0 5px 0;	
	color: #666666;
	text-transform: uppercase;
	font-weight: bold;
}

ul.grid-row {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;	
	
}

ul.grid-row li {
	float: left;
	width: 144px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	padding: 5px 0 5px 0;
	position: relative;
}

.first-cell {
	text-align: right;
	color: #666666;
	font-weight: bold;
}

li.first-cell span {
	padding-right: 10px;
}

.cell {
	text-align: center;
}

.no-avail {
	background-image: url(../_images/background/cell-no-available.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #909090;
}

/*------------- Schedule Search ----------------*/
#schedule-search-box {
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;	
}

#schedule-student-info {
	padding: 10px 15px 10px 15px;
	background-color:#666699;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#schedule-content-wrapper {
	background-color: #FFFFFF;
	border: 3px solid #D6D6D6;
	margin-left: 10px;
	margin-right: 10px
}

ul#schedule-grid-header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	background-color: #E3E3E3;
}

ul#schedule-grid-header li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	padding: 5px 0 5px 0;
	font-weight: bold;
}

ul.schedule-grid-row {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;	
}

ul.schedule-grid-row li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	padding: 5px 0 0 0;
	position: relative;
	height: 70px;
}

li.sgrid-col-1 span {
	padding-right: 10px;
	color: #666666;
	font-weight: bold;
}

.in-class {
	background-image: url(../_images/background/cell-no-available.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.sgrid-col-1 {
	width: 90px;
	text-align: right;
}

.sgrid-col-2, .sgrid-col-3, .sgrid-col-4, .sgrid-col-5, .sgrid-col-6, .sgrid-col-7 {
	width: 129px;
	text-align: center;
}

/*-List View-*/
ul.schedule-row {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;	
}

ul.schedule-row li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	padding: 5px 0 5px 15px;
	position: relative;
}

.s-cell-1 {
	width: 175px;
}

.s-cell-2, .s-cell-3, .s-cell-4, .s-cell-5 {
	width: 130px;
}

.s-cell-last {
	width: 75px;
}

/*------------- Login Page ----------------*/
#login {
	background-color: #1C2838;
	color: #ffffff;
	background-image: url(../_images/login/back-logo.png);
	background-repeat: no-repeat;
	background-position: center 90px;
}

#login a, #login a:visited, #login a:active {
	color:#E0E0E0;
	text-decoration: none;
	cursor: pointer;
}

#login a:hover {
	color:#E0E0E0;
	text-decoration: underline;
	cursor: pointer;
}

#login-wrapper {
	margin: 215px auto 7px auto;	
	width: 410px;
}

#login-form {
	padding: 25px 45px 20px 45px;
	background-image: url(../_images/login/back-form.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0;
}

#login-form label {
	display: block;
	font-size: 13px;
	float: left;
}

#login-form input.txt-input {
	float: right;
	border: none;
	padding: 5px;
	margin-bottom: 20px;
	width: 200px;
	vertical-align:middle;
	font-size: 13px;
}

#login-form input.button {
	float: right;
}

#login-form input:focus {
	background-color: #EBEBEB;
}

#login #footer {
	width: 400px;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 11px;
}

#btn-home {
	background-image: url(../_images/login/btn-loyolaHome.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 8px 0 20px;
}

#btn-email {
	background-image: url(../_images/login/btn-email.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	margin-left: 8px;
}

#top-line {
 width: 100%;
 height: 10px;
 background-color: #993333;
}

/*------------- Survey ----------------*/
#survey-header {
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
}

#survey-header h1 {
	font-size: 16px;
	color: #993333;
	font-weight: bold;
}

#survey-header h2 {
	color: #666666;
	text-transform: uppercase;
	margin-bottom: 6px;
}

#survey-header p {
	margin-bottom: 0;
}

#survey-body {
	background-color: #FFFFFF;
	border: 3px solid #D6D6D6;
	margin-left: 10px;
	margin-right: 10px
}

#survey-body h1 {
	font-size: 14px;
	margin-bottom: 10px;
	color:#993333;
	font-weight: bold;
	background-color:#F0F0F0;
	padding: 8px 10px 8px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
}

#survey-body p {
	margin-left: 15px;
}

.response-rate-bar {
	background-color: #FFFFFF;
	width: 150px;
	height: 25px;
	float: left;
	margin-bottom: 15px;
	border: 3px solid #D6D6D6;
}

.response-rate-bar div {
	background-color: #0099FF;
	height: 25px;
}

.response-rate {
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: 10px;
	padding-top: 2px;
	float: left;
}

.master-list-result-container {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D6D6D6;
}

.master-list-result-container p {
	margin-bottom: 6px;
}

.master-list-instructor {
	text-transform: uppercase;
	color: #666666;
	margin-bottom: 6px;
}

/*------------- general ----------------*/
.clear {
	clear: both;
}

.red {
	color:#990000;
}

.grey {
	color: #666666;
}

.upper-case {
	text-transform: uppercase;
}

/*------------- Footer ----------------*/
#footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-size: 12px;
	color: #666666;
}

#footer-top {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;	
}

#footer-bot {
	color: #333333;	
}

#footer-right {
	float:right;
	color: #666666;
	text-align: right;
}

/*------------- Images ----------------*/
.img-left {
	float: left;
	border: 1px solid #D6D6D6;
	margin-right: 10px;
	margin-bottom: 5px;
}

.img-left-pad {
	float: left;
	border: 1px solid #D6D6D6;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

/*------------- forms ----------------*/
input.text, textarea.text {
	padding: 5px;
	border: 1px solid #D6D6D6;	
}

.watermark {
	color: #A9A9A9 !important;
}

input:focus, textarea:focus {
	background-color: #FFFFCC;
}

label.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #CC0000;
	display: block;
	display: none;
}

select.error {
	border: 1px solid #CC0000;
}

#freeform input.text, #freeform textarea.text {
	width: 250px;
}

#freeform input, #freeform textarea, #freeform select {
	float: left;
	margin-bottom: 15px;
	margin-right: 5px;
}

#freeform label.freeform {
	color: #666666;
	font-weight: bold;
	text-align: right;
	display: block;
	width: 100px;
	float: left;
	margin-right: 10px;
}

#search-form input.text {
	width: 200px;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}

#search-form label {
	color: #666666;
	font-weight: bold;
	text-align: right;
	display: block;
	width: 150px;
	float: left;
	margin-right: 10px;
}

#search-form input#send {
	margin-left: 160px;
}

#search-form div#autocomplete-info {
	color:#666666;
	float: left;
	font-size: 11px;
	margin-left: 160px;
	margin-bottom: 10px;
	font-style: italic;
}

#schedule-search-form input.text {
	width: 200px;
	float: left;
	margin-right: 5px;
}

#schedule-search-form label {
	color: #666666;
	font-weight: bold;
	display: block;
	float: left;
	margin-right: 10px;	
}

#schedule-search-form input#send {
	float: left;
}

#schedule-search-form div#autocomplete-info {
	color:#666666;
	font-size: 11px;
	margin-left: 139px;
	font-style: italic;
}

#survey-form textarea {
	padding: 5px;
	border: 1px solid #D6D6D6;
	width: 350px;
	height: 150px;
}