﻿/***** Global Styles *****/
body 
{
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #f7f4e4;
}
p
{
    color:#5E5F61;
    font-family:normal Georgia,"Times New Roman",Times,serif;
    font-size:14px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:1.2em;
}

a
{
	font-weight:bold;
	color:#002B36;
    font-family:normal Georgia,"Times New Roman",Times,serif;
    font-size:14px;
    text-decoration:underline;
}
a:hover{
    color:#d37722;
}
h1
{
    color:#224353;
    font-family:normal Georgia,"Times New Roman",Times,serif;
    font-size:20px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:1.2em;
}
h2
{
    color:#224353;
    font-family:normal Georgia,"Times New Roman",Times,serif;
    font-size:16px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:1.2em;
}
h3 
{
    color:#224353;
    font-family:Arial;
    font-size:14px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
}
h4
{
    color:#224353;
    font-family:Arial;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
}
h5 
{
    color:#224353;
    font-family:Arial;
    font-size:10px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
}
.text_10px
{
	font: 10px/1.2em Georgia, "Times New Roman", Times, serif;
	color: #5e5f61;
}
.text_11px
{
	font: 11px/1.2em Georgia, "Times New Roman", Times, serif;
	color: #5e5f61;
}
.text_12px
{
	font: 12px/1.2em Georgia, "Times New Roman", Times, serif;
	color: #5e5f61;
}
.text_14px
{
	font: 14px/1.2em Georgia, "Times New Roman", Times, serif;
	color: #5e5f61;
}
.text_16px
{
	font: 16px/1.2em Georgia, "Times New Roman", Times, serif;
	color: #5e5f61;
}
.error
{
	font: 13px/1.2em Georgia, "Times New Roman", Times, serif;
	color: Red;
}
.info
{
	font-family: Georgia, "Times New Roman" , Sans-Serif;
	font-size: 13px;
	font-weight:bold;
}
.informationPadding
{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px;
}
.submitConfirmation
{
	font: 13px/1.2em Georgia, "Times New Roman", Times, serif;
}
.text_results
{
	font: 16px/1.2em Georgia, "Times New Roman" , Times, serif;
}
.content_pane_header
{
	font: 20px/1.2em Georgia, "Times New Roman", Times, serif;
}
.button, .fileUploader
{
	border-right: #5e5f61 1px solid;
	border-top: #5e5f61 1px solid;
	border-left: #5e5f61 1px solid;
	border-bottom: #5e5f61 1px solid;
	background-color: #dbcfbf;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #5e5f61;
	cursor: pointer;
}

/***** Master Page Styles *****/
#outer_frame
{
	left: 50%;
	width: 1020px;
	margin-top: 0px;
	position: absolute;
	margin-left: -511px;
}
#outer_frame_header
{
	height: 20px;
	width: 1020px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(Images/outer_frame_header.gif);
}
#outer_frame_content
{
	width: 1020px;
	background-repeat: repeat-y;
	background-position: center center;
	background-image: url(Images/outer_frame_content.gif);
}
#outer_frame_footer
{
	clear: both;
	height: 20px;
	width: 1020px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(Images/outer_frame_footer.gif);
}
.inner_frame_wmenu
{
	width: 978px;
	margin-left: 20px;
	margin-right: 20px;
	background-repeat: repeat-y;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-position: center center;
	background-image: url(Images/inner_frame_background.gif);
}
.inner_frame_full
{
	width: 978px;
	margin-left: 20px;
	margin-right: 20px;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color:#97BBCE;
}

.inner_frame_header
{
	height: 9px;
	width: 978px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(Images/inner_frame_header.gif);
}
#inner_frame_content
{
	clear: both;
	width: 978px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #5e5f61;
}
#inner_frame_footer
{
	height: 1px;
	width: 978px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(Images/inner_frame_footer.gif);
}

/***** Header Styles *****/
.header
{
	width: 978px;
	height: 148px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(Images/header_background.gif);
}
.header_logo
{
	width: 200px;
	height: 148px;
	background-repeat: no-repeat;
	background-position: center center;
}
.header_menu
{
	height: 53px;
	width: 778px;
	text-align: right;
	vertical-align: bottom;
}
.header_control_panel
{
	height: 95px;
	padding-right:36px;
}

