/***********************
**  AEM CSS stylesheet 
************************/

/**** HTML elements ****/

*
{
	margin: 0;
	padding: 0;
	border: 0;
}


body, html
{
	text-align: center; /*** Centers the design in old IE versions ***/
	height: 100%;
}

body
{
	margin: 0;
	background: #ededed url(../img/border.gif) repeat-y 50% 0;
	border: 0;
	padding: 0;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	text-align: center;
}

li
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: gray;
}

a
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #00008B;
}

a:hover
{
	color: #365191;
}

/**** Basic classes ****/

.body
{
	margin-left: 10px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	background-color:#ffffff;
}

.alt
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	background-color:#E2F2FF;
}

.error
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: red;
}

.header
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
	font-weight: bold;
}
.subheader
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	font-weight: bold;
}
.tableheader span
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.tableheader th
{
	background-color:#CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.tablesubheader span
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	font-weight: bold;
	padding: 0px;
}

.tablesubheader th
{
	background-color:#E2F2FF;
	padding: 0px;
}

/**** Article ****/

#articleContainer
{
	/*background: #ededed url(article_border.gif) repeat-y 50% 0;*/
	background-color: #ffffff;
	border: solid 1px #CED0F7;
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 40;
}

#articleBar
{
	background: url(../img/box_header.gif) top right repeat-x;
	background-color: #ffffff;
	float: left;
	cursor: move;
}

#articleClose
{
	float: right;
}

#articleContent
{
	clear: both;
	background-color: #ffffff;;
	overflow: auto;
}

.divSpinner
{
	position: relative;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -43px;
}

.divLoading
{
	position: relative;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 34px;
	margin-left: -32px;
	margin-top: 10px;
}

#divOverlay
{
	position:absolute;
	top: 0;
	left: 0;
	z-index: 39;
	display: block;
	background-color: #000000;
}

/**** Content Wrapper ****/

.contentWrapper
{
	clear: both;
	padding-bottom: 4px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	/*background-color:#ffffff;*/
	line-height: 1.3;
	
}

.contentWrapper p
{
	padding-bottom: 12px;
	
}

.contentWrapper ol
{
	margin-top: 2px;
	margin-bottom: 15px;
	margin-right: 2px;
	margin-left: 14px;
	padding: 2px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	background-color:#ffffff;	
}

.contentWrapper ul
{
	margin-top: 2px;
	margin-bottom: 15px;
	margin-right: 2px;
	margin-left: 14px;
	padding: 2px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	background-color:#ffffff;
}

.contentWrapper li
{
	padding: 2px 0px 2px 0px;
}

.contentWrapper li a
{
	text-decoration: none;
}


/**** Main Content container ****/

#container
{
	background: #FFFFFF;
	width: 860px;
	min-width: 860px;
	min-height: 100%;
	margin: auto;
	padding: 0;
	border-left: solid 1px #CED0F7;
	border-right: solid 1px #CED0F7;
	text-align: left;
}

* html #container
{
	height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}



/**** Page Header ****/

#page_header
{
	width: auto;
	padding: 10px 0px 8px 0px;
}

.header_font
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: gray;
}

.header_font a
{
	color: gray;
}

#searchterm
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: gray;
	border:0;
	background: transparent url(../img/tb_search.gif) no-repeat top left;
	padding: 1px 10px 4px 10px;
}

/**** Page Footer ****/

#footer
{
	clear: both;
	
	width: 860px;
	height: 22px;
	
	margin: 0 auto;
	margin-top: -22px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. ***/

	background: #ffffff url(../img/footer.jpg) 0 0;
	
	border-left: solid 1px #CED0F7;
	border-right: solid 1px #CED0F7;
}

#footer_left
{
	float: left;

	margin-top: 4px;
	padding-left: 10px;
}

#footer_right
{
	float: right;
	
	margin-top: 5px;
	padding-right: 10px;
	
	font-family: Arial, Arial, Sans;
	font-size: 8pt;
	color: white;
}


