/***********************************************/
/* style_detail.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
  color:#333333;
  margin:0px 0px 0px 0px ;
  padding:0px 0px 0px 0px ;
  font-family:Verdana;Microsoft Sans Serif;
  line-height:150%;
  font-size:96%;
}

input {
  font-family:Verdana;Microsoft Sans Serif;
  font-size:96%;
}
select {
  font-family:Verdana;Microsoft Sans Serif;
  font-size:96%;
}

a:link, a:visited, a:hover {
  color:#339933;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family:Verdana;Microsoft Sans Serif;
}

h1{
 font-size: 120%;
}

h2{
 font-size: 114%;
}

h3{
 font-size: 106%;
}

h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
 font-size: 100%;
}

ul{
 list-style-type:square;
}

ul ul{
 list-style-type:disc;
}

ul ul ul{
 list-style-type:none;
}

/***********************************************/
/* Layout                                      */
/***********************************************/

/************* #header styles ***************/
#header{
  clear: both;
  border-bottom: 2px solid #cccccc;
  font-size: 80%;
  /*background-color: #eeeeee;*/
  padding: 10px 0px 10px 0px;
}

/************* #content styles ***************/
#content{
  background-color: #ffffff;
}

/************* #listHead styles ***************/
#listHead{
  background-color: #f1f7f2;
}

/************* #listHeadFont styles ***************/
#listHeadFont{
  font-family:Verdana;Microsoft Sans Serif;
  line-height:150%;
  font-size:96%;
}

/************* #listMid styles ***************/
#listMid{
}

/************* #listMidFont styles ***************/
#listMidFont{
  font-family:Verdana;Microsoft Sans Serif;
  line-height:150%;
  font-size:89%;
}
#listMidFont A{
  color: #339933
}

/************* #listButton styles ***************/
#listBtn{
  background-color: #ffffff;
}

/************* #listPaging styles ***************/
#listPaging{
  background-color: #ffffff;
}

/************* #listPagingFont styles ***************/
#listPagingFont{
  font-family:Verdana;Microsoft Sans Serif;
  line-height:150%;
  font-size:89%;
}
#listPagingFont A{
  color: #339933
}
#listPagingFont B{
  color: #339933
}

/************* #listOutCondition styles ***************/
#listOutCondition{
  background-color: #ffffff;
}

/************* #listOutConditionFont styles ***************/
#listOutConditionFont{
  font-family:Verdana;Microsoft Sans Serif;
  line-height:150%;
  font-size:89%;
}
#listOutConditionFont B{
  color: #339933
}

/************* #listCooccurrence styles ***************/
#listCooccurrence{
  background-color: #ffffff;
}

/************* #listOutConditionFont styles ***************/
#listCooccurrenceFont{
  font-family:Verdana;Microsoft Sans Serif;
  line-height:150%;
  font-size:89%;
}
#listCooccurrenceFont B{
  color: #339933
}

/************* #title styles ***************/
#title{
}
#title h3{
  color:#999999;
  font-weight:bold;
  /*border-top-style:solid;
  border-top-color:#999999;
  border-top-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#999999;
  border-bottom-width:1px;
  border-left-style:solid;
  border-left-color:#999999;
  border-left-width:3px;
  border-right-style:solid;
  border-right-color:#999999;
  border-right-width:3px;
  */padding: 10px 10px 10px 10px;
}

/************* #footer styles ***************/
#footer{
  clear: both;
  border-top: 2px solid #cccccc;
  font-size: 80%;
  color: #cccccc;
}

