/* CSS Document */
/* GLOBAL */
*{
	margin:0;
	padding:0;
	border:0;
	font-family:"Times New Roman", Times, serif;
	font-variant:normal;
	font-weight:normal;
	font-size:1em;
	list-style:none;
	text-decoration:none;
	text-transform:none;
	outline:none;
	color:#300;
}

/* cross browser compatibility */
header, section, article, nav, footer, hgroup {
	display:block;
}

/* P */
p{
	text-align:justify;
	text-indent:10px;
}
p:first-child {
  text-indent: 0;
}

/* LINK */
a:link, a:visited{color:#300}
a:hover, a:active{color:#69C}

/* BODY */
body{
	background:#FFF;
}

/* TABLE */
table{
	padding:0px 10px 0px 10px;
	border-collapse:collapse;
	border-spacing: 0;
	width:100%;
	font-size:0.75em;
}
table td{
	vertical-align:top;
}
thead tr td, tfoot{
	padding:3px;
}

/* TABLE HEADER */
thead tr td{
	background-color:#69C;
	text-align:left;
	font-weight:bold;
	color:#000;
	cursor:pointer;
}

/* TABLE BODY */
tbody tr td:first-child {
	text-align:center;
}
tbody tr:nth-child(even){
	/* RGBa with opacity */
	background: rgba(255, 255, 255, 0.4);
}
tbody tr:hover{
	background-color: #FFF;
}

/* TABLE BULLET */
#do td{
	/*color:#300;*/
}
#donthave td{
	color:#996;
}

/* TABLE FOOT */
tfoot{
	background-color:#69C;
}

/* MORE INFO */
#moreinfo{
	padding:10px 0px 10px 0px;
	background-image:url(../skin/bkg.jpg);
	text-align:left;
}
#moreinfo ol{
	display:inline-block;
	max-width:280px;
	padding:0px 0px 0px 20px;
	text-align:justify;
}
#moreinfo img{
	padding:0px;
	margin:0px;
	width:200px;
	height:300px;
}
#moreinfo ol b{
	font-weight:bold;
}
b, strong{
	font-weight:bold;
}
/* DEFINITION LIST */
dl{
	width:530px;
	padding-bottom:10px;
	display:inline-block;
	text-align:justify;
}
dt, dl #dt{
	font-weight:bold;
	font-size:1.2em;
}

/* FONT SIZE */

p, dl{
	font-size:0.8em;
}