﻿*{margin:0; padding:0;}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}   
/*             CSS3 for IE use Only           */

html,body {
	background-image:url("../images/backgnd.gif");
	height: 100%;
	font-size:16px;
	line-height:22px;
	 font-family:"Trebuchet MS", "微軟正黑體";
}

p
{ margin-top:24px;
	margin-bottom:24px;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

/*   ************        level 1       ****************** */
#DivContainer{
	width:800px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
	background-color:#FFFFFF;
	margin:0 auto -20px;
}

#DivRootContent {
	height: 20px;
	clear:both;
	width:800px;
	margin:0 auto;
	text-align:center;
}
/*  ****************             level 2    **************************    */
#DivMainMenu {  width:200px; float:left;

}

#btnMain{  width:200px; float:right;

}

#DivMainContent {  
overflow:auto;
padding-bottom: 20px;
padding-left:15px;
padding-right:15px;
}

.Banner
{ text-align:center;
}

#DivBanner{ text-align:center; 	

}

#DivLang
{ 

	width:240px;

	float:right;
}

#DivContentHolder{

float:none;
}
/* ****************        Language Table  *******************  */
.LangTable{ width:100%;
	
	padding:2px;
	
}
.LangTable th{
     padding:2px;
	color: #FFFFFF;
	background-color: #0099CC;
}

.LangTable td{
     padding:2px;
     font-size:12px;
     line-height:16px;
     width:50%;
     text-align:center;
	border: 1px solid #CCCCCC;
}

.LangTable td a{
	color: #0066FF;
	text-decoration: none;     	
}

.LangTable td a:hover{
	color: #00FFFF;
	text-decoration: none;
}




/*                   Title            */
.Title1{  font-size:18px; 
	line-height:24px;
margin:0 auto; text-align:center; padding:3px;
	
	
	  }
.Title2{
	font-size:18px;
	line-height:24px;
	margin:0 auto;
	text-align:center;
	color:#0099CC;
	padding:2px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
		 font-family: "微軟正黑體";
	
}

.BoldUnderLine{ font-weight:bold; text-decoration: underline; }

/*                                button CSS                                */

.btn { font-family:"微軟正黑體"; }

input[type="submit"]
        {
             margin:0px; padding:0px;
             overflow:visible;  /* 防止 ie 因文字長度增大而擴大  */
        }

			
.awesome, .awesome:visited {
	background: #222 url(../images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 8px 5px; 
	color: #fff; 
	text-decoration: none;
	
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;

    box-shadow: #666 0px 2px 3px;
	-moz-box-shadow:  3px 3px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	-webkit-text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	-moz-text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
	
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	
	

}

	.awesome:hover							{ background-color: #111; color: #fff; }
	
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 10px 8px;
	
		 }
	
	.green.awesome, .green.awesome:visited		{ background-color:  #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }

	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }

/*   ---------------        HyberLink Style ----------------------  */
a:link {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color:#3462D6;
}

a:visited {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color:#3462D6;
}

a:hover {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color:#82D1F7;
}

a:active {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color:#3462D6;  
}

a {
    text-decoration: none;
}
/*   ---------------   End      HyberLink Style ----------------------  */


/*           main btn top  */
.mainbtn {  text-align:center; width:180px; font-size:14px; padding:2px; 	border: 1px solid #CCCCCC;}



.debug{
   border: 1px solid #CCCCCC;  /*   for debug   */
   }
   
.fullTime{
	color: #F7401B;
	
}

.red
{color:Red;
}

.underline
{
	 text-decoration: underline;
}

.ol1{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: decimal;
	padding-left:20px;
}

.floatdiv{
	display:table-cell;
	
}
   
 