﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.

<!--【】★●☆■□◆▼▽ˇ-->

----------------------------------------------------------*/
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, span
{
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif,"微軟正黑體","新細明體";
}

body
{
	/*min-width: 780px;
	font-size: 62.5%;*/
	font-size:13px;
	color: #333333;
}

input[type="text"],input[type="password"], label,select,textarea
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif,"微軟正黑體","新細明體";
}

input[type="text"],input[type="password"], select, textarea
{
	outline-style:none;
	border: 1px solid #99CCFF;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}
h2
{
	font-size:1.8em;
	padding: 10px 0;
}
h3
{
	font-size: 1.3em;
	font-weight:bolder;
}
h4
{
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	margin: 0;
	color: #000;
	padding: 0;
	text-align:center;
}

#header h1
{
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px !important;
}

#main
{
	/*padding: 30px 30px 15px 30px;*/
	background-color: #fff;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
	color: #999;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0;
	font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
	border-bottom: 1px #5C87B2 solid;
	padding: 0 0 2px;
	position: relative;
	margin: 0;
	text-align: right;
}

ul#menu li
{
	display: inline;
	list-style: none;
}

ul#menu li#greeting
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	color: #fff;
}

ul#menu li a
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	background-color: #e8eef4;
	color: #034af3;
}

ul#menu li a:hover
{
	background-color: #fff;
	text-decoration: none;
}

ul#menu li a:active
{
	background-color: #a6e2a6;
	text-decoration: none;
}

ul#menu li.selected a
{
	background-color: #fff;
	color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/


fieldset
{
	margin: 1em 0;
	padding: 1em; /*border: 1px solid #CCC;*/
	border: none;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

fieldset label
{
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	margin-right: 5px;
}

fieldset label.inline
{
	display: inline;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}
input[type="password"]
{
	width: 200px;
	border: 1px solid #CCC;
}


/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color: Red;
}

#menucontainer
{
	margin-top: 40px;
}

div#title
{
	display: block;
	float: left;
	text-align: left;
}

#logindisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 10px;
	color: White;
}

#logindisplay a:link
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:hover
{
	color: white;
	text-decoration: none;
}

