html {
	margin:0px;
	overflow-y: scroll;
	height:100%;
	width:100%;
}

body
{
	margin:0px;
	padding:0px;
	background-color: #eeeeee;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #666;
}

img {
	border:none;
}

a {
	text-decoration:none;
	color:#0072CA;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
}

a:focus { outline:none; }

select, textarea
{
	border:1px solid #999;
	background-Color:#fff;
	color:#666;
	float:left;
}

.buttoneckig
{
	border:1px solid #999;
	background-Color:#fff;
	color:#666;
	float:left;
}

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

/* Handles the position of the website */


div#webhandle
{
	position: relative;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	padding-top:0px;

	background-image: url('../images/body_back_flow.jpg');
	background-position: center;
	background-repeat: repeat;

	z-index:0;
}


div#backstyler
{
	position: absolute;
	left: 20px;
	width: 960px;

	background-position:top;
	background-repeat: repeat-x;
}


div#userinfo
{
	color:#fff;

	cursor:pointer;
	float:right;
	padding:2px 10px 0px 10px;
	margin:1px 0px 0px 0px;
}

div#smallinfohead
{
	width:950px;
	height:20px;
	margin:0px 25px;
	padding-top: 5px;
	z-index:5;
}
div#smallwebheader
{
	width: 958px;
	height: 83px;

	background:transparent url('../images/webheadback_flow.jpg') repeat-x; 
	overflow:hidden;
	z-index:5;
	border:1px solid #666;
	margin-left:20px;
	margin-top:0px;

}

div#clock
{
	float:left;
	width:60px;
	padding:4px;
	margin-left: 5px;
	margin-top: 2px;
	background:transparent url('../images/clock_back.png') no-repeat;
}
div#datetime
{
	width:150px;
	float:left;
	font-weight:bold;
	font-size:16px;
	line-height:18px;
	margin:5px 50px 0px 5px;
}
div#datetime span.day
{
	color:#bbb;
}
div#datetime span.date
{
	color:#999;
}
div#datetime span.time
{
	color:#777;
}

div#smallwebheader div#newwidget
{
	float:left;
	margin:3px 95px 0px 0px;
}
div#smallwebheader div#newlink
{
	float:right;
	margin:3px 0px 0px 0px;
}

div#webheader
{
	width: 969px;
	height: 77px;
	background-Color:#fff;
	margin:7px 15px 0px 15px;
	border:1px solid #666;
}

div#registerforfree
{
	padding:7px 10px;
	background-Color:#ff0000;
	color:#000000;
	cursor:pointer;
	text-align:center;
	float:right;
	position:relative;
	top:0px;
	left:10px;
	margin-right:10px;
	margin-top:3px;
	font-size:16px;
	letter-spacing:-0.5px;
	line-height:22px;
}

div#oder
{
	float:left;
	position:relative;
	top:30px;
	left:235px;
}

input.clear
{
	border:none;
}

div#footer
{
	height:100px;
	width:950px;
	background:transparent url('../images/body_footer_back.jpg') 0% 0% no-repeat;
	background-Color:#eeeeee;

	padding:10px 25px 5px 25px;
}
div#footer div.block
{
	color:#666666;
	float:left;
	width:315px;
}

div#horizontalspacer
{
	clear:both;
	height:5px;
}

.pagenavdefault    { border:1px solid #bbbbbb; padding:0px 5px; background-color:#fff; color:#bbbbbb; font-size:14px; font-weight:bold; }
.pagenavcurrent    { border:1px solid #0072CA; padding:0px 5px; background-color:#2478A7; color:#ffffff; font-size:14px; font-weight:bold; }
