/*----------------------------------------------------------------------
-------------------------- Dragon-i Website CSS ------------------------
------------------------- designed by ALANstudio -----------------------
----------------------------------------------------------------------*/

/*------------------------------- overall ----------------------------*/
*{
  margin-top:0;
  margin-bottom:0; 
  padding-top:0;
  padding-bottom:0;
  
}
body{
  background-color: #E5E5E5;
  background-image: url(../images/bk.png);
  background-position: center;
  background-repeat: repeat-y;
  
}
#wrapper{
  width: 760px;
  background-color: #FFFFFF;
/*  border-left: #D5D5D5 1px solid;
  border-right: #D5D5D5 1px solid;  */
}

a:link, a:visited{
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}
a:hover{
  color: #0099CC;
}

/*-------------------------------- top header -----------------------------*/
#top{
  padding: 5px 10px 0 0;
  height: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif,;
  font-size: 12px;
  text-align:right;
  line-height: 15px;
  color: #FFFFFF;
  background-color: #333333;  
}
#top a:link, #top a:visited{
  padding: 5px 12px 6px 12px;
  color: #FFFFFF;
  text-decoration: none;
}
#top a:hover{
  color: #00CCFF;
/*  background-color: #0B3253;*/
}
/*-------------------------------- header -----------------------------*/
#header{
  height: 118px;
  background-image: url(../images/titlebk.png);
  background-position: center;
  background-repeat: no-repeat;
}

/*-------------------------------- flash -----------------------------*/
#flash{
  heigth: 252px;
  text-align: center;
  background-color: #333333;
}


/*---------------------------- navigation bar -------------------------*/
#nav{
  height: 20px;
  padding-top: 7px;
  color: #ffffff;
  text-align: centre;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #333333;
/*  background-image: url(../images/navbk.png);*/
}

#nav li{
  display: inline;
}
#nav a:link, #nav a:visited{
  padding: 5px 12px 6px 12px;
  color: #FFFFFF;
  text-decoration: none;
}
#nav a:hover{
  color: #CCCCCC;
/*  background-color: #0B3253;*/
}
.activelink{
  padding: 7px 0px 8px 0px;
  color: #000000;
  text-decoration: none;
  background-color: #990033;
}


/*---------------------------- vertical navigation bar -------------------------*/
#vnav{
  padding: 2px 2px 0 2px;
  color: #ffffff;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
#vnavtitle{
  margin: 3px 0 0 20px;
  padding: 3px 0 2px 0;
  text-align: centre;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  list-style: none;
  display: compact;
  color: #ffffff;
  background-color: #999999;
  border-bottom: #CCCCCC 3px solid;
}
#vnav li{
  margin: 0 0 4px 0px;
  list-style: none;
  border-bottom: #990033 1px dashed;
  border-left: #990033 2px solid;  
}
#vnav a:link, #vnav a:visited{
  padding: 0 3px 4px 10px;
  color: #333333;
  text-decoration: none;
}
#vnav a:hover{
  color: #990033;
}

.vactivelink{
  padding: 3px 12px 3px 3px;
  color: #000000;
  text-decoration: none;
  background-color: #cccccc;
}


/*------------------------------- content ----------------------------*/
#content{
  clear:both;
  height: auto;
  padding: 0 10px 0 10px;
  line-height: 20px;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  background-color: #fffff;
}
#contentleft{
  float: left;
  width: 170px;
  height: 450px;
  margin: 0;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  border-left: #E8E8E8 1px solid;
  border-right: #E8E8E8 1px solid;  
