@charset "utf-8";
#header-inside {
	font-size:large;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	text-indent: 10px;
	
	padding-top: 3px;
	
	width:auto;
	height: 40px;
	
	background-color:#9197A6;
	color:#48577D;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	font-size:xx-large;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
	
	z-index: 10;
}
#content {
	position:absolute;
	top: 50px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	height: auto;
	width: auto;

	
	overflow: auto;
	
	z-index: 1;
}
.holder {

	background-color:#ffffff;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	height:auto;
	
	padding: 10px;
	margin: 5px;
	
	height: auto;
	
	border: 1px solid #888888;
	
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
body {
}	background-color:#43464D;


table {
	border: none;
	width: 100%;
}
.thumb-img {
	border: 1px solid #eeeeee;

}

.img-holder {
	width: 125px;
	height: 90px;
	text-align: left;
}

.title {
	font-weight:bold;
	text-indent: 10px;
	background-color:#fbfbfb;
}
.foot {
	text-indent: 10px;
	text-align:right;
	background-color:#fbfbfb;
}

.type {
	position:relative;
	width: 127px;
	height: 19px;
	background-color:#eeeeee;
}
.description {
	margin-left: 10px;
	text-indent: 10px;
}

