/*
$Id: style.css,v 1.1 2004/06/11 09:20:08 tarique Exp $
*/

body {
	font-family : "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS UI Gothic", "£Í£Ó ¥´¥·¥Ã¥¯", "sans-serif";
	color: #666666;
    font-size: 14px;
    background : #f2f9fa ;
    color : white;
        
}

table {
        font-size: 14px;
		color : #333333;
}

h1{
	font-weight: bolder;
	font-size: 18px;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS UI Gothic", "£Í£Ó ¥´¥·¥Ã¥¯", "sans-serif", ;
	color: #1e3280;
    text-decoration: none;
    line-height : 120%;
    margin: 2px;
}

h2 {
    font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS UI Gothic", "£Í£Ó ¥´¥·¥Ã¥¯", "sans-serif";
	font-size: 16px;
	margin: 0px;
	color: #1e3160;
	font-weight: bold;


}

h3 {
	font-weight: normal;
    font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS UI Gothic", "£Í£Ó ¥´¥·¥Ã¥¯", "sans-serif";
	font-size: 14px;
	margin: 2px;
	color: #333300;

}

h4 {
	font-weight: bold;
    font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS UI Gothic", "£Í£Ó ¥´¥·¥Ã¥¯", "sans-serif";
	font-size: 14px;
	margin: 8px 2px 2px 2px;
	color: #666666;	
}

h5 {
	font-weight: bold;
    font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS UI Gothic", "£Í£Ó ¥´¥·¥Ã¥¯", "sans-serif";
	font-size: 12px;
	margin: 4px;
	color: #444444;
}

h6 {
	font-weight: bold;
    font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS UI Gothic", "£Í£Ó ¥´¥·¥Ã¥¯", "sans-serif";
	font-size: 14px;
	margin: 2px;
	color: #7C7C00;
}

p {
        font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS UI Gothic", "£Í£Ó ¥´¥·¥Ã¥¯", "sans-serif";
        font-size: 100%;
        margin: 2px 0px;
}

ul {
        margin-left: 5px;
        padding: 0px;
}

li {
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0px;
        list-style-position: outside;
        list-style-type: disc;
}

.textinput {
        font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS UI Gothic", "£Í£Ó ¥´¥·¥Ã¥¯", "sans-serif";
        font-size: 100%;
        border: 1px solid #D1D7DC;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS UI Gothic", "£Í£Ó ¥´¥·¥Ã¥¯", "sans-serif";
        font-size: 100%;
        border: 1px solid #D1D7DC;
        vertical-align : middle;
}

.button {
        font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS UI Gothic", "£Í£Ó ¥´¥·¥Ã¥¯", "sans-serif";
        font-size: 100%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}

.comment_button {
        font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS UI Gothic", "£Í£Ó ¥´¥·¥Ã¥¯", "sans-serif";
        font-size: 85%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS UI Gothic", "£Í£Ó ¥´¥·¥Ã¥¯", "sans-serif";
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS UI Gothic", "£Í£Ó ¥´¥·¥Ã¥¯", "sans-serif";
        font-size: 100%;
        vertical-align : middle;
}

a {
        color: #EF1F2F;
        text-decoration: none;
}

a:hover {
        color: #B62E3C;
        text-decoration: underline;
}

bblink a {
        color: #000000;
        text-decoration: none;
}

bblink a:hover {
        color: #000000;
        text-decoration: underline;
}

.maintable {
        border: 1px solid #FFCC66;
        background-color: #000000;
        margin-top: 1px;
        margin-bottom: 1px;
}

.tableh1 {
        background : #FFCC66 ;
        color : #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh1_compact {
        background : #FFCC66 ;
        color : #000000;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2 {
        background: #D1D7DC ;
        color : #000000;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh2_compact {
        background: #D1D7DC ;
        color : #000000;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb {
        background: #EFEFEF ;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableb_compact {
        background: #EFEFEF ;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tablef {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #802900;

}

.album_stat {
        font-size: 85%;
        margin: 5px 0px;
}

.thumb_title {
        font-weight : bold;
        font-size: 80%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 80%;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: underline;
        color: #000000;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 80%;
        padding: 2px;
        font-style : italic;
        display : block;
}

