body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: white;
}

#index-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:862px;
	height:111px;
	background-color:#FFFFFF;
}


a img	{
border: 0px;
}

#clients	{
	background-color: #292929;
	top: 145px;
	position:absolute;
	width: 100%;
	height: 600px;
	color:white;
}

#clientswrapper {
	position:relative;
	left:0px;
	top:0px;
	width:862px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

#clientsfooter {
	position:absolute;
	left:0px;
	top:739px;
	width:862px;
	height:128px;
	background-color:#111111;
}

#loading	{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 105px;
	left: 10px;
	display: none;
	width: 840px;
	height: 350px;
	background:url(images/loading_bg.png);
	text-align: center;
	padding-top: 200px;
}

label	{
	width: 150px;
	display: block;
	float: left;
}

#header	{
	height: 47px;
	background:url(images/header_bg_client.jpg) top left repeat-x;
}

#adminheader	{
	height: 89px;
	background:url(images/header_bg_admin.jpg) top left repeat-x;
}

#adminheader .content, #header .content	{
	padding: 16px;
	margin:0;
	height: 14px;
	overflow:hidden;
}

#adminheader .logout, #header .logout	{
	position: absolute;
	top: 8px;
	right:10px;
}

#adminheader .logout a, #header .logout a	{
	color: black;
	text-decoration:none;
}

.content	{
	margin: 0 0 0 20px;
	padding: 20px 0 20px 0;
	overflow: auto;
	height: 457px;
}

input, select, textarea	{
	border: 0px;
	width: 200px;
}

textarea	{
	height: 150px;
	}

input.submit	{
	width: 111px;
}

#admin-tabs	{
	overflow: auto;
	height: 44px;
	margin:0;
}

#admin-tabs a	{
	display: block;
	margin: 0px 0px 0px 15px;
	text-decoration:none;
}

#admin-tabs a.clients:hover, #admin-tabs a.clients.current, #admin-tabs a.video:hover, #admin-tabs a.video.current	{
	background-position: -100px 0;
}

#admin-tabs a.clients	{
	background:url(images/tab_clients.jpg) top left no-repeat;
	width: 100px;
	height: 44px;
	float: left;
}

#admin-tabs a.video	{
	background:url(images/tab_video.jpg) top left no-repeat;
	width: 100px;
	height: 44px;
	float: left;
}

/** LIST STYLES **/
.rowheader .col	{
	background-color: #000;
}

.col	{
	width: 150px;
	float: left;
	display: block;
	text-align: center;
	padding: 5px;
	margin: 0 1px 1px 0;
}

.col	{
	background-color: #b7b7b7;
	color: #000000;
	height: 25px;	
}

.col a	{
	color: #000000;
}

.col a:hover	{
	color: #666666;
}

.row	{
	clear: both;
}

#clientnav	{
	margin: 10px 0 30px 0;
}

#clientnav a	{
	text-decoration: none;
}

#video	{
	position: absolute;
	left: 350px;
	top: 67px;
	float: right;
	background-color: #000000;
	padding: 10px;
	width: 480px;
	height: 500px;
}

#video h2	{
	font-weight: normal;
	font-size: 1.3em;
		text-align:left;
	}
	
#video .notes	{
	height: 50px;
	overflow: auto;
		text-align:left;
}

#content .form	{
	width: 525px;
}

#clientWelcome	{
	background-color: white;
	overflow: auto;
	margin-bottom: 10px;
	width: 320px;
}

#clientWelcome img	{
	float: left;
	margin: 10px;
	border: 1px solid #666;
}

#clientWelcome h3	{
	font-size: 1.3em;
	font-weight: bold;
	color: black;
	margin:10px 0;
}