560 lines
		
	
	
		
			9.0 KiB
		
	
	
	
		
			CSS
		
	
	
	
		
		
			
		
	
	
			560 lines
		
	
	
		
			9.0 KiB
		
	
	
	
		
			CSS
		
	
	
	
|  | body | |||
|  | { | |||
|  | 	background-color:#FFFFFF; | |||
|  | 	margin-left: 0; | |||
|  | 	margin-top: 0; | |||
|  | 	margin-right: 0; | |||
|  | 	font-family: Arial,Verdana; | |||
|  | 	font-size: 10pt; | |||
|  | 	background:url(Images/bg.gif) repeat-x; | |||
|  | } | |||
|  | 
 | |||
|  | 
 | |||
|  | 
 | |||
|  | A  | |||
|  | { | |||
|  | 	FONT-WEIGHT: normal;   COLOR:#333333; FONT-FAMILY: Arial; | |||
|  | 	text-decoration:none; | |||
|  | } | |||
|  | A:active  | |||
|  | { | |||
|  | 	FONT-WEIGHT: normal;   COLOR: #333333; FONT-FAMILY: Arial; text-decoration:none; | |||
|  | } | |||
|  | A:visited  | |||
|  | { | |||
|  | 	FONT-WEIGHT: normal;   COLOR:   Gray; FONT-FAMILY: Arial; text-decoration:none; | |||
|  | } | |||
|  | A:hover  | |||
|  | { | |||
|  | 	FONT-WEIGHT: normal;  COLOR: #000; FONT-FAMILY: Arial; TEXT-DECORATION: underline | |||
|  | } | |||
|  | 
 | |||
|  | /* Table Class*/ | |||
|  |   | |||
|  | .Table_NoBorder | |||
|  | { | |||
|  | 	  | |||
|  | 	font-weight: normal; | |||
|  | 	color:#666666; | |||
|  | 	background-color:Transparent; | |||
|  | 	border-width: 0px; | |||
|  | 	border-style: solid; | |||
|  | 	 | |||
|  | } | |||
|  | .Table_Border | |||
|  | { | |||
|  | 	font-family: Arial,Verdana, Helvetica,serif,sans-serif; | |||
|  | 	  | |||
|  | 	font-weight: 100; | |||
|  | 	background-color:White; | |||
|  |  /* 	border-color:Olive; */ | |||
|  | 	border-color: #5B8200;  | |||
|  | 	border-width: 1px; | |||
|  | 	border-style: solid; | |||
|  | } | |||
|  | .Table_Table | |||
|  | { | |||
|  | 	  | |||
|  | 	font-weight: normal; | |||
|  | 	color:#858585; | |||
|  | 	background-color:Transparent; | |||
|  | 	border-width: 1px; | |||
|  | 	border-style: solid; | |||
|  | } | |||
|  | 
 | |||
|  | /* Header */ | |||
|  | .HEADER | |||
|  | { | |||
|  | 	background-color:Green; | |||
|  | } | |||
|  | 
 | |||
|  | /*Label Class*/ | |||
|  | .Label | |||
|  | { | |||
|  | 	  | |||
|  | 	font-size: 9pt; | |||
|  | 	font-weight:normal; | |||
|  | 	height: 19px; | |||
|  | 	font-style:normal; | |||
|  | 	background-color :Transparent ; | |||
|  | 	color :#858585; | |||
|  | } | |||
|  | .Label_Title | |||
|  | { | |||
|  | 	color :#3A3A3A; | |||
|  | 	font-size:15pt ;	 | |||
|  | 	font-weight:bold; | |||
|  | 	font-family :Serif; | |||
|  | } | |||
|  | .Label_Header | |||
|  | { | |||
|  | 	  | |||
|  | 	 | |||
|  | 	font-size: 9pt; | |||
|  | 	font-weight:bold; | |||
|  | 	height: 19px; | |||
|  | 	color :#3A3A3A; | |||
|  | } | |||
|  | 
 | |||