#footer_left a
{
	margin-top: 20px;
	font-family: Arial, Arial, Sans;
	font-size: 8pt;
	color: white;
	text-decoration: none;
}

#footer_left a:hover
{
	color: #365191;
	text-decoration: underline;
}

#footer_left img
{
	padding-bottom: 2px;
}

/**** Menu - Top *****/

#menu_top
{
	padding-left: 2.2%;
	padding-right: 2.2%;
	height: 30px;
	background: url(../img/top_menu.gif) top left repeat-x;
}

#menu_top dl
{
	float:left;
}

#menu_top dl dt a
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding-left: 0px;
	display: block;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	outline: none;
}

#menu_top dl dt.menu a
{
	color: #ffffff;
	background: url(../img/top_menu.gif) top left repeat-x;
}

#menu_top dl dt.menu_active a
{
	color: #96B7FF;
	background: url(../img/top_menu.gif) top left repeat-x;
}

#menu_top dl dt.menu_hover a
{
	color: #ffffff;
	background: url(../img/top_menu_hover.gif) top left repeat-x;
}

#menu_top dl dt.menu_active_hover a
{
	color: #365191;
	background: url(../img/top_menu_hover.gif) top left repeat-x;
}

#menu_top dl dd 
{
	position:absolute;
	overflow:hidden;
	display:none;
	background-color: #2F4987;
	z-index:200; 
	opacity:0;
}

#menu_top dl ul 
{
	border-bottom: 1px solid #4369C1;
	list-style:none;
}

#menu_top dl dd a
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding-left: 2px;
	padding-right: 2px;
	display: block;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	border-bottom: 1px solid #4369C1;
	border-left: 2px solid #4369C1;
	border-right: 2px solid #4369C1;
	text-align: left;
	outline: none;
}

#menu_top dl dd li.itemli a
{
	color: white;
}

#menu_top dl dd li.itemli_hover a
{
	color: #365191;	
	background-color: #96B7FF;
}

#menu_top dl dd li.itemli_active a
{
	color: #96B7FF;

}

#menu_top dl dd li.itemli_active_hover a
{
	color: #365191;
	background-color: #96B7FF;

}

/**** Menu - Left ****/

