/* 
---------------------------------------------------------------
--------------------------------------------------------------- 
*/
.test{
	text-align: left;
	vertical-align: bottom;
	padding: 5px 0px 5px 5px;
	margin: 5px 10px 10px 0px;
	border-style: solid;
	position: relative;
	height: auto;
}
/* start 網站全部 */
a{ 
	color: #7c72af;
	text-decoration: none;
}
a:link, a:visited {
	color: #7c72af;
	text-decoration: none;
}
a:hover, a:active {
	color: #9b1c88;
	text-decoration: none;
}
body {
	background-image : url(../_images/bg_patterns.jpg);
	font: 12px Arial, "細明體";
	color: #000000;
	margin:0px;
	text-align:left;
}
form{	
	margin: 0px;
}
h1{
	font-size: 16px;
	margin: 0px;
}
h2{
	font-size: 15px;
	margin: 0px;
}
h3 {
	font-size: 14px;
	margin: 0px;
}
h4 {
	font-size: 13px;
	margin: 0px;
}
img {
	border: 0;
}
.clear{
	line-height: 0px;
	clear: both;
}
/* end   網站全部 */
/* 
---------------------------------------------------------------
網站頭 ../_model/profile/blog_header.php
--------------------------------------------------------------- 
*/
#header{
	width: 800px;
	border-left: #f4f4f4 6px solid;
	border-right: #f4f4f4 6px solid;
	padding: 15px 0px 0px 0px;
	margin: 0px auto;
	background: #ffffff url(../_images/header.jpg) no-repeat center;
	height: 200px;
}
#header a{
	margin-left: 25px;
	color: #660099;
	font-size:16px;
}
#header .logo{ position: absolute;	z-index: 1; }
#header .slogan{ display: none; }
/* 
---------------------------------------------------------------
網站身 ../_model/profile/blog_header.php
--------------------------------------------------------------- 
*/
#content{
	width: 780px;
	background: #ffffff;
	border-left: #f4f4f4 6px solid;
	border-right: #f4f4f4 6px solid;
	margin: 0px auto;
	padding:10px;
}
/* 
---------------------------------------------------------------
網站左 ../_model/profile/blog_header.php ../_model/profile/blog_footer.php 切開於此兩檔案中 
--------------------------------------------------------------- 
*/
#left {
	float: left;
	width: 590px;
}
/* 
---------------------------------------------------------------
網站右 ../_model/profile/blog_footer.php
--------------------------------------------------------------- 
*/
#right {
  float:right;
	width: 190px;
}
/* 
---------------------------------------------------------------
網站腳 ../_model/profile/blog_footer.php
--------------------------------------------------------------- 
*/
#footer{
	width: 800px;
	background: #666666;
	border-left: #f4f4f4 6px solid;
	border-right: #f4f4f4 6px solid;
	margin: 0px auto;
	color: #ffffff;
	font-size: 11px;
	letter-spacing: 1px;
}
#footer .bottom {
	font-weight: bold;
	padding: 8px 0px 0px 2px;
}
#footer .bottom a {
	color: #767676;
	text-decoration: none;
	margin-right: 30px;
}
#footer .bottom a:hover {
	color:#c9c9c9;
	text-decoration: underline;
}
#footer .content{
	padding: 9px 0px 0px 2px;
}
#footer .author {
	color: #FFFFFF;
	padding: 9px 0px 0px 2px;
}
#footer .author a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .author a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
/* 
---------------------------------------------------------------
分頁連結 各功能分頁列表
--------------------------------------------------------------- 
*/
.mRecord {
	font-weight: bold;
	color: #FF0000;
}
#mPagination {
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	margin: 0px 0px 5px;
}
#mPagination .mPaginationNavigation {
	float: left;
	overflow: hidden;
	background: #EEEEEE;
	padding: 0px 3px;
	margin: 5px 5px 5px 0px;
	border: 1px solid #999999;
	height: 20px;
}
#mPagination .mPaginationList{
	float: left;
	overflow: hidden;
	background: #EEEEEE;
	padding: 0px 6px;
	margin: 5px 5px 5px 0px;
	border: 1px solid #999999;
	height: 20px;
}
#mPagination .mPaginatioHover{
	color: #999999;
	float: left;
	overflow: hidden;
	background: #CCCCCC;
	padding: 0px 6px;
	margin: 5px 5px 5px 0px;
	border: 1px solid #990000;
	height: 20px;
}
/* 
---------------------------------------------------------------
表單
--------------------------------------------------------------- 
*/
.button{
	font-size: 11px;
	color: #666666;
	background: url(../images/model/button.gif) no-repeat;
	margin-top: 5px;
	margin-right: 3px;
	margin-left: 3px;
	height: 25px;
	width: 60px;
	border: 0;
	cursor:pointer;
}
.text{
	font-size: 12px;
	font-family: "細明體";
	color: #666666;
	background: url(../images/model/text.gif) repeat-x top;
	border: 1px solid #c0bbb4;
	height: 13px;
	padding-top: 3px;
}
.select{
	font-size: 12px;
	font-family: "細明體";
	color: #666666;
	border: 1px solid #c0bbb4;
}
.textarea{
	font-size: 12px;
	font-family: "細明體";
	color: #666666;
	background: url(../images/model/images/text.gif) repeat-x;
	border: 1px solid #c0bbb4;
	padding-top: 5px;
}
/* 
---------------------------------------------------------------
字體
--------------------------------------------------------------- 
*/
.red{
	color: #FF0000;
}
.orange{
	color: #FF9900;
}
.yellow{
	color: #FFFF00;
}
.green{
	color: #009900;
}
.blue{
	color: #336699;
}
.purple{
	color: #660099;
}
.white{
	color: #FFFFFF;
}
.grey{
	color: #CCCCCC;
}
.black{
	color: #000000;
}
/* 
---------------------------------------------------------------
  以上為字體樣式
---------------------------------------------------------------  
*/

