@charset "UTF-8";
/* CSS Document */

/* @group 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;
}
/* @end */

/* @group HTML Tags */
body {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #333333;
	background-color: #ffffff;
}

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;
}
/* @end */

/* @group Header */
#header {
	border-top-color: #993333;
	border-top-style: solid;
	border-top-width: 7px;
	width: 100%;
	background-image: url(../_images/backgrounds/top.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #1c2838;
}

#above_menu {
	width: 960px;
	margin: 0 auto 0 auto;
	position: relative;
}

#welcome_tab {
	position: absolute;
	right: 0;
	top: 0;
	color: #ffffff;
	width: 250px;
	height: 25px;
	background-image: url(../_images/backgrounds/welcome_tab.png);
	background-repeat: no-repeat;
	background-position: center -7px;
	font-size: 12px;
}

#welcome_tab a, #welcome_tab a:visited, #welcome_tab a:active {
	color:#ffffff;
	text-decoration: none;
}

#welcome_tab a:hover {
	color:#ffffff;
	text-decoration: underline;
}

#welcome_tab div {
	text-align: center;
	width: 225px;
	margin-left: 25px
}

#logo {
	margin: 15px 0 15px 0;
}

.clear {
	clear: both;
}

/* @group Top Menu */

#menu {
	width: 100%;
	background-image: url(../_images/backgrounds/menu.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 50px;
	background-color: #ffffff;
	font-family: "myriad-pro-1","myriad-pro-2", Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}

#menu .positioner {
	width: 960px;
	margin: 0 auto 0 auto;
}

ul#main_nav {
	border-left-color: #cccccc;
	border-left-style: solid;
	border-left-width: 1px;
	
}

ul#main_nav>li {
	float: left;
	text-transform: uppercase;
	font-weight: 600;
	height: 40px;
	position: relative;
	border-right-color: #cccccc;
	border-right-style: solid;
	border-right-width: 1px;
	font-size: 14px;
}

ul#main_nav>li>a {
	display: block;
	padding: 11px 25px 0 25px;
	height: 29px;
}

ul#main_nav>li>a, ul#main_nav>li>a:visited, ul#main_nav>li>a:active {
	color:#333333;
	text-decoration: none;
}

ul#main_nav>li>a:hover {
	color:#333333;
	text-decoration: none;
	background-color: #d6d6d6;
}

ul#main_nav>li>a.selected {
	background-color: #d6d6d6;
}

ul.sub_nav {
	position: absolute;
	left: 0;
	top: 40px;
	display: none;
	border: 5px solid #d6d6d6;
	z-index: 100;
}

ul.sub_nav li {
	float: left;
	clear: both;
	width: 235px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	background-color: #F0F0F0;
	text-transform: none;
}

ul.sub_nav li.last {
	border: none;
}

ul.sub_nav li a, ul.sub_nav li a:visited, ul.sub_nav li a:active {
	display: block;
	color:#333333;
	text-decoration: none;
	padding: 10px 0 10px 20px;
}

ul.sub_nav li a:hover {
	color:#333333;
	text-decoration: none;
	background-color: #e0e0e0;
}

/* @end */
/* @end */

/* @group Content */
#main {
	width: 960px;
	margin: 30px auto 0 auto;
}

#main>h1 {
	font-family: "myriad-pro-1","myriad-pro-2", Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-weight: 600;
	font-size: 26px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: -7px;
}

#main_wrapper {
	padding: 10px 0 10px 0;
	background-color: #ebebeb;
	overflow: hidden;
	line-height: 1.5em;
}

.content_block {
	float: left;
	width: 640px;
	margin-left: 10px;
}

.content_block_wide {
	margin: 0 10px 0 10px;
}

.content_block .section_border, .content_block_wide .section_border {
	border: 1px solid #d6d6d6;
	background-color: #ffffff;
	position: relative;
}

.content_block .section_border_pad {
	border: 1px solid #d6d6d6;
	background-color: #ffffff;
	padding: 20px;
}

.content_block .section_border_pad>h1, .links_wrapper h1 {
	color: #993333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

.content_block .section_border_pad>ul, #accordion ul, .links_wrapper ul {
	margin-bottom: 12px;
	margin-left: 15px;
}

.content_block .section_border_pad>ul li, #accordion ul li, .links_wrapper ul li {
	background-repeat: no-repeat;
	background-position: left 7px;
	background-image: url(../_images/bullets/round_solid.png);
	padding-left: 15px;
	margin-bottom: 6px;	
} 
/* @group boxes */
.info_box {
	border: 1px solid #d6d6d6;
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 12px;	
}

