/* *************************************************** */
/*      APIIC custom theme for JBoss Portal                 */
/* *************************************************** */

#body {
   /*background:url(images/bgMain.jpg);
   background-position: top;
   background-repeat: no-repeat;*/
   background-color: #ffffff;
   margin: 0px;
   padding: 0px;
   color: #000000;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
}

#portletBodyContent{
	background:url(../images/bodyBGWhite.jpg) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
   	font-size:11px;
}


#bdyBottom{
	width:100%;
	height: 100%; /*Firefox*/
	background:url(images/bgMainBottom.jpg);
	background-position: bottom;
   	background-repeat: no-repeat;
	
}

#mainBody {
	//background-color: #000000;
	background:url(images/bgMainBody.jpg);
	background-position: top;
   	background-repeat: no-repeat;
   	/*padding-top:10px;*/
}

#bannerBg {
	background:url(images/MainImgBg.jpg);
	background-position: top;
   	background-repeat: no-repeat;
   	width: 96%;
   	height:339px;
	min-width: 895px;
   	margin: 0px 5px 10px 20px;
   	z-index: 35;
}

#wrapper{
	width:955px;
	margin:0px auto;
	/*border:1px solid #FFF;*/
	background:url(images/bgWeb.jpg) repeat-y;
}

#bannertd {  /*Firefox*/

	width:895px; 
	padding-left:20px;
	
}


/*****************
* Portal Header  *
******************/

/* spacer to keep header at certain width regardless of display size
done to avoid overlapping of tab navigation in header */
#spacer {
/*width: 1024px;*/
   line-height: 0px;
   font-size: 0px;
   height: 0px;
   min-width: 955px;
}

/* Wrapper for Header */
#header-container {
   background: url( images/bgTop.jpg );
   background-position: top;
   background-repeat: no-repeat;
   height: 151px; /*	min-width: 1000px;*/
   width: 955px;
   /*border-right-width: 2px;
   border-right-color: #CFD2CF;
   border-left-width: 1px;
   border-left-color: #CFD2CF;
   border-top-style: solid;
   border-top-width: 1px;
   border-top-color: #CFD2CF;*/
   margin:0px auto;
   min-width: 955px;
   /*z-index: 5;*/
}

#header {
	padding-right:15px;
}



/* Header background */

#logoName {
   /*background-image: url( images/logo.gif );
   background-repeat: no-repeat;*/
   width: 442px;
   height: 74px;
   z-index: 2;
   position: absolute;
   left: 0px;
   top: 0px;
   margin: 0 0 0 10px;
   border-top-style: solid;
   border-top-width: 2px;
   border-top-color: #CFD2CF;
}

#searchtextimage {
	
	background-image: url( images/bgSearch.jpg );
	background-repeat: no-repeat;
	width: 300px;
  	height: 31px;
}

#searchtextbox {
	
   font-size: 10px;
   width = 150px;
}

#searchutil {
	
	padding: 0px 12px -2px 0px;
	
   	
   	cursor: pointer;
   	
}

/* default (inactive search field) */
.sf_inactive{
	border:2px #3d91a5 solid;
}

/* on focus (when field is clicked on)  */
.sf_active{
	border:2px #3d91a5 solid;
	background:#fff;
	color:#333;
}

#slideshow {
	position:absolute; 
	display:none; 
	margin-left:38%; 
	top: 120px; 
	z-index:2; 
	overflow:inherit; 
	border: 20px solid #000; 
	background-color: #000000; 
}

/************************
* Portal Layout Regions *
*************************/

#announcements{
	background:url(images/bg_Announcements.jpg);
 	background-repeat:  no-repeat;
	width:256px;
	height:225px;
	margin:0px auto;
	
}

/* wrapper for entire portal. starts/ends after/before body tag */
#portal-container {
   margin: 4px 2% 0px 2%;
   background-color: #ffffff;
   /*background-image: url( images/page_border_bottom.gif );
   background-position: bottom;
   background-repeat: repeat-x;*/ /* part of below IE hack to preserve min-width for portlet regions */
   padding: 0 350px 0 350px;
}