|  | /*TextBox style */ | |||
|  | .TextBox | |||
|  | { | |||
|  | 	height: 15PX; | |||
|  | 	width: 150PX; | |||
|  | 	font-size:15px; | |||
|  | 	font-family:Arial; | |||
|  | 	  | |||
|  | } | |||
|  | .TextBox_Long | |||
|  | { | |||
|  | 	height: 15PX; | |||
|  | 	font-size:11px; | |||
|  | 	font-family:Arial; | |||
|  | } | |||
|  | .TextBox_Show | |||
|  | { | |||
|  | 	height: 19PX; | |||
|  | 	width: 150PX; | |||
|  | 	font-size:11px; | |||
|  | 	font-family:Arial; | |||
|  | 	  | |||
|  | 	background-color:#D3D3D3; | |||
|  |     width:100px; | |||
|  |      | |||
|  | 	 | |||
|  | } | |||
|  | .TextBox_Show_Long | |||
|  | { | |||
|  | 	height: 19PX; | |||
|  | 	font-size:11px; | |||
|  | 	font-family:Arial; | |||
|  | 	color:#3A3A3A; | |||
|  | 	background-color:#E0E0E0; | |||
|  |   | |||
|  | 	border-width: 1px;	 | |||
|  | } | |||
|  | .TextBox_NoBorder | |||
|  | { | |||
|  | 	height: 19PX; | |||
|  | 	width: 150PX; | |||
|  | 	font-size:11px; | |||
|  | 	font-family:Arial; | |||
|  | 	color:#3A3A3A; | |||
|  | 	background-color:White; | |||
|  |   | |||
|  | 	border-width: 0px;	 | |||
|  | } | |||
|  | 
 | |||
|  | /*DropDownList Style*/ | |||
|  | .DropDownList | |||
|  | { | |||
|  | 	height: 20px; | |||
|  | 	width: 150px; | |||
|  | 	border-color:Gray; | |||
|  | 	border-style: none; | |||
|  | 	border-width: 0px; | |||
|  | 	background-color:White; | |||
|  | 	font-size:11px; | |||
|  | 	font-family:Arial; | |||
|  | } | |||
|  | .CheckBox,.RadioButton | |||
|  | { | |||
|  | 	font-size:9pt; | |||
|  | 	font-family:Arial; | |||
|  | 	font-weight:normal; | |||
|  | 	height: 19px; | |||
|  | 	font-style:normal; | |||
|  | } | |||
|  | 
 | |||
|  | /*Button style */ | |||
|  | .Button | |||
|  | {	 | |||
|  | 	background-image:url(./images/button_100.gif); | |||
|  | 	background-repeat :repeat-x ; | |||
|  | 	background-color:Transparent;	 | |||
|  | 	width :100px; | |||
|  | 	color :#5B8200; | |||
|  | 	border-style :none ; | |||
|  | 	font-family:Arial; | |||
|  | } | |||
|  | 
 | |||
|  | .Button_login | |||
|  | {	 | |||
|  | 	background-image:url(./images/button_101.gif); | |||
|  | 	background-repeat :repeat-x ; | |||
|  | 	background-color:Transparent;	 | |||
|  | 	width :70px; | |||
|  | 	color :White; | |||
|  | 	border-style :none ; | |||
|  | 	font-family:Arial; | |||
|  | } | |||
|  | 
 | |||
|  | .Button_120 | |||
|  | {	 | |||
|  | 	background-image:url(./images/button_120.gif); | |||
|  | 	background-repeat :repeat-x ; | |||
|  | 	background-color:White; | |||
|  | 	width :120px; | |||
|  | 	color :#5B8200; | |||
|  | 	border-style :none ;	 | |||
|  | 	font-family:Arial; | |||
|  | } | |||
|  | .Button_150 | |||
|  | {	 | |||
|  | 	background-image:url(./images/button_150.gif); | |||
|  | 	background-repeat :repeat-x ; | |||
|  | 	background-color:White; | |||
|  | 	width :150px; | |||
|  | 	color :#5B8200; | |||
|  | 	border-style :none ;	 | |||
|  | 	font-family:Arial; | |||
|  | } | |||
|  | .Button_UpLoad | |||
|  | { | |||
|  | } | |||
|  | .Button_DownLoad | |||
|  | { | |||
|  | } | |||
|  | 
 | |||
|  | /*DataList*/ | |||
|  | .DataList | |||
|  | { | |||
|  | 	font-size:8pt; | |||
|  | 	font-weight: normal; | |||
|  | 	color:#666666; | |||
|  | 	border-width: 0px; | |||
|  | } | |||
|  | 
 | |||
