/* CSS Document */

/* Global */
html,body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	height:100%;
	background-color:#0B0B0B;
	background-image:url(../images/overall_back.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	text-align:center;
	border:none;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
div {
	margin:auto;
	padding: 0;
}
a {
	color:#7AAEF3;
	background-color:transparent;
	cursor:pointer;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#6482C6;
	background-color:transparent;
}
a:hover {
	text-decoration: none;
	color:#222222;
	background-color:#7AAEF3;
}
*html a:hover {
	/*background-color:transparent;*/
}
a:active {
	text-decoration: none;
	color:#4260A4;
	background-color:transparent;
}

img {
	border:0;
}

table {
	padding:0px;
	margin:0px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	font-weight:lighter;
	letter-spacing:0.05em;
	line-height:28px;
	text-align:left;
	text-transform:uppercase;
	color:#E6E6E7;
	margin-top:3px;
	margin-bottom:8px;
	margin-left:5px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	letter-spacing:0.05em;
	text-transform:uppercase;
	text-align:left;
	color:#999999;
	margin-top:5px;
	margin-bottom:3px;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:right;
	color:#AF0000;
}
h3 a:link {
	text-decoration:none;
}
h3 a:hover {
	text-decoration:none;
}
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	text-transform:uppercase;
	text-align:justify;
	color:#AF0000;
}

h4 a:link {
	text-decoration:none;
}

h4 a:hover {
	text-decoration:none;
}
h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	letter-spacing:0.05em;
	line-height:20px;
	text-align:left;
	color:#999999;
	margin-top:5px;
	margin-bottom:3px;
}
strong {
	color:#999999;
}
p {
	text-align:left;
}
/*.darken {
	background-color: #000;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	width:100%;
	overflow:hidden;
	background-attachment:fixed;
	z-index:55;
	
}*/

.darken {
	position:absolute;
	background-color: #000;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	width:100%;
	overflow:hidden;
	background-attachment:fixed;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	z-index:55;
	display:none;
}
/* Layout */
.Over_All_Container {
	position:relative;
	width:800px;
	margin:auto;
	min-height:100%;
	background-color:#333333;
}

*html .Over_All_Container {
	position:relative;
	margin:auto;
	/*height:100%;*/
	overflow:hidden;
	width:800px;
}
.content_container {
	position:relative;
	width:100%;
	/*height:auto !important;*/
	height:100%;
	min-height:100%;
	padding-bottom:55px;
	overflow:hidden;
}

*html .content_container {
	height:100%;
	width:100%;
	position:relative;
	padding-bottom:55px;
	overflow:hidden;
}
.bkg-left {
	position:absolute;
	left:-84px;
	top:0px;
	width:84px;
	height:100%;
	background-image:url(../images/topleftdots.png);
	background-position:right top;
	background-repeat:no-repeat;
}

*html .bkg-left {
	height:0px;
}

.shadow-left {
	position:absolute;
	left:-84px;
	top:0px;
	width:84px;
	height:100%;
	background-image:url(../images/shadowleft.png);
	background-position:right top;
	background-repeat:repeat-y;
}