/* min width hack for IE */
#expander {
   margin: 0 -350px 0 -350px;
   position: relative;
   min-width: 955px;
   padding: 0 0 0 0;
}

/* min width hack for IE */
#sizer {
   width: 100%;
}

/* IE Hack \*/
* html #portal-container,
   * html #sizer,
   * html #expander {
   height: 0;
}

/* end IE min-width hack */

/* table that contains all regions. does not include header */
#content-container {
	
   background:url(images/bodyBGWhite.jpg);
   background-position: top;
   background-repeat: no-repeat;
   height: 264px;
   text-align: left; /*   min-width: 800px;*/
   width: 893px;
   min-width: 893px; /*Firefox*/
   margin: -12px 10px 0px 32px;
   background-color: #FEFFFC;
   /*border-bottom-style: solid;
   border-bottom-width: 2px;
   border-bottom-color: #ffffff;
*/
   /*background-image: url( images/header_border_bottom.gif );
   background-position: top;
   background-repeat: repeat-x;*/
   z-index: 5;
}

/* Login JSP Selectors */
#login-container {
   position: relative;
   left: 35%;
   top: 55px;
   right: 45%;
   width: 320px;
   height: 250px;
   margin: 0px;
}

#login-container label, #login-container input {
   display: block;
   float: left;
   width: auto;
   margin-top: 15px;
}

#login-container label {
   text-align: right;
   padding-right: 20px;
   width: 95px;
}

#login-container br {
   clear: left;
}

#loginButton {

}

#login-container legend {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   color: #768591;
}

#loginForm {
   margin: 0px;
   padding: 0px;
}

/* end Login Page Selectors */

/* portlet regions within content-container. this includes footer-container. */
#regionA {
   /* test to swap columns...
    float: right; 	*/

   width: 30%;
   float: left;
   margin: 0px;
   padding: 0px;
   min-width: 250px;
}

#center {
   /* test to swap columns..
     margin: 0 30% 0 0; */

   /*two column layout
margin: 0 0 0 30%;*/
   padding: 20px; /* test to add 3rd region in layout...*/
   width: 78%;
   float: left;
   
}

#centerPortlet {
   /* test to swap columns..
     margin: 0 30% 0 0; */

   /*two column layout
margin: 0 0 0 30%;*/
   padding: 20px; /* test to add 3rd region in layout...*/
   width: 78%;
   float: left;
   
}

#left {

	padding: -100px 0px 0px 0px;
}


#right {
/* inclusion of 3rd region - comment out for 2 region testing */
   padding: 0 0 0 20px;
   margin: 0px;
   width: 90%;
   float: left; /*hide 3rd region*/
   display: inline;
}

#footer-container {
   position: relative;
   bottom: -30px;
   text-align: left;
}

#navigation-container {
}

/* used to clear float in regionA,B,C divs so that
footer spans bottom of page */
/* used to clear float in regionA,B,C divs so that
footer spans bottom of page */
hr.cleaner {
   clear: both;
   height: 1px;
   margin: -1px 0 0 0;
   padding: 0;
   border: none;
   visibility: hidden;
}




/***************************
*  Utility Navigation  *
*****************************/

#dashboardnav {
   font-size: 10px;
   padding: 6px 12px 5px 0px;
   color: blue;
   z-index: 2;
  
   
}

.portlet-mode-minimized {
	display: none;
}

.portlet-mode-maximized {
	display: none;
}


#dashboardnav a {
   color: blue;
}


/********************
*  Header Image *
*********************/

#header-image-container {
   
    background-repeat: no-repeat;
       
         height: 174px;
         width: 100%;
   
}

#headerimage {
   background-image: url( images/header_image.gif );
    background-repeat: no-repeat;
      background-position: right;
      height: 174px;
      width: 100%;
      z-index: 5px;
}

