@charset "utf-8";



body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

}

#container {

	height: auto;

	width: 820px;

	margin-right: auto;

	margin-left: auto;

	border: 1px solid #333333;

	background-color: #FFFFFF;

}

#topline {

	background-color: #000033;

	height: 15px;

	width: auto;

	margin-bottom: 10px;

	background-image: url(images/titlebg.jpg);

	background-position: center;

}

#diologo {

	height: 82px;

	width: 740px;

	margin-right: auto;

	margin-left: auto;

}

.style1 {

	color: #FF0000;

	font-weight: bold;

}



#Llogo {

	float: left;

	height: 82px;

	width: 505px;

	background-image: url(images/diologo.jpg);

}

#Rlogo {

	float: left;

	height: 23px;

	width: auto;

	font-size: 16px;

	color: #666666;

	margin-left: 75px;

	margin-top: 60px;

}

#logoline {

	height: 3px;

	width: 735px;

	background-color: #333333;

	margin-right: auto;

	margin-left: auto;

	margin-bottom: 5px;

}

#key {
	width: 738px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
	height: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	overflow:visible;
}

#banner {

	width: 740px;

	margin-right: auto;

	margin-left: auto;

}





a:link {

	color: #333333;

	text-decoration: none;

}



a:visited {

	text-decoration: none;

	color: #333333;

}

a:hover {

	text-decoration: none;

	color: #FF0000;

}

a:active {

	text-decoration: none;

	color: #FF0000;

}



*{

	margin:0;

	padding:0;

}

body {

    font-family: arial, 細明體, serif;

        font-size:12px;

}




#new {

	margin-right: auto;

	margin-left: auto;

	margin-top: auto;

	margin-bottom: auto;

}



#new a:link {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #FF3300;

}

#new a:visited {

	color: #FF3300;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

}

#new a:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #33FF00;

}

#new a:active {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #66FF00;

	clip: rect(5px,auto,auto,auto);

}







#new fieldset {

	border: 1px solid #666666;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #666666;

	text-decoration: none;

	width: 400px;

	margin-left: 10px;

}

#new legend {

	font-size: 12px;

	font-weight: bold;

	color: #990033;

	margin-left: 15px;

}

#new li {

	list-style-type: square;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 10px;

	margin-left: 40px;

}





#news h4 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: normal;

	color: #FF0000;

	text-decoration: none;

}



.menu {
	width:747px;
	font-size:0.85em;
	position:relative;
	z-index:100;
	margin-top: 5;
	margin-right: auto;
	margin-bottom: 5;
	margin-left: auto;
	overflow:visible;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:82px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:82px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#0099CC;
	width:82px;
	height:25px;
	border:1px solid #fff;
	border-width:1px 1px 0 0;
	line-height:25px;
	background-color: #FFFFFF;
	background-image: url(images/tabright1.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:82px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-color: #BED3E4;
	background-image: url(images/drop.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background-color: #F8FAFC;
	background-image: url(images/drop.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.menu ul ul :hover > a.drop {
	background-color: #EAF0F7;
	background-image: url(images/drop.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background-color: #D5E3EE;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background-color: #F3F7FA;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:26px;
	left:0;
	width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:26px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:150px;
	top:0;
	width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-149px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#E3ECF4;
	color:#0099CC;
	height:10px;
	line-height:1em;
	width:139px	/* yet another hack for IE5.5 */;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
* html .menu ul ul a{
	width:130px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#FF6600;
	background-color: #D1E0ED;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#FF6600;
	background-color: #D1E0ED;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}

#pagebody {
	height: 635px;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;

}



#Lpagebody {
	float: left;
	height: 440px;
	width: 425px;
	margin-right: 15px;
	border: 1px solid #333333;
	background-color: #F7F7F7;

}



#Rpagebody {
	float: left;
	height: 440px;
	width: 285px;
	text-align: center;

}
#loginbox {
	margin-bottom: 5px;
}




#footer {

	text-align: right;

	height: auto;

	width: 740px;

	border-top-width: thin;

	border-top-style: solid;

	border-top-color: #333333;

	margin-right: auto;

	margin-left: auto;

	padding-top: 5px;

	padding-right: 0px;

	padding-bottom: 5px;

	padding-left: 0px;

	font-size: 10px;

	color: #333333;

}
#title {
	background-image: url(registered/images/titlebg.jpg);
	height: 17px;
	color: #FFFFFF;
	font-weight: bolder;
	text-align: left;
	padding-left: 20px;
}

.title01 {
	height: 17px;
	color: #FFFFFF;
	font-weight: bolder;
	text-align: left;
	padding-left: 20px;
	background-color: #CC3300;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF66;
}

.title02 {
	height: 17px;
	color: #FFFFFF;
	font-weight: bolder;
	text-align: left;
	padding-left: 20px;
	background-color: #5F007D;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF33;
}

.title03 {
	height: 17px;
	color: #FFFFFF;
	font-weight: bolder;
	text-align: left;
	padding-left: 20px;
	background-color: #003333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF66;
}

.title04 {
	height: 17px;
	color: #FFFFFF;
	font-weight: bolder;
	text-align: left;
	padding-left: 20px;
	background-color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF66;
}

.title06 {
	background-color: #666666;
	height: 16px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/title6bg.jpg);
	margin-bottom: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

#newsbody {
	width: 728px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	border: 1px solid #666666;
	overflow: auto;
	margin-bottom: 15px;
}


.news01 {
	background-color: #FFFFE6;
	padding-left: 20px;
	color: #FF9900;
	list-style-type: none;
	padding-top: 2px;

}


.news02 {
	background-color: #FFF1EE;
	padding-left: 20px;
	color: #7D7DFF;
	list-style-type: none;
	font-size: 12px;
	padding-top: 2px;

}

#NewsActions {
	height: 200px;
	overflow: auto;
	text-align: left;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border: 1px solid #666666;
}
.Actions01 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-left: 10px;
	color: #FF8CC6;
	margin-top: 5px;
	padding-bottom: 2px;
	font-size: 11px;

}
#NewArtwork {
	text-align: left;
	border: 1px solid #666666;
	height: 192px;
	background-color: #FFFFFF;
	overflow: auto;
}

.Artwork01 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	list-style-type: none;
	padding-left: 10px;
	color: #6080FF;
	margin-top: 5px;
	padding-bottom: 2px;
	font-size: 11px;
}
.style2 {
	color: #666666
}
.style3 {
	color: #FF6600
}
