/* CSS Document By Dieter Schneider 2006 | www.csstemplateheaven.com*/

* {margin: 0px;
   padding: 0px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* 因為這個元素是浮動元素，所以您必須指定寬度 */
	width: 220px; /* 在符合標準的瀏覽器或 Internet Explorer 的標準模式中，這個 Div 的實際寬度 (除了寬度以外) 將會包含欄位間隔和邊框 */
	background: #f7f7f7; /* 欄位間隔會讓 Div 的內容遠離邊緣 */
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-repeat: no-repeat;
}

#container {
	font-size: 1.2em;
	margin-left: 20px;
}

#header {
	height: 155px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}


#linkbar {
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 59px;
}
#search_frame {
	width: 220px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

#left {
	background-image: url(images/content_top_bg.jpg);
	background-repeat: repeat-x;
	height: 417px;
	margin-right: 221px;
	padding-left: 30px;
	padding-right: 50px;
	padding-top: 50px;
}

#sub_left {
	width: 30.3%;
	float: left;
	font-size: 1.2em;
}
#s_left {
	width: 46%;
	float: left;
	font-size: 14px;
	margin-right: 2%;
	list-style-position: inside;
	list-style-type: circle;
	list-style-image: url(images/Field_small.png);
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
}

.thumb_window {
	background-color: #FFE6ED;
	margin: 10px;
	padding: 10px;
}
#container_L {

}




#sub_right {
	width: 30.3%;
	float: right;
	font-size: 1.2em;
}
#s_content {
	font-size: 14px;
	margin-left: 52%;
	float: none;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	list-style-position: inside;
	list-style-image: url(images/Field_small.png);
	list-style-type: circle;
	width: 46%;
}
.number {
	font-size: 16px;
	font-style: italic;
	border: thin none #F06;
	text-align: center;
	vertical-align: middle;
}

.First_word {
	padding-left: 24px;
	font-size: 2.5ex;
	color: #000080;
	letter-spacing: 3px;
}
#s_right {
	float: right;
	padding: 1em;
	margin-bottom: 1.2em;
	background: #eee;
	text-align: justify;
	margin-right: 32%;
	margin-left: 32%;
}

#sub_content {
	margin-left: 33.4%;
	margin-right: 33.4%;
	font-size: 14px;
}
#s_content {
	font-size: 14px;
	margin-left: 48%;
	float: none;
	margin-bottom: 5px;
	list-style-image: url(images/BCG_282.GIF);
}

#left_topBox {
	height: 45px;
	padding-top: 1px;
	margin-bottom: 35px;
	color: #FFFFFF;
	font-size: 0.9em;
}
#right {
	background-image: url(images/main_graphics-1.jpg);
	position: absolute;
	top: 0;
	right: -1px;
	width: 246px;
	padding-top: 284px;
	background-repeat: no-repeat;
	height: 492px;
}
#right_new {
	background-image: url(images/main_graphics-1.jpg);
	position: absolute;
	top: 0;
	right: 0;
	width: 246px;
	padding-top: 284px;
	background-repeat: no-repeat;
	height: 492px;
}
#search_frame {
	width: 250px;
	float: left;
}


#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}

/******************** Top Navigation ************************/

#navcontainer ul
{
	background-color: #036;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 39px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 21px 20px 0px 20px;
color: #fff;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
	background-image: url(images/hover_link_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	color: #FFFFFF;
}

/********************* End top navigation ***************************/


p {margin-bottom: 15px;
    margin-top: 0px;}

.ingress {margin-bottom: 15px;
    margin-top: 10px;}
	
.sign_up {
	font-weight: bold;
	color: #66FFCC;
}

h1 {
	font-size: 2em;
	padding-top: 50px;
	padding-left: 50px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}

h2 {
	font-size: 1em;
	padding-left: 50px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 20px;
	color: #666666;
	font-style: italic;
	font-weight: bold;
}


a:link {
	color: #6E2B32;
	text-decoration: none;
	font-weight: bold;
}     /* unvisited link */
a:visited {
	color: #6E2B32;
	text-decoration: none;
	font-weight: bold;
}  /* visited link */
a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}   /* mouse over link */
a:active {
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}   /* selected link */


.img_left {float: left;
            margin-right: 4px;}

 /***************************** sidebar navigation ****************************/
			
.navcontainer {
	width: 246px;
	background-image: url(images/right_navbar_bg.jpg);
	height: 250px;
	padding-top: 74px;
	background-repeat: no-repeat;
}
#frame {
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: solid;
}


.navcontainer ul
{
list-style-type: none;
margin-left: 40px;
}

.navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #FFFFFF;
border-bottom: 1px solid #eee;
	color: #000000;
}

.navcontainer a:link, #navlist a:visited
{
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #76333A;
color: #fff;
}
.H3_right {
	font-size: 1.3em;
	font-style: italic;
	color: #666666;
	font-weight: bold;
	text-align: right;
}
.title_14b {
	font-size: 16px;
	font-style: normal;
	color: #722F36;
	font-weight: normal;
	text-align: center;
}


#window {
	background-image: url(images/content_subtop_bg.jpg);
	background-repeat: repeat-x;
	height: 417px;
	padding-left: 30px;
	padding-right: 50px;
	padding-top: 50px;
}
#subwindow {
	background-image: url(images/content_subsubtop_bg.jpg);
	background-repeat: repeat-x;
	height: 417px;
	padding-left: 30px;
	padding-right: 50px;
	padding-top: 50px;
}
#container_window {
	font-size: 1.2em;
	background-image: url(images/content_subsubtop_bg.jpg);
	background-repeat: no-repeat;
}
.gray_12 {
	font-size: 12px;
	color: #707070;
}
.font_14px {
	font-size: 14px;
	text-align: left;
}
.allert_24px {
	font-size: 14px;
	color: #F00;
}
.center_24px {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}
#testframe {
	padding: 10px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #6C6;
	border-right-color: #6C6;
	border-bottom-color: #6C6;
	border-left-color: #6C6;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.iframe_box {
	background-image: url(images/shadow_left.jpg);
	background-repeat: no-repeat;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #FCC;
	border-right-color: #FCC;
	border-bottom-color: #FCC;
	border-left-color: #FCC;
	margin: auto;
	padding-left: 10px;
}

#center_allert {
	font-size: 24px;
	color: #F00;
	text-align: center;
	vertical-align: middle;
}
#reg_frame {
	margin: 5px;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.right_14px {
	font-size: 14px;
	text-align: right;
}
.allert_12px {
	font-size: 12px;
	color: #F00;
}
#title {
	background-image: url(../images/dvms_image/head/catalog.gif);
	background-repeat: no-repeat;
}
.content_frame {
	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: #FFF;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #FFF;
}
.frame_in {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000;
}
.thumb_frame {
	padding: 2px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 1px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BFBFBF;
	float: left;
	border-right-color: #707070;
	border-bottom-color: #707070;
}
#dec_frame {
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #9E9E9E;
	border-right-color: #9E9E9E;
	border-bottom-color: #9E9E9E;
	border-left-color: #9E9E9E;
	float: none;
	height: auto;
	width: auto;
}
#view_new {
	background-image: url(../story/pictures/image063.jpg);
	background-repeat: no-repeat;
}

