*
{
	padding:0px;
	margin:0px;
}

body
{
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0F1957;
}

a
{
	color:#9498B1;
	text-decoration:none;
}

a:hover
{
	color:#9498B1;
	text-decoration:underline;
}

.mainBG
{
	background-image:url(/images/splash/splash1_mainbg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:1000px;
	height:760px;
	position:relative;
	margin:auto;
}

.left
{
	float:left;
}

.dark_blue
{
	color:#263065;
}

input
{
	border:1px solid #C4DCFE;
	background-color:#FFF;
	padding:2px;
}

select
{
	border:1px solid #C4DCFE;
	background-color:#FFF;
	width:150px;
}

.login_form
{
	position:absolute;
	top:15px;
	left:20px;
}

.marginleft10
{
	margin-left:20px;
}

.block
{
	display:block;
}

.marginbottom5
{
	margin-bottom:5px;
}

.width15
{
	width:15px;
}

.width150
{
	width:150px;
}

.width170
{
	width:170px;
}

#error_log
{
	float:left;
	width:60px;
	overflow:hidden;
	color:#FF0000;
}

.right
{
	float:right;
}

.splash_join
{
	width:360px;
	margin-bottom:20px;
}

.hidden
{
	overflow:hidden;
}

.height100
{
	height:28px;
}

.padding5
{
	padding:5px;
}

.center
{
	text-align:center;
}

#edit_join
{
	left:80px;
	position:absolute;
	top:210px;
	width:360px;
}

.margin10
{
	margin:10px;
}

.footer_menu li 
{
	color:#101650;
	display:inline;
	font-weight:normal;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}

li
{
	padding-left:10px;
	padding-right:10px;
}
.clear{ clear:both;}

#log_form input {padding:4px;}

body{margin:0px;; padding:0px;}


ul.thumb {
	/*float: left;*/
	list-style: none;
	margin: 0; padding: 10px;
	width: 360px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	/*float: left;*/
	position: absolute;  /* Set the absolute positioning base coordinate */
	width: 130px;
	height: 150px;
}

ul.thumb li div {
	width: 125px; height: 140px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 7px;
	background: #f8f8f8;
	position: absolute;
	left: 0; top: 0;
	text-align:center;
}



ul.thumb li div img {
	width: 100%;/* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
}

ul.thumb li div.hover {
	/*background:url(thumb_bg.png) no-repeat center center; */ /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
	background-color:#FFF;
}

.l1{left:40px;top:10px;}
.l2{left:170px;top:0px;}
.l3{left:280px;top:60px;}
.l4{left:10px;top:100px;}
.l5{left:260px;top:190px;}
.l6{left:100px;top:200px;}
.l7{left:150px;top:100px;}

.la1{left:50px;top:100px;}
.la2{left:170px;top:50px;}
.la3{left:290px;top:170px;}
.la4{left:10px;top:220px;}
.la5{left:260px;top:320px;}
.la6{left:70px;top:360px;}
.la7{left:160px;top:200px;}


.l7 span, .la7 span {
	width: 168px; height: 190px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 7px;
	background: #ffffff;
	position: absolute;
	left: -15px; top: -10px;
	display:block;
	text-align:center;
}
.l7 span img, .la7 span img {width: 100%;}