@charset "utf-8";
/* CSS Document */

/* 基本樣式
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
html,body{
	text-align:center;
	color:#3c3c3c;
	background:#fff;
}
body,div,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,select{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3c3c3c;
}

a:link          {text-decoration: none; color: #3c3c3c}
a:visited       {text-decoration: none; color: #3c3c3c}
a:active        {text-decoration: none; color: #3c3c3c}
a:hover         {text-decoration: none; color: #FF1E00}

img    {border: none;vertical-align: top;}
form   {display:inline;}
select,input,textarea {border: 1px solid #6e6e6e;}
input {height:20px;}
li     {list-style:none;}

#wrapper {
	width: 880px;
	background: #FFFFFF;
	margin: 0 auto; /* 設定為自動調整邊界 */
}

#footer {
	background: url(../images/images_new/proposal/proposalFooterbg.gif) left top repeat-x;
	margin-top:20px;
	padding-top:20px;
	clear: both;
	text-align:center;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

#logo{
	width:209px;
	height:49px;
	float:left;
	margin-top: 22px;
	margin-bottom: 5px;
}

.hspace0{
	clear:both;
	font-size: 0px;
	height: 0px;
}

/* 登入
---------------------------------------------*/
#loginBar{
	float:right;
	color:#5f5f5f;
	padding-top:59px;
	text-align:right;
}
#loginBar ul li{
	display:inline;
}
#loginBar img{
	_margin-top:-16px;
	_vertical-align:bottom;
}

/* 大廣告區
---------------------------------------------*/
#AdBanner{
	width:880px;
	height:150px;
	clear:both;
}


/* 麵包屑屑與登入後台資訊
---------------------------------------------*/
#breadCrumbs{
	float:left;
	margin-top: 10px;
	padding-left: 15px;
	font-size: 13px;
	background: url(../images/images_new/proposal/proposaliconbreadcrumbs.gif) left top no-repeat;
	background-position:0px 5px;
}
#breadCrumbs a{text-decoration: none; color: #3c3c3c;}
#breadCrumbs a:hover{text-decoration: underline; color: #3c3c3c;}


/* 內容區
---------------------------------------------*/
#conTitle{
	margin-top:25px;
	text-align:left;
	padding-left: 145px;
}
#conTitle1{
	background-color:#BFD5C0;
	text-align:center;
	font-weight:bold;
	height: 30px;
	padding-top: 18px;
	width: 580px;
	margin-left: 5px;
}
#conTitle2{
	margin-top: 15px;
	margin-left: 5px;
	color:#484747;
	line-height: 18px;
}
#conTable{
	text-align:left;
	margin-left: 150px;
	margin-top: 12px;
}

#conTable td{
	padding: 5px;
}
.trA{background-color: #F5F5F5;}
.trB{background-color: #E0E0E0;}

.fontRed{color:#FF0000;}



/* 寄發按鈕
---------------------------------------------*/
#btnMailGo{
	height: 35px;
}
span.btnMailGo input {
	background:transparent url(../images/images_new/proposal/proposalBtnMailGo.gif) no-repeat scroll right top;
	border:0 solid white;
	color:black;
	cursor:pointer;
	font-size:12px;
	height:21px;
	margin:0;
	overflow:hidden;
	width:92px;
}



/* input
---------------------------------------------*/
.input150{width:150px;}
.input200{width:200px;}
.input300{width:300px;}
.input450{width:450px;}