﻿.mGrid {    
    font-size: .85em;
	width: 643px;
	border-bottom: 5px red solid;
}  

.mGrid tr
{
	width: 643px;
	color: White;
}

.mGrid th {
	background: #424242 url(../images/menu_bg.png) repeat-x top;   
	color: White;
	text-align: left;
	padding: 6px 0px 2px 4px;
	font-size: 12px;
}

.mGrid td {
	background: #20492c url(../images/td_bg.png) no-repeat;	
	border-bottom: 1px #cf8c22 solid;
	color: White;
	text-align: left;	
	font-size: 11px;
	vertical-align: bottom;
}

.mGrid th a:link, .mGrid th a:active, .mGrid th a:visited 
{
    text-decoration: none; 
    color: white;
    background-color: transparent;
    cursor: default;
}
.mGrid th a:hover
{
    cursor: pointer;
    color: #cba801;
    font-weight: bold;
}

.mGrid td a:link, .mGrid td a:active, .mGrid td a:visited 
{
    text-decoration: none; 
    color: white;
    background-color: transparent;
    cursor: default;
}
.mGrid td a:hover
{
	text-decoration: none; 
    cursor: pointer;
    color: #cba801;
}


.mGrid .alt { background: #fcfcfc url(images/grd_alt.png) repeat-x top; }   
.mGrid .pgr { background: #424242 url(images/grd_pgr.png) repeat-x top; }   
.mGrid .pgr table { margin: 5px 0; }   
.mGrid .pgr td {    
    border-width: 0;    
    padding: 0 6px;    
    border-left: solid 1px #666;    
	font-weight: bold;    
    color: white;    
    line-height: 12px;    
 }      
.mGrid .pgr a { color: #666; text-decoration: none; }   
.mGrid .pgr a:hover { color: #000; text-decoration: none; } 

.searchPanel
{
	background-color: transparent;
	height: 50px;
	padding-top: 5px; 
	vertical-align: top;
	text-align: left;
	
}

.searchPanelHeader
{
	background: #424242 url(../images/menu_bg.png) repeat-x top;  
	height: 25px;
	text-align: left !important;
}

.searchPanelHeader th
{
	text-align: left !important;
}



/* xp theme */
.ajax__tab_upt .ajax__tab_header {font-family:Arial,helvetica,verdana;font-size:12px; font-weight: bold;   background:url(images/menu_bg.png) repeat-x bottom; }
.ajax__tab_upt .ajax__tab_outer {padding-right:4px;background:url(images/tab-right.gif) no-repeat right;height:30px; }
.ajax__tab_upt .ajax__tab_inner {padding-left:3px;background:url(images/tab-left.gif) no-repeat;}
.ajax__tab_upt .ajax__tab_tab {height:29px; padding:4px;margin:0px;background:url(images/tab.gif) repeat-x; width: 400px;}
.ajax__tab_upt .ajax__tab_hover .ajax__tab_outer {cursor:pointer;background:url(images/tab-hover-right.gif) no-repeat right;}
.ajax__tab_upt .ajax__tab_hover .ajax__tab_inner {cursor:pointer;background:url(images/tab-hover-left.gif) no-repeat;}
.ajax__tab_upt .ajax__tab_hover .ajax__tab_tab {cursor:pointer;background:url(images/tab-hover.gif) repeat-x;}
.ajax__tab_upt .ajax__tab_active .ajax__tab_outer {background:url(images/tab-active-right.gif) no-repeat right;}
.ajax__tab_upt .ajax__tab_active .ajax__tab_inner {background:url(images/tab-active-left.gif) no-repeat;}
.ajax__tab_upt .ajax__tab_active .ajax__tab_tab {background:url(images/tab-active.gif) repeat-x;}
.ajax__tab_upt .ajax__tab_disabled { color: #A0A0A0;}
.ajax__tab_upt .ajax__tab_body {font-family:Arial,helvetica,verdana;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;}


	