#menu_left
{
	float: left;
	display: inline; /* IE needs this for doubled float margin bug */
	width: 200px;
	margin-top: -1px;
	margin-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

* html #menu_left
{
	position: relative;  /*** IE needs this  ***/
}

#menu_left ul
{
	list-style-type: none;
}
#menu_left li
{
	margin: 0px;
	padding: 0px;
}

#menu_left a
{
	text-decoration: none;
	outline: none;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

#menu_left ul li a
{
	display: block;
	padding-left: 5px;
	width: 193px;
	height: 23px;
	line-height: 21px;
}

#menu_left ul li .itemdiv a,
#menu_left ul li .itemdiv_active a
{
	color: #666666;
	background-color: #E5E5E5;
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-bottom: solid 1px #B5B5B5;
	border-right: solid 1px #B5B5B5;
}

#menu_left ul li .itemdiv_active a
{
	color: #4466B5;
	/*font-weight: bold;*/
}

#menu_left ul li .itemdiv_hover a,
#menu_left ul li .itemdiv_active_hover a
{
	color: #4466B5;
	background-color: #D6E3FF;
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-bottom: solid 1px #ABB6CC;
	border-right: solid 1px #ABB6CC;
}

#menu_left ul li .itemdiv_active_hover a
{
	/*font-weight: bold;*/
}

#menu_left .submenu
{
	border-left: solid 1px #FFFFFF;
}

#menu_left ul ul li a
{
	display: block;
	padding-left: 10px;
	width: 189px;
	height: 22px;
	line-height: 20px;
	font-weight: normal;
	
}

#menu_left ul ul li .itemdiv a,
#menu_left ul ul li .itemdiv_active a
{
	background-color: #F7F7F7;
	border: 0;
}

#menu_left ul ul li .itemdiv_hover a,
#menu_left ul ul li .itemdiv_active_hover a
{

	background-color: #D6E3FF;
	border: 0;
}

/**** Banner *********/

#HomeBannerContainer
{
	position: relative;
	width: 842px;
	height: 217px;
	margin: 8px;
	border: solid 1px #CED0F7;
}

.divHomeBanner
{
	position: absolute;
	z-index: 20;
}

.aHomeBanner
{
}

.imgHomeBanner
{
	width: 842px;
	height: 217px;
}

#BannerButtons
{
	position: absolute;
	top:0;
	right:0;
	margin-top: 3px;
	margin-right: 18px;
	z-index: 20;
}

.divBannerBtn
{
	position: absolute;
}

.imgBannerBtn
{
	position: absolute;
}


/**** Home Page **/

#home_container
{
	width: 860px;
}

#aem_difference
{
	width: 571px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	float:left;
}
#whats_new
{
	width: 670px;
	clear:both;
}


/**** Button Banners *******/

#button_banners
{
	width: 264px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
	float: right;
}

#button_banners .button_banner_container
{
	border: solid 2px #F4F4F4;
	width: 260px;
	height: 130px;	
	cursor: pointer;
	margin-bottom: 5px;
}
	
#button_banners .button_banner_title
{
	height: 45px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #2D6FB9;
	text-align: right;
	padding-left:5px;
	padding-right:5px;
	padding-top: 2px;
}
#button_banners .button_banner_text
{
	height: 61px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	text-align: right;
	padding-left:5px;
	padding-right:5px;
}	
#button_banners .button_banner_link
{
	height: 20px;
	text-align: right;
	padding-left:5px;
	padding-right:10px;
	padding-bottom: 2px;
}
#button_banners .button_banner_link a
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#button_banners .button_banner_link a:hover
{
	color: #365191;
}

/**** Interior *******/

#interior_header
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: black;
	font-weight: bold;
	padding: 5px;
}

#interior
{
	float: left;
	width: 650px;
}

/**** Interior Middle ****/

.interior_middle
{
	vertical-align: top;
	float: left;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}


.interior_middle ul
{
	margin: 2px 2px 2px 14px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	background-color:#ffffff;
}

.interior_middle li
{
	padding: 2px 0px 2px 0px;
}

.interior_middle li a
{
	text-decoration: none;
}

.interior_middle li a:hover
{
	text-decoration: underline;
}

.interior_middle li a:active
{
	text-decoration: underline;
}
	
/**** Shadow Container ****/

.shadow_container
{
	position: relative;
	left: 3px;
	top: 3px;
	width: 427px;
	height: 195px;
	margin-bottom: 3px;
}

.shadow_container .shadow2,
.shadow_container .shadow3,
.shadow_container .img_container
{
	position: relative;
	left: -1px;
	top: -1px;
}

.shadow_container .shadow1
{
	background: #F1F0F1;
}

.shadow_container .shadow2
{
	background: #DBDADB;
}

.shadow_container .shadow3
{
	background: #B8B6B8;
}

.shadow_container .img_container
{
	border: solid 1px #CED0F7;
	height: 193px;
}

.interior_img
{
	width: 425px;
	height: 193px;
}

/**** Interior Right ****/

.interior_right
{
	float: right;
	width: 200px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
}

/**** Small box ******/

.small_box
{
	width: auto;
	height: auto;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: auto;
	height: auto;
	padding: 4px 4px 4px 4px;
	border: solid 1px #CED0F7;
}

.small_box_container
{
	width: auto;
	height: auto;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-bottom: 8px;
	border: solid 1px #CED0F7;
}

.small_box_header
{
	width: auto;
	height: auto;
	padding: 4px 4px 4px 4px;
	background-color: #E5E5E5;
	color: #365191;
	vertical-align: middle;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	
}

.small_box_content
{
	width: auto;
	height: auto;
	padding-left: 5px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.small_box_content ul
{
	margin: 2px 2px 2px 14px;
	padding: 2px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	background-color:#ffffff;
}

.small_box_content li
{
	padding: 2px 0px 2px 0px;
}

.small_box_content li a
{
	text-decoration: none;
}

.small_box_content li a:hover
{
	text-decoration: underline;
}

.small_box_content li a:active
{
	text-decoration: underline;
}

/**** Accessibility ****/

#skip a, #skip a:hover, #skip a:visited
{
position:absolute;
left:0px;
top:-10000px;
width:1px;
height:1px;
overflow:hidden;
}

#skip a:active, #skip a:focus
{
position:static;
width:auto;
height:auto;
} 

.hidden
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

/**** Site Map ****/

#site_map_container
{
	margin-bottom: 5px;	
	width: 840px;
}



.site_map li
{
	list-style-type: none;
	
	color: #365191;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;

	border: solid 2px #CED0F7;

	padding-left: 5px;
	padding-top: 5px;
	
	margin-bottom: 10px;
}

.site_map ul
{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left:25px;

}

.site_map ul li
{
	border: none;
	padding: 0px;
}

/**** Login ****/

.login_container
{
	position: relative;
	width: 400px;
	height: 200px;

	left: 50%;
	margin-left: -200px;
	margin-top: 50px;
}

.login_header
{
	padding: 4px 4px 4px 4px;
	background: url(../img/box_header.gif) top right repeat-x;
	border-top: solid 1px #CED0F7;
	border-left: solid 1px #CED0F7;
	border-right: solid 1px #CED0F7;
	color: #FFFFFF;
	vertical-align: middle;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}


.login_content
{
	border-left: solid 1px #CED0F7;
	border-bottom: solid 1px #CED0F7;
	border-right: solid 1px #CED0F7;
	padding: 5px;
	padding-top: 15px;
}

.login_error
{
	height: 30px;
}

.login_fields
{
	height: 30px;
}

.login_left
{
	float: left;
	font-size: 10pt;
	font-weight: bold;
	width: 194px;
}
.login_right
{
	float: right;
	font-size: 9pt;
	font-weight: normal;
	width: 194px;
}


.login_input {
    border: 1px solid #006;
    background: #ffc;
    width: 120px;
}
.login_button {
    border: 1px solid #006;
    background: #F4F4F4;
}


/**** Stats ****/

#stats
{
	width: 100%;
}

#stats_content
{
	vertical-align: top;
	padding: 5px;
}

.stats_title_box
{
	width:100%;
}
.stats_title_container
{
	padding-top: 5px;
	padding-bottom: 10px;
	float:left;
}
.stats_title
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}

.stats_subtitle
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	font-weight: normal;
	padding-bottom: 5px;
	clear:both;
}
.stats_return
{
	padding-top: 5px;
	padding-bottom: 5px;
	float:right;
}