.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

.user_thumb_infobox th {
        font-weight : bold;
        font-size: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 80%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #000000;
}

.user_thumb_infobox a:hover {
        color: #000000;
        text-decoration: underline;
}

.sortorder_cell {
        background : #FFCC66 ;
        color : #000000;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS UI Gothic", "£Í£Ó ¥´¥·¥Ã¥¯", "sans-serif";
        background : #FFCC66 ;
        color : #000000;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 80%;
        white-space: nowrap;
}

.navmenu {
        font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS UI Gothic", "£Í£Ó ¥´¥·¥Ã¥¯", "sans-serif";
        color: #000000;
        font-size: 100%;
        font-weight: bold;
        background : #FFCC66 ;
        border-style: none;
}

.navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px;
}

.navmenu a {
        position: relative;
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #000000;
}

.navmenu a:hover {
        background : #EFEFEF ;
        text-decoration: none;
        color:         #000000;
}

.admin_menu_thumb {
        font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS UI Gothic", "£Í£Ó ¥´¥·¥Ã¥¯", "sans-serif";
        font-size: 85%;
        border: 1px solid #005D8C;
        background-image : url(../2005/images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}

.admin_menu_thumb a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}


.admin_menu_thumb a:hover {
        color: #000000;
        text-decoration: underline;
}

.admin_menu {
        font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS UI Gothic", "£Í£Ó ¥´¥·¥Ã¥¯", "sans-serif";
        font-size: 85%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

.admin_menu a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #000000;
        text-decoration: underline;
}

.comment_date{
        color : #5F5F5F;
        font-size : 90%;
        vertical-align : middle;
}

.image {
        border-style: solid;
        border-width:1px;
        border-color: #000000;
        margin: 2px;
}

.imageborder {
        border: 1px solid #000000;
        background-color: #000000;
        margin-top: 30px;
        margin-bottom: 30px;
}

.thumbnails {
        background: #EFEFEF ;
        padding: 5px;
}

.footer {
        font-size : 9px;
}

.footer a {
        text-decoration: none;
        color: #000000;
}

.footer a:hover {
        color: #B62E3C;
        text-decoration: underline;
}

.statlink {
        color: #000000;
}

.statlink a {
        text-decoration: none;
        color: #000000;
}

.statlink a:hover {
        color: #000000;
        text-decoration: underline;
}

.alblink a {
        text-decoration: underline;
        color: #000000;
}

.alblink a:hover {
        color: #000000;
        text-decoration: underline;
}

.catlink {
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        text-decoration: underline;
        color: #000000;
}

.catlink a:hover {
        color: #000000;
        text-decoration: underline;
}

.topmenu {
        line-height : 130%;
        font-size: 100%;
}

.topmenu a {
        color : #0033CC;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #0033CC;
        text-decoration : underline;
}

.img_caption_table {
        border: none;
        background-color: #000000;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #D1D7DC ;
        font-size: 100%;
        color : #000000;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #000000;
}

.img_caption_table td {
        background: #EFEFEF ;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #000000;
}

.debug_text {
        border: #BDBEBD;
        background-color: #EFEFEF;
        width : 100%;
        margin : 0px;
}

.clickable_option {
        border-bottom : 1px dotted blue;
        cursor : hand;
}

.listbox_lang {
        color: #000000;
        background-color: #D1D7DC;
        border: 1px solid #D1D7DC;
        font-size: 80%;
        font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS UI Gothic", "£Í£Ó ¥´¥·¥Ã¥¯", "sans-serif";
        vertical-align : middle;

}.pagetitle {
	FONT-SIZE: 17px; COLOR: #000080; LINE-HEIGHT: 17px
}
.fixed {
	FONT-SIZE: 12px
}
P {
	MARGIN-TOP: 4px; MARGIN-BOTTOM: 10px
}
P.half {
	MARGIN-TOP: 4px; MARGIN-BOTTOM: 6px
}