#bannertextbg {
	background-image:url(images/banner_bg.gif); 
	background-repeat: repeat-x;
	height:174px; 
	text-align:left; 
	vertical-align:middle; 
	font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
	letter-spacing: 2px;
	font-size:18px; 
	color:#FFFFFF; 
	z-index:20;
	padding-left: 30px;
	}

/**************
* Left Margin *
***************/

#leftsidemenutable {
	margin-right:10px ;
	margin-left:2px ;
	margin-top:5px ;
	
	}
	
#leftsidenavigationshadow {background-image:url(images/leftmenu_bg.gif); width:202px; height:193px;}
	
#leftsidemenubg {
	background-image:url(images/leftmenu_img.gif); 
	width:197px; 
	height:32px; 
	text-align:left; 
	vertical-align:middle; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#FFFFFF; 
	background-repeat:no-repeat; 
	padding: 0px 0px 0px 5px;
	font-weight:bold
	}
	
#leftsidemenubg002 {
	background-image:url(images/leftmenu_img002.gif); 
	width:196px; 
	height:30px; 
	text-align:left; 
	vertical-align:middle; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#FFFFFF; 
	background-repeat:no-repeat; 
	padding: 0px 0px 0px 5px;
	font-weight:bold
	}
		
#leftsidemenubg003 {
	background-image:url(images/leftmenu_img003.gif); 
	width:196px; 
	height:32px; 
	text-align:left; 
	vertical-align:middle; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#FFFFFF; 
	background-repeat:no-repeat;
	padding: 0px 0px 0px 5px;
	font-weight:bold
	}	
	
#leftmenuregion{

	padding: 3px 0px 0px 0px;
	width: 186px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-size: 11px;
}

/****************************
* Portlet Container Windows *
*****************************/

.portlet-container {
/*	margin: 10px;*/
   padding: 10px;
}

.portlet-titlebar-title {
   color: #000;
   font-family:Arial, Helvetica, sans-serif;
   font-size: 14pt;
   font-weight: bold;
   white-space: nowrap;
   line-height: 100%;
   float: left;
   text-indent: 5px;
}

.portlet-titlebar-decoration {
   height: 11px;
   width: 11px;
   float: left;
   position: relative;
   top: 4px;
}

/* wrapper for floating portlet window modes */
.portlet-mode-container {
   float: right;
   padding-left: 4px;
}

.portlet-titlebar-left {
   
   background-repeat: no-repeat;
   width: 1px;
   height: 54px;
   background-position: right;
   min-width: 1px;
}

.portlet-titlebar-center {
   background-image: url( images/portletHdr.jpg );
   background-repeat: no-repeat;
   float:bottom;
   width: 355px;
   height: 54px;
}

.portlet-titlebar-right {
   
   background-repeat: no-repeat;
   width: 1px;
   height: 54px;
   min-width: 1px;
}

.portlet-content-left {
   
   
   width: 8px;
   min-width: 8px;
}

.portlet-content-center {
   background-color: #fff;
   background-repeat: repeat;
   vertical-align: top;
   font-family: Arial, Helvetica, sans-serif;
   font-size:9pt;
   width: 353px;
   border-left:1px #DADADA solid;
   border-right:1px #DADADA solid; 
   
}
.portlet-content-center table{
	width:100%;
}

.portlet-body {
   background-color: #fff;
}

.portlet-content-right {
   
   height: 100%;
   
   background-position: right;
   width: 4px;
   min-width: 4px;
}

.portlet-footer-left {
  
   width: 8px;
   height: 1px;
   background-repeat: no-repeat;
   background-position: top right;
   min-width: 8px;
}

.portlet-footer-center {
   
   height: 1px;
   
}

.portlet-footer-right {
  
   width: 12px;
   height: 1px;
   background-repeat: no-repeat;
   min-width: 12px;
}

/***********************
* Portlet Window Modes *
************************/

.portlet-mode-normal {
  
   width: 15px;
   height: 20px;
   background-repeat: no-repeat;
   float: left;
   display: inline;
   cursor: pointer;
}