|  | /*DataGrid Style */ | |||
|  | .DataGrid | |||
|  | { | |||
|  | 	font-size:9pt; | |||
|  | 	font-weight: normal; | |||
|  | 	border-width:1px; | |||
|  | 	border-color:#858585; | |||
|  | 	border-left-style :none; | |||
|  | } | |||
|  | .HeaderStyle | |||
|  | { | |||
|  | 	font-weight: bold; | |||
|  | 	font-size: 9pt; | |||
|  | 	font-weight: normal; | |||
|  | 	border-color: #858585; | |||
|  | 	color :#3A3A3A; | |||
|  | 	text-align: left; | |||
|  | 	 background-color:#ECF1D9  ; | |||
|  | 	/*background-color: #FFE0C0;*/ | |||
|  | 	border-left-style :none ; | |||
|  | 	border-right-style :none ; | |||
|  | } | |||
|  | .ItemStyle | |||
|  | { | |||
|  | 	font-size: 9pt; | |||
|  | 	background-color: White;	 | |||
|  | 	border-color :#D5D5D5; | |||
|  | 	color :#666666; | |||
|  | 	border-left-style :none ; | |||
|  | 	border-right-style :none ; | |||
|  | 	border-bottom-width :1; | |||
|  | 	border-top-width :1; | |||
|  | 	text-align:left ; | |||
|  | 	 | |||
|  | 	  | |||
|  | 	 | |||
|  | } | |||
|  | .SelectedItemStyle | |||
|  | { | |||
|  | 	font-size: 9pt; | |||
|  | 	background-color:#FFE0C0; | |||
|  | 	border-color :#D5D5D5; | |||
|  | 	color :white; | |||
|  | 	border-left-style :none ; | |||
|  | 	border-right-style :none ; | |||
|  | 	border-bottom-width :1; | |||
|  | 	border-top-width :1; | |||
|  | 	text-align:left ; | |||
|  | 	background:url(Images/bg_SelectedItem.gif) repeat-x; | |||
|  | } | |||
|  | .AlternatingItemStyle | |||
|  | { | |||
|  | 	font-size: 9pt; | |||
|  | 	/*background-color:InfoBackground;	*/ | |||
|  | 	background-color : #EDF7FF;	 | |||
|  | 	border-color  :#D5D5D5; | |||
|  | 	color :#666666; | |||
|  | 	border-left-style :none ; | |||
|  | 	border-right-style :none ; | |||
|  | 	border-bottom-width :1; | |||
|  | 	border-top-width :1; | |||
|  | 	text-align:left ; | |||
|  | } | |||
|  | .PagerStyle | |||
|  | { | |||
|  | 
 | |||
|  | } | |||
|  | 
 | |||