P.double {
	MARGIN-TOP: 20px; MARGIN-BOTTOM: 6px
}
.smallcomment {
	FONT-SIZE: 9px; COLOR: #0683FF; BACKGROUND-COLOR: transparent
}
.imagecaption {
	FONT-SIZE: 9px; COLOR: #555555; TEXT-ALIGN: center
}
.titledate {
	FONT-SIZE: 10px; COLOR: #e40000
}
.pressreleasecode {
	FONT-SIZE: 10px; COLOR: #666666; margin-top: 15px;
}
A:link {
	CURSOR: hand; COLOR: #00737B; TEXT-DECORATION: underline
}
A:active {
	CURSOR: hand; COLOR: #000000; TEXT-DECORATION: underline
}
A:visited {
	CURSOR: hand; COLOR: #00737B; TEXT-DECORATION: underline
}
A:hover {
	CURSOR: hand; COLOR: #003d41; TEXT-DECORATION: none
}
A.terms:link {
	FONT-SIZE: 11px; CURSOR: hand; COLOR: #333333; TEXT-DECORATION: none
}
A.terms:visited {
	FONT-SIZE: 11px; CURSOR: hand; COLOR: #333333; TEXT-DECORATION: none
}
A.terms:hover {
	FONT-SIZE: 11px; CURSOR: hand; COLOR: #0000cc; TEXT-DECORATION: none
}
DIV.sizeable {
	FONT-SIZE: small
}
A.leftmenu {
	FONT-WEIGHT: normal; COLOR: #000000; TEXT-DECORATION: none
}
A.leftmenu:visited {
	FONT-WEIGHT: normal; COLOR: #000000; TEXT-DECORATION: none
}
A.leftmenu:hover {
	FONT-WEIGHT: normal; COLOR: #000000; TEXT-DECORATION: none
}
A.underline {
	FONT-WEIGHT: normal; COLOR: #000000}
A.underline:visited {
	FONT-WEIGHT: normal; COLOR: #000000; TEXT-DECORATION: underline}
A.underline:hover {
	FONT-WEIGHT: normal; COLOR: #000000; TEXT-DECORATION: underline}
	
A.underdash {
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
	font-size: 12px;
	color: #082e98;
	border-bottom: dotted #999999 1px;
}
A.underdash:visited {
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
	font-size: 12px;
	border-bottom: dotted #999999 1px;
}
A.underdash:hover {
	FONT-WEIGHT: normal;
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-size: 12px;
	border-bottom: dotted #999999 1px;
}
.visagreen {
	COLOR: #00a600
}
.visagreenbkg {
	BACKGROUND-COLOR: #00a600
}
.smtxt {  font-size: 10px}
.news_title {  font-weight: bold; color: #E7C501}
.cont_title {  font-weight: bold; color: #000000}
.blueborder {
	border: 1px solid #000033;
}
CHECKBOX, INPUT, RADIO, SELECT {
  font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS UI Gothic", "£Í£Ó ¥´¥·¥Ã¥¯", "sans-serif";
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS UI Gothic", "£Í£Ó ¥´¥·¥Ã¥¯", "sans-serif";
  font-size: 11px;
}
 
.inputstyle {
	BACKGROUND:#000000;
	COLOR:#333333;
FONT-FAMILY:"£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS UI Gothic", "£Í£Ó ¥´¥·¥Ã¥¯", "sans-serif";	FONT-SIZE:12px;
;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS UI Gothic", "£Í£Ó ¥´¥·¥Ã¥¯", "sans-serif";
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #BCDBED;
	border-left: 1px solid #CCCCCC;
}
td.topLeftImage
{ 
    background-image:    url(../2005/images/fondowht.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #fff;
    color: #000;
}
td.bottomRightImage
{ 
    background-image:    url(../2005/images/fondowht.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #fff;
    color: #000;
}
.smtext {
	font-size: 11px;
}
.back {
  background-image:  url(../2005/images/fondowht.jpg);
  background-repeat: no-repeat;
  border: 0px solid #ffffff;
  }
.toptd {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.lineone {
	border-top: 1px solid #C8DBC8;
	border-right: 0px solid #C8DBC8;
	border-bottom: 0px solid #C8DBC8;
	border-left: 0px solid #C8DBC8;
}
.rback {
	background-color: #ef1f2f;
}
.wback {
	background-color: #FFFFFF;
}
.bordeamarillo {
	border: 1px solid #fdf08c;
}
.blueborder {
	border: 2px solid #CCD2EE;
}
.blueborder {
	bordersiete: 3px solid #bde5e8;
}

#contest {
	margin-top: 15px;
	margin-right: 10px;
	padding: 0;
}
#contest_top {
	height: 14px;
	background-image:url(../2007/images/bg_contest_top.gif);
	background-repeat:no-repeat;
	margin: 0;
	padding:0;
	background-position:bottom;
}

#contest_middle {
	height: auto;
	margin: 0;
	padding: 0 10px;
	background-image:url(../2007/images/bg_contest_meddle.gif);
	background-repeat:repeat-y;
}
#contest_bottom {
	height: 11px;
	background-image:url(../2007/images/bg_contest_bottom.gif);
	background-repeat:no-repeat;
	margin: 0;
}


#top-display {
	height: auto;
	padding: 3px 5px;
	margin-left:10px;
//	background-image:url(../2007test/images/bg_title.gif);
	background-repeat:repeat-y;
}
.toptitle{
  	font-family:"£Í£Ó ÌÀÄ«", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ¥´¥·¥Ã¥¯", sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.subtitle{
  	font-family:"£Í£Ó ÌÀÄ«", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ¥´¥·¥Ã¥¯", sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.comment{
  	font-family:"£Í£Ó ÌÀÄ«", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ¥´¥·¥Ã¥¯", sans-serif;
	font-size: 12px;
	margin-top:0;
	line-height: 1.3em;
}



.top-topics{
	clear: both;
	width: 640px;
	height: 130px;
	}
.top-pic{
	float: left;
	width: 100px;
	padding: 0;
}
.top-comm{
	float: right;
	width: 530px;
	padding: 0;
}
.top-p{
  	font-family:"£Í£Ó ÌÀÄ«", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ¥´¥·¥Ã¥¯", sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:#B62E3C;
	background-image:url(../2007/images/arrow2.gif);
	background-position:0 0.3em;
	background-repeat:no-repeat;
	text-indent:1.2em;
	padding: 0.1em;
}
.top-p a:link {
		color:#B62E3C;
        text-decoration: none;
}
.top-p a:visited {
		color:#B62E3C;
        text-decoration: none;
}
.top-p a:hover {
        text-decoration: underline;
}

#result{
	clear: both;
	margin-top: 15px;
}

#award_top {
	width:580px;
	height: 14px;
	background-image:url(../2007/images/bg_award_top.gif);
	background-repeat:no-repeat;
	margin: 0;
	padding:0;
	background-position:bottom;
}

#award_middle {
	width:580px;
	height: auto;
	margin: 0;
	padding: 0 10px;
	background-image:url(../2007/images/bg_award_middle.gif);
	background-repeat:repeat-y;
}
#award_middle img{
	border-color:#cccccc;
}