.field-validation-error
{
	color: #ff0000;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

/*
	blue:#9BD1FA
	blue:#CCFFCC
	red:#FFCCCC
	green:#CCCCFF

        <div class="blue-box">
            <b class="top"><b class="r1"></b><b class="r2"></b><b class="r3"></b>
            <b class="r4"></b></b>
            <div>
				DFASFASFDSF
            </div>
            <b class="bottom"><b class="r4"></b><b class="r3"></b><b class="r2"></b>
                <b class="r1"></b></b>
        </div>

*/

.category-box
{
	background-color: #FF6600;
	padding-left: 1em;
}

.category-header
{
	outline-style: none;
	font-size: 1.5em;
	color: #000066;
}

.category
{
	list-style-type: none;
	line-height: 20px;
	margin-left: 1em;
	font-size: 1.3em;
}

.category a
{
	color:White;
}

.lightB-box
{
	background: #69D2E7;
	outline-style: none;
	cursor: pointer;
}
.lightB-box .top, .lightB-box .bottom
{
	display: block;
	background: #448CDE;
}
.lightB-box .top b, .lightB-box .bottom b
{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #69D2E7;
}
.lightB-box .r1
{
	margin: 0 5px;
}
.lightB-box .r2
{
	margin: 0 3px;
}
.lightB-box .r3
{
	margin: 0 2px;
}
.lightB-box .r4
{
	margin: 0 1px;
	height: 2px;
}
.page-head
{
	border-bottom: solid 5px black; 
	border-bottom-color: #FF3300; 
	padding-top: 10px;
}

.blue-box
{
	background: #A7DBD8;
}
.blue-box .top, .blue-box .bottom
{
	display: block;
	background: #448CDE;
}
.blue-box .top b, .blue-box .bottom b
{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #A7DBD8;
}
.blue-box .r1
{
	margin: 0 5px;
}
.blue-box .r2
{
	margin: 0 3px;
}
.blue-box .r3
{
	margin: 0 2px;
}
.blue-box .r4
{
	margin: 0 1px;
	height: 2px;
}

.red-box
{
	background: #FFCCCC;
}
.red-box .top, .red-box .bottom
{
	display: block;
	background: #448CDE;
}
.red-box .top b, .red-box .bottom b
{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #FFCCCC;
}
.red-box .r1
{
	margin: 0 5px;
}
.red-box .r2
{
	margin: 0 3px;
}
.red-box .r3
{
	margin: 0 2px;
}
.red-box .r4
{
	margin: 0 1px;
	height: 2px;
}


.lightG-box
{
	background: #5B9C0A;
	outline-style: none;
	cursor: pointer;
}
.lightG-box .top, .lightG-box .bottom
{
	display: block;
	background: #448CDE;
}
.lightG-box .top b, .lightG-box .bottom b
{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #5B9C0A;
}
.lightG-box .r1
{
	margin: 0 5px;
}
.lightG-box .r2
{
	margin: 0 3px;
}
.lightG-box .r3
{
	margin: 0 2px;
}
.lightG-box .r4
{
	margin: 0 1px;
	height: 2px;
}

.green-box
{
	background: #CCFFFF;
}
.green-box .top, .green-box .bottom
{
	display: block;
	background: #448CDE;
}
.green-box .top b, .green-box .bottom b
{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #CCFFFF;
}
.green-box .r1
{
	margin: 0 5px;
}
.green-box .r2
{
	margin: 0 3px;
}
.green-box .r3
{
	margin: 0 2px;
}
.green-box .r4
{
	margin: 0 1px;
	height: 2px;
}

/*
E63E37
CC3603
*/
.menu-item
{
	background: #FA6900;
}
.menu-item .top, .menu-item .bottom
{
	display: block;
	background: #fff;
	background-image: url(../images/bg02.png);
	background-position: 0 -40px;
}
.menu-item .top b, .menu-item .bottom b
{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #FA6900;
}
.menu-item .r1
{
	margin: 0 5px;
}
.menu-item .r2
{
	margin: 0 3px;
}
.menu-item .r3
{
	margin: 0 2px;
}
.menu-item .r4
{
	margin: 0 1px;
	height: 2px;
}

.billboard
{
	background: #5b9c0a;
}
.billboard .top, .billboard .bottom
{
	display: block;
	background: #448CDE;
}
.billboard .top b, .billboard .bottom b
{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #5b9c0a;
}
.billboard .r1
{
	margin: 0 5px;
}
.billboard .r2
{
	margin: 0 3px;
}
.billboard .r3
{
	margin: 0 2px;
}
.billboard .r4
{
	margin: 0 1px;
	height: 2px;
}

.footer-box
{
	background: #5b9c0a;
}
.footer-box .top, .footer-box .bottom
{
	display: block;
	background: #448CDE;
}
.footer-box .top b, .footer-box .bottom b
{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #5b9c0a;
	background-image: url(../images/bg19.gif);
}
.footer-box .r1
{
	margin: 0 5px;
}
.footer-box .r2
{
	margin: 0 3px;
}
.footer-box .r3
{
	margin: 0 2px;
}
.footer-box .r4
{
	margin: 0 1px;
	height: 2px;
}
.footer-box > div
{
	line-height: 30px;
	background-image: url(../images/bg19.gif);
	text-align: center;
}

hr.line
{
	/*
	border: none;
	height: 7px;
	width: 100%;
	background-image: url(../images/line01.jpg);
*/
}

.hot-box
{
	height: 190px;
	width: 130px;
	float:left;
	margin-left:10px;
	text-align:center;
}

.hot-box img
{
	border:none;
	margin:0;
}

.sys-box
{
	width: 260px; 
	height: 180px; 
	margin-top: 0px; 
	background-color: Green;                            
    border:ridge 6px #FA6900;
}

.sys-box ul
{
	list-style-type: none; 
	font-size: 1.1em; 
	margin-top: 30px;
	color: #CCCCCC;
}

.sys-box a
{
	color: #CCCCCC;
}

.fbbw-box
{
	background: #A7DBD8;
}
.fbbw-box .top, .fbbw-box .bottom
{
	display: block;
	background: #fff;
}
.fbbw-box .top b, .fbbw-box .bottom b
{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #A7DBD8;
}
.fbbw-box .r1
{
	margin: 0 5px;
}
.fbbw-box .r2
{
	margin: 0 3px;
}
.fbbw-box .r3
{
	margin: 0 2px;
}
.fbbw-box .r4
{
	margin: 0 1px;
	height: 2px;
}

.fwbb-box
{
	background: #fff;
}
.fwbb-box .top, .fwbb-box .bottom
{
	display: block;
	background: #A7DBD8;
}
.fwbb-box .top b, .fwbb-box .bottom b
{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #fff;
}
.fwbb-box .r1
{
	margin: 0 5px;
}
.fwbb-box .r2
{
	margin: 0 3px;
}
.fwbb-box .r3
{
	margin: 0 2px;
}
.fwbb-box .r4
{
	margin: 0 1px;
	height: 2px;
}

