﻿/* CSS Document */
body,td,th {
	font-size: 13px;
	line-height: 23px;
	margin-top: 0px;
/*color: #ffffff;*/
}

body 
{
    background-color:Black;
}
.btmBorder{
border-bottom:1 px solid #666666
}
.remark{font-size:11px; color:#999999}

.title1 {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
.title2 {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
.fontWhite
{
    color:White;
}
.fontGray
{
    color:Gray ;
}body {
}
.gridHead
{
    color:White;
    background-color:lightsteelblue;
    font-size:14px;
    font-weight:bold;
}
.gridView
{
    border:1px solid #cccccc;
   }
.gridAlt
{
  
    background-color:Beige;
    
}
input.btnGradian{
	color:#336699;
	background-color:#fed;
	border-top-color:#6699CC;
	border-left-color:#6699CC;
	border-right-color:#006699;
	border-bottom-color:#006699;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#6699CC');			vertical-align: middle;
	height: 20px;
	line-height: 15pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid; 
}
.btn
{
    background-image:url(../images/magcommon/btn_bg.jpg);
    width:81px;
    height:30px;
    color:#336699;
    font-weight:bold;
}
.tableBorder
{
    border:1px solid #666666;
}
.borderBtm
{
    border-bottom:1px solid #cccccc;
}
.info
{
    background-color:#fffacd ;
    
}