|  | .Banner | |||
|  | { | |||
|  | 	background-color:#60B6FF ; | |||
|  | /*	background-image :url(./images/head11.gif); | |||
|  | 	background-repeat :  no-repeat ; | |||
|  | */ | |||
|  | 	font-size :large ; | |||
|  | 	color :White ; | |||
|  | 	font-family :Arial; | |||
|  | 	font-weight :Bold ; | |||
|  | } | |||
|  |   | |||
|  | .FBannerText | |||
|  | { | |||
|  | 	background-color:Transparent ; | |||
|  | 	font-size :9pt; | |||
|  | 	font-family :Arial ; | |||
|  | 	font-weight :bold ; | |||
|  | 	color :#666666 ; | |||
|  | } | |||
|  |  .ILeft | |||
|  | { | |||
|  | 	background-color:Transparent ; | |||
|  | 	/* | |||
|  | 	background-image :url(./images/Left.gif); | |||
|  | 	background-repeat :no-repeat ;*/ | |||
|  | } | |||
|  | .MTop | |||
|  | { | |||
|  | 	background-color:Transparent ; | |||
|  | 	background-image :url(./images/m_top.gif); | |||
|  | 	background-repeat :no-repeat ; | |||
|  | } | |||
|  | .LTop | |||
|  | { | |||
|  | 	background-color:Transparent ; | |||
|  | 	background-image :url(./images/t_top.gif); | |||
|  | 	background-repeat :no-repeat ; | |||
|  | } | |||
|  | .LMid | |||
|  | { | |||
|  | 	background-color:Transparent ; | |||
|  | 	background-image :url(./images/t_mid.gif); | |||
|  | 	background-repeat :repeat ; | |||
|  | } | |||
|  | .LBel | |||
|  | { | |||
|  | 	background-color:Transparent ; | |||
|  | 	background-image :url(./images/t_below.gif); | |||
|  | 	background-repeat :no-repeat ; | |||
|  | } | |||
|  | /*pseudoclasses*/ | |||
|  | .LMenu  | |||
|  | { | |||
|  | 	font-weight:bold; | |||
|  | 	FONT-SIZE: 12px; | |||
|  | 	COLOR:Black; | |||
|  | 	FONT-FAMILY: Arial; | |||
|  | 	TEXT-DECORATION: none; | |||
|  | } | |||
|  | .LMenu:active  | |||
|  | { | |||
|  | 	font-weight:bold; | |||
|  | 	FONT-SIZE: 12px; | |||
|  | 	COLOR:Black; | |||
|  | 	FONT-FAMILY: Arial; | |||
|  | 	TEXT-DECORATION: none | |||
|  | } | |||
|  | .LMenu:visited  | |||
|  | { | |||
|  | 	font-weight:bold; | |||
|  | 	FONT-SIZE: 12px; | |||
|  | 	COLOR:Black; | |||
|  | 	FONT-FAMILY: Arial; | |||
|  | 	TEXT-DECORATION:none | |||
|  | } | |||
|  | .LMenu:hover  | |||
|  | { | |||
|  | 	font-weight:bold; | |||
|  | 	FONT-SIZE: 12px; | |||
|  | 	COLOR: #0e0084; | |||
|  | 	FONT-FAMILY: Arial; | |||
|  | 	TEXT-DECORATION: none | |||
|  | } | |||
|  | .LAbout  | |||
|  | { | |||
|  | 	font-weight:bold; | |||
|  | 	FONT-SIZE: 22px; | |||
|  | 	COLOR:#605b84; | |||
|  | 	FONT-FAMILY: Arial; | |||
|  | } | |||
|  | .LAbout:active | |||
|  | { | |||
|  | 	font-weight:bold; | |||
|  | 	FONT-SIZE: 22px; | |||
|  | 	COLOR:#605b84; | |||
|  | 	FONT-FAMILY: Arial; | |||
|  | } | |||
|  | .LAbout:visited  | |||
|  | { | |||
|  | 	font-weight:bold; | |||
|  | 	FONT-SIZE: 22px; | |||
|  | 	COLOR:#605b84; | |||
|  | 	FONT-FAMILY: Arial; | |||
|  | } | |||
|  | .LAbout:hover | |||
|  | { | |||
|  | 	font-weight:bold; | |||
|  | 	FONT-SIZE: 22px; | |||
|  | 	COLOR:#605b84; | |||
|  | 	FONT-FAMILY: Arial; | |||
|  | } | |||
|  | .LINE | |||
|  | { | |||
|  | 	background-image :url(./images/line_dot2.gif); | |||
|  | 	background-repeat :repeat-x ; | |||
|  | 	background-position:center; | |||
|  | 	height: 20px; | |||
|  | } | |||
|  | .LLine | |||
|  | { | |||
|  | 	background-image :url(./images/line_dot.gif); | |||
|  | 	background-repeat :repeat-x ; | |||
|  | 	height: 1px; | |||
|  | } | |||
|  | .ALine | |||
|  | { | |||
|  | 	background-image :url(./images/dot_green.gif); | |||
|  | 	background-repeat :repeat-x ; | |||
|  | 	height :30px; | |||
|  | 	background-position:center; | |||
|  | } | |||
|  | .ALineNoheight | |||
|  | { | |||
|  | 	background-image :url(./images/dot_green.gif); | |||
|  | 	background-repeat :repeat-x ; | |||
|  | 	height :5px; | |||
|  | 	background-position:center; | |||
|  | } | |||
|  | .VLine | |||
|  | { | |||
|  | 	background-image :url(./images/dot_green.gif); | |||
|  | 	background-repeat :repeat-y ; | |||
|  | 	width :1px; | |||
|  | 	background-position:center; | |||
|  | } | |||
|  | .RED | |||
|  | { | |||
|  | 	color:Red; | |||
|  | } | |||
|  | .file | |||
|  | { | |||
|  | 	/*border-color: #CCCCCC; | |||
|  | 	border-style: solid;*/ | |||
|  | 	border-width: 1px; | |||
|  | 	width:385px; | |||
|  | 	height: 19px;	 | |||
|  | 	font-size:11px; | |||
|  | 	color:#3A3A3A; | |||
|  | 	background-color:White; | |||
|  | 	  | |||
|  | } | |||
|  | /*wyj*/ | |||
|  | .top_bg{ | |||
|  | background:url(Images/bg_top_tit.gif) repeat-x  ; | |||
|  | color: #EDF7FF ; | |||
|  | width:200px; | |||
|  | line-height:30px | |||
|  | 
 | |||
|  | } | |||
|  | .bg_top_title | |||
|  | {  | |||
|  | background:url(Images/bg_top_tit.gif) repeat-x; | |||
|  | color:#FFFFFF | |||
|  | } | |||
|  | .Table_border1{ border:1px solid #7197AC; padding:2px;} | |||
|  | .Table_border2{ border:1px solid #C9D5E1; margin:2px;} | |||
|  | .left{ | |||
|  | border:1px solid #C9D5E1; | |||
|  | background-color:#EDF7FF; | |||
|  | height:18px} | |||
|  | .tree_in{ | |||
|  | padding:10px;} | |||
|  | /*tree*/ | |||
|  | .title_tree{ | |||
|  | width:100%; | |||
|  | height:30px; | |||
|  | /**/ | |||
|  | background:url(Images/bg_top_tit.gif) repeat-x; | |||
|  | color:white; | |||
|  | line-height:30px; | |||
|  | text-align:center} | |||
|  | .left_title | |||
|  | { | |||
|  | /*background:url(Images/bg_left.gif) repeat-x;*/ | |||
|  | color:#265AA3; | |||
|  | width:200px; | |||
|  | } | |||
|  | .3boder{ | |||
|  | border-left-color:#000000; | |||
|  | border-left-width:1px; | |||
|  | border-left-style:solid; | |||
|  | } | |||
|  | .2boder{ | |||
|  | border-left:1px solid #C6D7DF ; | |||
|  | border-right:1px solid #C6D7DF ; | |||
|  | } | |||
|  | .news_line{ | |||
|  | background:url(Images/ancor1.gif) no-repeat left; | |||
|  | padding-left:20px; | |||
|  | font-size:16px; | |||
|  | border-bottom:1px dotted #D5696C; | |||
|  | color:#A30206; | |||
|  | padding-top:10px; | |||
|  | line-height:20px | |||
|  | } | |||
|  | .site_map{ | |||
|  | background:url(Images/ancor1.gif) no-repeat left; | |||
|  | padding-left:13px; | |||
|  | font-size:16px; | |||
|  | border-bottom:1px ; | |||
|  | color:#A30206; | |||
|  | padding-top:10px; | |||
|  | line-height:20px | |||
|  | }<EFBFBD><EFBFBD> | |||
|  | .right{ | |||
|  | border:1px solid #C9D5E1; | |||
|  | height:18px} | |||
|  | .news_table | |||
|  | { | |||
|  | padding-top:5px; | |||
|  | 	font-size: 9pt; | |||
|  | 	font-weight: normal; | |||
|  | 	color:#666666; | |||
|  | 	background-color:Transparent; | |||
|  | 	border:1px solid #CCCCCC; | |||
|  | 	margin-top:8px ; | |||
|  | 	margin-bottom:5px ; | |||
|  | 	margin-right:8px ; | |||
|  | 	margin-left:5px ; | |||
|  | 	background:url(Images/bg_news.gif) repeat-x top; | |||
|  | 	 | |||
|  | } | |||
|  | 
 | |||
|  | .MyCalendar.ajax__calendar_container { | |||
|  |     border:1px solid #646464; | |||
|  |     background-color: Window; | |||
|  |     color: red; | |||
|  | } | |||
|  | .MyCalendar.ajax__calendar_other .ajax__calendar_day, | |||
|  | .MyCalendar .ajax__calendar_other .ajax__calendar_year { | |||
|  |     color: black; | |||
|  | } | |||
|  | .MyCalendar.ajax__calendar_hover .ajax__calendar_day, | |||
|  | .MyCalendar.ajax__calendar_hover .ajax__calendar_month, | |||
|  | .MyCalendar.ajax__calendar_hover .ajax__calendar_year { | |||
|  |     color: black; | |||
|  | } | |||
|  | .MyCalendar.ajax__calendar_active .ajax__calendar_day, | |||
|  | .MyCalendar.ajax__calendar_active .ajax__calendar_month, | |||
|  | .MyCalendar.ajax__calendar_active .ajax__calendar_year { | |||
|  |     color: black; | |||
|  |     font-weight:bold; | |||
|  | } | |||
|  |   |