.info_box h2 {
	padding: 10px 15px 10px 15px;
	color: #EB8F00;
	font-weight: bold;
}

.info_box div {
	padding: 0 15px 10px 15px;
}

/* @end */

/* @group sidebar */

#sidebar {
	float: right;
	width: 290px;
	line-height: 1.5em;
	margin-right: 10px;
}

#links {
	border: 4px solid #d6d6d6;
	font-family: "myriad-pro-1","myriad-pro-2", Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-weight: 600;
	background-color: #ffffff;	
}

#links h2 {
	text-transform: uppercase;
	padding: 10px;
	font-size: 18px;
	background-color: #f5f5f5;
	border-bottom-color: #d6d6d6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#links ul.nav>li {
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(../_images/bullets/triangle.png);
	border-bottom-color: #d6d6d6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 10px 10px 10px 25px;
	color: #828282;
}

#links ul.nav li.current {
	background-image: url(../_images/bullets/triangle_current.png);
}

#links ul.subnav {
	padding-left: 40px;
	padding-bottom: 5px;
	margin-top: 5px;
	border-bottom-color: #d6d6d6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#links ul.subnav li {
	margin-bottom: 5px;
}

#add_entry {
	border: 4px solid #d6d6d6;
	font-family: "myriad-pro-1","myriad-pro-2", Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-weight: 600;
	background-color: #ffffff;
}

#add_entry h2 {
	text-transform: uppercase;
	padding: 10px;
	font-size: 18px;
	background-color: #f5f5f5;
	border-bottom-color: #d6d6d6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#links #filter {
	padding: 15px 0 15px 30px;
}

#links #datepicker {
	margin-bottom: 15px;
}
/* @end */
/* @end */

/* @group Footer */
#footer {
	width: 960px;
	margin: 30px auto 30px auto;
}

#footer .top {
	color:#0075b0;
	border-bottom-color: #d6d6d6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#footer .copy {
	float: right;
	text-align: right;
	color: #666666;
}

#footer a {
	font-weight: bold;
}
/* @end */

/* @group Forms */
input:focus, textarea:focus {
	background-color: #FFFFCC;
}

input.calendar {
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-image: url(http://intranet.loyola-nyc.org/themes/cp_themes/default/images/calendar_bg.gif);
}

form#tests {
	padding: 10px 20px 10px 20px;
}

form#tests label {
	display: block;
	font-weight: bold;
}

form#tests input.text, form#tests textarea {
	padding: 7px;
	width: 225px;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 13px;	
}

form#tests .two_col {
	overflow: hidden;
	margin-bottom: 12px;
}

form#tests .left_col {
	float: left;
}

form#tests .right_col {
	float: right;
	padding-right: 1px;
}

form#tests .right_col input {
	width: 125px;
}

form#search {
	float: right;
}

form#search label {
	font-weight: bold;
	text-transform: uppercase;
}

form#search input.text {
	padding: 7px;
	width: 150px;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 13px;
}

form#schedule_search_form {
	margin-left: 200px;
}

form#student_search_form label, form#schedule_search_form label {
	font-weight: bold;
	float: left;
	text-align: right;
	width: 175px;
	padding-top: 5px;
}

form#student_search_form input.text, form#schedule_search_form input.text {
	padding: 7px;
	width: 200px;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 13px;
	margin-left: 10px;
	float: left;
}

form#student_search_form .info, form#schedule_search_form .info {
	clear: both;
	margin-left: 185px;
	padding-top: 5px;
	font-style: italic;
	color: #666666;
	text-transform: none;
}

form#student_search_form #send {
	margin-left: 185px;
	padding-top: 12px;
}

form#schedule_search_form #send {
	float: left;
	margin-left: 10px;
}

form#freeform .block {
	overflow: hidden;
	margin-bottom: 12px;
}

form#freeform label {
	font-weight: bold;
	float: left;
	text-align: right;
	width: 150px;
}

form#freeform label.long {
	width: 200px;
}

form#freeform label span {
	font-weight: normal;
}

form#freeform input.text, form#freeform textarea {
	padding: 7px;
	width: 250px;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 13px;
	margin-left: 10px;
	float: left;
}

form#freeform input[type="checkbox"] {
	margin-left: 10px;
}

form#freeform input.file, form#freeform input.submit, form#freeform select  {
	margin-left: 10px;
	float: left;
}

form#calendar_filter p {
	margin-bottom: 8px;
}

