﻿body 
{
  
    font-size:12px;
    color:black;    
}
tr.MyTitle
{
    background-image:url(image/biaoti.jpg);}
td.TitleFont
{
	color:Black;
	}
td.FuncFont
{
	color:White;
	}
td.CommandFont
{
	color:Yellow;
	}
td.WarnFont
{
	color:red;
	}
span.TitleFont
{
	color:White;
	}

A:hover
{
	font-size:12px;
	text-decoration:underline; /*单击按钮是否有下划线*/
	color:Maroon; /*鼠标动作的字体颜色*/
	position: relative;/*控件是否有动作*/
	left: 1px;/*向左移动2px*/
	top: 1px; /*向下移动2px*/
}

A:visited
{
	color:black;
}

A 
{
	color:black;
}

A.billFunc
{
    font-size:12px;
    text-decoration:none;
    color:White;
    position:relative;
    left:1px;
    top:1px;
}
A:hover.billFunc
{
    font-size:12px;
    text-decoration:none;
    color:White;
    position:relative;
    left:1px;
    top:1px;
}

A:visited.billFunc
{
    font-size:12px;
    text-decoration:none;
    color:White;
    position:relative;
    left:1px;
    top:1px;
}

A.newInboxItem
{
    font-size:12px;
    text-decoration:none;
    color:lime;
    position:relative;
    left:1px;
    top:1px;
}
A:hover.newInboxItem
{
    font-size:12px;
    text-decoration:none;
    color:lime;
    position:relative;
    left:1px;
    top:1px;
}

A:visited.newInboxItem
{
    font-size:12px;
    text-decoration:none;
    color:lime;
    position:relative;
    left:1px;
    top:1px;
}


input.myCommand
{
 width:70px;}
 
 select.mySelect
 {
	border-style:solid;
}
div.IMFrame
{
    background-image:url("image/IMFrame.gif");
    position:absolute;
    top:350px;
    left:800px;
    width:198px;
    height:258px;
    z-index:10;}
div.IMHead
{
    text-align:left;
    position:relative;
    top:6px;
    left:0px;
    width:186px;
    height:50px;}
div.IMHeadPic
{
    position:absolute;
    top:4px;
    left:5px;
    width:40px;
    height:40px;}
div.IMHeadUser
{
    position:absolute;
    top:18px;
    left:60px;
    width:120px;
    height:20px;}
div.IMHeadState
{
    border-style:solid;
    border-width:1px;
    border-color:black;
    position:absolute;
    top:22px;
    left:60px;
    width:120px;
    height:20px;}

div.IMBody
{
    border-style:solid;
    border-width:1px;
    border-color:black;
    background-color:White; 
    position:relative;
    top:6px;
    left:0px;
    width:186px;
    height:196px;}
div.IMDialog
{
    background-image:url("image/IMDialog.gif");
    /*border-style:solid;
    border-width:1px;
    border-color:black;*/
    position:absolute;
    top:170px;
    left:400px;
    width:360px;
    height:380px;
    z-index:11;}
tr.IMrow
{
    background-color:Lime;
}
div.CalendarFrame
{
    background-image:url("image/CalendarFrame.gif");
    position:absolute;
    top:100px;
    left:240px;
    width:700px;
    height:420px;
    z-index:12;
 }
 .Datalist_backgroundImage
{
 background-image: url(cn/images/leftcolumnsback.png); 
 background-repeat:no-repeat;
} 
.Datalist_label
{
	font-weight:bold;
	color:#007734;
} 
.Datalist_labelback
{
	color:#282828;
} 