/**********************
* Copyright Selectors *
***********************/
.portal-copyright {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #ffffff;
   text-decoration: underline;
}

a.portal-copyright {
   color: #ffffff;
   text-decoration: underline;
}

a.portal-copyright:hover {
   color: #96A5B1;
   text-decoration: none;
}

#ThemeBy:before {
   content: "Theme by Novell";
}

/*************
*  Elements  *
**************/
a {
   color: #4566D4;
   text-decoration: none;
}

a:hover {
   color: #336699;
   text-decoration: none;
}

INPUT {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
}

SELECT {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
}

FONT {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
}

FIELDSET {
   background-color: #f7f7f7;
   border: 1px solid #BABDB6;
   padding: 6px;
}

LEGEND {
   background-color: transparent;
   padding-left: 6px;
   padding-right: 6px;
   padding-bottom: 0px;
   font-size: 13px;
}

/********
* FONTS *
*********/

/* Font attributes for the normal  fragment font.
Used for the display of non-accentuated information */
.portlet-font {
   color: #000000;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
}

/* Font attributes similar to the portlet.font but the color is lighter */
.portlet-font-dim {
   color: #777777;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
}

/********
* FORMS *
*********/
.portlet-form-label {
   color: #336699;
   text-decoration: none;
   font-weight: bold;
   font-size: 11px;
}

/* Text of the user-input in an input field. not sure if we need this guy? */
.portlet-form-input-field {
   color: #FFFFFF;
   font-size: 11px;
   border-color: #000000;
   border-style: solid;
   border-width: 1px;
   background-color: #336699;
}

/* Text on a form button */
.portlet-form-button {
   font-size: 11px;
   color: #000000;
}

/* Text that appears beside a context dependent action icon */
.portlet-icon-label {

}

/* Text that appears beside a "standard" icon (e.g Ok, or Cancel)
not sure if we need this one?.. */
.portlet-dlg-icon-label {

}

/* Text for form field labels */
.portlet-form-field-label {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 11px;
   color: #000;
   vertical-align: bottom;
}

/* Text for a form field */
.portlet-form-field {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 11px;
   color: #000; /*margin-top: 10px;*/
}

/********
* LINKS *
*********/

.portal-links:link {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #242424;
   text-decoration: none;
}

.portal-links:hover {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #5699B7;
   text-decoration: none;
}

.portal-links:active {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #242424;
   text-decoration: none;
}

.portal-links:visited {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #242424;
   text-decoration: none;
}

/***********
* MESSAGES *
************/

/* Status of the current operation. */
.portlet-msg-status {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-style: normal;
   color: #336699;
}

/* Help messages, general additional information, etc. */
.portlet-msg-info {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-style: italic;
   color: #000;
}

/* Error messages. */
.portlet-msg-error {
   color: red;
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-weight: bold;
}

/* Warning messages. */
.portlet-msg-alert {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #821717;
}

/* Verification of the successful completion of a task. */
.portlet-msg-success {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #359630;
}

/***********
* SECTIONS *
************/

/* Table or section header */
.portlet-section-header {
   font-weight: bold;
   color: #000;
   font-size: 13px;
   background-color: #CBD4E6;
}

.portlet-section-body {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
}

.portlet-section-alternate {
   font-size: 12px;
   background-color: #E6E8E5;
}

.portlet-section-selected {
   font-size: 12px;
   background-color: #CBD4E6;
}

.portlet-section-subheader {
   font-weight: bold;
   font-size: 12px;
}

.portlet-section-footer {
   font-size: 11px;
}

/* Text that belongs to the table but does not fall in one of the other categories
(e.g. explanatory or help text that is associated with the section. */
.portlet-section-text {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   font-style: italic;
}

/*******************
* Table Selectors  *
********************/
/* Table header */
.portlet-table-header {
   font-weight: bold;
   color: #FFF;
   font-size: 13px;
   background-color: #336699;
}

/* Normal text in a table cell */
.portlet-table-body {
   color: #000;
   font-size: 12px;
}