form#survey textarea {
	padding: 7px;
	width: 300px;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 13px;
}

label.error {
	font-style: italic;
	color: #CC0000;
	display: block;
	display: none;
}

select.error {
	border: 1px solid #CC0000;
}	

/* @end */

/* @group Home */
#main_home {
	width: 960px;
	padding: 10px 0 10px 0;
	margin: 30px auto 0 auto;
	background-color: #ebebeb;
	overflow: hidden;
	line-height: 1.5em;
}

#intro_wrapper {
	width: 960px;
	margin: 25px auto 0 auto;
	padding-bottom: 15px;
	background-image: url(../_images/backgrounds/shadow_intro.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
}

#intro {
	border: 1px solid #d6d6d6;
	background-color: #ffffff;
}

#slider {
	position: relative;
	background:url(../_images/backgrounds/loading.gif) no-repeat 50% 50%;
	margin: 10px;
	height: 300px;
	overflow: hidden;
	border: 1px solid #d6d6d6;	
}

#slider img {
	top:0px;
	left:0px;
	display: none;
}

.announcement {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 2px dashed #D6D6D6;
}

.announcement_home h2, .announcement h2 {
	text-transform: uppercase;
	padding: 15px;
	font-size: 24px;
	background-color: #f5f5f5;
	border-bottom-color: #d6d6d6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-family: "myriad-pro-1","myriad-pro-2", Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-weight: 600;	
}

.announcement_home .content{
	padding: 20px;
}

.announcement_home .more, .announcement .more {
	text-transform: uppercase;
	font-weight: bold;
}

.announcement ul, .announcement_home ul {
	margin-bottom: 12px;
	margin-left: 15px;
}

.announcement ul li, .announcement_home ul li {
	background-repeat: no-repeat;
	background-position: left 7px;
	background-image: url(../_images/bullets/round_solid.png);
	padding-left: 15px;
	margin-bottom: 6px;
} 

.mini_calendar {
	width: 65px;
	float: left;
	margin-right: 12px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../_images/backgrounds/mini_calendar.png);
}

.mini_calendar .wrapper {
	margin-bottom: 9px;
	background-color: #ffffff;
	font-family: "myriad-pro-1","myriad-pro-2", Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-weight: 600;	
}

.mini_calendar .wrapper .month {
	background-color: #993333;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
}

.mini_calendar .wrapper .day {
	text-align: center;
	font-weight: 600;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 30px;
	border-bottom-color: #d6d6d6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #d6d6d6;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #d6d6d6;
	border-left-style: solid;
	border-left-width: 1px;
}
/* @end */

/* @group Facutly and Students */
#content_header {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding: 10px;
	overflow: hidden;
	border: 4px solid #d6d6d6;
	line-height: normal;
	text-transform: uppercase;
}

#content_header a {
	background-color: #993333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ebebeb;
	padding: 7px 13px 7px 13px;
	margin-right: 15px;
	float: left;
	font-family: "myriad-pro-1","myriad-pro-2", Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

#content_header a:hover {
	color:#ebebeb;
	text-decoration: none;
	cursor: pointer;
	background-color: #ACACAC;
}

#content_header .master_survey {
	float: right;
	background-color: #ff6600;
	margin: 0;
}

#content_header .selected {
	background-color: #ACACAC;
}

#content_header a.download {
	background-color: transparent;
	float: right;
	padding: 0;
	margin: 0;
}

#content_header .name {
	float: right;
	text-transform:  uppercase;
	font-family: "myriad-pro-1","myriad-pro-2", Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-weight: 700;
	color: #993333;
	font-size: 16px;
	padding-top: 5px;
}

.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;
}

.course_container .instructor {
	text-transform: uppercase;
	color: #666666;
}

.course_container .survey {
	text-transform: uppercase;
	font-weight: bold;
	color: #ff6600;
}

.course_container .completed_survey {
	font-style: italic;
	color: #666666;
}

.course_body {
	margin: 0 15px 0 15px;
}

.course_body p {
	margin-bottom: 8px;
}

.date_header {
	background-color: #979797;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 8px 15px;	
}

.date_header .cycle {
	float: right;
}

.event_container {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 15px;
}

.event_container_empty {
	padding: 10px 15px 10px 15px;
	font-weight: bold;
}

.event_container h2 {
	background-color: #F4F4F4;
	color: #993333;
	font-size: 15px;
	font-weight: bold;
	padding: 8px 15px;
	margin-bottom: 8px;
}