.stats_header span
{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	font-weight: bold;
}

.stats_header th
{
	background-color:#5F80CC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.stats_detail
{
	padding-left: 5px;
}
.stats_detail_alt
{
	padding-left: 5px;
	background-color:#F2F2F2;
}

.stats_button_container
{
	height: 60px;
	width: auto;
	padding: 5px;
	margin: 5px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: solid 1px #CED0F7;
}

.stats_button
{
	width: 60px;
	padding: 5px;
	margin-left: 30px;
	margin-right: 30px;
	float: left;
	height: 50px;
	text-align: center;
	
}

.stats_button_active
{
	width: 56px;
	padding: 5px;
	margin-left: 30px;
	margin-right: 30px;
	float: left;
	height: 46px;
	border: solid 2px #BAD5F2;
	text-align: center;

	
}

.stats_button_icon
{
	cursor: pointer;
}


/**** Calendar ****/

.calendar
{
	width:640px;
	height:350px;	
}

.calendar-header
{
	text-align: center;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}


.calendar-days
{
	width: 90px;
	background-color: #E2F2FF;
	text-align: center;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.calendar-event-days
{
	width: 90px;
	background-color: #F4F4F4;
	text-align: center;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}


.calendar-empty
{
	width: 90px;
	background-color: #ffffff;
}

.calendar-month
{
	text-align: center;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.calendar-active
{	
	color: #365191;
	font-weight: bold;
	font-size: 12pt;
}

.calendar-next a,
.calendar-prev a
{	
	font-size: 8pt;	
}

/**** Personnel ****/

#personnel_container
{
	width: 630px;

	border-left: solid 1px #CED0F7;
	border-right: solid 1px #CED0F7;
	border-bottom: solid 1px #CED0F7;
}

#personnel_container .person_container
{
	border-top: solid 1px #CED0F7;
	margin-bottom: 2px;
}

#personnel_container .person_link
{
	width:625px;
}

#personnel_container .person_link a
{
	text-decoration: none;
	background: url(../img/personnel_link.gif) top left repeat-x;
	font-size: 9pt;
	width:625px;
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	font-weight: bold;
}

#personnel_container .person_link a:hover
{
	color: white;
	background: url(../img/personnel_link_hover.gif) top left repeat-x;
}

#personnel_container .person_link_active a
{
	text-decoration: none;
	color: white;
	background: url(../img/personnel_link_hover.gif) top left repeat-x;
	font-size: 9pt;
	width:625px;
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	font-weight: bold;
}

#personnel_container .person_details
{
	width:630px;
	padding-top: 2px;
}

#personnel_container .person_details_container
{
	width:620px;
	line-height: 1.5;
	padding: 5px;
	clear: both;
	min-height: 120px;
}

#personnel_container .person_photo
{
	float:left;
	margin-right: 10px;
	margin-bottom: 2px;
	background-color: #F4F4F4;
	padding: 5px;
	padding-bottom: 2px;
	border: solid 2px #D8D8D8;
}

/**** Manage New Employees ****/

#divManageUsers
{
	padding: 5px 5px 5px 5px;
}

.divUsersTitle
{
	color: black;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 5px;
}

#divFormContainer
{
	float: left;
}

#divAddUser,
#divEditUser,
#divUserList
{
	border: 1px solid #CED0F7;
	height: auto;
	padding: 4px;
	margin-bottom: 5px;
}

#divAddUser,
#divEditUser
{
	width: 410px;
}

#divUserList
{
	float: right;
	width: 415px;
}

#divFormContainer label,
#divFormContainer select
{
	cursor: pointer;
}

.addUser
{
	border-width: 2px 1px 1px 2px;
	border-style: inset;
	border-color: #EEEEEE #D4D0C8 #D4D0C8 #EEEEEE;
	background-color: #FFFFFF;
	margin-top: 2px;
}

.disabled
{ 
	border-width: 2px 1px 1px 2px;
	border-style: inset;
	border-color: #EEEEEE #D4D0C8 #D4D0C8 #EEEEEE;
	background-color: #D4D0C8;
	color: #808080; 
	cursor: default;
	margin-top: 2px;
}

table.tblUsers
{
	width: 415px;
}

table.tblUsers tr.trAltUser
{
	background-color: #F2F2F2;
}

table.tblUsers th
{
	padding-left:5px;
}
	
table.tblUsers td
{
	padding: 2px 0px 2px 5px;
}	

.scroll-table-body
{
    width: 415px;
    /*height: 400px;*/		
}

.scroll-table-body table tr.rowodd
{
	background-color: #FFFFFF;
}

.scroll-table-body table tr.roweven
{
	background-color: #F2F2F2;
}

.scroll-table-head table th
{
	background-color: #5F80CC;
	padding: 2px 0px 2px 5px;
	color: white;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
}

.scroll-table-head table th.sortcol
{
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
}

.scroll-table-head table th.sortasc
{
	background-color: #B9DDFF;
	background-image: url(/themed/default/img/up.gif);
}

.scroll-table-head table th.sortdesc
{
	background-color: #B9DDFF;
	background-image: url(/themed/default/img/down.gif);
}

.scroll-table-head table th.nosort 
{
	cursor: default;
}