/* Text in every other row in the table */
.portlet-table-alternate {
   color: #000;
   font-size: 12px;
   background-color: #E6E8E5;
}

/* Text in a selected cell range */
.portlet-table-selected {
   color: #000;
   font-size: 12px;
   background-color: #CBD4E6;
}

/* Text of a subheading */
.portlet-table-subheader {
   font-weight: bold;
   color: #000;
   font-size: 12px;
}

/* Table footer */
.portlet-table-footer {
   font-size: 11px;
}

/* Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the table). */
.portlet-table-text {
   font-size: 12px;
   color: #000;
   font-style: italic;
}

/********
* MENUS *
*********/

/*General menu settings such as background color, margins, etc. */
.portlet-menu {

}

/* Normal, unselected menu item. */
.portlet-menu-item {
   color: #242424;
   text-decoration: none;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

.portlet-menu-item:hover {
   color: #5699B7;
   text-decoration: none;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

/* Selected menu item. */
.portlet-menu-item-selected {

}

/* Selected menu item when the mouse hovers over it. */
.portlet-menu-item-selected:hover {

}

/* Normal, unselected menu item that has sub-menus. */
.portlet-menu-cascade-item {

}

/* Selected sub-menu item that has sub-menus */
.portlet-menu-cascade-item-selected {

}

/* Descriptive text for the menu (e.g. in a help context below the menu) */
.portlet-menu-description {

}

/* Menu caption */
.portlet-menu-caption {

}

/* ===== WSRP 2.0 - As of now proposed additions are:	===== */

/* A separator bar similar to a horizontal rule, but with styling matching the page */
.portlet-horizontal-separator {
   color: #E6E8E5;
   height: 1px;
}

/* Allows portlets to mimic the title bar when nesting something */
.portlet-nestedTitle-bar {
}

/* Allows portlets to match the textual character of the title on the title bar. */
.portlet-nestedTitle {
}

/* Support portlets having tabs in the same style as the page or other portlets */
.portlet-tab {
}

/* Highlight the tab currently being shown */
.portlet-tab-active {
}

/* Highlight the selected tab (not yet active) */
.portlet-tab-selected {
}

/* A tab which can not be currently activated */
.portlet-tab-disabled {
}

/* Top level style for the content of a tab. */
.portlet-tab-area {
}


/****************************
	Left Menu
****************************/

#AccordianHolder {
	BORDER-RIGHT: #FFFFFF 1px solid; BORDER-TOP: #FFFFFF 1px solid; BORDER-LEFT: #FFFFFF 1px solid; BORDER-BOTTOM: #FFFFFF 1px solid
}
#basic-accordian {
	BACKGROUND: url(images/AP_AccSideShad.gif) no-repeat left bottom; WIDTH: 206px; POSITION: absolute; 
}
#AccordianShadTop {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 1px; BACKGROUND: url(images/AP_AccTopShad.gif) no-repeat right top; 
	PADDING-BOTTOM: 0px; MARGIN: 0px 0px 0px 196px; WIDTH: 10px; PADDING-TOP: 0px; POSITION: absolute; HEIGHT: 20px
}
#AccordianShadGap {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 1px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; HEIGHT: 10px
}
#AccordianShad {
	BACKGROUND: url(images/AP_AccShad.gif) no-repeat right top; WIDTH: 196px; POSITION: relative; HEIGHT: 20px
}
.accordion_headingsStart {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 10px; 
	BACKGROUND: url(images/AP_AccBack0.gif) no-repeat left bottom; PADDING-BOTTOM: 10px; TEXT-TRANSFORM: uppercase; WIDTH: 188px; 
	CURSOR: pointer; COLOR: #FFFFFF; PADDING-TOP: 10px; FONT-FAMILY: "Arial", sans-serif
}
.accordion_headingsStart:hover {
	BACKGROUND: url(images/AP_AccBack1.gif) no-repeat left bottom
}
.accordion_headings {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 10px; 
	BACKGROUND: url(images/AP_AccBack.gif) no-repeat left bottom; PADDING-BOTTOM: 10px; TEXT-TRANSFORM: uppercase; WIDTH: 188px; 
	CURSOR: pointer; COLOR: #FFFFFF; PADDING-TOP: 10px; FONT-FAMILY: "Arial", sans-serif
}
.accordion_headings:hover {
	BACKGROUND: url(images/AP_AccBack2.gif) no-repeat left bottom
}
.accordion_headingsEnd {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 10px; BACKGROUND: url(images/AP_AccBackEnd.gif) no-repeat left bottom; 
	PADDING-BOTTOM: 10px; TEXT-TRANSFORM: uppercase; WIDTH: 188px; CURSOR: pointer; COLOR: #FFFFFF; PADDING-TOP: 10px; 
	FONT-FAMILY: "Arial", sans-serif
}
.accordion_headingsEnd:hover {
	BACKGROUND: url(images/AP_AccBackEnd2.gif) no-repeat left bottom
}
.accordion_child {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 11px; 
	BACKGROUND: url(images/AP_AccSubBtn1.gif) #cac1b8 no-repeat left top; PADDING-BOTTOM: 0px; WIDTH: 197px; PADDING-TOP: 0px; 
	FONT-FAMILY: "Arial", sans-serif
}
.accordion_child1 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: normal; FONT-SIZE: 11px; 
	BACKGROUND: url(images/AP_AccChildBack1A.gif) #cac1b8 no-repeat left top; PADDING-BOTTOM: 0px; WIDTH: 198px; PADDING-TOP: 0px; 
	FONT-FAMILY: "Arial", sans-serif; HEIGHT: 220px
}
.AccParaContent {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 20px; WIDTH: 188px; PADDING-TOP: 10px
}
.header_highlight {
	BACKGROUND: url(images/AP_AccBack3.gif) no-repeat left bottom
}
.header_highlight:hover {
	BACKGROUND: url(images/AP_AccBack3.gif) no-repeat left bottom
}