/***** Header Menu Styles *****/
#header_menu
{
	float: right;
}
.menu
{
	margin-right: 38px;
	margin-bottom: 1px;
	height: 41px;
	float:right;
}
.header_menu_display
{
	height: 35px;
	color: #c7d5de;
	cursor: pointer;
	border-top: solid 3px;
	border-top-color: #D4C92C;
	border-bottom-color: #004354;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-repeat: repeat-x;
	background-position: center center;
	font: bold 11px Georgia,"Times New Roman",Times,serif;
	background-color: #004354;
}
.header_menu_hover, .header_menu_display a:hover
{
	height: 41px;
	color: #e6eef4;
	border-top:solid 3px;
	border-top-color: #D4C92C;
	border-bottom-color: #004354;
	cursor: pointer;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-repeat: repeat-x;
	background-position: center center;
	font: bold 11px Georgia,"Times New Roman",Times,serif;
	background-color: #115b6e;
}
/***** Header Login Styles *****/
#member_login
{
    background-image:url(Images/control_panel_background.gif);
    background-position:center top;
    background-repeat:no-repeat;
    float:right;
    min-height:94px;
    margin-right:39px;
    padding-top:10px;
    width:308px;
    background-color:#003543;
    padding-bottom:5px;
}
.universityLogin
{
    background-color:#d4c933;
    background-position:center top;
    background-repeat:no-repeat;
    float:right;
    height:100px;
    margin-right:39px;
    padding-top:10px;
    width:308px;
}
.universityText 
{
    padding:5px 10px 0;
    float:left;
}
.login_h1
{
	color: #c7d5de;
	margin-left: 10px;
	text-transform: uppercase;
	font: 16px/1em Georgia, "Times New Roman", Times, serif;
}
.login_table
{
	width: 288px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.login_label
{
	width: 121px;
	color: #c7d5de;
	font: bold 10px/1em Arial, "Times New Roman" , Times, serif;
}
.login_label2
{
	padding-top: 5px;
	color: #7797a3;
	font: 10px/1em Arial, "Times New Roman" , Times, serif;
	text-decoration: underline;
}
.login_label2 a
{
	padding-top: 5px;
	color: #7797a3;
	font: 10px/1em Arial, "Times New Roman" , Times, serif;
	text-decoration: underline;
}
.login_textBox
{
	height: 14px; 
	width: 110px;
	font-Size: 11px;
	font-family: Georgia, Times New Roman, Times, serif;
}
.login_button
{
	height: 17px;
	width: 45px;
	color: #ffffff;
	font: 10px/1em Arial, "Times New Roman" , Times, serif;
	background-position: center center;
	background-image: url(Images/login_bg.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	cursor: pointer;
}
.login_buttonBlue
{
	height: 17px;
	width: 57px;
	color: #ffffff;
	font: 10px/1em Arial, "Times New Roman" , Times, serif;
	background-position: center center;
	background-image: url(/images/blueButton.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	cursor: pointer;
}
.login_failure, .login_failure a
{
	color: #ffffff;
	font: 10px/1em Arial, "Times New Roman" , Times, serif;
}
.login_failure a:hover 
{
    text-decoration:none;
}
/***** Header Control Panel Styles *****/
#member_control_panel
{
	width: 308px;
	height: 95px;
	float: right;
	margin-right: 39px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(Images/control_panel_background.gif);
}
#control_panel_header
{
	float: left;
	margin-top: 2px;
}
#control_panel_logout
{
	float: right;
	margin-top: 4px;
}
#control_panel_current_user
{
	clear: both;
	margin-top: -5px;
}
#control_panel_employee_link
{
	margin-top: -2px;
}
#control_panel_board_link
{
	margin-top: -2px;
}
#Members_Head
{
    background-image:url(Images/ad_home.jpg);
    width:100%;
	height:260px;
}
.Home_image
{
    width:100%;
	height:260px;
}
.control_panel_h1
{
	color: #c7d5de;
	margin-left: 10px;
	text-transform: uppercase;
	font: 16px/1em Arial, "Times New Roman", Times, serif;
}
.control_panel_h2
{
	color: #ffffff;
	margin-left: 10px;
	font: 10px/1.5em Arial, "Times New Roman", Times, serif;
}
.control_panel_h3
{
	color: #7797a3;
	cursor: pointer;
	margin-left: 10px;
	text-decoration: underline;
	font: 11px/1.5em Arial, "Times New Roman", Times, serif;
}
.control_panel_logout_button
{
	width: 56px;
	height: 19px;
	padding: 5px;
	margin-right: 10px;
	border-right: #5e5f61 1px solid;
	border-top: #5e5f61 1px solid;
	border-left: #5e5f61 1px solid;
	border-bottom: #5e5f61 1px solid;
	background-color: #dbcfbf;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #5e5f61;
	cursor: pointer;
	text-decoration: none;
}
/***** Content Page Styles *****/
.content_table
{
	clear: both;
	width: 978px;
}
.content_table .left_border
{
	width: 45px;
}
.content_table .left_menu
{
	width: 225px;
	vertical-align: top;
	background-color: #d3e3ea;
}
.content_table .center_border
{
	width: 11px;
}
.content_table .content_pane
{
	width: 650px;
	vertical-align: top;
	background-color: #ffffff;
	padding:5px;
	float:left;
	min-height:250px;
}
.content_table .content_pane_full
{
	vertical-align: top;
}
.content_table .content_pane_fullWhite
{
    width:100%;
	vertical-align: top;
	background-color:White;
}
.content_table .right_border
{
	width: 45px;
}
.content_table .content_padding
{
	clear: both;
	width: 632px;
	margin: 10px;
}
.content_table .content_table_header
{
	font: 20px/1.2em Georgia, "Times New Roman", Times, serif;
	color: #224353;
}

/***** Left Menu Styles *****/
#left_menu
{
	width: 225px;
	float:left;
}
.left_menu_header
{
    color:#AD520E;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:22px;
    line-height:1.2em;
    margin:20px 0 10px;
    padding-right:10px;
    text-align:right;
    text-transform:uppercase;
    padding-right:10px;
}
.left_menu_display_background
{
	width: 215px;
	color: #002B36;
	text-align: right;
	text-transform:uppercase;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	white-space:normal;
	float:left;
	padding:5px;
}
.left_menu_hover_background
{
	width: 215px;
	color: #AD520E;
	text-align: right;
	background-color: #e0ebf0;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	white-space:normal;
	float:left;
}
.left_menu_display_background a 
{
    line-height:18px;
    float:right;
}
.ctl00_ctl00_ContentPlaceHolder1_Menu1_mnuLeft_4  
{
    padding:0;
}
.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor :default;
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}
.white-space {
    white-space:normal;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 0px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 0px;
}
.modualWindow
{
	background-color:White;
	border-width:2px;
	border-color:Black;
	border-style:solid;
	padding: 10px;
}
.modalBackground
{
   background-color:#000;
   filter:alpha(opacity=10);
   opacity:0.1;
}
.Floats
{
	width: 100%;
}
	.Floats .Left
	{
		float: Left;
	}
	.Floats .Right
	{
		float: Right;
	}
	
/*Calendar*/
.Calendar
{
	background-color:#eeecec;
	border:solid 1px #666666;
}
	.Calendar .DayHeader
	{
		background-color:#333342;
		border:solid 1px #666666;
		height:5px;
		color:#ffffff;
	}
	.Calendar .DayControl
	{
		border:solid 1px #666666;
		vertical-align:top;
		padding:0px 1px 1px 0px;
	}
	.Calendar .DayControl a, .Calendar .SelectedDay a, .Calendar .OtherMonthDay a, .Calendar .CurrentDay a, .Calendar .WeekEnd a
	{
		background-color:#cfcdcd;
        border:1px solid #333333;
        float:left;
        margin:1px;
        text-decoration:none;
        vertical-align:top;
        width:20px;
        padding:2px;
        color:#666666;
	}
	.Calendar .OtherMonthDay a
	{
		float:left;
		vertical-align:top;
		text-decoration:none;
		background-color:white;
		border:solid 1px #666666;
		width:20px;
	}
	.Calendar .OtherMonthDay
	{
		background-color:#D3E3EA;
		border:solid 1px #666666;
		vertical-align:top;
		padding:0px 1px 1px 0px;
		color:White;
	}
	.Calendar .CurrentDay
	{
		background-color:#a5c6e4;
		border:solid 1px #666666;
		vertical-align:top;
		padding:0px 1px 1px 0px;
	}
	.Calendar .WeekEnd
	{
		border:solid 1px #666666;
		vertical-align:top;
		padding:0px 1px 1px 0px;
	}
	.Calendar .Title
	{
		background-color:#ffffff;
		height:5px;
	}
	.Calendar .DayControl .Event
	{
		border:1px solid #999999;
		margin:3px;
		cursor:pointer;
		padding:2px;
	}
	.Calendar .DayControl .Event a
	{
		border-style:none;
		background-color:White;
		clear:left;
		width:100%;
	}
	.Calendar .CurrentDay .Event 
	{
	    background-color:#A5C6E4;
		color:White;
		cursor:pointer;
		border-style:none;
		clear:left;
		width:100%;
	}
	.Calendar .OtherMonthDay .Event
	{
		background-color:#D3E3EA;
		clear:left;
		color:#333333;
		cursor:pointer;
		border:1px solid #999999;
		margin:3px;
		padding:2px;
	}
	.Calendar .NextPrevious 
	{
	    background-color:#ffffff;
	    font-size:10px;
	}
	.Calendar .Selector 
	{
	    background-color:#ffffff;
	}
    .SelectedDay
    {
        color:#666666;
        background-color:#ff0000;
        vertical-align:top;
    }
    .Calendar .SelectedDay .Event 
    {
        border:1px solid #999999;
        cursor:hand;
        margin:2px;
        padding:2px;
    }

.contentBoxHome {
    background:#002B36 url(/images/cnt_bg-home-bx.gif) repeat-x scroll left top;
    color:#FFFFFF;
    font-family:normal Georgia,"Times New Roman",Times,serif;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:1.2em;
    padding:10px;
    margin-bottom:10px;
}
.contentBoxHome h3 {
    color:#C7D5DE;
    font-family:normal Georgia,"Times New Roman",Times,serif;
    font-size:14px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:1.5em;
    text-transform:uppercase;
}
.contentBoxHome a:link, .contentBoxHome a:visited {
    color:#D4C92C;
    text-decoration:none;
    font-weight:normal;
}
.contentBoxHome a:hover 
{
    text-decoration:underline;
}
hr 
{
    border-color:#D5D8D7;
    border-style:solid none none;
    border-width:1px 0 0;
    height:0;
}
.titleone {
    background-color:#004354;
    color:#FFFFFF;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:11px;
    font-weight:bold;
    padding:4px 6px;
    text-decoration:none;
}
#ftrHolder {
    color:#FFFFFF;
    font-family:Verdana Arial,Helvetica,sans-serif;
    font-size:9px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:1.5em;
    padding-bottom:10px;
    padding-top:20px;
    background-color:#97BBCE;
}
#ftrHolder a:link, #ftrHolder a:visited {
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;
    font-size:9px;
    font-family:Verdana Arial,Helvetica,sans-serif;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:1.5em;
}
#ftrHolder a:hover 
{
    color:#004153;
    text-decoration:underline;
}
.ftrEM, .ftrEM a:link, .ftrEM a:visited {
    color:#004153;
    font-family:Verdana Arial,Helvetica,sans-serif;
    font-size:11px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:2em;
}
.navLeft
{
	/*border-bottom:1px dashed #97BBCE;*/
}
.LeftMenuImage
{
	margin:0px;
	float:right;
	padding-bottom:5px;
	border-bottom:1px dashed #97BBCE;
}
.LeftMenuImage
{
    padding-left:0;
}
.navContainer
{
	padding:0px;
	float:left;
	margin:0px;
}

