﻿/* -------------------------- HTML TAGS -------------------------- */
HTML, BODY
{
	width:100%;
	padding:0;
	margin:0;
	background-attachment:fixed;
	background-color:#FFFFFF;
/*
	background-image:url(../i/bg.png);
	background-position:top center;
	background-repeat:repeat-y;
*/
	color:#000000;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:small;
}

FORM
{
	margin-top:2px;
}

IMG
{
	border:0px;
	border-collapse:collapse;
}

/* ------------------------ LAYOUT CLASSES ---------------------- */
HTML, .mlcol, .mrcol, .scolt, .scolb, #base
{
	background-color:#FFFFFF;
}

.mlcol, .mrcol
{
	background-image:url(../i/shadow_b.png);
	background-position:top;
	background-repeat:repeat-x;
}

.mcol
{
	width:940px;
}

.mmcol
{
	padding:0;
}

.scolt
{
	height:50px;
	width:50px;
	background-image:url(../i/shadow_rc.png);
	background-repeat:no-repeat;
	padding:0;
}

.scolb
{
	width:50px;
	background-image:url(../i/shadow_r.png);
	background-repeat:repeat-y;
	padding:0;
}

#header, #header TD, #menu, #menu TD, #main, #main TD, #base, #base TD, #base_shadow, #base_shadow TD
{
/*
	border-collapse:collapse;
	margin:0;
	padding:0;
*/
}

#menu, #menu TD, #main, #base, #base TD, #base_shadow, #base_shadow TD, #header, #header TD
{
	border-collapse:collapse;
	margin:0;
	padding:0;
}

#header
{
	margin:auto;
	width:880px;
}

#header_middle_panel
{
	background-image:url(../i/white_grad_90.png);
	background-repeat:repeat;
}

#header_top_panel
{
	height:10px;
}

#header_middle_panel
{
	border-top:1px solid #2d72b4;
	border-bottom:1px solid #2d72b4;
	height:150px;
}

#header_bottom_panel
{
	line-height:10px;
}

#header_logo
{
	width:200px;
}

#header_text
{
	text-align:right;
	padding-left:130px;
	padding-top:90px;
	color:#009CC5;
	font-size:48px;
	line-height:54px;
	font-family:Tahoma, Arial;
}

#head_panel
{
	width:100%;
}	

#menu
{
	width:180px;
	padding:5px;
	font-size:11px;
}

#main, #base, #base_shadow, #footer
{
	width:100%;
}

.mmcol
{
	border-left:1px solid #031F73;
	border-right:1px solid #031F73;
	border-bottom:1px solid #031F73;
}

.main_left_col
{
	vertical-align:top;
	padding:0;
}

.main_right_col
{
	vertical-align:top;
	padding:0;
	width:200px;
}

#panel_info
{
	margin:auto;
	width:886px;
	border:1px solid #1C3A6E;
	padding:0;
	border-collapse:collapse;
	font-size:8pt;
}

#panel_info TD
{
	padding-left:8px;
}

/* -------------------------- HEADER -------------------------- */
#hdr_logo, #hdr_mid, #hdr_right, .men_sep, .men_item
{
	float:left;
}

#hdr_logo
{
	height:150px;
	width:150px;
	margin-left:10px;
	background-image:url(../i/hd_logo.png);
}

#hdr_mid
{
	width:330px;
}

#hdr_right
{	
	height:150px;
	width:450px;
	text-align:right;
	vertical-align:bottom;
}

.hdr_title
{
	padding-top:50px;
}

.men_sep, .men_sep_r
{
	width:6px;
	height:42px;
	background-image:url(../i/menu_div.gif);
}

.men_item, .men_item_r
{
	line-height:40px;
	padding-left:15px;
	padding-right:15px;
	font-family:Segoe UI, Verdana, Arial;
	font-size:9pt;
	font-weight:bold;
	color:#FFFFFF;
}

.men_sep_r, .men_item_r
{
	float:right;
}