.event_container p {
	margin-bottom: 8px;
}

.event_container .event_body {
	margin: 0 15px 0 15px;
}

.event_container .instructor {
	text-transform: uppercase;	
}

.event_container .entry_date {
	font-style: italic;
	color: #999999;
	font-size: 12px;	
}

.event_container_window {
	background-color: #EBEBEB;
	width: 350px;
}

.event_container_window .header {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 15px;
	padding-top: 15px;
	margin: 0 15px 15px 15px;
	font-size: 16px;
	font-weight: bold;
}

.event_container_window .content {
	border-bottom: 2px dotted #D6D6D6;
	padding-bottom: 15px;
	margin: 15px;
}

.event_container_window h2 {
	font-weight: bold;
	font-size: 14px;
	color: #993333;
	margin-bottom: 5px;
}

event_container_window p {
	margin-bottom: 8px;
}

.event_type {
	font-style: italic;
	color: #666666;	
}

.date_bar {
	padding: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

.date_bar a {
	color: #ffffff;
}

.date_bar .wrapper {
	width: 640px;
	overflow: hidden;
	text-align: center;	
}

.date_bar .wrapper_wide {
	overflow: hidden;
	text-align: center;	
}

.date_bar .prev {
	float: left;
}

.date_bar .next {
	float: right;
}

#directory_search_results h4 {
	color: #993333;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

/* @group Documents */
#documents ul {
	margin-bottom: 12px;
}

#documents ul li {
	margin-bottom: 4px;
}

#documents ul li a {
	display: block;
	padding-bottom: 5px;
}

a.pdf {
	padding-left: 30px;
	background: url(../_images/icons/pdf.png) no-repeat left -2px;
}

a.doc {
	padding-left: 30px;
	background: url(../_images/icons/doc.png) no-repeat left -3px;
}

a.xls {
	padding-left: 30px;
	background: url(../_images/icons/xls.png) no-repeat left -2px;
}

.section_border_pad ul.docs li {
	padding-left: 0;
	background-image: none;
}
/* @end */

.color_a {
	background-color: #00CCFF;	
}

.color_b {
	background-color: #6666CC;	
}

.color_c {
	background-color: #666699;	
}

.color_d {
	background-color: #ff6600;	
}

.color_e {
	background-color: #663366;	
}
/* @end */

/* @group Extracurricular */
table#speech_schedule {
	width: 100%;
	border:1px solid #D6D6D6;
	font-size: 12px;
	margin-bottom: 5px;
}

table#speech_schedule thead {
	background-color: #ebebeb;
}

table#speech_schedule thead th {
	padding: 10px;
	font-weight: bold;
	border-left-color: #d6d6d6;
	border-left-style: solid;
	border-left-width: 1px;		
}

table#speech_schedule tbody {
	background-color: #ffffff;
}

table#speech_schedule tbody tr {
	border-top-color: #d6d6d6;
	border-top-style: solid;
	border-top-width: 1px;	
}

table#speech_schedule tbody td {
	border-left-color: #d6d6d6;
	border-left-style: solid;
	border-left-width: 1px;
	padding: 10px;
	vertical-align: top;		
}

table#speech_schedule .fist {
	border: none;
	width: 14%;
}

table#speech_schedule .second {
	width: 18%;
}

table#speech_schedule .third {
	width: 18%;
}

table#speech_schedule .fourth {
	width: 25%;
}

table#speech_schedule .fifth {
	width: 25%;
}

table#speech_schedule .hover {
	background-color: #f0f0f0;	
}

/* @end */

/* @group Calendar */
table#events_calendar, table#test_calendar {
	width: 100%;
	background-color: #ffffff;
}

table#events_calendar thead, table#test_calendar thead {
	background-color: #e3e3e3;
}

table#events_calendar thead th {
	padding: 10px 0 10px 0;
	text-align: center;
	font-weight: bold;
	border-left-color: #d6d6d6;
	border-left-style: solid;
	border-left-width: 1px;	
	width: 14%;
}

table#events_calendar tbody tr, table#test_calendar tbody tr {
	border-top-color: #d6d6d6;
	border-top-style: solid;
	border-top-width: 1px;	
}

table#events_calendar tbody td {
	border-left-color: #d6d6d6;
	border-left-style: solid;
	border-left-width: 1px;
	vertical-align: top;
	width: 14%;	
}

table#events_calendar .wrapper, table#test_calendar .wrapper {
	position: relative;
	min-height: 125px;
}

