﻿/* 登入頁面設定 */
/*	

	
	Web Designed By 王姿瑩 Zoe Wang 2009-08-17
	CSS-P Style writed by 王姿瑩 Zoe Wang
   【E-mail】Zoe@uTrust.com.tw
   【Web】http://www.uTrust.com.tw
			
*/	
	
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		頁面設定
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
html{ }
body {
	SCROLLBAR-FACE-COLOR: #ececec;
	SCROLLBAR-HIGHLIGHT-COLOR: #eeeeee;
	SCROLLBAR-SHADOW-COLOR: #999999;
	SCROLLBAR-3DLIGHT-COLOR: #999999;
	SCROLLBAR-ARROW-COLOR: #cccccc;
	SCROLLBAR-TRACK-COLOR: #fefefe;
	SCROLLBAR-DARKSHADOW-COLOR: #cccccc;
	background:#dcddcd ;
	font-size: 12px;
	color:#333;
	margin:0; padding:0;}
	

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Default 元素組成預設
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,legend { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,td,input,legend div { font-family:'Trebuchet MS', Verdana,Arial;font-size: 1em; font-weight: normal; font-style:normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; display: block;}
table, td, form, input, textarea, select {border-collapse: collapse; border-spacing: 0;}
table {margin: 0;padding: 0;border: 0;	}
caption{ text-align: left; }
table td,table td{	padding: 0;vertical-align: middle; text-align:left;}
#Spacer{clear: both;}
a:link{ color:#669900; margin:0 5px;text-decoration: none;}
a:visited{	color:#669900; margin:0 5px; text-decoration: none;}
a:hover{color:#000000; margin:0 5px; }
a:active{color:#777777; margin:0 5px;}

em{ color:#CC0000;}
form{ margin:0; padding:0;}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		版面組成設定
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* 整面設定 */	
#DivTheme{ height:100%; margin:0; padding:0; }
#DivAll{ width:595px; height:489px; text-align: center; padding:0;	margin:150px auto 0 auto;background: url(../images/bg_login.gif) no-repeat left 50px ;}

/* 上方設定 */
#DivTop{ background:url(../images/topBg.jpg) left top repeat-x; height:80px; text-align:left;margin:0; padding:0;}
#DivTop H1{background:url(../images/DispLogo.gif) no-repeat 5px 5px; height:69px; width:305px; text-align:left; padding:0;}
#DivTop H1 span{ display:none;}
#DivTop div.menu{ position:absolute; right:10px; top:10px;}
#DivTop div.menu a:link{ color:#669900; margin:0 5px;text-decoration: none;}
#DivTop div.menu a:visited{	color:#669900; margin:0 5px; text-decoration: none;}
#DivTop div.menu a:hover{color:#000000; margin:0 5px; }
#DivTop div.menu a:active{color:#777777; margin:0 5px;}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		主要內容元素設定
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* 登入畫面 設定 */
#LoginSet{ width:100%;}
#LoginSet H2{ background:#0a0905; padding:0; margin:0 6px; display:block;	height: 50px;	text-align: left;}
#LoginSet H2 img{ margin:0; padding:4px}
#LoginSet H2 span{ display:none;font-size:28px; font-weight:bold; padding:25% 0 0 0; height:200px;}

#LoginSet div.InputItem{ padding:0;  margin:30px 30px 0 30px; text-align:left;}
#LoginSet div.InputItem table{ font-size:13px; color:#000; width:100%; height:70px;}
#LoginSet div.InputItem table input.InputTxt{ font-family:Tahoma, Geneva, sans-serif; color:#333; font-size:24px; width:315px; height:35px;display:block; overflow:hidden; padding:3px 0 0 5px; border:none; border:#999 solid 1px;}	


/* Msg 設定 */
#MsgSet{ border:solid 1px #dedede; background:#f1f1f1; width:100%; clear:both;}
#MsgSet h3{ display:none;}
#MsgSet h3 span{}
#MsgSet div.MsgInfoFont{margin: 5px 2px; color:#CC0000;}


iFrame{ border:solid 1px #dedede; background:#f1f1f1; width:100%;}

/* Footer 設定------------------------ */
#DivFooter{ font-size:.85em;display:none; }