/*(  background-image: url(../images/cleft01.png);
  background-repeat: no-repeat;*/
}
#contentright{
  float: right;
  width: 585px;
  height: 450px;
  margin: 0;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  background-position: 140px 140px;
  background-repeat: no-repeat;
  border-right: #E8E8E8 1px solid;
}
/*------------------------------- subcontent ----------------------------*/
#subcontent{
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  background-color: #fffff;
}
#subcontentleft1{
  float: left;
  width: 285px;
  margin: 3px 0 2px 2px;
  padding: 0 0 10px 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  border-bottom: #71828A 3px solid;
}
#subcontentright1{
  float: right;
  width: 285px;
  margin: 3px 2px 2px 3px;
  padding: 0 0 10px 0;  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  border-bottom: #71828A 3px solid;
}
#subcontenth1{
  clear: both;
  margin: 0 4px 0 4px;
  padding: 0 0 10px 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  border-bottom: #E8E8E8 5px solid;
}
#subcontenth2{
  clear: both;
  margin: 3px 4px 5px 4px;
  padding: 0 0 10px 5px;  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  border-bottom: #C1E6E8 5px solid;
}
#newstitle {
  height: 30px;
  background-image: url(../images/newstitle.gif);
  border-bottom: #E6E6E6 3px solid;
}
#companytitle {
  height: 30px;
  background-image: url(../images/companytitle.gif);
  border-bottom: #E6E6E6 3px solid;
}
#title1 {
  padding: 8px 0 3px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  color: #FFFFFF;
  background-color: #71828A;
  border-bottom: #E6E6E6 3px solid;
}
#title2 {
  padding: 8px 0 3px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  color: #FFFFFF;
  background-color: #71828A;
  border-bottom: #E6E6E6 3px solid;
}
#itemtitle{
  margin: 10px 50px 5px 50px;
  padding: 5px 10px 5px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  color: #006699;
  background-color: #F3F3F3;
  border-top: #E3E3E3 1px solid;
  border-right: #CCCCCC 2px solid;
  border-left: #E3E3E3 1px solid;
  border-bottom: #CCCCCC 2px solid;
}
#itemmain{
  line-height: 25px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  color: #006699;
  background-color: #EFF3FB;
  border: #A8D1E2 1px dashed;  
  
}
#itemtime{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #CCCCCC;
}
#itemdetail{
  line-height: 20px;
  margin: 20px 50px 30px 50px;
  padding: 20px 20px 20px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #333333;
  border: #CCCCCC 1px dashed;
}
#itemdetail  a:link, #itemdetail a:visited{
  color: #0099CC;
  text-decoration: none;
}
#itemdetail a:hover{
  color: #FF3300;
}
.points{
  width: 50px;
  heigth: 40px;
  color: #FF0000;
  text-decoration: none;
  background-color: #EFF3FB;
  border: #A8D1E2 1px dashed;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}
/*------------------------------- form elements ----------------------------*/
.button{
  color: #006699;
  padding: 8px 0 4px 0;
  font-size:12px;
  border: 1px #A8D1E2 solid;
  background: #EFF3FB;
}
fieldset {
  padding:10px;
  margin-top:5px;
  border: 1px solid #A8D1E2;
  background:#fff;
}

fieldset legend {
  color:#006699;
  font-weight:bold;
  padding:3px 20px 3px 20px;
  border:1px solid #A8D1E2;	
  background:#EFF3FB;
}

fieldset label {
  float:left;
  width:120px;
  text-align:right;
  padding:4px;
  margin:1px;
}

fieldset div {
  clear:left;
  margin-bottom:2px;
}
select { 
  background-color: #EFF3FB; 
  color: #006699; 
}
textarea { 
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #EFF3FB; 
  color: #006699; 
}
.textbox{
  background-color: #EFF3FB; 
  color: #006699; 
  border: 1px solid #A8D1E2; 
}

/*------------------------------- footer ----------------------------*/
#footer{
  clear: both;
  padding: 10px 0 0 0;
  height: 25px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  line-height: 15px;
  color: #FFFFFF;
  background-image: url(../images/navbk.png);
}


#bottom{
  padding: 5px 0 5px 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  line-height: 14px;
  color: #666666;
  background-color: #E8E8E8;
}