/************************************************
This is the custom style sheet, containing styles
that will be customized for each project.
************************************************/

/************************************************
Base font style and size set here
************************************************/
body
{
	border: none;
	margin: 0px;
	padding: 0px 0 0 0px;
	background: #3a6e8f url(_gfx/cmn/body_bg.gif) top center repeat-x;
	text-align: center;
}

table
{
	font-size: 11pt;
}

body,td,th,p,select,li,ul,input,blockquote,textarea
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	line-height:16px;
	color: #333333;
}

a img
{
	border: 0px 0px 0px 0px;
}

a
{
	color:#3a6e8f;
}

a:hover
{ 
    text-decoration:none; 
}

/* Default error reporting style */
.error_message
{ 
	color: #c60;
	font-weight:bold;	
}

/* Use :after instead of clear:both because IE adds a space with clear:both */
.clearfix:after, 
.mainSpan:after, 
.contentheader:after, 
.content:after, 
.container:after, 
.container_noleftnav:after, 
.container_noleftnav_notitle:after,
.title:after
{ 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix, 
.mainSpan, 
.contentheader, 
.content, 
.container, 
.container_noleftnav, 
.container_noleftnav_notitle,
.title_right
{
	display:inline-block;
}

/* Hide from IE-mac \*/
* html .clearfix,
* html .mainSpan, 
* html .contentheader, 
* html.content, 
* html.container, 
* html.container_noleftnav, 
* html.container_noleftnav_notitle,
* html.title_right
{
	height:1%;
}

.clearfix, .mainSpan, .contentheader, .content, .container, .container_noleftnav, .container_noleftnav_notitle,.title_right
{
	display:block;
}
/* End hide from IE-mac \*/


/* Containing frame for the site */
.mainSpan_wrapper{
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: Arial;
	background: url(_gfxmadera/cmn/mainwrap_bg.jpg) top center no-repeat;
}

.mainSpan
{ 
	/*Helvetica, sans-serif;*/
	width: 900px;
	background: url(_gfxmadera/cmn/mainspan_bg.gif) top center repeat-y;
	margin: 0px auto 0px auto;
	text-align:left;
}

.width_container
{
	width: 900px;
	margin: 0;
	padding: 0;
	background: url(_gfxmadera/cmn/width_bg.gif) top center repeat-y !important;
}

.width_container_noleftnav{
	
}

/* Section 508 skip navigation menu */
.skipnav
{ 
    position:absolute; 
    top:0px; 
    left:0px; 
    z-index:10;
}

.skipnav img
{
    border:0px;
    width:1px;
    height:1px;
    display:block;
    float:left;
}

/* Container for admin control panel */
.adminSpan
{
	width:200px;
	float:right;
	text-align:left;
}

.content iframe
{
	
	width: 98%;
	_width: 100%;
	_margin-left: 20px;
	border: none;
}

iframe.external_link
{
	background: none;
}

/************************************************
Header: contains search, top links, site logo 
************************************************/
.header_wrapper
{
	padding-top: 15px;
	width: 900px;
	background: url(_gfxmadera/cmn/header_wrap.gif) 0 0 no-repeat;
}

.printonly 
{
	display: none;
}

.header
{
	width: 900px;
	background: url(_gfxmadera/cmn/header_bg.jpg) top no-repeat;
	height: 125px;
	border-top:10px solid #d9da56;
}

.header_left
{
	clear: both;
	float:left;
	width:133px;
}


.header_left a.home_link
{
	display: block;
	width: 110px;
	float: right;
	height: 90px;
	margin-top: 7px;
}


.header_right
{
	float:left;
	width:769px;
}

.header_logo
{
	height: 1px;
	width: 1px;
	border: none;
	display: none;
}

/* Top line of links */

.header_nav
{ 
	text-align:right;
	padding: 6px 0 0 0;
	color: #000000;
	font-size: 12px;	
	background: none;
	width: 584px;
	float: left;
	margin-top: 5px;
	display:block;
}

.header_nav a
{
	color: #000000; 
	text-decoration:none;
	padding: 0px 4px 0px 4px;
}

.header_nav a:hover
{
	color: #3a6e8f;
	text-decoration:underline;
}

/*UG: Added div with bg image applied to it to determine the college name*/
.collegename
{
	width: 142px;
	float:left;
	background-image:url(_gfx/nav/navleftbg.gif);
	height:30px;	
}

/* Container for search field and go button */
.searchbox
{ 
	float: left;
	position: relative;
	left: 0px;
	top: 3px;
	width: 148px;
	display:block;
}

.searchbox_textbox
{
	float:left;
	height: 18px;
	padding:4px 0px 2px 0px; 
	margin:0 0 0 25px;
	font-size:10px;
	line-height:10px;
	background:url(_gfx/cmn/searchboxBG.gif) top left no-repeat;
	color: #000000;
	width:101px;
	border:0px;
}

.searchbox_button
{
	float:left;

	
}


.quicklink 
{
    width:130px;
    height: 17px;
	font-size: 10px;
	margin: 5px 0 3px 5px;
	float: left;
	display:block;
}

.quicklink option 
{
    padding:2px;
}


/************************************************
Content section
************************************************/
/* Page content container */
.container
{ 
	width: 685px;
	float:left;
	overflow: hidden;
	
}

/* Contains breadcrumb, page title, printer friendly link */
.contentheader
{
	display:inline-table;
	width: 100%;
	background: url(_gfxmadera/int/contentheader_bg.gif) top left no-repeat;
}

.contentheader_banner
{
	display:inline-table;
	background: none;
}

.image_banner
{
	display: block;
}

.breadcrumb_wrapper
{
	padding: 17px 3px 0px 35px;	
	font-size:11px;
	background: none;
	color: #999999;
}

.contentheader_banner .breadcrumb_wrapper
{
	padding: 0px 3px 0px 15px;	
	font-size:10px;
	background: none;
	color: #006cac;
	background: #d5eaff url(_gfxmadera/int/title_bg.gif) top right repeat-y;
}

.breadcrumb{
	margin-bottom: 0px;
}
.breadcrumb a
{ 
	color: #999999;
	text-decoration: underline;
}

.breadcrumb a:hover
{
	text-decoration: none;
}

.printer_friendly, 
.forward_link, 
.rss
{
    font-size:10px;
    float:right;
    height:20px;
    text-align:left;
}

.printer_friendly{width:50px;}
.forward_link{width:60px;}
.rss{width:45px;}

.printer_friendly a, 
.forward_link a, 
.rss a
{
    display:block;
    padding-left:20px;
    text-decoration:underline;
	color:#333333;
}

.printer_friendly a{background: url(_gfx/int/print.gif) 0 0 no-repeat;}
.forward_link a{background:url(_gfx/int/email.gif) 0 0 no-repeat;}
.rss a{background:url(_gfx/int/rss.gif) 0 0 no-repeat;}

.printer_friendly a:hover, .forward_link a:hover, .rss a:hover
{
	text-decoration:none;
}

.title
{
	background: #fff;
	width:100%;
	margin: 20px 0px 5px 0px;
}

.title_right
{
	text-align:right;
	height:20px;
	padding:0px 5px 0px 0px;
	margin: 10px 20px 0px 0;
	float: right;
	width: 30%;
	border:1px solid #fff;
	
}

.title_left
{
	float: left;
	width: 65%;
}

.font_size
{
	float: left;
	color: #ededed;
	font-size: 10px;
	margin-top: 7px;
	margin-left: 8px;
}

.font_size div
{
	display: inline-block;
	width: 12px;
	height: 12px;
	cursor: pointer;
	float: left;
	margin: 0px 2px 0px 2px;
	border: solid 1px #4C8CC4;
	padding: 0 0 2px 0;
	text-align: center;
}

.font_size div.smallest
{
	font-size: 4px;
}

.font_size div.smaller
{
	font-size: 8px;
}

.font_size div.normal
{
	font-size: 10px;
}

.font_size div.larger
{
	font-size: 12px;
}

.font_size div.largest
{
	font-size: 12px;
}

.contentheader h1,
.contentheader_banner h1
{
    padding:0px 35px 3px 35px;
    margin:0px 0px 0px 0px;
	float: left;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #3a6e8f;
	line-height: 24px;
}

.contentheader h2,
.contentheader_banner h2
{
    padding:0px 0px 0px 35px;
    margin:0px 0px 0px 0px;
	float: left;
    width:530px;
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight: bold;
	color: #848484;
}

.fix_intheight
{ 
	float: 
	right; 
	width: 1px; 
	height: 300px;
}

/* Content: padding should be on content class NOT container */
.content
{ 
	padding: 5px 35px 25px 35px;
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
}

.content textarea
{
	width:525px;
}

.content ul
{
	padding:0px;
	margin:8px 0 10px 20px;
}

.content ul li
{
	padding: 2px 0px;
}

.downloadmessage
{
	clear: left;
	background: #fff url(_gfx/int/download_bg.gif) top center repeat-x;
	border:solid 1px #cbcbcb;
	text-align:center;
	width: 85%;
	margin: 10px auto;
	padding: none;
}

.downloadmessage img
{
	border:0px;
	padding:0px 0px 0px 0px;
	margin:0px 2px 0px 2px;
}

.downloadmessage p
{
	color: #4b4638;
	font-size:10px;
	padding:5px 0px;
	margin:0px;
}

.last_updated
{
	background: url(_gfx/cmn/updated.gif) top center no-repeat;
	width: 90%;	
    color:#aba28f;
    font-size:9px;
	margin: 20px auto 0px auto;
    text-align:right;
    display: none;
}

.paging
{
	margin-top:10px;
	margin-bottom:10px;
}

.footer_wrapper
{
	clear: both;
	width: 900px;
	background: url(_gfx/cmn/footer_wrap.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
	min-height:324px;
}

.footer,
.footer_home,
.footer_leftnav
{
	width:900px;
	margin: 0 auto;
	padding: 0;
	color:#ededed;
	background: url(_gfxmadera/cmn/footernoleftnav_bg.gif) top no-repeat;

}

.footer
{
	background: url(_gfxmadera/cmn/footer_bg.gif) top no-repeat;
}

.footer_home
{
	
}

.footer a, .footer_home a, .footer_leftnav a
{
	text-decoration: underline;
}

.footer a:hover, .footer_home a:hover, .footer_leftnav a:hover
{
	text-decoration: underline;
}

.footer a,
.footer_home a,
.footer p,
.footer_home p,
.footer_leftnav a,
.footer_leftnav p
{
	font-family: Trebuchet MS, Verdana, Arial, sans-serif !important;
	line-height: 13px;
	font-size: 11px;
	color: #FFFFFF;
	margin: 5px 0 0 0;
}
.footer_links
{ 
	clear: both;
	margin-left:129px;
	margin-top: 95px;
	margin-bottom:35px;
	font-size: 9px;
	float:left;
	width:770px;
	
	


}
.footer_links a
{
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	text-decoration: none;
	
}
.footer_text

{
clear:both;
	padding:0 15px 0 142px;
}

.contact_buttons
{
	clear:both;
	float:left;
	margin-left:64px;
	margin-top:7px;

}

.contact_buttons ul
{
	border:0;
	list-style-type:none;
	margin: 0;
	padding: 0;
	border:0;
	float:left;
	width:80px;
	
}
.contact_buttons li
{
	float:left;
	margin: 0;
}

.contact_buttons li a
{
	display:block;
	height:19px;
	width:24px;
	line-height:19px;
	border:0px;	
}

.contact_buttons li.phone
{
	background: url(_gfxmadera/cmn/phone.gif) no-repeat 0 0;
}

.contact_buttons li.phone a span
{
	display: none;
}

.contact_buttons li.questions
{
	background: url(_gfxmadera/cmn/questions.gif) no-repeat 0 0;
}

.contact_buttons li.questions a span
{
	display: none;
}

.contact_buttons li.email
{
	background: url(_gfxmadera/cmn/email.gif) no-repeat 0 0;
}

.contact_buttons li.email a span
{
	display: none;
}



/* Classes inside .container_noleftnav */
.container_noleftnav
{
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.container_noleftnav .contentheader
{
	background: url(_gfxmadera/int/contentheader_noleftbg.gif) top left no-repeat;
}

.container_noleftnav .breadcrumb_wrapper
{
	padding: 17px 35px 15px 35px;	
	font-size:11px;
	background: none;
	color: #999999;
}

.container_noleftnav .title
{
	background: #fefeff url(_gfxmadera/int/title_noleftbg.gif) top right no-repeat;
	width:100%;
	margin:4px 0px 0px 0px;
}

.container_noleftnav .title_left
{
	float:left;
	width:60%;
}

.container_noleftnav .title_right
{
	background: none;
	float:right;
	width:200px;
	padding:0px 10px 0px 0px;
	
}

.container_noleftnav .content
{
	width:830px;
	padding: 5px 0px 10px 35px;
	background-color:#ffffff;
}

/* Classes inside .container_noleftnav_notitle */
.container_noleftnav_notitle 
{
	background-color: #ffffff;
}

.container_noleftnav_notitle .fix_intheight{ display: none;}

.container_noleftnav_notitle .contentheader
{
    display:none;
}

.container_noleftnav_notitle .content
{
	margin:5px 20px 0px;
	padding:0px 0px 5px;
	background-color: #f1eddb;
}

/* Used for content review pages, also error page */
.container_review
{
	width: 900px;
    background-color:#ffffff;
	margin: 0;
	padding: 0 0 10px 0;
	}
	
.container_review .fix_intheight{ display: none;}

.container_review .contentheader
{
	display:none;
}

.container_review .content{ padding: 0;}

.container_review .component_title_review
{
	margin: 0px;	
	background: url(_gfxmadera/int/contentheader_noleftbg.gif) top left no-repeat;
	width: 730px;
	border-bottom: solid 3px #C5E3FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
    padding:50px 15px 3px 15px;
	color: #01507f;
	line-height: 24px;
}

.container_review .component_title_review h1
{
    padding:50px 15px 3px 15px;
    margin:0px 0px 0px 0px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #01507f;
	line-height: 24px;
}

.container_review .component_title, .container_review .component_subtitle, .container_review .component_listitem{ margin-left: 20px;}

.container_review .content > div{ padding-left: 15px;}

.container_review .component_content
{
	width: 720px;
    padding: 0px 0px;
	margin: 0 20px;
    background-color:#ffffff;
}

/* Hide review title for all except .container_review */
.container .component_title_review,
.container_noleftnav .component_title_review,
.container_noleftnav_notitle .component_title_review
{
	display:none;
}

/************************************************
Department Home Page
************************************************/
/* Don't add padding, left/right margins, or borders to these containers */
.depthome_left
{
    padding:0px;
	float:left;
	width:460px;
	margin-bottom: 15px;
}

.depthome_right
{
    padding:0px;
	float:right;
	margin: 15px 0;
	width:146px;
}

.alphabetpicker a
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size:11px;
}

/************************************************
Left navigation 
************************************************/
.banner_holder
{
	border-top:1px #a7bbc7 solid;
	border-bottom: 1px #FFFFFF solid;
}
.leftnav
{
	background-color: #f6f5e9;
	width: 215px;
	float:left;
	padding: 0 0 30px 0;
	font-size:11px;
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, Sans-Serif;
	overflow:hidden;
	border-top:4px #235574 solid;
}

.leftnav a
{
	display:block;
	padding: 4px 3px 4px 7px;
	line-height: 15px;
	/*UG: changed font color to white*/
	/*color: #8bc4e5;*/
	color: #fff;
	text-decoration:none;
	letter-spacing : 1px;
	/*UG*/
	background: #326484;
}

.leftnav a:hover,
.leftnav_node_wrapper_root .leftnav_node_haschildren a:hover
{
	color: #fff;
	background: #95846f;
	text-decoration:none;
}

.leftnav_node_wrapper
{
	border-bottom:1px solid #3a6e8f;
	background:#578cae;
	
}

.leftnav a span{
	padding-left: 9px;
	/*background: url(_gfx/nav/arrow_right.gif) no-repeat 0px 4px;*/
}


.leftnav_node_wrapper .leftnav_node a
{
	color: #fff;
	background:#578cae;
}

.leftnav_node_wrapper a span
{
	/*background: url(_gfx/nav/arrow_right_child.gif) no-repeat 0px 4px;*/
	display: block;
}

.leftnav_node_wrapper_root
{
	/*UG: no border on top*/
	/*border-top: 1px solid #618aa5;*/
	border-bottom:1px solid #497c9c;
	
}
.leftnav_node_iscurrent a{
background:none;
}
.leftnav_node_haschildren
{
}

/*UG: applied specifically to anchor tag*/
.leftnav_node_wrapper_root .leftnav_node_haschildren a
{
	background-color: #3a6e8f;
}

.leftnav_node_haschildren a span,
.leftnav_node_wrapper_root .leftnav_node_haschildren a span
{
	border-bottom: none !important;
	color: #d9da56;
	padding-left: 11px;
	background: url(_gfxmadera/nav/arrow_down.gif) no-repeat 0px 6px;
	font-weight:bold;
}

.leftnav_node_iscurrent a span
{
	color: #fff;
	background: url(_gfxmadera/nav/arrow_right_current.gif) no-repeat 0px 4px;
	font-weight:bold;	
}

.interior_left
{
	width:215px;
	padding:0;
	margin-top: 0;
	line-height: 14px;
}
.leftnav_buttonlinks{
	width: 215px;
	height: 198px;
	position: relative;
	display: block;
	list-style: none;
	margin:0px !important;
	padding:0px !important;
}

.leftnav_buttonlinks li
{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

.leftnav_buttonlinks li a
{
	display: block;
	position: relative;
	width: 215px;
	text-indent: -4000px;
}

.leftnav_buttonlinks li.apply
{ 
	top: 0px;
}

.leftnav_buttonlinks li.online
{ 
	top: 39px;
}

.leftnav_buttonlinks li.events
{ 
	top: 63px;
}

.leftnav_buttonlinks li.services
{ 
	top: 87px;
}

.leftnav_buttonlinks li.webadvisor
{ 
	top: 111px;
}

.leftnav_buttonlinks li.blackboard
{ 
	top: 135px;
}

.leftnav_buttonlinks li.library
{ 
	top: 159px;
}


.leftnav_buttonlinks li.apply a
{
	padding: 39px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 39px;
	background: url(_gfxmadera/cmn/leftnav_buttons.gif) 0 0 no-repeat;
}

.leftnav_buttonlinks li.online a{
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 24px;
	background: url(_gfxmadera/cmn/leftnav_buttons.gif) 0 -39px no-repeat;
}

.leftnav_buttonlinks li.events a
{
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 24px;
	background: url(_gfxmadera/cmn/leftnav_buttons.gif) 0 -63px no-repeat;
}

.leftnav_buttonlinks li.services a
{
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 24px;
	background: url(_gfxmadera/cmn/leftnav_buttons.gif) 0 -87px no-repeat;
}

.leftnav_buttonlinks li.webadvisor a
{
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 24px;
	background: url(_gfxmadera/cmn/leftnav_buttons.gif) 0 -111px no-repeat;
}

.leftnav_buttonlinks li.blackboard a
{
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 24px;
	background: url(_gfxmadera/cmn/leftnav_buttons.gif) 0 -135px no-repeat;
}

.leftnav_buttonlinks li.library a
{
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 39px;
	background: url(_gfxmadera/cmn/leftnav_buttons.gif) 0 -157px no-repeat;
}


.leftnav_buttonlinks li.apply a:hover
{
	background: url(_gfxmadera/cmn/leftnav_buttons.gif) -215px 0 no-repeat;
}

.leftnav_buttonlinks li.online a:hover
{
	background: url(_gfxmadera/cmn/leftnav_buttons.gif) -215px -39px no-repeat;
}

.leftnav_buttonlinks li.events a:hover
{
	background: url(_gfxmadera/cmn/leftnav_buttons.gif) -215px -63px no-repeat;
}

.leftnav_buttonlinks li.services a:hover
{
	background: url(_gfxmadera/cmn/leftnav_buttons.gif) -215px -87px no-repeat;
}

.leftnav_buttonlinks li.webadvisor a:hover
{
	background: url(_gfxmadera/cmn/leftnav_buttons.gif) -215px -111px no-repeat;
}

.leftnav_buttonlinks li.blackboard a:hover
{
	background: url(_gfxmadera/cmn/leftnav_buttons.gif) -215px -135px no-repeat;
}

.leftnav_buttonlinks li.library a:hover
{
	background: url(_gfxmadera/cmn/leftnav_buttons.gif) -215px -157px no-repeat;
}

/************************************************
Forms
************************************************/

.form
{
	height:auto;
}

.form_in_tab
{
	padding:15px 0 10px 10px;
}

.form div
{
	width:auto;
	margin-top:8px;
	margin-bottom:8px;
	clear: both;
}

.form textarea
{
	width:200px;
	height:150px;
}

.form_label
{
	padding-top:3px;
	font-weight: bold;
	height:20px;
	float: left;
	width: 150px;
	text-align: left;
	vertical-align:middle;
}

.form_field
{
	height:20px;
	float: right;
	width: 550px;
	text-align: left;
	vertical-align:middle;
}

legend
{
	font-weight: bold;
	color:#625C4D;
}

fieldset
{
	border:solid 1px #c2bca6;
}

.form_normaltextbox
{
	width:300px;	
	border: 1px solid #c2bca6;
	background-color: #fdfaed;
	height:19px;
	padding:2px 3px;
}

.form_normaldropdown
{
	width:300px;	
	border: 1px solid #c2bca6;
	background-color: #fdfaed;
	height:17px;
	padding-left:3px;	
}

.form_button
{
	background: #082956 url(_gfx/int/form_button.gif) top repeat-x;
	font-family:Tahoma, :0;
	font-size: 11px;
	font-weight:bold;
	padding: 2px;
	color: #fafafa;
	border: 1px solid #031b37;
}

.form_message, 
.form_message td
{
	color: #cc0000;
}

.form_calendarbutton
{
	vertical-align: top;
	border:0;
	cursor: pointer;
}

.backbutton
{
	padding-left: 15px;
	font-weight: bold;
	background-image: url(_gfx/back_arrow.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.backbutton a
{
}

.radeditor div
{
	margin-top:0;
	margin-bottom:0;
}


/************************************************
Site map
************************************************/
.sitemap
{
  border:solid 0 #000;
  background-color: #fff;
  padding-left:15px;
}

.sitemap img{
	padding: 0 5px 0 0;
	margin: 0;
}

.rootnode,
.parentnode,
.leafnode
{
	padding:0px;
}

.rootnode
{
	font-weight: bold;
	color: #625C4D;
} 

.rootnode a,
.parentnode a
{ 
	color: #625C4D;
	font-weight: bold;
} 

.sitemap_file
{
	list-style-image: url(_gfx/_SiteMap/file.gif);	
}

.backtotoplink
{
	padding:10px 0 10px 5px;
	font-size: 10px;
}


/************************************************
Search
************************************************/
.search
{
	border-bottom:1px solid #b2d2e9;
}

.search .paging
{ 
	text-align:center; 
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
}

.search .paging span.linkpage
{
	margin: 2px;
}
	
.search .paging a
{ 
	display:inline;
	padding:3px; 
	font-weight:normal; 
	border:1px solid #b2d2e9;
	border-top:0px;
	background-color:#f4f9fd;
	text-decoration:none;
	background-image:url(_gfx/cmn/search_link_bg.gif);
	background-repeat: repeat-x;
	_background-position:0 1px; /* for IE only */
	font-size:10px; 
	font-weight:bold;
}
	
.search .paging a:hover
{
	background:#ffffff;
	border-top:1px solid #b2d2e9;
}


.search_title
{	
	display:none;
}

.search_result,
.search_result_alternate
{
	padding: 10px 0 0 10px;
	border-top:1px solid #b2d2e9;
	border-bottom:0;
}

.search_result_alternate
{
	background-color:#f4f9fc;
}

.search_result_title
{
	font-weight:bold;
	font-size:12px;
}

.search_result_location
{}

.search_result_location_field
{
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}

.search_result_synopsis
{
	padding:0;
	/*display:none;*/
}

.search_result_synopsis span.term1,
.search_result_synopsis span.term2,
.search_result_synopsis span.term3
{
	color: #000;
	font-weight: bold;
}

.search_result_synopsis span.term1
{
	background-color: #FFFF66;
}

.search_result_synopsis span.term2
{
	background-color: #A0FFFF;
}

.search_result_synopsis span.term3
{
	background-color: #99FF99;
}


.search_result_synopsis_highlight
{
	background-color:#fcffcc;
	/*display:none;*/
}

.search_result_info
{
	padding-left:10px;
	padding-bottom:10px;
}

.search_result_info_field
{}

.advanced_search
{
	margin-bottom:10px;
	text-align:center;
}

.advanced_search label
{
	font-weight:bold;
}

.advanced_search_textbox
{	
    width:120px;
}

.autosuggestion div
{
	padding: 0 0 20px 12px;
}

.autosuggestion div span.best_alternative
{
	color: #ff3333;
}

.autosuggestion a.advanced_search_link
{
	position: absolute;
	margin: -10px  0 0 630px;
	font-size: 10px;	
}

/**************************
new advanced search styles
***************************/
.search_summary
{
	font-weight:bold;
	font-size:10px;
	padding:0px 10px 6px 10px;
}

.search_features
{
	padding: 10px 15px 10px 15px;
	background-color: #F2FBFA;
	border-top: solid 1px #B2D2E9;
	border-bottom: solid 1px #B2D2E9;
}
.advanced_searchbox
{
	float: left;
	width: 40%;
}

.advanced_searchbox p
{
	margin: 0 0 5px 0;
}

.advanced_searchbox input.textfield
{
	width: 220px;
	border: solid 1px #BDD0D7;
}

.adsearch_button
{
	position: absolute;
	margin: -23px 0px 0px 293px;
	_margin: -30px 0px 0px 293px;
}

.sort_container
{
	float: left;
}

div.sort_items
{
	border-top: dashed 1px #C1CCD2;
	border-bottom: dashed 1px #C1CCD2;
	padding: 4px 0;
	margin: 8px 0px 14px 0px;
	font-weight: normal;
}

div.sort_items span.item
{
	margin: 0px 6px;
	padding: 0 0 0 18px;
	background-image: url(_gfx/cmn/searchbullet.jpg);
	background-repeat: no-repeat;
}

div.sort_items span.item a
{
	display: inline-block;
	height: 15px;
	font-weight: bold;
	color: #6C655D;
}

.sort_container,
.sort_container_inline
{
	font-weight: bold;
	overflow: hidden;
}

.sort_container_inline div.sort_title
{
	float: left;
	clear: left;
	width: 145px;
	margin-top: -1px;
}

.sort_container_inline div.sort_items
{
	float: left;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

.sort_container br.clear
{
	display:none;
}

.sort_container_inline br.clear
{
	clear: both;
}

.search_features a.advanced_search_link
{
	position: absolute;
	margin: -30px  0 0 630px;
	font-size: 10px;
}


/************************************************
Google Search
************************************************/
.gs-result, .gs-webResult
{
	border-bottom:1px solid #b2d2e9;
}

.gs-title
{	
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
}

.gs-snippet
{
	padding: 10px 0 0 10px;
	border-top:1px solid #b2d2e9;
	border-bottom:0;
}

.gs-visibleUrl-long { display:block; }
.gs-visibleUrl-short { display:none; }
table.gsc-branding { display:none; }
td.gsc-branding-text { display:none; }
div.gsc-branding-text { display:none; }
td.gsc-branding-img { display:none; }
a.gsc-branding-clickable { display:none; }
.gsc-keeper{ display:none; }
.gsc-result div.gs-watermark { display: none; }
.gsc-resultsHeader { display: none; }

/*****************************************
Calendar month view
*****************************************/
.calendar_filter
{
    margin:5px 0px 20px 0px;
    text-align:center;
}

.calendar_filter select
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:11px;
    width:180px;
}

.calendar_wrapper
{
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	width:830px;
}

.calendar
{
	width:100%;
	border: 1px solid #fff;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.calendar_dayheader
{
	height: 1px;
	color: #fff;
	background-color: #a29684;
	font-weight: bold;
	font-size: 11px;
	padding: 4px 0px;
	text-transform: uppercase;
	border: 1px solid #a29684;
}

.calendar_selector
{
	color:#ffffff;
	background-color:#efdC9e;
	font-size:9px;
	font-weight:bold;		
}

.calendar_title td
{
	padding: 10px 0px 12px 0px;
	background-color:#ffffff;
	font-family: Verdana, Arial,Helvetica,san-serif;
	font-size: 22px;
	font-weight: bold;
	color: #3a6e8f;
	width:70%;
}

td.calendar_nextprev
{
	width:200px !important;
}

.calendar_nextprev a
{
    font-size:10px;
	color:#3a6e8f !important;
}

.calendar_day,
.calendar_today,
.calendar_weekendday,
.calendar_selectedday,
.calendar_othermonthday 
{
	text-align:left;
	vertical-align: top;
	font-family: Arial, Helvetica, san-serif;
	font-size:18px;
	line-height:25px;
	font-weight:bold;
	padding: 3px 3px 3px 3px;	
	width: 95px;
	height:100px;
	border: 1px solid #cbcbcb;
}

.calendar_day a,
.calendar_today a,
.calendar_weekendday a,
.calendar_selectedday a,
.calendar_othermonthday  a
{
	color: #3a6e8f;
	padding: 0 5px 8px 5px;
	margin:0px 0;
}

.calendar_day,
.calendar_weekendday
{
	background: #fff;
	color:#7b7a7a;
}

.calendar_othermonthday
{
	background:#eae8e8;
	color:#b7b6b6;
}

.calendar_today
{
    background: #f6f5e9;
	color:#578cae;
}

.calendar_selectedday
{
	background-color:#f2C532;
	color:#999999;
}

.calendar_eventtime
{
	color:#666666;
	font-size:10px;		
	font-weight: normal;	
	line-height:11px;
	margin:0px 0 0 0;
	padding: 0px 0 0 0 !important;
}

.calendar_eventlink
{
	font-size:10px;		
	font-weight: normal;
	line-height:11px;
	display:block;
	padding:0px 0 0px 0;
	margin:0px 0 ;
}

.calendar_allinone .listtable
{
	width:720px;
}

/*************************************************
Component detail 
*************************************************/
.component_title
{
    padding:5px 0px 0px 0px;
    margin:0px 0px 2px 0px;
    width:95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight: bold;
	color: #01639b;
}

.component_subtitle
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 2px 0px;
    width:95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	font-weight: normal;
	color: #01639b;
}

.component_back
{
	margin:0px 0px 10px 0px;
}

.component_listitem
{
	padding: 0 0 15px;
	width:400px;
}

.component_listitem div
{
	padding: 0 0 4px;
	width:400px;
}

.component_listitem_header
{
	font-weight: bold;
	width:100px;
	vertical-align: top;
}

.component_listitem_content
{
	width:300px;
	vertical-align: top;
}

.component_content p
{
	font-size: 11px;
	line-height: 20px;
}

/************************************************
Link List
************************************************/
.link_name a
{
    padding-left:10px;
    background-image:url(_gfx/cmn/link_list_arrow.gif);
    background-repeat:no-repeat;
    background-position: 0 4px;
}

.link_content
{
	padding-left:10px;
	display:block;
}

.link_content img
{
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
}

/************************************************
Lists, including DataGrid classes
************************************************/
/* For links on top of page */
.topselector
{
	margin: 10px 0;
}

/* For dropdown filters */
.filter
{
	margin: 10px 10px 25px 0px;
}

.filter select
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	width:180px;
}

.timing
{
}

.listtable
{
	width:550px;
	border:1px solid #a29684 !important;
	background-color:#ffffff;
	border-collapse:separate;
	margin: 10px 0;
}

.listtable th
{
	background-color: #a29684;
	padding:4px;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	text-transform:uppercase;
	border:0px;
}

.listtable_header a
{
	color:#ffffff;
}

.listtable td
{
	border:0;
	border-top:1px solid #c3bfa7;
	padding:4px;
	margin:0;
}

.listtable tr:hover
{
	background-color:#f6f5e9;
}

.listtable_buttoncolumn
{
	width: 70px;
	font-size: 9px;
}

.listtable_buttoncolumn input
{
	background-image: url(_gfx/button_bg.gif);
	font-size: 10px;
	padding: 2px;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4 #949494 #828282 #c2c2c2;
}

.listtable_checkboxcolumn
{
	padding:0px;
	width:1px;
}

.listtable_checkboxcolumn input
{
	margin-left:-2px;
	margin-top:-3px;
}

.listtable_row_on
{
	background-color:#e4f1ff;
}

.listtable_row_off
{
	background-color:#ffffff;
}

/************************************************
Plain lists
************************************************/
.listcomponent
{
	border:solid 0px #ffffff;
}

.listcomponent th
{
	display:none;
}

.listcomponent td
{
	border:0px;
	padding:4px 4px 10px 0;
	margin:0px;
}

.listcomponent img {margin: 0;}

/************************************************
Image-using item list 
************************************************/
.righttable
{
    width:200px;
	border:1px solid #007799;
	border-collapse: separate;
}

.righttable th
{
	background-color: #007799;
	padding:3px;
	border:0;
	text-transform:uppercase;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	height:20px;
	font-size:9px;
}

.righttable_header a
{
	color:#ffffff;
}

.righttable td
{
    border:0;	
	border-top:1px solid #dadada;
	padding:3px;
	margin:0;
	font-size:10px;
}

.righttable tr:hover
{
	background-color:#fffcee;
}

.righttable_buttoncolumn
{
	width: 30px;
	font-size: 9px;
}

.righttable_buttoncolumn input
{
	background-image: url(_gfx/button_bg.gif);
	font-size: 10px;
	padding: 4px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #D4D4D4 #949494 #828282 #C2C2C2;
}

.righttable_checkboxcolumn
{
	padding:0;
	width:1px;
}

.righttable_checkboxcolumn input
{
	margin-left:-2px;
	margin-top:-3px;
}

.righttable_row_on
{
	background-color:#e4f1ff;
}

.righttable_row_off
{
	background-color:#ffffff;
}

/************************************************
FAQ List
************************************************/
.listfaq
{
	width:540px;
	padding:0;
	border-collapse: separate;
	background-color:#f4f9fd;
	border:1px solid #bcb599;
}

.listfaq td
{
	padding:4px;
	border:none;
}

.listfaq_answers
{
	width:540px;
	padding:0;
	border-collapse: separate;
}

.listfaq_answers td
{
	padding:4px;
	font-size: 12px;
	line-height: 20px;
}

.listfaq_q
{
	font-weight:bold;
}

.listfaq_a p, .listfaq_a ul
{
	margin-top:0px;
}

.listfaq_a_left
{
	float:left;
	width:20px;
	font-weight:bold;
}

.listfaq_a_right
{
	float:left;
	width:445px;
	margin:0px 0px 0px 0px;
}

/* Component list pagers*/
.listtable_pager,
.listcomponent_pager,
.listfaq_pager
{
	text-align:right;
	font-size:10px;
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:10px;
	border-top:1px solid #bcb599;
}

.listtable_pager span,
.listcomponent_pager span,
.listfaq_pager span
{
	font-size:10px;
}

.listtable_pager a,
.listcomponent_pager a,
.listfaq_pager a
{
	display:inline;
	padding:3px; 
	border:1px solid #bcb599;
	border-top:0px;
	background-color:#f4f9fd;
	text-decoration:none;
	background-image:url(_gfx/cmn/search_link_bg.gif);
	background-repeat: repeat-x;
	_background-position:0 1px; /* for IE only */
	font-size:10px; 
	font-weight:bold;
}

.listtable_pager a:hover,
.listcomponent_pager a:hover,
.listfaq_pager a:hover
{
	background:#ffffff;
	border-top:1px solid #b2d2e9;
}

.listcomponent_pager
{
	text-align:left;
}


/************************************************
Link List
************************************************/

.listlink
{
	width:540px;
	padding:0;
	border-collapse: separate;
}

.listlink td
{
	padding:4px;
	border:none;
}


/***********************************************
E-Notifier
***********************************************/
.tag_div
{
	padding: 10px 0 20px;
}

.area_div
{
	padding: 5px 0;
}

/************************************************
Form/Survey Component
************************************************/
.survey_title
{
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 2px 0;
	margin: 0;
}

.form_list_title
{
	display:none;
}

/*
Specify width if needed; since Survey control 
will render a set of nested tables with width="100%"
*/
div.survey_container
{

}

/************************************************
Staff Directory
************************************************/
.staff_column_div
{
	margin:10px 0px 0px 0px;
	width:560px;
	display:block;
	position:relative;
	float:left;
}

.staff_thumbnail_span
{
	float:left;
	width:105px;
}

.staff_thumbnail_span img
{
	padding:0px;
	margin:0px 0px 10px 0px;
	border-width:1px;
	border-style:solid;
}

.staff_listitem_span
{
	float:right;
	width:450px;
	margin:0px 0px 10px 0px;
}

.staff_component_title
{
    padding:5px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    width:95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight: bold;
	color: #01639b;
}

/************************************************
Department boxes
************************************************/
.box_container
{
	margin-left:20px;
	border: 1px solid #cbcbcb;
	font-size:10px;
	line-height:12px;
	background: url(_gfx/int/deptbox_bg.gif) top center no-repeat;
}

.box_title
{
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	padding:6px;
	background:#d9da56;
	border-bottom:3px solid #f6f5e9;
}

.box_list
{
    padding: 8px ;
}

.box_list a
{
	text-decoration:underline;
	font-size:11px;
	color:#999999;
}

.box_list a:hover
{
	text-decoration:none;
}

.box_list p
{
	margin: 6px 0;
	padding:0;
	text-align:center;
	font-size:11px;
}

.box_item_title
{
	padding-top:2px;
    padding-bottom:6px;
    clear:both;
}

.box_item_date
{
	margin-top:-4px;
    padding-bottom:8px;
    clear:both;
	color:#999999;
}

.box_bottomlink{
	padding-top: 0px;
}

.box_bottomlink a,
.box_bottomlink a:hover
{
    font-size:11px;
    display:block;
    text-align:right;
    padding:8px;
}

.box_bottomlink a img{
	border: none;
}

/******************************************
Photo Album 
******************************************/
.album_item
{
	margin-bottom:20px;
	text-align:center;
}

.album_thumb
{
	background-position: top center;
	background-image: url(_gfx/album/exported_group.jpg);
	overflow: hidden;
	width: 260px;
	height:152px;
	max-height:130px;
	padding-top:22px;
	background-repeat: no-repeat;
    
}

.album_thumb img
{
	width: 160px;
	height: 110px;
	position:relative;
	left:0px; 
	border:0px;
	display:block;
	margin:0px auto;
	overflow: hidden;
}

.album_name
{
	text-transform:uppercase;
	font-weight:bold;
}

.album_details
{
    font-size:9px;
}

.photo_item
{
    padding:20px;
    text-align:center;
    vertical-align:top;
}

.photo_thumb
{
    background-position: top center;
    background-image: url(_gfx/album/single_photo.gif);
    overflow: hidden;
    width:240px;
    height:240px;
    background-repeat: no-repeat;
    padding-top:50px;
    max-height: 190px;
    margin: 0 auto;
}

.photo_thumb img
{
    display:block;
    overflow: hidden;
    margin: 0 auto;
}

.photo_detail
{
    text-align:center;
}

.photo_name
{
}

.slideshow_link
{
    float:right;
    font-weight:bold;
    font-size:smaller;
    width:140px;
	background: #082956 url(_gfx/int/form_button.gif) top repeat-x;
   	border: 1px solid #031b37;
 text-align:left;
    margin:0px 0px 0px 10px;
}

.slideshow_link a
{
    display:block;
    padding:4px 3px 4px 27px;
	color: #fafafa;
    background-image:url(_gfx/album/slideshow.gif);
    background-repeat:no-repeat;
    background-position:7px 7px;
    font-size:9px;
}

.slideshow_nav
{
    text-align:center;
}

.rss_button
{
	float: right;
	margin:-30px auto 0px auto;
}


/************************************************
Map
************************************************/
.map_size
{
	width:500px;
	height:300px;
}

/************************************************
Home Page
************************************************/
/* Images w/o display:block in IE add a bottom margin */ 
.home_collage
{
	height: 348px;
	width: 900px;	
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 0;
	clear: both;	
}

.home_collage img
{
	display: block;
}

.home_collage #imgHidden
{
	position: absolute;
	z-index: 1;
}

.home_collage #imgSlide
{
	position: absolute;
	z-index: 2;
}

.home_boxes
{
	position: absolute;
	z-index: 1;
	margin: 16px 0px 0px 544px;
}

.important_alert_wrapper
{	
	position: absolute;
	z-index: 2;
	margin: 15px auto 0 230px;
	padding: 0px 0px 20px 15px;
	width: 446px;
	height: 216px;
	overflow: hidden;
	background: url(_gfx/home/important_bg.gif) 0 0 no-repeat;	
}

.important_alert_wrapper .box_title,
.important_alert_wrapper .box_bottomlink
{
	display: none;
}

.important_alert_wrapper .box_list
{
	margin-top: 60px;
}

.important_alert_wrapper .box_item_title
{
	margin-left: 20px;
	margin-right: 20px;
}

.important_alert_wrapper .box_item_title a,
.important_alert_wrapper .box_item_title a:hover
{
	font-weight: normal;
	color: #93836d;
	font-size:12px;
}

.important_alert
{
	padding: 0;
	margin: 5px 0px 0 0;
	width: 446px;
	height: 216px;
	overflow: hidden;
	background: url(_gfx/home/important_bg.gif) 0 0 no-repeat;
}

.spotlight{
	padding: 0px;
	width: 206px;
	height: 85px;
	overflow: hidden;
	background: url(_gfxmadera/home/spotlight.gif);
	z-index: 1;
}

.spotlight a, .didyou a{
	text-decoration: none;
}

.spotlight a:hover, .didyou a:hover
{
	text-decoration: underline;
}

.didyou
{
	padding: 0;
	margin: 5px 10px 0 0;
	width: 206px;
	left: 544px;
	height: 87px;
	overflow: hidden;
	background: url(_gfxmadera/home/didyou.gif);
}

.spotlight p, .didyou p, .important_alert p{
	margin: 38px 10px 10px 20px;
	line-height: 14px;
	font-size: 11px;
}


.weather
{
	position: absolute;
	z-index: 3;
	margin: 198px 0px 0px 550px;
}

*html .weather{ margin-top: 190px;}

.weather
{
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #141b5c;
	font-weight: bold;
}

.weather a
{
	color: #BD970F;
}
.weather img
{
	position: relative;
	top: 10px;
}

.home_columns
{
	padding: 0;
	width:900px;
	height:auto;
	min-height:210px;
	background: url(_gfxmadera/home/columns_bg.jpg) top no-repeat;
}

.home_left
{
	width:267px;
	float:left;
	padding:0;
	margin-top: 0;
	line-height: 14px;
	overflow: hidden;
}

.home_buttons_links
{
	width: 282px;
	height: 218px;
	position: relative;
	display: block;
	list-style: none;margin:0px !important;padding:0px !important;
}

.home_buttons_links li
{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

.home_buttons_links li a
{
	display: block;
	position: relative;
	width: 282px;
	text-indent: -4000px;
}

.home_buttons_links li.apply{ top: 0px;
}
.home_buttons_links li.online{ top: 51px;
}
.home_buttons_links li.events{ top: 75px;
}

.home_buttons_links li.services{ top: 99px;
}

.home_buttons_links li.webadvisor{ top: 122px;
}
.home_buttons_links li.blackboard{ top: 147px;
}
.home_buttons_links li.library{ top: 171px;
}


.home_buttons_links li.apply a
{
	padding: 51px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 50px;
	background: url(_gfxmadera/home/home_buttons.gif) 0 0 no-repeat;
}

.home_buttons_links li.online a
{
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 24px;
	background: url(_gfxmadera/home/home_buttons.gif) 0 -51px no-repeat;
}

.home_buttons_links li.events a
{
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 24px;
	background: url(_gfxmadera/home/home_buttons.gif) 0 -75px no-repeat;
}

.home_buttons_links li.services a
{
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 24px;
	background: url(_gfxmadera/home/home_buttons.gif) 0 -99px no-repeat;
}

.home_buttons_links li.webadvisor a
{
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 24px;
	background: url(_gfxmadera/home/home_buttons.gif) 0 -122px no-repeat;
}

.home_buttons_links li.blackboard a
{
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 24px;
	background: url(_gfxmadera/home/home_buttons.gif) 0 -147px no-repeat;
}

.home_buttons_links li.library a
{
	padding: 48px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 24px;
	background: url(_gfxmadera/home/home_buttons.gif) 0 -171px no-repeat;
}



.home_buttons_links li.apply a:hover
{
	background: url(_gfxmadera/home/home_buttons.gif) -282px 0 no-repeat;
}

.home_buttons_links li.online a:hover
{
	background: url(_gfxmadera/home/home_buttons.gif) -282px -51px no-repeat;
}

.home_buttons_links li.events a:hover
{
	background: url(_gfxmadera/home/home_buttons.gif) -282px -75px no-repeat;
}

.home_buttons_links li.services a:hover
{
	background: url(_gfxmadera/home/home_buttons.gif) -282px -99px no-repeat;
}

.home_buttons_links li.webadvisor a:hover
{
	background: url(_gfxmadera/home/home_buttons.gif) -282px -122px no-repeat;
}

.home_buttons_links li.blackboard a:hover
{
	background: url(_gfxmadera/home/home_buttons.gif) -282px -147px no-repeat;
}

.home_buttons_links li.library a:hover
{
	background: url(_gfxmadera/home/home_buttons.gif) -282px -171px no-repeat;
}


.home_left span.home_title
{
	font-weight:bold;
	display:block;
}

.home_left .box_title
{
	display: none;
}

.home_middle
{
	width: 286px;
	float: left;
	padding: 0;
	margin:0 3px 0 0;
	line-height: 14px;
	background: url(_gfx/home/boxBG.jpg) top center no-repeat;
}

.home_middle .box_title
{
	display: none;
}

.home_right
{
	width:286px;
	float:left;
	padding:0;
	background: url(_gfx/home/boxBG.jpg) top center no-repeat;
}

.home_right_links
{
	width: 175px;
	height: 240px;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	list-style: none;
}

.home_right_links li
{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

.home_right_links li a
{
	display: block;
	position: relative;
	width: 165px;
	height: 40px;
	text-indent: -4000px;
}

.home_right_links li.direct{ top: 40px;}
.home_right_links li.connect{ top: 80px;}
.home_right_links li.roads{ top: 120px;}
.home_right_links li.maps{ top: 160px;}
.home_right_links li.photos{ top: 200px;}

.home_right_links li.making a
{
	background: url(_gfxmadera/home/button_1.gif) 0 0 no-repeat;
}

.home_right_links li.direct a
{
	background: url(_gfxmadera/home/button_2.gif) 0 0 no-repeat;
}

.home_right_links li.connect a
{
	background: url(_gfxmadera/home/button_3.gif) 0 0 no-repeat;
}

.home_right_links li.roads a
{
	background: url(_gfxmadera/home/button_4.gif) 0 0 no-repeat;
}

.home_right_links li.maps a
{
	background: url(_gfxmadera/home/button_5.gif) 0 0 no-repeat;
}

.home_right_links li.photos a
{
	background: url(_gfxmadera/home/button_6.gif) 0 0 no-repeat;
}

.home_right_links li.making a:hover
{
	background: url(_gfxmadera/home/button_1.gif)  -165px 0 no-repeat;
}

.home_right_links li.direct a:hover
{
	background: url(_gfxmadera/home/button_2.gif)  -165px 0 no-repeat;
}

.home_right_links li.connect a:hover
{
	background: url(_gfxmadera/home/button_3.gif)  -165px 0 no-repeat;
}

.home_right_links li.roads a:hover
{
	background: url(_gfxmadera/home/button_4.gif)  -164px 0 no-repeat;
}

.home_right_links li.maps a:hover
{
	background: url(_gfxmadera/home/button_5.gif)  -164px 0 no-repeat;
}

.home_right_links li.photos a:hover
{
	background: url(_gfxmadera/home/button_6.gif) -164px 0 no-repeat;
}

/************************************************
Home boxes
************************************************/
.home_events .box_bottomlink, .home_news .box_bottomlink
{

}

.home_events .box_bottomlink a img, 
.home_news .box_bottomlink a img
{
	border: none;
}

.home_events .box_list
{
	/*height: 160px;*/

}

.home_news .box_list
{
	/*height: 165px;*/
}

.home_events .box_item
{
	clear: both;
	display: block;
	padding: 0 0 5px 0;
}

.home_events .box_list, .home_news .box_list
{
	padding:10px 37px 10px 37px;
	margin-bottom: 10px;
	overflow:hidden;
	color: #464749;	
	line-height: 14px !important;

}

.home_events .box_title, .home_news .box_title
{
	display: block;
	height: 25px;
	margin: 56px 0 0 34px;
	text-align:left;
	text-indent: -4000px;
}

.home_events .box_title
{
	background: url(_gfx/home/events_title.gif) 0 0 no-repeat;
}

.home_news .box_title
{
	background: url(_gfx/home/news_title.gif) 0 0 no-repeat;
}

.home_events .box_item_title, .home_news .box_item_title
{
	font-size:12px;
	padding: 0;
	/*margin-bottom: 8px;*/
	margin-bottom: 2px;
	display: block;
}

.home_news .box_item_title
{
	margin-bottom: 8px;
}

.home_events .box_item_date
{
	display: block;
	float: left;
	padding: 0;
	margin:0;
    font-size:12px;
	color: #93836d;
	font-weight: bold;
	margin-bottom: 6px;		
}

.home_news .box_list a, .home_events .box_list a
{
	color: #93836d;
	font-weight: normal;
	text-decoration:underline;
}

.home_news .box_list a:hover, .home_events .box_list a:hover

{
	text-decoration:none;
}

.home_news .box_bottomlink, .home_events .box_bottomlink{ background: none;}

.home_events .box_bottomlink a, .home_news .box_bottomlink a
{
	display: block;
	position: relative;
	padding: 0;
	height: 25px;
	text-align: left;
	text-indent: -4000px;
}

.home_events .box_bottomlink a{	left: 70px;
 	background: url(_gfx/home/events_button.gif) 0 0 no-repeat;}
.home_news .box_bottomlink a{ left: 110px;
 	background: url(_gfx/home/news_button.gif) 0 0 no-repeat;}

.home_events .box_bottomlink a:hover, .home_news .box_bottomlink a:hover
{
	text-decoration: none;
	text-align: left;
	padding: 0;
	text-indent: -4000px;
}

a.external_link
{
	display: inline-block;
	padding-right:18px;
	background-image:url(_gfx/int/external_link.gif);
	background-position:right;
	background-repeat:no-repeat;	
	zoom: 1;	
}

/******Weather component***/
.weather_button
{
	margin:5px 0px 0px 50px;
}

.weather_button img
{
	border:0px;
}

.forecast_item
{
	text-align: center;
	float: left;
	border: solid 2px #2466BF;
	height: 180px;
	width: 87px;
	margin: 5px;
	overflow: hidden;
	line-height: 18px;
	background-color:#fff;
}

.forecast_item img
{
	width: 79px;
	height: 49px;
}

.forecast_container
{
	padding: 20px;
}

.weather_home_icon 
{
	width: 79px;
	height: 49px;
}

.weather_home_icon img
{
	margin-top:7px;
	border:0px;
}



/******Facility component***/
.facility_header_cell{
	font-weight:bold;
}

td.facility_detail li {
	margin: 0px;
	padding:0px;
	line-height:15px;
}

td.facility_thumbnail img 
{
	float:left;
	margin:0px 10px 10px 0; 
	border:1px solid #032C48;
}

td.facility_thumbnail 
{
	vertical-align:top;
}

.facility_detail 
{
	margin:10px;float:left;
}

.facility_detail a 
{
	font-weight:bold
}

.hiddenaddress
{
	display: none;
}







.captcha img
{
	padding:0;
	margin:0;
	float:left;
}

.captcha #LBD_CaptchaDiv
{
}

.captcha #LBD_CaptchaImage
{
	border: 1px solid #c2bca6;
}