.men_marg_r
{
	float:right;
	line-height:40px;
	width:50px;
}

.men_item A, .men_item_r A
{
	color:#FFFFFF;
	text-decoration:none;
}

.men_item A:hover, .men_item_r A:hover
{
	color:#CCCCCC;
}

/* -------------------------- FOOTER -------------------------- */
div#footer_top
{
	height:26px;
	width:100%;
	background-image:url(../i/base.jpg);
	background-repeat:no-repeat;
}

.footer_pad
{
	height:10px;
}

div#footer_left
{
	margin-left:40px;
	float:left;
}

div#footer_right
{
	margin-right:40px;
	float:right;
}

.footer_text
{
	width:100%;
	text-align:center;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	vertical-align:middle;
}

.bls
{
	height:50px;
	width:50px;
	background-image:url(../i/shadow_blc.png);	
}

.bms
{
	height:50px;
	background-image:url(../i/shadow_b.png);
	background-repeat:repeat-x;
}

.brs
{
	height:50px;
	width:50px;
	background-image:url(../i/shadow_brc.png);
}

/* ---- PANEL ---- */
.panel_body
{
	width:100%;
	border-collapse:collapse;
	padding:0;
	margin:0;
	font-family:Verdana, Arial;
	font-size:8pt;
}



.panel_header, .panel_header_c
{
/*
	background-image:url(../i/menu_back.gif);
*/
/*	background-image:url(../i/menu_back_sm.png);
	line-height:24px;
	font-family:Segoe UI, Verdana, Arial;
	font-weight:bold;
	font-size:9pt;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	color:#FFFFFF;
*/
	border:1px solid #1c3a6e;
	background:#2b74b4 url(images/ui-bg_highlight-hard_60_2b74b4_1x100.png) 50% 50% repeat-x;
	color:#ffffff;
	font-weight:bold;
}

.ph_small
{
	line-height:18px;
}

.ph_medium
{
	line-height:20px;
}

.panel_header_c
{
	text-align:center;
}

.panel_main
{
	padding-top:0;
	padding-bottom:0;
	border-left:1px solid #1C3A6E;
	border-right:1px solid #1C3A6E;
	border-bottom:1px solid #1C3A6E;
	background-image:url(../i/white_grad_90.png);
	background-repeat:repeat;
}

.panel_submit
{
	text-align:right;
}

.panel_entry
{
	text-align:right;
}

.panel_margins
{
	float:inherit;
	margin:2px 8px 2px 8px;
}

.panel_small_margins
{
	float:inherit;
	margin:2px 0px 2px 4px;
}


.panel_hsmspacer
{
	width:4px;
}

.panel_hspacer
{
	width:8px;
}

.panel_vsmspacer
{
	height:4px;
}

.panel_vspacer
{
	height:8px;
}

.list_label, .list_srdata, .set_space_label
{
	color:#333333;
	font-family:Verdana, Arial;
	font-size:8pt;
}

.list_label, .set_space_label
{
	text-align:right;
}

.tbl_label
{
	vertical-align:top;
	text-align:right;
	line-height:20px;
	padding-top:0px;
	padding-right:15px;
	width:110px;
}

.tbl_button
{
	padding-top:10px;
}

.tbl_data
{
	width:220px;
}

.set_space_label
{
	width:150px;
	vertical-align:top;
}

.inp_text
{
	color:#233C48;
	font-family:Verdana, Arial;
	font-size:8pt;
}

.inpText, .inpDDL
{
	border:1px solid #2b74b4;
	font-family:verdana;
	font-size:11px;
}

.inpText
{
	padding:2px;
}

.debug
{
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	background-color:#FFFFFF;
	padding:4px;
}

/* ---------------- PAGES ------------------- */
.index_cols
{
	width:100%;
	padding:0;
	border-collapse:collapse;
}

.index_cols_spacer
{
	width:15px;
}

#general_panel
{
	position:relative;
	margin:auto;
	width:92%;
}