#award_bottom {
	width:580px;
	height: 11px;
	background-image:url(../2007/images/bg_award_bottom.gif);
	background-repeat:no-repeat;
	margin: 0;
}

.line1 {
	line-height: 1.3em;
}

.indent {
	text-indent: 1.3em;
}

.margin0{
	margin: 0px;
}
.margin5{
	margin: 0px;
}
.mart5 {
	margin-top: 5px;
}
.attention{
	color:#FF3333;
}

#information {
	width: 680px;
	height: 200px;
	margin-top: 10px;
	margin-right: 10px;
	padding: 0;	
}
#whatsnew {
	float: left;
	width: 280px;
	height: 170px;
	padding: 0;
}
#whatsnew img{
	margin: 0 10px;
	padding: 0px
}

#scroll{
	height: 150px;
	width: 260px;
	overflow: scroll;
	border: 1px solid #cccccc;
	margin: 0 10px 10px 10px;
	font-size:12px;
}
#scroll p{
	margin: 5px;
	background-image:url(../2007/images/arrow.gif);
	background-position:0 0.2em;
	background-repeat:no-repeat;
	text-indent:1.5em;
	padding: 0.2em;
	background-color:#F4FBFB;
}


#information2 {
	float: left;
	width: 380px;
	margin: 0;
	font-size: 12px;
	padding: 0;
	height: auto;
}