.LeftMenu a
{
	text-decoration:none;
	font-weight:normal;
	font-size:14px;
	list-style-type:none;
}
.LeftMenu li
{
	width: 215px;
	color: #415968;
	text-align: right;
	text-transform:uppercase;
	font: 14px/1.2em Georgia, "Times New Roman", Times, serif;
	white-space:normal;
	float:left;
	border-bottom:1px dashed #97BBCE;
	padding: 5px 5px 5px;
	font-weight:normal;
	list-style-type:none;
}
.LeftMenu li:hover
{
	width: 215px;
	color: #AD520E;
	text-align: right;
	background-color: #e0ebf0;
	font: 14px/1.2em Georgia, "Times New Roman", Times, serif;
	white-space:normal;
	float:left;
}
.ProductWrapper
{
    width:100%;
    float:left;
}
.ProductWrapper td 
{
    
   
}
input[readonly] 
{
    background-color:#ccc;
    cursor:default;
}
.btnOnlineULogin a, .btnMemberLogin a
{
    background-image:url(/images/headerButtons.jpg);
    background-repeat:no-repeat;
    background-position:left top;
    width:265px;
    height:28px;
    float:right;
    margin-top:10px;
}
.btnMemberLogin a
{
    background-position:right top;
    width:199px;
}
.btnOnlineULogin a 
{
    
}
.searchField 
{
    width:400px;
    float:right;
    text-align:right;
    margin: 10px 3px 5px 0;
    clear:right;
}
.facebook, .twitter 
{
    width:20px;
    height:20px;
    float:right;
    margin:3px;
}
.loginHolder 
{
    float:right; 
    margin:15px 0 0 0; 
    font-size:13px;
    min-width:150px;
}
.loginHolder select 
{
    float: right;
    font-size: 11px;
    margin: 0 5px 0 0;
}
.loginStatus a 
{
    font-size:13px;
    float:right;
    font-weight:normal;
    margin-top:15px;
    margin-right: 3px;
}
.MenuItem 
{
    background-color:#004354;
    text-align:left;
}
.MenuItem a 
{
    min-width:150px;
    text-align:left;
    color: #C7D5DE;
    line-height:24px;
    text-transform:uppercase;
    font-size:11px;
    width:100%;
    float:left;
    padding:0 5px;
}
.MenuItem a:hover 
{
    background-color:#115b6e;
}

table.MenuItem td 
{
    font-size:11px;
}  
     