.bkg-right {
	position:absolute;
	right:-84px;
	top:0px;
	width:84px;
	height:100%;
	background-image:url(../images/bottomrightdots.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
*html .bkg-right {
		height:0px;
}

.shadow-right {
	position:absolute;
	right:-84px;
	top:0px;
	width:84px;
	height:100%;
	background-image:url(../images/shadowright.png);
	background-position:left top;
	background-repeat:repeat-y;
}
.column_block {
	vertical-align:top;
	border-bottom: #444444 1px solid;
	padding: 10px 5px 10px 5px;
	margin: auto;
	text-align:left;
}
*html .column_block {
	vertical-align:top;
	border-bottom: #444444 1px solid;
	padding: 10px 5px 10px 5px;
	margin: auto;
	text-align:center;
}
.bottom_block {
	position:relative;
	vertical-align:top;
	padding:5px;
	margin: auto;
	text-align:center;
}

.body_container {
	position:relative;
	width:800px;
	height:100%;
	
}

/* HEADER STYLES */
.header_container {
	background-color:#464646;
	height:104px;
	width:800px;
}
.top-navi {
	font-size:10px;
	font-weight:bold;
	line-height:16px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}
.top-navi a:link {
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
.top-navi a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#AF0000;
	background-color:#0A254E;
}
.top-navi a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
.top-navi a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#AF0000;
	background-color:#0A254E;
}
.top1 {
	position:relative;
	width:800px;
	height:50px;
	border-bottom:#FFFFFF 1px solid;
	text-align:justify;
	z-index:15;
}
.lulogo {
	margin:auto;
}
.home_button {
	position:absolute;
	left:8px;
	top:-105px;
	width:154px;
	height:138px;
	z-index:50;
}
.home_button a {
	background:transparent;
}
.ra_logo {
	position:absolute;
	left:175px;
	top:0px;
}
.edu_logo {
	position:absolute;
	right:0px;
	top:0px;
}
.search_txt {
	width:150px;
	border:1px solid black;
	margin:0px;
	padding:0px;
	height:15px;
}
.searchtxtdiv {
	position:absolute;
	right:85px;
	top:26px;
	margin:0px;
	padding:0px;
	height:20px;
}
.search_button {
	height:19px;
	margin:0px;
	padding:0px;
	color:#7AAEF3;
	text-transform:uppercase;
	text-align:center;
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	border:#AAAAAA 1px solid;
	background:#444444 url(/media/9930/images/submit.jpg);
}
.searchbtndiv {
	position:absolute;
	right:15px;
	top:25px;
	margin:0px;
	padding:0px;
	height:20px;
}
.lu_logo_shadow_right {
	/*background:url(../images/grey_shadow.jpg) repeat-y;*/
	position:absolute;
	left:147px;
	top:0px;
	width:15px;
	height:50px;
}
*html .lu_logo_shadow_right {
	background:url(../images/grey_shadow.jpg) repeat-y;
}
.lu_logo_shadow_bottom {
	/*background:url(../images/header-bottom-shadow.jpg) no-repeat;*/
	position:absolute;
	left:8px;
	top:0px;
	width:157px;
	height:32px;
}
*html .lu_logo_shadow_bottom {
	background:url(../images/header-bottom-shadow.jpg) no-repeat;
}
.header_drop_shadow {
	background-image:url(../images/header-shadow.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:800px;
	height:17px;
}
.bkg_header {
	height:104px;
	width:800px;
	position:relative;
}
.menu_blue {
	background:#003360 url(../images/headerbluebg.png) left top no-repeat;
	width:800px;
	height:48px;
	border-bottom: #4E76B4 5px solid;
}

*html .menu_blue {
	background:#003360 url(../images/headerblue_shadow.jpg) left top no-repeat;
}
/* FOOTER STYLES */
.footer_container {
	position:absolute;
	left:0px;
	bottom:0px;
	height:55px;
	width:800px;
	clear:both;
}
.footer {
	border-top:3px solid #AF0000;
	background:#003362 url(../images/footer-blue.jpg) right top no-repeat;
	text-align:center;
	padding-top:3px;
	height:24px;
}
.footer_bottom {
	background:url(../images/footer-grad.jpg) left top repeat-x;
	text-align:center;
	padding-top:3px;
	height:22px;
}
.footer a:link {
	color:#FFFFFF;
	text-decoration:underline;
}
.footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
.footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/* Front Page Classes */
.fp_spacer{
	width:800px;
	height:12px	
}
.left_column {
	width:194px;
	float:left;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	text-align:center;
}
*html .left_column {
	width:192px;
	float:left;
	padding-bottom:5px;
	padding-top:10px;
	text-align:center;
}
.middle_column {
	width:194px;
	float:left;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	text-align:center;
}
*html .middle_column {
	width:183px;
	float:left;
	padding-bottom:5px;
	padding-top:10px;
	text-align:center;
}
.right_column {
	width:380px;
	float:left;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	text-align:center;
}
*html .right_column {
	width:380px;
	float:left;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:0px;
	padding-top:10px;
	text-align:center;
}

.right_column_bottom_sub {
	position:relative;
	width:175px;
	float:left;
	padding-left:5px;
	margin-top:0px;
}
*html .right_column_bottom_sub {
	position:relative;
	width:165px;
	float:left;
	padding-left:10px;
	text-align:left;
}

.right_column_bottom_sub > h2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	letter-spacing:0.05em;
	line-height:24px;
	text-transform:uppercase;
	text-align:left;
	color:#999999;
	margin-top:-5px;
	margin-bottom:3px;
}

.right_column_bottom_sub_l {
	position:relative;
	width:175px;
	float:left;
	left:-5px;
	padding-left:0px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:5px;
}

*html .right_column_bottom_sub_l {
	position:relative;
	width:165px;
	float:left;
	padding-left:10px;
	text-align:left;
}

.fp_div1 {
	position:absolute;
	left:203px;
	width:1px;
	background-color:#444444;
	height:100%;
	top:-5px;
}
*html .fp_div1 {
	position:absolute;
	left:202px;
	width:1px;
	height:1440px;
	z-index:900;
}


.fp_div2 {
	position:absolute;
	left:407px;
	width:1px;
	background-color:#444444;
	height:100%;
	top:-5px;
}

*html .fp_div2 {
	position:absolute;
	left:403px;
	width:1px;
	height:1440px;
}
/* Sub Page Classes */
.left_nav {
	float:left;
	width:270px;
	height:100%;
	padding-left:5px;
	padding-right:5px;
}
*html .left_nav {
	float:left;
	width:250px;
	height:100%;
	padding-left:5px;
}
.right_nav {
	float:right;
	width:270px;
	height:100%;
	padding-left:5px;
	padding-right:5px;
}
*html .right_nav {
	float:right;
	width:265px;
	height:100%;
	padding-right:5px;
}
.divider_vert {
	position:absolute;
	left:280px;
	width:1px;
	background-color:#444444;
	height:100%;
}
*html .divider_vert {
	position:absolute;
	left:270px;
	width:1px;
	height:1224px;
}

.divider_blog {
	position:absolute;
	right:280px;
	width:1px;
	background-color:#444444;
	height:100%;
}
*html .divider_blog {
	position:absolute;
	right:280px;
	width:1px;
	height:1224px;
}

.center_content {
	margin:auto;
	text-align:center;
	padding:10px;
	height:100%;
}
.right_content {
	float:right;
	width:500px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:5px;
}
*html .right_content {
	float:right;
	width:510px;
	padding-bottom:5px;
}
.left_content {
	float:left;
	width:500px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:5px;
}
*html .left_content {
	float:left;
	width:490px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:5px;
}
.nav_block {
	text-align:left;
	padding:5px;
}
.breadcrumb {
	padding-top:0px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	text-align:right;
	color:#999999;
}
.text {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	text-align:justify;
	color:#FFFFFF;
}
.date {
	font-style:italic;
	text-transform:uppercase;
}

/* COLUMN STYLES */
.right-divider {
	border-right:solid 1px #444444;
	padding-top:10px;
	padding-left: 5px;
	padding-right:5px;
	padding-bottom:25px;
}
.left-divider {
	border-left:solid 1px #444444;
	padding-top:10px;
	padding-left: 5px;
	padding-right:5px;
	padding-bottom:25px;
}
*html .right-divider {
	padding-top:10px;
	padding-left: 5px;
	padding-right:5px;
	padding-bottom:25px;
}
*html .left-divider {
	padding-top:10px;
	padding-left: 5px;
	padding-right:5px;
	padding-bottom:25px;
}
.bottom-divider {
	padding-top:5px;
	padding-bottom:10px;
	border-bottom:solid 1px #444444;
}
.no-divider {
	padding-top:10px;
	padding-left: 5px;
	padding-right:5px;
	padding-bottom:25px;
}
.bottom-dividertext {
	border-bottom:solid 1px #444444;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	text-align:justify;
	color:#FFFFFF;
}

.thumbitems_outer {
	text-align:left; 
	border:none; 
	margin:5px; 
	padding-bottom:76px; 
	position:relative; 
	width:156px; 
	height:76px; 
	float:left;
}
*html .thumbitems_outer {
	padding-bottom:10px; 
}

.thumbitems_corner
{
	position:absolute; 
	top:0px; 
	left:0px; 
	height:28px; 
	width:28px; 
	background-image:url('/wwwadmin/globals/templates/9930/images/border_corner.gif'); 
	background-repeat:no-repeat;
}

/* CALENDAR */
.cal_container {
	text-align:center;
	position:relative;
}
.cal_header {
	margin:auto;
	display:block;
	height:25px;
	float:none;
}
.prev {
	float:left;
	height:24px;
	width:30px;
	text-align:center;
	vertical-align:bottom;
	padding-top:3px;
}
*html .prev {
	float:left;
	height:24px;
	text-align:center;
	vertical-align:bottom;
	padding-top:3px;
}
.cal_month {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	letter-spacing:0.05em;
	text-transform:uppercase;
	text-align:center;
	color:#999999;
	width:120px;
}
*html .cal_month {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	letter-spacing:0.05em;
	text-transform:uppercase;
	text-align:center;
	color:#999999;
	width:110px;
}
.calbutton {
	cursor:pointer;
	color:#7AAEF3;
}
.next {
	float:left;
	height:24px;
	width:30px;
	text-align:center;
	vertical-align:bottom;
	padding-top:3px;
}
*html .next {
	float:left;
	height:24px;
	text-align:center;
	vertical-align:bottom;
	padding-top:3px;
}
.cal_h_item {
	margin:auto;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	font-size:11px;
}
.cal_item {
	margin:auto;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	padding-top:2px;
	text-align:center;
	color:#444444;
	font-size:11px;
}
.cal_bottom {
	margin:auto;
	background: #F4F4F4 url(../images/calendar-bottom.jpg) repeat-x bottom;
	width:170px;
	text-align:center;
}
.cal_top {
	background-image:url(../images/calendar-top.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:170px;
	height:20px;
	margin:auto;
	padding-top:3px;
	text-align:center;
}
.calendar {
	background-image:url(../images/calendar-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:170px;
	margin:auto;
	text-align:center;
}
*html .calendar {
	position:relative;
}

.calendar-event-start {
	color:#AF0000;
	font-weight:bold;
	font-size:92%;
	text-decoration:none;
	cursor:pointer;
}
.calendar-event-cont {
	color:#AF0000;
	text-decoration:none;
	cursor:pointer;
}
.calendar-pic {
	margin:auto;
	text-align:center;
	position:relative;
}
*html .calendar-pic {
	position:static;
}
*html .calendar-pic div {
	display:none;
}
.calendar-date {
	color:#444444;
	font-style:italic;
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
}
.calendar-description {
	color:#444444;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:5px;
	text-align:left;
	border-bottom:#666666 1px dotted;
}
.calendar-link {
	text-align:left;
	margin:auto;
	padding-left:20px;
	padding-right:20px;
}
.calendar-link a:link {
	color:#AF0000;
	text-decoration:underline;
}
.calendar-link a:hover {
	color:#7AAEF3;
	text-decoration:none;
	background-color:transparent;
}
.calendar-link a:visited {
	color:#AF0000;
	text-decoration:underline;
}
.calendar-link a:hover {
	color:#7AAEF3;
	text-decoration:none;
}
.prev_semester {
	position:absolute;
	left:5px;
	color:#7AAEF3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	text-transform:uppercase;
	cursor:pointer;
}
.next_semester {
	position:absolute;
	right:5px;
	color:#7AAEF3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	text-transform:uppercase;
	cursor:pointer;
}

/* THEATER STYLES */
.stage
{
	position:absolute;
	margin:auto;
	/*border:thin solid 1px;
	border-color:#FFFFFF;
	background:#666666;*/
	top:50px;
	left:50px;
	z-index:75;
}

.t_container
{
	
	position:relative;
	height:490px;
	overflow:hidden;
}
.t_outside {
float:left;
	position:relative;
	background-color:#333333;
}

.t_title_holder {
	position:absolute; 
	float:left;		
	top:10px; 
	left:10px; 
	height:28px; 
	padding-right:26px; 
	margin-right:996px;
	text-align:left;
	background-image:url(../images/border_corner2.gif); 
	background-position:right bottom; 
	background-repeat:no-repeat; 
	z-index:30;
}

*html .t_title_holder {
	width:0px;
}

.t_title {
	/*position:relative;*/
	height:23px;
	padding-right:20px; 
	padding-left:20px; 
	text-align:left;
	background-color:#333333;  
	border-bottom:#FFFFFF 5px solid; 
	z-index:31;
}

.t_title h2
{
	text-align:left;
	white-space: nowrap;
	display:inline;
}

.t_close
{
	position:absolute; 
	top:10px; 
	height:28px; 
	width:56px; 
	left:454px; 
	background-image:url('../images/close_btn.gif');
	z-index:30;
}
.t_media
{

	position:absolute;
	top:10px; 
	left:10px; 
	background-color:black; 
	border:#FFFFFF 5px solid;
}

.t_description
{
	position:absolute; 
	text-align:left;
	top: 420px; 
	height:60px; 
	left:10px; 
}

.t_bkg_left {
	position:relative;
	float:left;
	width:84px;
	height:1224px;
	background-image:url(../images/topleftdots.png);
	background-position:right top;
	background-repeat:no-repeat;
}
*html .t_bkg_left {
	position:relative;
	float:left;
	width:84px;
	height:1224px;
	background-image:none;
	background-position:right top;
	background-repeat:no-repeat;
}
.video {
	position:absolute;
	left:0px;
	top:0px;
	z-index:200;
}
.t_bkg_right {
	position:relative;
	top:0px;
	float:left;
	width:84px;
	height:500px;
	background-image:url(../images/bottomrightdots.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
*html .t_bkg_right {
	position:relative;
	top:0px;
	float:left;
	width:84px;
	height:500px;
	background-image:none;
	background-position:left bottom;
	background-repeat:no-repeat;
}
.Text1b, .Text0, .Text0b, .text0b {
	color:#000000;
}