
a:link {
	color: #DE3A3A;
	text-decoration: none;
}

a:visited {
	color: #DE3A3A;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#footer {
	background-color: #333333;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	clear: both;
	color: #999999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
	font-weight: normal;
	height: 20px;
	line-height: 130%;
	margin: 0px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 3px;
	padding-top: 12px;
}

#footer a:link, #footer a:visited {
	background-color: #4A4A4A;
	color: #999999;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	text-decoration: none;
}

#footer a:hover {
	background-color: #DE3A3A;
	color: #FFFFFF;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	text-decoration: none;
}

.titlu {
	background-image: url(images/titlu.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #DE3A3A;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 17px;
	padding-top: 0px;
	text-align: left;
}

.titlu a:link, .titlu a:visited {
	color: #DE3A3A;
	text-decoration: none;
}

.titlu a:hover {
	background-color: #DE3A3A;
	color: #FFFFFF;
	text-decoration: none;
}

.tit {
	background-position: left top;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 5px;
	padding-left: 17px;
	padding-top: 0px;
	text-align: left;
}

.tit a:link, .titlu a:visited {
	text-decoration: none;
	color: #666;
}

.tit a:hover {
	background-color: #DE3A3A;
	color: #FFFFFF;
	text-decoration: none;
}


.autor {
	border-bottom: 1px dotted #999999;
	color: #666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* ja_purity template.css */
/* MAIN NAVIGATION
--------------------------------------------------------- */
/* 
_________________________________________________________________

Necessary styles/hacks

_________________________________________________________________
*/

* {
    padding: 0;
    margin: 0;
    border: 0;
    }
    
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    font-size: 0;
    }

.clearfix {
    display: inline;
    }  

    * html .clearfix {height: 1%;}
    .clearfix {display: block;}
    
/* 
_________________________________________________________________

Body/Container

_________________________________________________________________
*/

body {
	font-family: Geneva, Arial, Helvetica, san-serif;
	background-color: #FFF;
	background-image: url(images/bg2.png);
	background-repeat: repeat-x;
	margin-top: 2px;
}
body,td,th {
	color: #666;
	font-family: Geneva, Arial, Helvetica, san-serif;
}


#text   {
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #666;
	font-size: 12px;
        }
  
#container {
	width: 790px;
	background: #FFF url(images/containerbg.gif);
	border-left: 5px solid #545454;
	border-right: 5px solid #545454;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
        }
        
/* 
_________________________________________________________________

Header

_________________________________________________________________
*/

h1 {
        height: 40px;
        background: url(images/h1bg.jpg);
        font-size:22px;
        font-weight:normal;
		padding:22px 0 0 28px;
        }

h1 em {
		font-style:normal;
		color:#591212;
		}
        

        
/* 
_________________________________________________________________

Content

_________________________________________________________________
*/

#contt {
	width: 630px;
	float: left;
	margin-left: 13px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
        }
        
/* 
*/

#conBG {
	width: 680px;
	float: left;
	background-image: url(images/nav2.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	margin: auto;
        }
        

#conBG220 {
	width: 2200px;
	float: left;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	margin: auto;
        }
        
/*
*/

.contt505 {
	width: 505px;
	float: left;
	margin-left: 13px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	left: 20px;
        }
        
/* 
_________________________________________________________________
Headers/Paragraph

_________________________________________________________________
*/

h3 {
        font-size: 24px;
        color: #111;
        border-bottom: 2px solid #111;
        }
        
h4 {
	font-size: 18px;
	color: #F90;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	margin-top: auto;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
	clip: rect(15px,auto,auto,20px);
        }
        
#contt p {
	font-size: 13px;
	color: #000;
	margin: 10px 10px 25px 50px;
	line-height: 24px;
	border-left: 3px solid #141414;
	padding-left: 13px;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	font-variant: normal;
        }
        
#contt p a{
							color: #671919;
}
        
/* 
_________________________________________________________________

Navigation

_________________________________________________________________
*/

#nav {
	list-style-type: none;
	width: 220px;
	float: left;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #C2D6D5;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
        }
        
#nav li {
	display: inline;
	color: #999;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	font-size: 14px;
	font-weight: bold;
        }
        
#nav a {
	display: block;
	height: 20px;
	font-size: 14px;
	text-decoration: none;
	color: #2B5168;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CAECF3;
        }
        
#nav a:hover {
	font-size: 14px;
	color: #FF9;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	background-color: #999;
        }
        
/* 
_________________________________________________________________

Footer

_________________________________________________________________
*/

address {
	margin-top: 0;
	height: 24px;
	font-size: 12px;
	color: #999;
	width: 900px;
	text-align: center;
	padding-top: 8px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #333;
	font-style: normal;
        }
        
address a {
	color: #CCC;
	background-color: #666;
        }
.r1 {
	font-weight: bold;
	color: #F00;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
}
.r2 {
	font-weight: bold;
	color: #F00;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	font-size: 20px;
	background-color: #E0F0F8;
}

.r11 {
	font-weight: normal;
	color: #F00;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
}

#b1 {
	color: #00F;
}
.b1 {
	color: #00F;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	font-size: 12px;
}
.g1 {
	color: #F60;
	font-size: 12px;
}


.Lv10 {
	font-size: 10px;
}

.Lv12 {
	font-size: 12px;
}


.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bd_w {
	border: 1.5px solid #BFC7C9;
}

.bd_w2 {
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #FC6;
	border-left-color: #FFC;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: double;
	border-top-color: #FFC;
	border-bottom-color: #FC6;
	border-bottom-style: double;
}

/* Table styles
----------------------------------------*/
/* 
table.table1 thead th {
	color: #CCC;
}

table.table1 tbody tr {
	border-color: #BFC1CF;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #CCC;
	color: #000;
}

table.table1 td {
	color: #000;
}

table.table1 tbody td {
	border-top-color: #FFC;
}

table.table1 tbody th {
	border-bottom-color: #000000;
	color: #333333;
	background-color: #FFFFFF;
}

table.info tbody th {
	color: #000000;
}
*/
/* from styles
----------------------------------------*/

.table{
	color: #666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F60;
	border-right-color: #F93;
	border-bottom-color: #F93;
	border-left-color: #F60;
	clip: rect(auto,auto,auto,auto);
		}

.table2{
	color: #333;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #999;
	clip: rect(auto,auto,auto,auto);
		}


.table3{
	color: #333;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #999;
	clip: rect(auto,auto,auto,auto);
	background-color: #FFF;
		}


.input{
	width:160px;
	height:21px;
	background-color: #F0EAE3;
		
		}
		 
.input1{
	width:134px;
	height:30px;
	background-color: #F0EAE3;
		
		}
		
	.input2{
	width:120px;
	height:auto;
	background-color: #FFC;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #999;
		}
	
	.input_ml{
	width:200px;
	height:auto;
	background-color: #FFC;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #999;
		}
		
	.input4{
	width:40px;
	height:auto;
	background-color: #FFC;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #999;
		}
		
.textarea{
	width:350px;
	height:auto;
	border-width:1px;
	border-style:solid;
	border:none;
	background-color: #FFC;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #999;
	overflow:visible
		}
		
.post_msg {
	background-color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