#login_panel
{
	margin:auto;
	width:300px;
	height:250px;
}

#register_panel
{
	margin:auto;
	width:600px;
}

#login_details, #register_details
{
	margin:auto;
}

#user_details
{
	width:100%;
}


.req_results, .req_results TD
{
	border-collapse:collapse;
}

.req_results
{
	width:100px;
	padding:2px;
}

.rt_headl, .rt_headc
{
	font-weight:bold;
}

.rt_headc, .rt_labelc
{
	text-align:center;
}

.rt_hlink A
{
	color:navy;
	text-decoration:none;
}

.rt_hlink A:hover
{
	/* color:#CCCCCC; */
	border-bottom:1px dotted;
}

#request_posts
{
	width:100%;
}

#new_update, #new_request
{
	width:100%;
	margin:auto;
}

.post_origin, .post_data
{
	vertical-align:top;
	padding:4px 5px 4px 5px;
}

.post_origin
{
	background-color:#c5dae9;
	width:180px;
}

.post_data
{
	background-color:#e7f3fd;
}

.cell_margins
{
	padding:2;
}

/* --- DATABASE TABLES --- */
.tableHeader
{
/*
	background-image:url(../i/menu_back.gif);
*/
	background-image:url(../i/menu_back_sm.png);
	line-height:18px;
	font-family:Segoe UI, Verdana, Arial;
	font-weight:bold;
	font-size:9pt;
	text-align:left;
}

.tableHeader A
{
	text-decoration:none;
	border-bottom:none;
	color:#FFFFFF;
}

.tableLink, .tablePaging A
{
	color:#031F73;
} 

.tablePaging
{
	font-size:10px;
	line-height:12px;
	font-weight:bold;
}

.tableHeader A:hover, .tablePaging A:hover, .tableLink:hover
{
	border-bottom:1px dotted;
}

.base_buttons
{
	padding:10px 0 5px 0;
	vertical-align:middle;
	text-align:right;
}

#gvMain TH
{
	text-align:left;
	border-left:1px solid #333333;
	border-right:1px solid #333333;

}

#gvMain
{
	background-color:#FFFFFF;
	border-top:none;
	border-left:1px dashed #333333;
	border-right:1px dashed #333333;
	border-bottom:1px dashed #333333;
}	

/* --- LAYOUT --- */
#container
{
	width:940px;
	margin:auto;
}

#container, #col_left, #col_left_border, #col_main, #col_right, #col_right_border
{
	padding:0px;
	border-collapse:collapse;
}

#col_left, #col_right
{
	width:auto;
}

#col_main
{
	width:940px;
	padding-top:5px;
	vertical-align:top;
}

.vspacer
{
	height:5px;
	line-height:5px;
}

.vlspacer
{
	height:14px;
	line-height:14px;
}

#section_content
{
	padding:0px;
	border-collapse:collapse;
	width:100%;
}

.section_top
{
	width:900px;
	height:20px;
	background-image:url(../images/section_top.gif);
}

.section_main
{
	font-family:verdana;
	color:#FFFFFF;
	background-image:url(../images/section_main.gif);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:20px;
}

.section_base
{
	width:900px;
	height:20px;
	background-image:url(../images/section_base.gif);
}

.section_header
{
	height:20px;
	line-height:20px;
	padding-left:5px;
/*	background-image:url(../images/section_hdr.gif); */
	background-color:#6C7E99;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
}

.sub_section
{
	line-height:20px;
	padding-left:8px;
	padding-top:8px;
	padding-right:8px;
	padding-bottom:3px;
	color:#FFFFFF;
	border-left:1px dashed #FFFFFF;
	border-right:1px dashed #FFFFFF;
	border-bottom:1px dashed #FFFFFF;
}

.sub_section_link
{
	float:left;
	line-height:16px;
	margin-bottom:4px;
	padding-left:5px;
}

#home_content, #home_content TD
{
	padding:0px;
	border-collapse:collapse;
}

