 body
 {
            font-family: verdana;
          font-size: 0.90em;
            padding:0px;
 }
HTML {
	direction: ltr;
	}


/**********************************************************************
 * Page Center Styles                                                 *
 **********************************************************************/
.pcTable {
	}
.pcTL {
	}
.pcT {
	}
.pcTR {
	}
.pcL {
	padding-left: 1px;
	padding-top: 0px;
	vertical-align: top;
	width: 1px;
	}
.pcC {
	vertical-align: top;
	width: 100%;
	}
.pcR {
	}
.pcBL {
	}
.pcB {
	}
.pcBR {
	}


/**********************************************************************
 * Button Styles                                                      *
 **********************************************************************/
a.button_link, .thc a.button_link, .tic a.button_link, .ttc a.button_link {
	color: #003399;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 2px;
	}

a.button_link:hover, .thc a.button_link:hover, .tic a.button_link:hover, .ttc a.button_link:hover {
	color: #666622;
	text-decoration: none;
	}

.button-TL-white, .bTL {
	background-image:url(Styles/Default/Images/wht_button_tl.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 4px;
	height: 4px;
	}
.button-T-white, .bT {
	background-image:url(Styles/Default/Images/wht_button_top.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 4px;
	}
.button-TR-white, .bTR {
	background-image:url(Styles/Default/Images/wht_button_tr.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 4px;
	height: 4px;
	}
.button-L-white, .bL {
	background-image:url(Styles/Default/Images/wht_button_left.gif);
	background-repeat: repeat-y;
	background-position: center right;
	width: 4px;
	height: 4px;
	}
.button-white, .bC {
   font-weight: 700;
            background-color: #becfde;
            border: 1px solid #000;
            cursor: hand;
	white-space: nowrap;	
	}
.button-R-white, .bR {
	background-image:url(Styles/Default/Images/wht_button_right.gif);
	background-repeat: repeat-y;
	background-position: center left;
	width: 4px;
	height: 4px;
	}
.button-BL-white, .bBL {
	background-image:url(Styles/Default/Images/wht_button_bl.gif); 
	background-repeat: no-repeat;
	background-position: top right;
	width: 4px;
	height: 4px;
	}
.button-B-white, .bB {
	background-image:url(Styles/Default/Images/wht_button_bottom.gif);
	background-repeat: repeat-x;
	background-position: top center;
	height: 4px;
	}
.button-BR-white, .bBR {
	background-image:url(Styles/Default/Images/wht_button_br.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 4px;
	height: 4px;
	}
 

/**********************************************************************
 * Multi-level Menu Styles                                            *
 **********************************************************************/
.MLMmenuAlign { /* menu container alignment */
	padding-top: 6px;
	}

.MLMmenu { /* menu container */
	}

.MLMmenusub { /* submenu container */
	border: 1px solid #115fdb;
	}

.MLMmC { /* menu item */
	background-color: #5d9bff;
	background-image: url(Styles/Default/Images/menu_off_top.gif);
	background-position: top center;
	background-repeat: repeat-x;
	color: #ffffff;
	cursor: pointer !important;
	display: block;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	}

.MLMmC a {
	background-image: url(Styles/Default/Images/space.gif);
	background-position: center left;
	background-repeat: no-repeat;
	}

.MLMmoC { /* menu item hover */
	background-color: #115fdb;
	background-image: url(Styles/Default/Images/menu_on_top.gif);
	background-position: top center;
	background-repeat: repeat-x;
	color: #ccffff;
	}

.MLMsubmC { /* submenu item */
	background-color: #97bffe;
	color: #333333;
	cursor: pointer !important;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	}

.MLMsubmoC { /* submenu item over */
	background-color: #115fdb;
	color: #ccffff;
	}

.MLMmbbg { /* menu bottom trim */
	background-image:url(Styles/Default/Images/menu_bot_bg.gif);
	height: 4px;
	width: 100%;
	}

.MLMmenuVAlign { /* vertical menu container alignment */
	padding-left: 6px;
	padding-right: 6px;
	}

.MLMmenuV { /* vertical menu container */
	background-color: #5d9bff;
	background-image: url(Styles/Default/Images/menu_off_top.gif);
	background-position: top center;
	background-repeat: repeat-x;
	position: relative;
	}

.MLMmenuVsub { /* vertical submenu container */
	border: 1px solid #115fdb;
	}

.MLMmvC { /* vertical menu item */
	background-color: #5d9bff;
	background-image: url(Styles/Default/Images/menu_off_top.gif);
	background-position: top center;
	background-repeat: repeat-x;
	color: #ffffff;
	cursor: pointer !important;
	display: block;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	}

.MLMmvC a { 
	background-image: url(Styles/Default/Images/space.gif);
	background-position: center left;
	background-repeat: no-repeat;
	}

.MLMmvoC { /* vertical menu item hover */
	background-color: #115fdb;
	background-image: url(Styles/Default/Images/menu_on_top.gif);
	background-position: top center;
	background-repeat: repeat-x;
	color: #ccffff;
	}

.MLMsubmvC { /* vertical submenu item */
	background-color: #97bffe;
	color: #333333;
	cursor: pointer !important;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	}

.MLMsubmvoC { /* vertical submenu item over */
	background-color: #115fdb;
	color: #ccffff;
	}

.MLMmveTL {
	}

.MLMmveT {
	}

.MLMmveTR {
	}

.MLMmveBL {
	}

.MLMmveB {
	}

.MLMmveBL {
	}


/**********************************************************************
 * Menu Styles                                                        *
 **********************************************************************/
.menus {
	padding-top: 6px;
	}

.menusV {
	padding-left: 5px;
	padding-right: 5px;
	}

.menu {
	color: #ffffff; 
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 1px;
	}
	
a.menu {
	color: #ffffff;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
	text-align: center;
	width: 100%;
}

a.menu:hover {
	color: #ccffff;
}

.menu_on-TL, .moTL {
	background-image:url(~/Styles/Default/Images/menu_on_tl.gif);
	width: 5px; 
	height: 5px;
	}
.menu_on-TR, .moTR {
	background-image:url(~/Styles/Default/Images/menu_on_tr.gif);
	width: 5px;
	height: 5px;
	}
.menu_on-BR, .moBR {
	background-image:url(Styles/Default/Images/menu_on_br.gif);
	width: 5px;
	height: 5px;
	}
.menu_on-BL, .moBL {
	background-image:url(Styles/Default/Images/menu_on_bl.gif);
	width: 5px;
	height: 5px;
	}
.menu_on-B, .moB {
	background-color: #115fdb; }
.menu_on-T, .moT {
	background-image:url(Styles/Default/Images/menu_on_top.gif);
	height: 5px;
	}
.menu_on-L, .moL {
	background-image:url(Styles/Default/Images/menu_on_left.gif);
	width: 5px; 
	height: 5px; 
	}
.menu_on-R, .moR {
	background-image:url(Styles/Default/Images/menu_on_right.gif);
	width: 5px;
	height: 5px; 
	}
.menu_on, .moC {
	background-color: #115fdb;
	white-space: nowrap;	
	width: 100%;
	}

.menu_off-TL, .mTL {
	background-image:url(Styles/Default/Images/menu_off_tl.gif);
	width: 5px;
	height: 5px;
	}
.menu_off-TR, .mTR {
	background-image:url(Styles/Default/Images/menu_off_tr.gif);
	width: 5px;
	height: 5px;
	}
.menu_off-BR, .mBR {
	background-image:url(Styles/Default/Images/menu_off_br.gif);
	width: 5px;
	height: 5px; 
	}
.menu_off-BL, .mBL {
	background-image:url(Styles/Default/Images/menu_off_bl.gif);
	width: 5px;
	height: 5px;
	}
.menu_off-B, .mB {
	background-image:url(Styles/Default/Images/menu_off_bottom.gif);
	height: 5px;
	}
.menu_off-T, .mT {
	background-image:url(Styles/Default/Images/menu_off_top.gif);
	height: 5px;
	}
.menu_off-L, .mL {
	background-image:url(Styles/Default/Images/menu_off_left.gif);
	width: 5px;
	height: 5px;
	}
.menu_off-R, .mR {
	background-image:url(Styles/Default/Images/menu_off_right.gif);
	width: 5px;
	height: 5px;
	}
.menu_off, .mC {
	background-color: #5d9bff;
	white-space: nowrap;	
	width: 100%;
	}

.menuEdgeL, .mel {
	}

.menuEdgeR, .mer {
	}

.menu_bot_bg, .mbbg { 
	background-image:url(Styles/Default/Images/menu_bot_bg.gif);
	height: 4px;
	width: 100%;
	}

.menuVerticalOverTL, .mvoTL {
	background-image: url(Styles/Default/Images/menuVerticalOverTL.gif);
	background-repeat: repeat-y;
	background-position: top left;
	width: 5px;
	height: 3px;
	}
.menuVerticalOverT, .mvoT {
	background-image: url(Styles/Default/Images/menuVerticalOverT.gif);
	width: 100%;
	height: 3px; 
	}
.menuVerticalOverTR, .mvoTR {
	background-image: url(Styles/Default/Images/menuVerticalOverTR.gif);
	background-repeat: repeat-y;
	background-position: top right;
	width: 7px;
	height: 3px;
	}
.menuVerticalOverL, .mvoL {
	background-image: url(Styles/Default/Images/menuVerticalOverL.gif);
	background-repeat: repeat-y;
	background-position: center left;
	width: 5px;
	height: 14px;
	}
.menuVerticalOverC, .mvoC {
	background-image: url(Styles/Default/Images/menuVerticalOverC.gif);
	white-space: nowrap;
	width: 100%;
	}
.menuVerticalOverR, .mvoR {
	background-image: url(Styles/Default/Images/menuVerticalOverR.gif);
	background-repeat: repeat-y;
	background-position: center right;
	width: 7px;
	height: 14px;
	}
.menuVerticalOverBL, .mvoBL {
	background-image: url(Styles/Default/Images/menuVerticalOverBL.gif);
	background-repeat: repeat-y;
	background-position: bottom left;
	width: 5px;
	height: 6px;
	}
.menuVerticalOverB, .mvoB {
	background-image: url(Styles/Default/Images/menuVerticalOverB.gif);
	width: 100%;
	height: 6px; 
	}
.menuVerticalOverBR, .mvoBR {
	background-image: url(Styles/Default/Images/menuVerticalOverBR.gif);
	background-repeat: repeat-y;
	background-position: bottom right;
	width: 7px;
	height: 6px;
	}

.menuVerticalOverC a, .mvoC a {
	color: #ffffff;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	text-decoration: none;
	}

.menuVerticalOverC a:hover, .mvoC a:hover {
	color: #ccffff;
	}

.menuVerticalTL, .mvTL {
	background-image: url(Styles/Default/Images/menuVerticalTL.gif);
	background-repeat: repeat-y;
	background-position: top left;
	width: 5px;
	height: 3px;
	}
.menuVerticalT, .mvT {
	background-image: url(Styles/Default/Images/menuVerticalT.gif);
	width: 100%;
	height: 3px; 
	}
.menuVerticalTR, .mvTR {
	background-image: url(Styles/Default/Images/menuVerticalTR.gif);
	background-repeat: repeat-y;
	background-position: top right;
	width: 7px;
	height: 3px;
	}
.menuVerticalL, .mvL {
	background-image: url(Styles/Default/Images/menuVerticalL.gif);
	background-repeat: repeat-y;
	background-position: center left;
	width: 5px;
	height: 14px;
	}
.menuVerticalC, .mvC {
	background-image: url(Styles/Default/Images/menuVerticalC.gif);
	white-space: nowrap;
	width: 100%;
	}
.menuVerticalR, .mvR {
	background-image: url(Styles/Default/Images/menuVerticalR.gif);
	background-repeat: repeat-y;
	background-position: center right;
	width: 7px;
	height: 14px;
	}
.menuVerticalBL, .mvBL {
	background-image: url(Styles/Default/Images/menuVerticalBL.gif);
	background-repeat: repeat-y;
	background-position: bottom left;
	width: 5px;
	height: 6px;
	}
.menuVerticalB, .mvB {
	background-image: url(Styles/Default/Images/menuVerticalB.gif);
	width: 100%;
	height: 6px; 
	}
.menuVerticalBR, .mvBR {
	background-image: url(Styles/Default/Images/menuVerticalBR.gif);
	background-repeat: repeat-y;
	background-position: bottom right;
	width: 7px;
	height: 6px;
	}
 /**********************************************************************
 * Tab style Styles                                                 *
 **********************************************************************/

.TabArea
        {
           
                    border-left: 1px solid gray;
                    border-bottom: 1px solid gray;
                    border-right: 1px solid gray;
                    border-top:1px solid gray;
                    height:250px;
                                           
                  
                 
        }
        
        
 .TableUnderTab 
 {
   	background:"../../Styles/Default/Images/bg_page_white.gif";
 	
 }      
/**********************************************************************
 * Tab Control Styles                                                 *
 **********************************************************************/
.tabBG {
	background-color: #cfcaad;
	text-align:center ;
	width:200px;  
	}

.tabBG a {
	color: #003366;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	
	}

.tabBG a:hover {
	color:#FFFFFF ;
	
	}
	
.TabItems{
 background-color:#b4b78e;
}

/**********************************************************************
 * Page Background Styles                                             *
 **********************************************************************/
.pageBackground, .pBack {
	background-color: #ffffff;
	margin: 0px;
	}

.pageBorderTL, .pbTL {
	}
.pageBorderT, .pbT {
	}
.pageBorderTR, .pbTR {
	}
.pageBorderL, .pbL {
	}
.pageBorderC, .pbC {
	vertical-align: top;
	}
.pageBorderR, .pbR {
	}
.pageBorderBL, .pbBL {
	}
.pageBorderB, .pbB {
	}
.pageBorderBR, .pbBR {
	}

.page_yellow, .pContent {
	color: #003366;
	height: 116px;
	background-image:url('Images/bg_page_yellow.gif'); 
	text-align: left;
	width: 205px;
	margin-bottom: 0px;
}

.pageAlignment, .pAlign {
	vertical-align: top;
	}

.borderTable, .pbTable {
	width: 100%
	}

.divider { 
	background-image:url(Styles/Default/Images/menu_bot_bg.gif); 
	background-repeat: repeat-x;
	height: 4px;
	}

.footer {
	color: #444444;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding-top: 6px;
	}

.logoBG {
	} 


/**********************************************************************
 * Sign In Bar Styles                                                 *
 **********************************************************************/
.signInBar {
	background-image:url(Styles/Default/Images/SignInBarBackground.gif);
	background-repeat: repeat-x;
	color: #666666;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	white-space: nowrap;
	}

.signInBarL {
	background-image:url(Styles/Default/Images/SignInBarL.gif);
	background-repeat: no-repeat;
	}

.signInBar a, .signInBar input {
	color: #666666;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	}

.signInBarStatus {
	color: #666666;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-align: right;
	white-space: nowrap;
	}


/**********************************************************************
 * Panel Body Styles                                                  *
 **********************************************************************/
.dialog_body, .dBody {
	background-color: #ffffff;
	background-image:url(../../Styles/Default/Images/bg_page_white.gif); 
	color: #666666;
	border-top: 1px #bbbb99 solid;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-align: left;
	}

.dialog_field_value, .dfv {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding: 3px;
	}

.dialog_header, .dh {
	background-color: #ccccaa;
	border-bottom: 1px #888866 solid;
	}

.dialogHeaderBackground, .dhb {
BACKGROUND-COLOR:#336799;
	}

.dialog_header_text, .dht {
	font-family: Verdana, Geneva, ms sans serif;
	font-weight: bold;
	font-size: 12px;
	color: #003366;
	padding-bottom: 5px;
	padding-top: 4px;
	vertical-align: middle;
	}

.dialogHeaderTextRecord, .dhtr {
	color: #FFF;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 4px;
	}

.dialogHeaderEdgeL, .dhel {
	width: 10px;
	}

.dialogHeaderEdgeR, .dher {
	width: 20px;
	}

.dialogHeaderIcon, .dhi {
	padding-top: 1px;
	vertical-align: middle;
	width: 0px;
	}

.dialogHeaderIconRecord, .dhir {
	padding-left: 10px;
	padding-right: 10px;
	}

.dialogHeaderExpandCollapseIcon, .dheci {
	background-image:url(Styles/Default/Images/dialogHeaderT.gif);
	width:20px;
	height:14px;
	vertical-align: middle;
	}

.dialogHeaderPrintEmailIcon, .dhpei {
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
	width: 100%;
	}

.dialogHeaderTotalRecordCount, .dhtrc {
	background-image: url(Styles/Default/Images/dialogHeaderT.gif);
	text-align: right;
	vertical-align: middle;
	padding-top: 1px;
	padding-left: 20px;
	}

.dialogHeaderTotalRecordCountText, .dhtrct {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	}

.dialog_view, .dv {
	border: 1px solid #888866;
	width: 150px;
	height: 9px;
}

.category, .c {
	color: #666622;
	padding: 5px;
	}

.category_area, .ca {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	vertical-align: middle;
	white-space: nowrap;	
	padding-bottom: 4px;
	}

.category_area A, .ca A {
	color: #80802a;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-decoration: underline;
	}

.category_area A:hover, .ca A:hover {
	color: #666622;
	text-decoration: underline;
	}

.subcategory_label, .scl {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding-left: 4px;
	white-space: nowrap;	
	vertical-align: middle;
	}

.subcategory SELECT, .sc SELECT {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
	}

.recordPanelButtonsAlignment, .rpbAlign {
	padding-bottom: 5px;
    	padding-left: 100px;
    	}
    
.field_label, .fl {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	white-space: nowrap;	
	vertical-align: middle;
	text-align: left;
	padding: 3px 6px 3px 6px;
	}

.field_label_on_side, .fls {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	white-space: nowrap;	
	vertical-align: middle;
	text-align: right;
	padding: 3px 6px 3px 6px;
	}
	 .fls1 {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	white-space: nowrap;	
	vertical-align: middle;
	text-align: left;
	padding: 3px 6px 3px 6px;
	margin-left: 160px;
}

.field_value, .fv {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding: 0px;
	}

.field_input, .fi 
{
	border: 1px solid #336799;    
    background-color: #fff;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
	margin-left: 0px;
}

.filter_value, .filv {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	}

.filter_button_cell, .filbc {
	padding-left: 8px;
	vertical-align:bottom;
	}

.Filter_Input, .fili 
{	
	border: 1px solid #336799;
    font-size: 0.75em;
    background-color: #fff;   
        
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	margin-right: 0px;
}

.filter_area, .fila {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	white-space: nowrap;
	vertical-align: middle;
	text-align: right;
	padding: 3px 6px 3px 6px;
	}
	
.search_area, .sa {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
	}

.search_label, .sl {
	color: #003366;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap;	
	padding: 5px;
	}

.Search_Input, .si {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	background-color: #eeeeff;
	border-bottom: 1px #eeeeee solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-top: 1px #555555 solid;
	} 

.rangeFilterText, .rft {
	color: #666666;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
	text-transform: none;
	}


/**********************************************************************
 * Pagination Styles                                                  *
 **********************************************************************/
.button_bar_cell
{
		padding-top: 2px;
	vertical-align: bottom;

}
 .prbbc 
 {
 	text-align:left;
	padding-top: 2px;
	vertical-align: bottom;
	
	
	}
	
.prbg {
	background-image:url(../../Styles/Default/Images/ButtonBarBackground.gif); 
	background-repeat: repeat-x;
	color: #666666;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
	white-space: nowrap;
	}

.pagination_area, .pra {
	color: #003366;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding-top: 2px;
	vertical-align: bottom;
	white-space: nowrap;	
	}

.pagination_label, .prl {
	color: #003366;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap;	
	padding: 2px;
	}

.pagination_value, .prv {
	color: #003366;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	white-space: nowrap;	
	padding: 2px;
	padding-right: 5px;
	padding-left: 5px;
	}

.Pagination_Input, .pri 
{
	      border: 1px solid #336799;
            background-color: #fff;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;	
	border-bottom: 1px #eeeeee solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-top: 1px #555555 solid;
	}

.pagination_row, .pr {
	background-color: #ccccaa;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
	}

.paginationRowEdgeL, .prel {
	height: 33px;
	}

.paginationRowEdgeR, .prer {
	height: 33px;
	}

.paginationButtonFirst, .prbf {
	background-image:url(Styles/Default/Images/arrow_beg.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 21px;
	}

.paginationButtonPrevious, .prbp {
	background-image:url(Styles/Default/Images/arrow_left.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 21px;
	}

.paginationButtonNext, .prbn {
	background-image:url(Styles/Default/Images/arrow_right.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 21px;
	}

.paginationButtonLast, .prbl {
	background-image:url(Styles/Default/Images/arrow_end.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 21px;
	} 


/**********************************************************************
 * Table Rows Styles                                                  *
 **********************************************************************/
.header_cell, .header_cell_scrolling, .thc, .thcs {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	background-color: #ccccaa;
	padding: 5px;
	border-right: 1px #eeeecc solid;
	border-top: 1px #888866 solid;
	color: #666622;
	vertical-align: top;
	}

.header_cell_empty, .thce {
	background-color: #ccccaa;
	border-top: 1px #888866 solid;
	}

.column_header, .tch {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	}

.column_header A, .column_header_scrolling A, .tch A, .tchs A {
	color: #80802a; 
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-decoration: underline;
	} 
	
.column_header A:hover, .column_header_scrolling A:hover, .tch A:hover, .tchs A:hover {
	color: #666622;
	text-decoration: underline;
	}

.columnHeaderFilterPadding, .tchfilp {
	padding-top: 4px;
	text-align: center;
	}

.columnHeaderFilterPadding A, .tchfilp A {
	text-decoration: none;
	color: #003399;
	}

.columnHeaderFilterPadding A:hover, .tchfilp A:hover {
	text-decoration: none;
	color: #666622;
	}

.icon_cell, .alt_icon_cell, .tic, .taic {
	padding: 0px;
	color: #444444;
	vertical-align: middle;
	background-color: #ffffff;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	width: 16px;
	}

.icon_cell_highlighted, .alt_icon_cell_highlighted, .tich, .taich {
	padding: 0px;
	color: #444444;
	vertical-align: middle;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	width: 16px;
	background-color: #ccccaa;
	}

.icon_cell_selected, .tics {
	padding: 0px;
	color: #444444;
	vertical-align: middle;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	width: 16px;
	background-color: #f2f2c9;
	}
			
.icon_cell_empty, .tice {
	background-color: #ffffff;
	border-bottom: 1px #cccccc solid;
	width: 0px;
	}

.icon_cell_highlighted_empty, .tiche {
	background-color: #ccccaa;
	border-bottom: 1px #cccccc solid;
	width: 0px;
	}

.icon_cell_selected_empty, .ticse {
	background-color: #f2f2c9;
	border-bottom: 1px #cccccc solid;
	width: 0px;
	}
	
.table_cell, .alt_table_cell, .ttc, .tatc {
	padding: 5px;
	color: #444444;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	vertical-align: top;
	text-align: left;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	background-color: #ffffff;
	}

.table_cell_highlighted, .alt_table_cell_highlighted, .ttch, .tatch {
	padding: 5px;
	color: #444444;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	vertical-align: top;
	text-align: left;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	background-color: #ccccaa;
	}

.table_cell_selected, .ttcs {
	padding: 5px;
	color: #444444;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	vertical-align: top;
	text-align: left;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	background-color: #f2f2c9;
	}

.ttc a, .tatc a, .ttch a, .tatch a, .ttcs a, .dfv a, .dialog_field_value a {
	color: #80802a; 
	}

.ttc a:hover, .tatc a:hover, .ttch a:hover, .tatch a:hover, .ttcs a:hover, .dfv a:hover, .dialog_field_value a:hover {
	color: #666622;
	}

.totals_cell, .tpttc {
	padding: 5px;
	color: #444444;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	vertical-align: top;
	text-align: left;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	background-color: #ffffff;
	width: 48px;
	}

.totals_cell_value, .tpttcv {
	padding: 5px;
	color: #444444;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	vertical-align: top;
	text-align: right;
	background-color: #ffffff;
	}

.page_total_label, .tptl {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding-left: 20px;
	white-space: nowrap;	
	vertical-align: middle;
	}

.page_total_value, .tptv {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	padding: 3px;
	}

.grand_total_label, .tgtl {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding-left: 20px;
	white-space: nowrap;	
	vertical-align: middle;
	}

.grand_total_value, .tgtv {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	padding: 3px;
	}

.tableRowsEdge, .tre {
	border-left: 1px #cccccc solid;
	background-color: #cccccc;
	}
 

/**********************************************************************
 * Scrolling Table Styles                                             *
 **********************************************************************/
div.tableContainer {
	clear: both;
	height: 285px;  /* defines scrolling region height */
	overflow: auto; /* enables scroll bar */
	}

div.tableContainer table {
	width: 97%; /* defines data region width (provide room for scroll bar) */
	}

thead.fixedHeader tr {
	background-color: #ccccaa; /* obscures data behind headers */
	position: relative; 	   /* fixes headers in place */
	}

.scrollContent {
	display: block;
	}

thead.fixedHeader td.button-white {
	white-space: nowrap;
	width: 0%;
	}

thead.fixedHeader table {
	width: 0%;
	}


/**********************************************************************
 * Auto Type Ahead Styles                                             * 
 **********************************************************************/
.autotypeahead_completionListElement {  
	background-color: #eeeeff;
	border-bottom: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #555555 solid;
	border-top: 1px #555555 solid;
	height: 90px;
	list-style-type: none;
	margin: 0px;
	overflow: auto;
	padding: 0px;
	visibility: hidden;
	}

.autotypeahead_highlightedListItem {
	background-color: #ccccaa;
	padding-bottom: 1px; 
	}

.autotypeahead_listItem {
	padding-bottom: 1px; 
	}


/**********************************************************************
 * Date Selector Styles                                               *
 **********************************************************************/
.dsTodayDay {
	background-color: #5d9bff; 
	}

.dsDayHeader {
	color: #ffffff;
	background-color: #115fdb; 
	font-size: 10px;
	padding: 6px;
	}

.dsSelectedDay {
	background-color: #ff0000;
	padding: 6px;
	}

.dsTitle {
	color: #666666;
	background-color: #ccccaa;
	font-weight: bold;
	}

.dsWeekendDay {
	background-image:url(Styles/Default/Images/bg_page_yellow.gif);
	padding: 6px;
	}

.dsOtherMonthDay {
	background-image:url(Styles/Default/Images/bg_page_yellow.gif);
	padding: 6px;
	}

.dsDay a, .dsTodayDay a, .dsSelectedDay a, .dsWeekendDay a, .dsOtherMonthDay a {
	color: #666666;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	}


/**********************************************************************
 * Info Panel Styles                                                  *
 **********************************************************************/	
.panelInformationDisplayWithImage {
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	}

.panelInformationDisplayWithImage_ImageArea {
	padding: 10px 10px 10px 16px;
	}

.panelInformationDisplayWithImage_InfoArea {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	vertical-align: middle;
	}

.panelInformationDisplayWithImage_InfoTitle {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	white-space: nowrap;	
	}

.panelInformationDisplayWithImage_InfoDetails {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding-right: 16px;
	white-space: nowrap;
	}

.panelInformationDisplay {
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	}

.panelInformationDisplay_InfoArea {
	padding: 10px;
	}

.panelInformationDisplay_InfoTitle {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	white-space: nowrap;	
	text-align: center;
	}

.panelInformationDisplay_InfoDetails {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	white-space: nowrap;
	text-align: center;
	} 
 

/**********************************************************************
 * Configuration/Error Page Styles                                    *
 **********************************************************************/
.configureErrorPagesText {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 11px;
	color: #444444;
	}
	

/**********************************************************************
 * Section 508 Compliance Styles                                      *
 **********************************************************************/
.skipNavigationLinks {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	color: #444444;
	}
/**********************************************************************
 * row Spacer Styles                                      *
 **********************************************************************/
 .rowSpacer 
 {
 	height:1px; 
 	
 }
 
/**********************************************************************
 * Detail Rollover Popup Styles                                       *
 **********************************************************************/
.detailRolloverPopup {
	position: absolute;
	visibility: visible;
	z-index: 2;
	top: 49px;
	left: 11px;
	width: 1px;
	height: 1896px;
}

.detailRolloverTitle {
	font-family: Verdana, Geneva, ms sans serif;
	font-weight: bold;
	font-size: 12px;
	color: #003366;
	padding-bottom: 5px;
	padding-top: 4px;
	vertical-align: middle;
	width: 100%;
	}

.detailRolloverTL {
	background-image:url(Styles/Default/Images/detailRolloverTL.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 57px;
	width: 65px;
	}

.detailRolloverTL_noPNG {
	height: 57px;
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='Styles/Default/Images/detailRolloverTL.png');
	}

.detailRolloverT {
	background-image:url(Styles/Default/Images/detailRolloverT.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	height: 57px;
	}

.detailRolloverT_noPNG {
	height: 57px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='Styles/Default/Images/detailRolloverT.png');
	}

.detailRolloverTR {
	background-image:url(Styles/Default/Images/detailRolloverTR.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 57px;
	width: 65px;
	}

.detailRolloverTR_noPNG {
	height: 57px;
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='Styles/Default/Images/detailRolloverTR.png');
	}

.detailRolloverL {
	background-image:url(Styles/Default/Images/detailRolloverL.png);
	background-position: center right;
	background-repeat: repeat-y;
	width: 65px;
	}

.detailRolloverL_noPNG {
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='Styles/Default/Images/detailRolloverL.png');
	}

.detailRolloverC {
	background-image:url(Styles/Default/Images/detailRolloverC.png);
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	}

.detailRolloverR {
	background-image:url(Styles/Default/Images/detailRolloverR.png);
	background-position: center left;
	background-repeat: repeat-y;
	width: 65px;
	}

.detailRolloverR_noPNG {
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='Styles/Default/Images/detailRolloverR.png');
	}

.detailRolloverBL {
	background-image:url(Styles/Default/Images/detailRolloverBL.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 29px;
	width: 65px;
	}

.detailRolloverBL_noPNG {
	height: 29px;
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='Styles/Default/Images/detailRolloverBL.png');
	}

.detailRolloverB {
	background-image:url(Styles/Default/Images/detailRolloverB.png);
	background-position: top center;
	background-repeat: repeat-x;
	height: 29px;
	}

.detailRolloverB_noPNG {
	height: 29px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='Styles/Default/Images/detailRolloverB.png');
	}

.detailRolloverBR {
	background-image:url(Styles/Default/Images/detailRolloverBR.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 29px;
	width: 65px;
	}

.detailRolloverBR_noPNG {
	height: 29px;
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='Styles/Default/Images/detailRolloverBR.png');
	}


/**********************************************************************
 * JavaScript Date Selector Styles                                    *
 **********************************************************************/
.dpTable {
	background-image:url(Styles/Default/Images/bg_page_yellow.gif); 
	border: 1px solid #aaaaaa;
	color: #333333;
	}

.dpTD {
	background-color: #ffffff;
	border: 1px #eeeeee solid;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
	}

.dpDayHighlightTD {
	background-color: #115fdb;
	border: 1px #cccccc solid;
	color: #ffffff;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
	}
	

.dpTDHover {
	background-color:  #115fdb;
	border: 1px #eeeeee solid;
	color: #ccffff;
	cursor: pointer;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
	}

.dpDayTD {
	background-color: #ccccaa;
	border: 1px #aaaaaa solid;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
	}

.dpTitleText {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
	text-align: center;
	vertical-align: middle;
	}

.dpDiv {
	}

.dpTR {
	}

.dpTitleTR {
	}

.dpDayTR {
	}
.tableItem {font: x-small Verdana, Arial, sans-serif; }
.tableItem td
{
	padding : 1px 5px 1px 5px;
	text-align : left;
border:0;
}
.tableHeader 
{
	padding : 1px 5px 1px 5px;
	text-align : left;
	font: bold small Arial; color:#fff; background-color:#6699cc;
	}
.tableHeader td a:hover, .tableHeader td a:visited, .tableHeader td a:active, .tableHeader td a
{
	padding : 1px 5px 1px 5px;
	text-align : left;
	font: bold small Arial; color:#fff; text-decoration:none;
	}


 #dgActivity .tableItem {font: x-small Verdana, Arial, sans-serif;}
  #dgActivity .tableHeader {font: bold small Arial; color:#663300; background-color:#ccccaa;}
 
 #dgActivity A {color:#663300}
  #dgActivity A:hover { color:red}
 #dgActivity .pageLinks {font: bold x-small Verdana, Arial, sans-serif;}
l, sans-serif;}
.alternate
{
	font: x-small Verdana, Arial, sans-serif;
	background-color:#bed3e9;	
	
}
.alternate td
{
	padding : 1px 5px 1px 5px;
	text-align : left;

	border:0;
	font: x-small Verdana, Arial, sans-serif;
	background-color:#bed3e9;	
}
	   #Ifrm
        {
            width:100%;
            overflow-x:hidden;
            _overflow:hidden;
            
        }
 .gridSection
 {
 	 vertical-align :top; 
 	 overflow:auto;
 	 text-align:left;
	 height:400px;
 }
.selectedItem
{
	font: x-small Verdana, Arial, sans-serif;
	background-color:#b6cefb;
	text-align:left;	
	}
.NotesHeader
{
	font: Verdana, Arial, sans-serif;
	font-size:1.0em;
	font-weight:bold;
	padding-left:10px;
	text-align:left;
}
#DragPanelNotes
{	
width:325px; text-align:left; position:absolute;
}
#DragPanelNotes #title
{
  background-color: #cfcaad;
  width:325px;
 text-align:left; position:absolute;	
}
.ascendingSort{
	background-image:url(../../Styles/Default/Images/ButtonDecrementOver.gif);
	background-repeat: no-repeat;
	background-position: right;	
	padding-right:20px;
}
.descendingSort{
	background-image:url(../../Styles/Default/Images/ButtonIncrementOver.gif);
	background-repeat: no-repeat;
	background-position: right;		
	padding-right:20px;
}
.UserRow
{
	background-image:url('../../Styles/Default/Images/bg_page_yellow.gif'); 
}
.NotesTable
{
	border:2px solid #cfcaad;
}
.NotesFirstRow
{
	padding-top:5px;
	padding-bottom:5px;
	background-color:#eaeadb;
	border:0px;
	}

.NotesSecondRow
{
	padding-top:5px;
	padding-bottom:5px;
	}

.notesTable
{
	width:300px;	
}
	 matchSaved {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	white-space: nowrap;	
	vertical-align: middle;
	text-align: left;
	padding: 3px 6px 3px 6px;
	}
.MatchHeader
{
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 12px;
	font-weight: bold;
		padding-right:10px;
	background-color:#cfcaad;
	}
	.whiteBackground
	{
			background-image:url('../../Styles/Default/Images/bg_page_white.gif'); 
		}
		
.SuccessMessage
{
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	color: Green;
	white-space: nowrap;	
	vertical-align: middle;
	text-align: left;
	
	}
.ErrorMessage
{
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	color: Red;
	white-space: nowrap;	
	vertical-align: middle;
	text-align: left;
	
	}
	.UnmatchArea
	{
		border:1px solid black;
		background-image:url('../../Styles/Default/Images/bg_page_white.gif'); 
		height:250px;
			width:150px;
		overflow:scroll;
		overflow-x:hidden;	
	}
.gridImage
   {
       width:60px;
       height:20px;
       } 

.heading
        {
        	padding : 2px 5px 2px 5px;
            background-color: #336799;
            width: 100%;
            color: #fff;
            font-weight:bold;
        }
 .subHeading
  {
  	
        	padding : 2px 5px 2px 5px;
            background-color: #336799;
            width: 100%;
            color: #fff;
            font-weight:normal;
  }
  
.linkPage
{
	font: bold small Arial; 
	color:#fff; 
	text-decoration:none;
}
.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}
 #tabs .inactive
        {
        	font-size: 0.75em;
            border-bottom: 2px solid #888888;
        }
        #tabs .active
        {
            margin-right: 10px;
            font-weight: 700;
            font-size: 1em;
            border-bottom: 3px solid #fd941a;
        }
        .CompulsoryField
        {
            color: Red;
        }
        .focusElement
        {
            border: 1px solid #000;
            font-size: 0.75em;
            background-color: #f01;
        }
        .gHeading
{
	font: Verdana, Arial, sans-serif;	
	background-color:#bed3e9;	
	
}
.gHeading td
{
	padding : 1px 5px 1px 5px;
	text-align : left;
	font-weight:700;
	border:0;
	background-color:#bed3e9;	
}

.infoText
 {
       	font-family : Arial;
       	font-size :x-small;
       	font-style:italic;        	        	
       	padding:0px;
       	color:Gray;
       	
        	        	
 }
 
 .UpdateMarquee
 {
   	font-family : Arial;
   	font-weight: 700;
	font-size: 1em;
    border-bottom: 3px solid #fd941a;       	
    border : 3px solid #fd941a;
   	font-style:italic;        	        	       	
   	color:white;
   	text-align :justify;
   	word-spacing : 2px;
	position:absolute;
	padding:1px 5px 1px 5px;	
	z-index: 1001;
	background-color:Teal;
	width:100%;
	min-height:30;	
 
 }
 
.updateProgress
{
	position:absolute;
	top:10px;
	left:10px;		
	padding:1px 5px 1px 5px;	
	z-index: 1001;
}
.updateProgressBackGround
{
	position:absolute;
	top:0px;
	left:0px;
	background-color:White;
	width:100%;
	min-height:100%;
	z-index: 1000;
	opacity: 0.5;
	filter: alpha(opacity=50); /**//* older IE */
}
.highlightedText
{
	background-color:Red;
	color:Yellow;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
	font-size: .9em;			
	padding:1px 5px 1px 5px;	
}

.MeassageRed
{
	background-color:Red;
	color:Yellow;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: normal;
	font-size: .8em;				
	padding:2px;
	
}

.MeassageYellow
{
	background-color:Gray;
	color:Yellow;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: normal;
	font-size: .8em;				
	padding:2px;
	
}

.MeassageGreen
{
	background-color:#c0dfff;
	color:black;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: normal;
	font-size: .8em;				
	padding:2px;
	
}

.MessageNormal
{	
	background-color:#f2f0e6;
	color:Black;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: normal;
	font-size: .8em;				
	padding:2px;
}



   .dgRow
        {
        	background-color: #ffffff;
        	vertical-align:top;
        }
        .dgRowAlternate
        {
        	background-color: #edf5ff;
        	vertical-align:top;
        }
 .dgHeader
{
	font-weight:bold;
	color:White;
	background-color:#255b89;
	border-color:	#255b89;
	border-collapse:collapse;
	
}        

