body {background-color: #333333;  margin: 0 0 0 0;  text-decoration: none;background-image:url('/iwf/images/backmain.jpg');background-position:center top;background-repeat:repeat-y;   }
p,body,li,ul,td,a { font-family: Arial; font-size: 10pt; color: #DADADA}
li {
	margin-left: -20px;
}
a:link,a:visited{color: #F2F2F2;font: 10pt Arial;text-decoration: underline;
}
a:active,a:hover,a:focus{color: #9999FF; font: 10pt Arial;text-decoration:none}
h3 {
	color: #f3f3f3; margin-bottom: 0px;
	font: normal bold medium "Courier New", Courier, monospace;
	text-decoration: none;
	text-align: center;
}
a.star:active,a.star:hover,a.star:focus{
	color: #B22222;
	font: bold 12pt serif;
	text-decoration: none;
	margin-bottom: 0px;
}
a.star:link,a.star:visited{
	color: #B22222;
	font: bold 12pt serif;
	text-decoration: none;
	margin-bottom: 0px;
}
p.sett{ 
border: 1px dotted #FFFFFF; color: #DADADA; font: 10pt; font-family: Arial; padding: 2px 2px; text-decoration: none; margin-left: 10px;  margin-right: 10px;
}
.less {
	color:#999;
	font-size:12px;
}
#page {
	background-color:#efefef;
	width:600px;
	margin:50px auto;
	padding:20px 150px 20px 50px;
	min-height:600px;
	border:2px solid #fff;
	outline:1px solid #ccc;
	text-align:left;
}

/* ----------------------------------------------------------------- */
/* videobox css                                                      */
/* http://www.pupinc.com/videobox/                                   */
/* ----------------------------------------------------------------- */

div.videobox {
	padding: 10px 0 10px 10px;


	overflow: hidden;

	color: #fff;
}

div.videobox h4 {
	font-weight: normal;
	font-family: georgia, serif;
	font-size: 1.8em;
	margin: 0 0 10px 0;
	color: #999;
}

div.videoboxjs div.bigvideo {
	text-align: center;
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
	border: 2px solid #8b95b6;
	background-image: url(ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

div.videoboxjs div.bigvideo br {
	display: none;
}

div.videoboxjs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 439px;
}

div.videoboxjs ul li {
	float: left;
	margin: 0 10px 10px 0;
}

div.videoboxjs ul a {
	display: block;
	outline: none;
}

div.videoboxjs ul a img {
	opacity: 0.65;
	filter: alpha(opacity=65);
}

div.videoboxjs ul a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

div.videoboxjs ul a.current img {
	opacity: 1;
	filter: alpha(opacity=100);
}

div.videoboxjs ul a img {
	border: 2px solid #28282a;
	display: block;
	width: 101px;
	height: 75px;
}

div.videoboxjs ul a.current img {
	border-color: #8b95b6;
}

div.videoboxjs p {
	clear: both;
}

