﻿
body
{
	 font-family:Arial, Helvetica, sans-serif;
	 color: #584029;
}

table
{
	border-spacing:0px;
	border-style:none;
}

input[type="text"]
{
	height:17px;
	border-style:solid; 
	border-width:1px; 
	border-color:#c0c0c0
}

/*超链接的设置要满足 link visited hover active 的顺序，错了则会导致失效，比如 visited 和 hover 反了的话，点击后就没有 hover 效果了*/
.titleHref a:link { text-decoration: none; color:#737373;}
.titleHref a:visited { text-decoration: none; color:#737373;}
.titleHref a:hover { text-decoration:none; color:#fc8500;} 
.titleHref a:active { text-decoration:none;}

/*链接*/
a:link { text-decoration: none; color:#584029;}
a:visited { text-decoration: none; color:#584029;}
a:hover { text-decoration:none; color:#fc8500;} 
a:active { text-decoration:none;}


table
{
	 border-style:none;
	 margin:0px;
	 padding:0px;
	 border:0px none transparent;
	 border-spacing:0px;
}

tr
{
	margin:0px; 
	padding:0px;
	border:0px none transparent;
}

td
{
	margin:0px; 
	padding:0px;
	border:0px none transparent;
}
 
input
{
	margin:0px; 
	padding:0px;
    vertical-align:middle;
}

.btnDiv:hover
{
	cursor:pointer;
}

/*自定义保存大按钮*/
.BigSaveButton
    {
    	background: url(/images/save32.png) no-repeat 5px;
    	background-color:#337ab7;
    	border-width:1px; 
    	border-style:solid; 
    	border-color:#2e6da4;
    	width:85px; 
    	height:30px;
    	line-height:30px;
    	text-align:center;
    	padding-left:13px;
    	
        font-size:15px;
        font-weight:bold;
        color:#fff;
    	
    	border-radius: 4px;
    	cursor:pointer;
    }
    
    .BigSaveButton:hover
    {
        background-color:#225D90;
        border-color:#245988;
    }
    
/*自定义保存按钮*/
.SaveButton
    {
    	background: url(/images/save24.png) no-repeat 4px;
    	background-color:#337ab7;
    	border-width:1px; 
    	border-style:solid; 
    	border-color:#2e6da4;
    	width:70px; 
    	height:29px;
    	line-height:29px;
    	text-align:center;
    	padding-left:10px;
    	
        font-size:13px;
        font-weight:bold;
        color:#fff;
    	
    	border-radius: 3px;
    	cursor:pointer;
    }
    
    .SaveButton:hover
    {
        background-color:#225D90;
        border-color:#245988;
    }
    
    .SmallSaveButton
    {
    	background: url(/images/save16.png) no-repeat 5px;
    	background-color:#337ab7;
    	border-width:1px; 
    	border-style:solid; 
    	border-color:#2e6da4;
    	width:50px; 
    	height:25px;
    	line-height:25px;
    	text-align:center;
    	padding-left:15px;
    	
        font-size:13px;
        font-weight:bold;
        color:#fff;
    	
    	border-radius: 3px;
    	cursor:pointer;
    }
    
    .SmallSaveButton:hover
    {
        background-color:#225D90;
        border-color:#245988;
    }
    
    
    .GoBtn
    {
    	background-color:transparent;
    	text-align:center;
        font-size:14px;
        font-weight:bold;
        color:#4d4d4d;
    	border-radius: 3px;
    }
    
    .GoBtn:hover
    {
        background-color:#2298D0;
        color:#eaeaea;
        cursor:pointer;
        border-width:1px; 
    	border-style:solid; 
    	border-color:#98A2ce;
    }
    
    .imgLink:hover
    {
    	cursor:pointer;
    }