table#events_calendar .day_cycle, table#test_calendar .day_cycle {
	position: absolute;
	left: 5px;
	top: 5px;
	font-size: 14px;
}

table#events_calendar .day_number, table#test_calendar .day_number {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 16px;
	font-weight: bold;
}

table#events_calendar .results {
	padding: 30px 5px 5px 5px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

table#events_calendar a, table#events_calendar a:active, table#test_calendar a, table#test_calendar a:active {
	color: #993333;
	text-decoration: none;
}

table#events_calendar a:visited, table#test_calendar a:visited {
	color: #993366;	
}

table#events_calendar a:hover, table#test_calendar a:hover {
	color: #993333;
	text-decoration: underline;
	cursor: pointer;
}

table#events_calendar ul li, table#test_calendar ul li {
	background-repeat: no-repeat;
	background-position: left 5px;
	background-image: url(../_images/bullets/square_solid_maroon.png);
	padding-left: 10px;
	margin-bottom: 6px;	
}

table#events_calendar .first, table#test_calendar .first {
	border: none;
}

table#test_calendar thead th {
	padding: 10px 0 10px 0;
	text-align: center;
	font-weight: bold;
	border-left-color: #d6d6d6;
	border-left-style: solid;
	border-left-width: 1px;	
	width: 20%;
}

table#test_calendar tbody td {
	border-left-color: #d6d6d6;
	border-left-style: solid;
	border-left-width: 1px;
	vertical-align: top;
	width: 14%;	
}

table#test_calendar tbody td.remove {
	display: none;
}

table#test_calendar .results {
	padding: 30px 5px 30px 5px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;	
}

table#test_calendar .add {
	position: absolute;
	left: 5px;
	bottom: 5px;
}

/* @end */

/* @group Grid Schedule */

ul#grid_schedule_header {
	overflow: hidden;
	background-color: #e3e3e3;
	font-weight: bold;
}

ul#grid_schedule_header li {
	float: left;
	text-align: center;
	padding: 10px 0 10px 0;
}

ul.grid_schedule_row {
	overflow: hidden;
	border-top-color: #d6d6d6;
	border-top-style: solid;
	border-top-width: 1px;
}

ul.grid_schedule_row li {
	float: left;
	text-align: center;
	padding: 10px 0 10px 0;
	height: 75px;
}

ul#grid_schedule_header li.first, ul.grid_schedule_row li.first {
	width: 84px;
	border: none;
}

ul#grid_schedule_header li.standard, ul.grid_schedule_row li.standard {
	width: 140px;
	border-left-color: #d6d6d6;
	border-left-style: solid;
	border-left-width: 1px;
}

ul.grid_schedule_row li.in_class {
	background-color: #f2f2f2;
}

ul#grid_schedule_header li.col_7, ul.grid_schedule_row li.col_7 {
	width: 147px;
}
/* @end */

/* @group Room Schedule */
ul#room_schedule_header {
	overflow: hidden;
	background-color: #e3e3e3;
	font-weight: bold;
}

ul#room_schedule_header li {
	float: left;
	text-align: center;
	padding: 10px 0 10px 0;
	width: 160px;
	border-left-color: #d6d6d6;
	border-left-style: solid;
	border-left-width: 1px;
}

ul#room_schedule_row {
	overflow: hidden;
	border-top-color: #d6d6d6;
	border-top-style: solid;
	border-top-width: 1px;
}

ul#room_schedule_row li {
	float: left;
	text-align: center;
	padding: 10px 0 10px 0;
	width: 160px;
	border-left-color: #d6d6d6;
	border-left-style: solid;
	border-left-width: 1px;	
}

ul#room_schedule_header li.first, ul#room_schedule_row li.first {
	border: none;
	width: 133px;
}

ul#room_schedule_row li.in_use {
	background-color: #f2f2f2;
	color: #999999;
}

ul#room_schedule_row .day_cycle {
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}

table#all_activities {
	width: 100%;
	font-size: 12px;
	background-color: #ffffff;
}

table#all_activities thead {
	background-color: #6666cc;
	color: #ffffff;
}

table#all_activities thead th {
	padding: 10px;
	width: 10%;	
	vertical-align: top;	
}

table#all_activities thead span {
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

table#all_activities tbody tr {
	border-top-color: #d6d6d6;
	border-top-style: solid;
	border-top-width: 1px;	
}

table#all_activities tbody td {
	border-left-color: #d6d6d6;
	border-left-style: solid;
	border-left-width: 1px;
	padding: 10px;
	width: 10%;
	vertical-align: top;		
}

