/* @override http://localhost:7895/media/css/base.css */

body {
	background: #505050;
	margin: 12px;
	font-size: 12px;	
	font-family: "Helvetica", "Arial", "Lucida", Verdana, sans-serif;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a {
	color: #0274b3;
}

.brk {
	clear: both;
}

/* MAIN LAYOUT */

#main {
	margin: 0 auto;
	width: 788px;
	height: 436px;
	background: black;
	padding: 6px;
	text-align: left;
}

#c1 {
	width: 225px;
	height: 436px;
	overflow: hidden;
	float: left;
}

#c1_logo {
	width: 221px;
	height: 77px;
	background: url(/media/images/logo_jwptv_2.gif) no-repeat;
	overflow: hidden;
}

#c1_strap {
	width: 221px;
	height: 32px;
	background: white;
	margin-top: 4px;
	overflow: hidden;
}

#c1_menu {
	width: 221px;
	height: 276px;
	background: white;
	margin-top: 4px;
	overflow: hidden;
}

#c1_contact {
	width: 221px;
	height: 39px;
	background: white;
	margin-top: 4px;
	overflow: hidden;
}

#c2 {
	float: right;
	overflow: hidden;
	width: 563px;
	height: 436px;
}

#c2_cntfull {
	height: 436px;
	width: 563px;
	background: white;
}

#c2_cnttop {
	height: 343px;
	width: 563px;
	background: white;
	overflow: hidden;
}

#c2_cntbottom {
	height: 129px;
	width: 563px;
	background: white;
	margin-top: 4px;
	overflow: hidden;
}

/* ELEMENTS */

/* Static pages */

#thumbs {
	position:relative;
	top:-18px;
	left:0px;
	padding: 18px;
	float: left;
	width: 200px;
}

.b1 {
	font-size: 14px;
	width: 130px;
	height: 64px;
	overflow: hidden;
	text-decoration:none;
	color:black;
}

.h {
	visibility: none;
	display: none;
}

#pageovr {
	float: left;
	width: 318px;
	height: 438px;
	position: relative;
	left:6px;
	overflow:hidden;
}

#pagecnt {
	font-size:13px;
	padding:12px;
}

/* Main menu */

#mainmenu a {
	text-decoration: none;
	color: black;
	background: white;
	padding: 2px;
}

#mainmenu a:hover {
	background: black;
	color: white;
	padding: 2px;
}

#mainmenu ul {
	list-style-type: none;
	padding: 12px;
	margin: 0;
}

#mainmenu li {
	line-height: 2.5em;
}

#mainmenu a.mactive {
	background: black;
	color: white;
	padding: 2px;
}

#mainmenu a:hover.mactive  {
	background: black;
	color: white;
	padding: 2px;
}

/* Main contact */

#maincontact {
	margin-top:6px;
	text-align:center;
}

#maincontact a {
	color: black;
}

/* Strapline */

#mainstrap {
	margin-left: 14px;
	height: 32px;
	line-height: 32px;
}

/* Tooltip */

#tooltip {
	border: 1px solid #111;
	background-color: #eee;
	opacity: 0.85;
	padding: 5px;
}
#tooltip h3, #tooltip p { margin: 0; }

/* CLIENT SECTION */

#cl_content {
	margin: 0 auto;
	background: white;
	padding: 10px;
	width: 540px;
	text-align: center;
}

#cl_top {
/*	background: url(/media/images/logo_jwptv_1.jpg) no-repeat;*/
	width: 440px;
	height: 0px;
	float: left;
	text-align: left;
}

#cl_menu {
	width: 300px;
	float: right;
	text-align: right;
	margin-top: 22px;
	font-size: 13px;
}

#cl_footer {
	margin-top: 40px;
	padding: 20px;
	height: 2px;
	border-top: 1px solid #f0f0f0;
	color: #a0a0a0;
	font-size: 11px;
	text-align: left;
}

#cl_username, #cl_password {
	font-size:20px;
	background: #e0f0f0;
	border: 1px solid #c0e0e0;
	width: 280px;
}

#cl_submit {
	font-size:18px;
}

dt.cl {
	margin:0px 0px 8px 0px;
	padding: 0;
	font-size: 16px;
}

dd.cl {
	margin: 0px 0px 18px 0;
	padding:0;
}

#cl_loginform {
	width: 320px;
	margin: 0 auto;
	text-align: left;
}

#cl_errormsg {
	border: 1px solid #ff8284;
	background-color: #ff9dab;
	padding: 4px;
	text-align: center;
	margin-top: 40px;
	font-size: 13px;
	width: 280px;
}