﻿body 
{
	scrollbar-face-color: #fcfafb;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #cccccc;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #330000;
	scrollbar-darkshadow-color: #ffffff;
    margin: 0px;
	padding: 0px;
	background-color:#ffffff;  
}

table
{
	font-size: 9pt;
    color: #333333;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
}

a:link                       {font-size: 9pt;color: blue; text-decoration: none;}
a:hover                      {font-size: 9pt;color: red;text-decoration: none;}
a:visited                    {font-size: 9pt;color: #000066;text-decoration: none;} 
a:visited:hover              {font-size: 9pt;color: red;text-decoration: none;}

a.sys_menu                   {font-size: 9pt;color: #15428B;text-decoration: none;letter-spacing: 1pt}
a.sys_menu:visited           {font-size: 9pt;color: #15428B;font-style: normal;text-decoration: none;letter-spacing: 1pt;}
a.sys_menu:active            {font-size: 9pt;color: #15428B;font-style: normal;text-decoration: none;letter-spacing: 1pt;}
a.sys_menu:hover             {font-size: 9pt;color: red; font-style: normal;text-decoration: none;letter-spacing: 1pt;}

a.sys_head_menu              {font-size: 9pt;color: #ffffff;text-decoration: none;}
a.sys_head_menu:visited      {font-size: 9pt;color: #ffffff;text-decoration: none;}
a.sys_head_menu:active       {font-size: 9pt;color: #ffffff;text-decoration: none;}
a.sys_head_menu:hover        {font-size: 9pt;color: yellow; text-decoration: none;}



a.sys_login_link             {font-weight: bold;font-size: 9pt;color: #01A1B9;text-decoration: none;}
a.sys_login_link:visited     {font-weight: bold;font-size: 9pt;color: #01A1B9;text-decoration: none;}
a.sys_login_link:active      {font-weight: bold;font-size: 9pt;color: #01A1B9;text-decoration: none;}
a.sys_login_link:hover       {font-weight: bold;font-size: 9pt;color: red;    text-decoration: none;}

a.sys_grid_head_sort         {font-size: 9pt;color: #333333;text-decoration: none;}
a.sys_grid_head_sort:visited {font-size: 9pt;color: #333333;text-decoration: none;}
a.sys_grid_head_sort:active  {font-size: 9pt;color: #333333;text-decoration: none;}
a.sys_grid_head_sort:hover   {font-size: 9pt;color: red;    text-decoration: none;}


.sys_grid
{
    border: #CCCACA 1px solid;
    font-size: 9pt;
    border-collapse: collapse;
    background-color:#ffffff
}

.sys_td_desk_head
{
    font-size: 9pt;
    font-weight:bold;
    color: #333333;
   	border: #CCCACA 1px solid;
    border-collapse: collapse;
    height: 24px;
    padding-left: 6px;
    background-color: #ecf5f7;  
    background-repeat: repeat-x;
}

.sys_grid_cell
{
	border: #E9EAF1 1px solid;
	font-family: 宋体;
	font-size: 9pt;
	border-collapse: collapse;
}