table#all_activities .first {
	border: none;
	font-weight: bold;
}

table#all_activities .hover {
	background-color: #f0f0f0;
}

/* @end */

/* @group Office Hours */
table#office_hours {
	width: 100%;
}

table#office_hours thead {
	background-color: #663366;
	color: #ffffff;	
}

table#office_hours thead th {
	padding: 10px 0 10px 0;
	font-weight: bold;
	text-align: center;
	width: 17%;
	text-transform: uppercase;		
}

table#office_hours tbody tr {
	border-top-color: #d6d6d6;
	border-top-style: solid;
	border-top-width: 1px;	
}

table#office_hours tbody td {
	border-left-color: #d6d6d6;
	border-left-style: solid;
	border-left-width: 1px;
	padding: 10px 0 10px 15px;
	width: 17%;
	vertical-align: top;		
}

table#office_hours .item {
	margin-bottom: 8px;
}

table#office_hours .item span {
	font-weight: bold;
	color: #993333;
}

table#office_hours .first {
	border: none;
	width: 15%;
	font-weight: bold;
	color: #666666;
}

table#office_hours .last {
	margin: 0;
}

table#department_meetings {
	width: 100%;
}

table#department_meetings thead {
	background-color: #663366;
	color: #ffffff;	
}

table#department_meetings thead th {
	padding: 10px 0 10px 15px;
	font-weight: bold;
	width: 25%;
	text-transform: uppercase;		
}

table#department_meetings tbody tr {
	border-top-color: #d6d6d6;
	border-top-style: solid;
	border-top-width: 1px;	
}

table#department_meetings td {
	border-left-color: #d6d6d6;
	border-left-style: solid;
	border-left-width: 1px;
	padding: 10px 0 10px 15px;
	width: 25%;
	vertical-align: top;		
}

table#department_meetings td span {
	font-weight: bold;
	color: #993333;		
}

table#department_meetings .first {
	border: none;
}

table#office_hours .hover, table#department_meetings .hover {
	background-color: #f0f0f0;
} 

/* @end */

/* @group Survey */
.survey_title {
	font-family: "myriad-pro-1","myriad-pro-2", Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-weight: 700;
	color: #993333;
	font-size: 16px;
}

.survey_instructor {
	float: right;
	font-size: 16px;
	font-family: "myriad-pro-1","myriad-pro-2", Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	color: #666666;
}

.survey_subtitle {
	background-color: #979797;
	font-weight: bold;
	color: #ffffff;
	padding: 8px 15px;
	font-size: 14px;
}

.survey_container {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 15px;
	font-size: 14px;
}

.survey_container h2 {
	background-color: #F4F4F4;
	font-weight: bold;
	padding: 8px 15px;
	margin-bottom: 10px;
}

.survey_container .radio {
	padding-right: 25px;
}

.survey_body {
	margin: 0 15px 0 15px;
}

/* @end */

/* @group Login Page */
#top {
	border-top-color: #993333;
	border-top-style: solid;
	border-top-width: 7px;
	width: 100%;	
}

#login {
	background-color: #1C2838;
	color: #ffffff;
}

#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 {
	background-image: url(../_images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 425px;
	margin: 100px auto 100px auto;
	padding-top: 110px;
}

#form_wrapper {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.3);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#form_wrapper form {
	padding: 35px 40px 35px 40px;
	overflow: hidden;	
}

#form_wrapper form p {
	overflow: hidden;
	margin-bottom: 20px;
}

#form_wrapper form label {
	float: left;
	font-size: 14px;
}

#form_wrapper form input.text {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: right;
	width: 225px;
	padding: 7px;
	font-size: 14px;
	border: medium none;
}

#form_wrapper form input[type="image"] {
	float: right;
}

#login_wrapper #footer {
	width: 425px;
	margin: 10px auto 0 auto;
	text-align: center;
}

#login_wrapper #btn-home {
	background-image: url(../_images/login/btn_loyolaHome.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 8px 0 20px;
}

#login_wrapper #btn-email {
	background-image: url(../_images/login/btn_email.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	margin-left: 8px;
}
/* @end */

/* @group Typography */

.grey {
	color: #666666;
}

.light_grey {
	color: #999999;
}

.small {
	font-size: 12px;
}
/* @end */

/* @group Images */
.img_left_pad {
	border:1px solid #D6D6D6;
	float:left;
	margin-bottom:5px;
	margin-right:10px;
	padding:5px;
}

/* @end */