#content_container
{
	margin:auto;
	width:900px;
}

#content_left, #content_mid, #content_right
{
	vertical-align:top;
	padding-left:5px;
}

#content_left, #content_right
{
	width:160px;
}

#content_mid
{
	font-size:12px;
}

#content A
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#content A:hover
{
	color:#909696;
}

#content UL
{
	padding-left:0px;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:0px;
}

#content LI
{
	line-height:20px;
}

.menu_item
{
	margin-left:2px;
	line-height:16px;
}

.sub_menu_item
{
	width:110px;
	margin-left:24px;
	line-height:16px;
}

.menu_icon
{
	float:left;
	width:16px;
	height:16px;
	margin-right:5px;
}

.ico_reqs
{
	background-image:url(../i/ico_reqs16.png);
}

.ico_prof
{
	background-image:url(../i/ico_prof16.png);
}

.ico_admn
{
	background-image:url(../i/ico_admn16.png);
}

.ico_lock
{
	background-image:url(../i/ico_lock16.png);
}

.menu_item A, .support_menu TD A
{
	color:#031F73;
	font-weight:bold;
	text-decoration:none;
}

.sub_menu_item A
{
	color:#5482AB;
	text-decoration:none;
}

.menu_item A:hover, .sub_menu_item A:hover, .menu_text A:hover, .menu_title A:hover
{
	color:#909696;
	text-decoration:none;
}

.menu_sep
{
	width:100%;
	height:5px;
}

.icon-sml
{
	float:left;
	width:16px;
	height:16px;
}

.icon-med
{
	float:left;
	width:32px;
	height:32px;
	margin-right:5px;
}

.menu_text
{
	height:32px;
	font-family:Verdana, Arial;
	font-size:8pt;
}

.menu_title
{
	font-weight:bold;
	color:#233C48;
}

.menu_title, .menu_sub_text
{
	line-height:16px;
}

#support_menu
{
	width:100%;
}

.icon IMG
{
	vertical-align:bottom;
}

.text_title
{
	margin-top:5px;
	margin-bottom:10px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}

.text, .text_c
{
	margin-top:0px;
	margin-bottom:0px;
	line-height:20px;
}

.text_c
{
	text-align:center;
}

.indent
{
	padding-top:3px;
	padding-left:18px;
	padding-bottom:12px;
	line-height:20px;
}

.team_title
{
	font-weight:bold;
	line-height:20px;
	margin-top:0px;
	margin-bottom:8px;
}

.staff_photo
{
	float:left;
}

.staff_photo IMG
{
	margin-top:5px;
	margin-left:5px;
	padding:2px;
	border:1px solid #FFFFFF;
}

.staff_detail
{
	float:left;
	margin-top:15px;
	margin-left:20px;
}

.staff_bio
{
	width:100%;
}

.vdiv_small
{
	line-height:5px;
}

.vdiv_large
{
	line-height:15px;
}

/* -------------------------- FOOTER -------------------------- */
div#footer_top
{
	height:26px;
	width:100%;
	background-image:url(../images/base.jpg);
	background-repeat:no-repeat;
}

.footer_pad
{
	height:10px;
}

div#footer_disclaimer
{
	margin-left:40px;
	margin-right:40px;
	text-align:center;
}

div#footer_left
{
	margin-left:40px;
	float:left;
}

div#footer_right
{
	margin-right:40px;
	float:right;
}

.footer_text
{
	width:100%;
	text-align:center;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	vertical-align:middle;
}

.footer_text A
{
	color:#FFFFFF;
	text-decoration:none;
}

.footer_text A:hover
{
	color:#909696;
}

.ui-button { padding:.4em 5px .4em 5px; text-decoration:none; position:relative; }
.ui-icon { margin:0 5px 0 0; position:absolute; left:.2em; top:50%; margin-top:-8px; }

.link
{
	color:#5482AB;
	text-decoration:none;
}

.link:hover
{
	border-bottom:1px dotted;
}