/* ------------ */
UL.AccSubMenu {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
UL.AccSubMenu LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
UL.AccSubMenu LI A {
	PADDING-RIGHT: 10px; DISPLAY: block; PADDING-LEFT: 20px; FONT-WEIGHT: bold; FONT-SIZE: 10px; 
	BACKGROUND: url(images/AP_AccSubBtn1.gif) #cac1b8 no-repeat left top; PADDING-BOTTOM: 10px; MARGIN: 0px; TEXT-TRANSFORM: uppercase; 
	WIDTH: 168px; COLOR: #ffffff; PADDING-TOP: 10px; FONT-FAMILY: "Arial", sans-serif; TEXT-DECORATION: none
}
UL.AccSubMenu LI A:hover {
	DISPLAY: block; BACKGROUND: url(images/AP_AccSubBtn2.gif) #b5aea5 no-repeat left top
}
/* ------------ */


#NewsTitle {
	PADDING-TOP: 5px; HEIGHT: 30px; TEXT-ALIGN: center
}
text {
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	font-style: none;
	font-size: 11px;
	color: #A69F9D;
	display: inline;
}

boldGray {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-style: none;
	font-size: 12px;
	color: #555056;
	display: block;
	margin-bottom:6px;
}

italicRed {
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	color: #990000;
	display: inline;
}

grayItalic {
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	color: #666666;
	display: inline;
}


pageDisplay {
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	font-style: none;
	font-size: 9px;
	color: #666666;
	text-align: right;
	display: inline;
}




a, a:visited{
	color: #1461a6;
	font-family:  Arial, Helvetica, sans-serif;
   	font-size: 10px;
	text-decoration: underline;
	display: inline;
}

a:hover {
	color: #cd2f35;
	font-family:  Arial, Helvetica, sans-serif;
   	font-size: 10px;
	text-decoration: none;
	display: inline;
}


#headerlinks {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #666666;
   text-decoration: underline;
}

#footerlinks {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
   	text-decoration: underline;
}

.cpyRyt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
}