#sponcer {
	margin: 0;
}
#sponcer ul{
	padding: 0;
	clear:	left;
	margin: 0; 
	width: 380px;
}
#sponcer li{
	width: 126px;
	list-style:none;
	display: block;
	margin:0; 
	padding: 0;
	text-align:center;
	float: left;
}


#contact{
	clear: both;
}
#contact p{
	margin-top: 30px;
}



#fc{
	width: 700px;
	padding: 0;
	margin:0;
	background-image:url(../2007/images/tasakitop07_04.jpg);
	text-align:left;
}

#head{
	width: 700px;
	height: auto;
	padding: 0;
	margin: 0;
}
#head img{
	padding: 0;
	margin: 0;
}


#wrapper{
	width: 700px;
	padding: 0;
	margin: 10 auto;
}

/* judges.html*/
#jmain{
	width: 680px;
	padding-top:10px;
}

#jmain table{
	margin: 8px 0 15px 10px;
}

#jmain p{
	margin: 0px 10px;
}

#jmain ul{
	padding: 0;
	margin: 0; 
	width: 500px;
}

#profile{
	float: left;
	width: 680px;
	height: auto;
	padding: 0;
	margin: 0; 
}

#report{
	float: left;
	width: 680px;
	height: auto;
	margin: 10px 0; 
	font-size: 12px;
}
#report p{
	margin: 2px; 
}
.report-content{
	width: 600px;
	height: auto;
	padding: 0;
	margin: 5px 0 3px 5px;
/*	background-color:#FFFFFF; */
	float:left;
}
.report-title{
	font-weight: bold;
}
#report .report-sum{
	margin-top: 5px;
}

#demo-report{
	clear: both;
	float: left;
	width: 680px;
	height: auto;
	margin: 10px 0; 
	font-size: 12px;
}
#demo-report p{
	margin:10px 0; 
}
#demo-report .foot{
	margin:20px 0; 
}
#demo-report .foot2{
	margin: 10px 5px 0;
	background-image:url(../2007/images/arrow.gif);
	background-position:0 0.6em;
	background-repeat:no-repeat;
	text-indent:1.5em;
	padding: 0.2em;
	line-height: 1.5em;
}
#demo-report ul{
	width: 600px;
	list-style:none;
}
#demo-report li{
	margin-left: 2px;
	display: inline;
}

#report-top{
	float: left;
	font-size: 12px;
	width: 680px;
	height: auto;
	margin-top: 10px;
}
#rt-left{
	float: left;
	width: 100px;
}
#rt-right{
	float: left;
	width: 400px;
	margin-left: 8px;
	font-weight: bold;
}

.intro-content{
	width: 600px;
	height: auto;
	padding: 0;
	margin: 5px 0 5px 8px;
	background-color:#FFFFFF;
	float:left;
}


.intro-left{
	float: left;
	width: 100px;
	height: auto;
	padding: 0;
	margin: 0;
	color:#FFFFFF;
	font-size: 11px;
	background-color:#636466;
}
.intro-left img{
	margin: 10px 15px 0 15px;
}
.intro-left p{
	margin: 5px;
}

.intro-right{
	float: right;
	width: 490px;
	height: auto;
	font-size: 12px;
	line-height:1.6em;
	padding: 0;
	margin: 0;
}
.intro-right  p{
	margin: 10px;
}
.intro-right table {
		width: 460px;
		padding: 0;
		margin: 10px;
        font-size: 12px;
		line-height: 1.6em;
		color : #333333;
}
.date {
	color:#6C5635;
	font-weight:bold;
}
.date2 {
	clear: left;
	color:#6C5635;
	font-weight:bold;
}
.size10 {
	font-size:10px;
}
.size11 {
	font-size:12px;
}
.size12 {
	font-size:12px;
}
.size14 {
	font-size:14px;
}
.size16 {
	font-size:16px;
}
.size10 {
	font-size:10px;
}
.left {
	text-align:right;
}
.afont {
	color:#B62E3C;
}
.center{
	margin-left:auto;
	margin-right:auto;
}
.red_square{
	color: #BD424A;
}

