﻿/**
Author：adam
Date:2009-06-09
Remark：基本的css属性
**/
		.Front_Tab_Detail_Table
        {
            border: solid 1px #FFE9B5;
            border-collapse: collapse;
            font-size: 12px;
        }
        .Front_Tab_Detail_LTd
        {
            background-color: #FFDA96;
            text-align: left;
            border: solid 1px #FFE9B5;
        }
        .Front_Tab_Detail_RTd
        {
            text-align: left;
            border: solid 1px #FFE9B5;
        }
        .divheader
        {
            background-color: #FFDA96;
            font-size: 12px;
            font-weight: bold;
            height: 24px;
            line-height: 24px;
        }
        .Front_Tab_List_Table
        {
        	border: solid 1px #FFE9B5;
            border-collapse: collapse;
            font-size: 12px;
            width:100%;
            text-align:center;
        }
        .Front_Tab_List_THead
        {
        	background-color: #FFDA96;
            font-size: 12px;
            font-weight: bold;
            height: 24px;
            line-height: 24px;
            text-align:center;
        }
        .Front_Tab_List_TTd
        {
        	font-size: 12px;
        	height: 24px;
        	border-bottom:solid 1px  #FFDA96;
        	text-align:left;
        }
        .bottom
        {
        	font-size: 12px;
        }
        .AlarmCss
        {
        	font-size:12px;
			color:Red;
			width:4px;
        }
        
/* repeater table css */     
		.RTableCss
        {
            width: 100%;
            padding: 0px;
            margin: 0px;
            border-collapse: collapse;
            font-size: 12px;
            border: solid 0px #FFDA96;
            color:#ff6600
        }
        .RTableHeader
        {
            height:24px;
            font-size: 13px;
            text-align: left;
            font-family: 宋体;
            background-color: #BAD274;
          /*  font-weight: bold;*/
            color: #FFFFFF;
        }
        .RTableItem
        {
            font-size: 13px;
            text-align: left;
            font-family: 宋体;   
            color:#666666;         
        }
        .RTableAlterItem
        {
            font-size: 13px;
            text-align: left;
            font-family: 宋体;            
            background-color: #DFEBDF;
            color:#666666;
        }
        .PagerCss
        {
        	/*
            border-color: #F4A91C;
            border-style: solid;
            border-width: 1px;
            background-color: #FFF8F0;
            color: #6A6869;
			*/
        }   
        .RowOne
        {
            color:#000000;
            background-color: #ffffff;
            text-align:left;
            height:20px;
    width: 0;
}
        .RowTwo
        {
            font: 13px;
            color:#000000;
            background-color: #ffffff;
            text-align:left;
            height:20px;
        }
        .Front_Tab_Detail_Table
        {
            border: solid 0px #FFE9B5;
            border-collapse: collapse;
            font-size: 12px;
            margin-left: 25px;
            margin:0px;
            padding:0px;
        }
        .title
        {
            font-family:黑体,Arial, Helvetica, sans-serif; color:#CE5117; font-size:28px; font-weight:bold; line-height:40px;
        }
          .titleSmall
        {
            font-family:黑体,Arial, Helvetica, sans-serif; color:#CE5117; font-size:18px; font-weight:bold; line-height:40px;
        }
        .detailLeftTd
        {        	 
        	font-weight:bold;
        	font-size:13px;
        	color:#000000;
        }
        .detailRightTd
        {
        	font-weight:normal;
        	font-size:13px;
        	color:#000000;
        }
        .tdTitle
        {
            font: 12px;
            font-weight: bold;
            color: #404040;
            border-bottom: dashed 0px #959595;
            padding: 2px;
            padding-left: 0px;
        }
        .tdTitle1
        {
            font: 13px;
            font-weight: bold;
            color: #ff6600;
            border-bottom: solid 1px #878787;
            border-right:solid 1px #878787;
            padding: 2px;
            height:16px;
            width:98%;
            padding-left: 0px;
        }
        .divTitle
        {
            font: 12px;
            font-weight: bold;
            color: #404040;
            border-bottom: solid 1px #959595;
            padding-bottom: 8px;
        }
        .MText
        {
        	border:solid 1px #999999;
        }
        .font_title
        {
            color: #000000;
            font-size: 13px;
        }
        .RTableCss
        {
            width: 100%;
            padding: 0px;
            margin: 5px 0px 5px 0px;
            border-collapse: collapse;
            font-size: 12px;
            border: solid 0px #FFDA96;
            color: #cccccc;
        }
        .btnCss
        {
	        width:80px;
        }
        .trFooterCss
        {
        	text-align: center; color: black; font-weight: bold;font-size:15px;font-family:黑体
        }
        .keyWordTxt
        {
        	color: #cccccc;
        	background-color: #ffffff; 
        	border: 1px #cccccc solid
        }