/* @override 
	http://ocean.vtc.net.au/css/basic/custom.css
*/

/* @group body */

html {
	float: left;
	width: 100%;
	background-color: #000;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	float: left;
	width: 100%;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover, a:active {
	color: #fff;
	text-decoration: underline;
}

pre, tt, kbd, code, samp {
	font-family: Monaco, "Courier New", Courier, mono;
	font-size: 9px;
	line-height: 11px;
	padding: 5px;
	border: 1px dotted #ddd;
	display: block;
	background-color: #eee;
}

acronym, abbr, dfn {
	font-style: normal;
}

acronym[title], abbr[title], dfn[title] {
	border-bottom: 1px dotted #999;
	cursor: help;
}

h1 {
	font-size: 20px;
	margin: 10px 0;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #fff;
}

h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin: 25px 0 2px 0;
	font-weight: bold;
	color: #999;
}

h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin: 20px 0 5px 0;
	padding: 0;
	font-weight: bold;
	color: #999;
}

h4 {
	font-size: 11px;
}

table {
	clear: both;
	margin: 10px 0;
	border-collapse: collapse;
}

th, td {
	font-size: 10px;
}

form {
	margin: 0;
	padding: 0;
	/* hide from mac ie \*/
	/*height: 1%; */
}

select, input, textarea {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote, address {
	margin-top: 2px;
	margin-bottom: 10px;
	font-style: normal;
}

p.error {
	font-size: 11px;
	line-height: 16px; 
	padding: 10px;
	color: #000;
	font-weight: bold;
	text-shadow: #d69815 1px 1px 0;
	background-color: #ffb51a;
	border: 1px solid #fff;
}

.clear {
	clear: left;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.hidden {
	/* used to hide accessibility items */
	position: absolute;
	left: -9999px;
}

.standfirst {
	color: #444;
	font-weight: normal;
	border: 2px solid #fbd27f;
	border-width: 2px 0;
	padding: 10px 0;
	font-size: 14px;
	line-height: 18px;
}

.breakout {
	color: #333;
	font-weight: normal;
	border-left: 10px solid #ffb51a;
	background-color: #f8f0cb;
	padding: 15px;
}

/* @end */

/* @group layout */

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#container {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

#header {
	position: relative;
	float: left;
	width: 100%;
	height: 90px;
}

#nav {
	position: absolute;
	margin: 0;
	padding: 0 0 14px 0;
	display: inline; /* combat IE6 Doubled float-margin bug */
	bottom: 0;
	left: 0;
}

#content {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#columns {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#panorama {
	width: 585px;
	height: 394px;
	background-color: #000;
}

#flow {
	position: relative;
	width: 100%;
	height: 108px;
	margin: 0;
	padding: 15px 0 0 0;
	background: transparent;
	border: 1px solid #373636;
	border-width: 1px 0;
	background: transparent url(/images/interface/flow_bkg.png) repeat-x 50% 0;
}

.s15 #flow {
	background: transparent url(/images/interface/agent_logos.png) no-repeat 0 29px;
}

.s1 #flow .container, .s11 #flow .container, .s15 #flow .container {
	display: none;
}

#main {
	position: absolute;
	width: 315px;
	height: 340px;
	margin: 53px 0 0 0;
	padding: 0;
	top: 0;
	right: 0;
	z-index: 1000;
}

#footer {
	position: relative;
	float: left;
	width: 100%;
	display: inline; /* combat IE6 Doubled float-margin bug */
	font-size: 10px;
	line-height: 14px;
	padding: 7px 0;
	margin: 0;
	color: #666;
}

/* @end */

/* @group header */

#header h1 {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 315px;
	height: 53px;
	display: block;
	right: 0;
	top: 90px;
	z-index: 1001;
}

#header h1 a {
	width: 100%;
	height: 53px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: transparent url(/images/interface/logo.png) no-repeat 50% 0;
}

/* @end */

/* @group nav */

/* @group lev1 */

.lev1 {
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

.lev1 li {
	float: left;
	margin: 0;
	padding: 0 13px 0 0;
	list-style-type: none;
	white-space: nowrap;
	font-size: 12px;
	line-height: 30px;
}

.lev1 li a:link, .lev1 li a:visited {
	float: left;
	display: block;
	padding: 0;
	text-decoration: none;
	color: #666;
	margin: 0;
	font-weight: normal;
	/* hide from mac ie \*/
	height: 1%; /**/
	border-bottom: 1px solid #000;
}

.lev1 li a:hover, .lev1 li a:active {
	border-color: #fff;
}

.lev1 li.hilite a:link, .lev1 li.hilite a:visited {
	color: #fff;
	border-color: #fff;
}

.lev1 li.hilite a:hover, .lev1 li.hilite a:active {
	color: #fff;
}

/* @end */

/* @end */

/* @group main */

#main .article, #main .article .article {
	height: 340px;
	font-size: 11px;
	line-height: 16px;
	color: #999;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden; /* require because ie6 doesn't hide overflow */
	position: relative; /* require by ie6 overflow is performed */
}

#main h1.pagetitle, #main h1.embedtitle {
	left: -9999px;
	position: absolute;
}

#main .body {
	float: left;
	width: 315px;
	height: 340px;
	position: relative;
	padding: 0;
}

#main .body a:link, #main .body a:visited {
	border-bottom: 1px solid #bbb;
	text-decoration: none;
}

#main .body a:hover, #main .body a:active {
	border-bottom: 1px solid #666;
	text-decoration: none;
}

#main .body ul {
	margin: 10px 0 10px 15px;
	padding: 0;
}

#main .body ol {
	margin: 10px 0 10px 30px;
	padding: 0;
}

#main .body ul li {
	margin: 2px 0;
	padding: 0;
}

/* @group flash video */

#main .body ul.videos {
	margin: 30px -10px;
	padding: 0;
	position: relative;
	width: 315px; /* required by IE6 to compensate for negative margin */
}

#main .body ul.videos li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: transparent url(/images/interface/video_bkg.png) repeat-x 0 0;
}

#main .body ul.videos li a {
	display: block;
	line-height: 40px;
	margin: 0;
	padding: 0 10px;
	background: transparent no-repeat 96% 50%;
	text-decoration: none;
	border-bottom: none;
	/* hide from mac ie \*/
	height: 1%; /**/
}

#main .body ul.videos li a:link, #main .body ul.videos li a:visited {
	background-image:  url(/images/interface/video_icon_bkg.png);
	border-bottom: none;
}

#main .body ul.videos li a:hover, #main .body ul.videos li a:active {
	background-image:  url(/images/interface/video_icon_hover_bkg.png);
}

#main .body ul.videos li a.active {
	background-image:  url(/images/interface/video_icon_hover_bkg.png) !important;
}

#main .body ul.videos li a em {
	color: #999;
	font-style: normal;
}

/* @end */

/* @group drawers */

#main .body .drawers { /* drawers region */
	height: 340px;/**/
	width: 315px;
}

#main .body .drawer {
	margin: 0;
	padding: 0 10px;
	/*width: 295px;
	height: 340px;*/
	background: transparent url(/images/interface/drawer_bkg.png) repeat-x 50% 0;
}

#main .body .drawer.active {
	background-image: url(/images/interface/drawer_active_bkg.png);
}

#main .body .drawers .drawer p {
	margin: 0;
}

#main .body .drawers h2 {
	margin: 0 -10px 0 -10px;
	padding: 5px 10px 5px 10px;
	font-size: 13px;
	line-height: 22px;
	color: #999;
	border-top: 1px solid #373636;
	background: transparent url(/images/interface/down.png) no-repeat 96% 50%;
}

* html #main .body .drawers h2 {
	/* hide from mac ie \*/
	height: 1%;/* required for ie6 */
	width: 295px; /* required by ie for drawer trigger width when 1% height */
}

#main .body .drawers .active h2 {
	/*background-image: url(/images/interface/up.gif);*/
	color: #fff;
	background: none;
	cursor: auto !important;
}

#main .body .drawers form table, #main .body .drawers form table th, 
#main .body .drawers form table td {
	border: none;
	margin: 5px 0;
	padding: 1px;
	text-align: right;
}

#main .body .drawers form table th {
	font-weight: bold;
	vertical-align: top;
	padding: 3px 10px 0 0;
}

#main .body .drawers form table td {
	/*padding-left: 10px;
	border-left: 1px solid #666;*/
	text-align: left;
	width: 98%;
}

#main .body .drawers form table td input, #main .body .drawers form table td textarea {
	padding: 4px;
	width: 97%;
	background-color: #222;
	border: none;
	color: #999;
}

#main .body .drawers form p.button input {
	color: #fff;
	border: 1px solid #333;
	background-color: #222;
	/*margin: 2px 0 0 0;*/
}

#main .body .drawers form p.button {
	text-align: right;
	/*margin: 2px 0 0 0;*/
}

/* @end */

/* @group tables */

#main .body table {
	/*border: 1px solid #ccc;*/
	border-width: 1px 0;
	width: 100%;
	margin: 0;
}

#main .body table caption {
	display: none;
}

#main .body table th, #main .body table td {
	border-bottom: 1px solid #ccc;
	padding: 3px;
	font-size: 10px;
/* 	white-space: nowrap; */
}

#main .body table th {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

#main .body table td {
	text-align: right;
}

/* @end */

/* @end */

/* @group flow */

#flow .container {
	width: 585px;
	height: 108px;
	margin: 0 auto 0 0;
	padding: 0;
	overflow: hidden;
}

#flow .container li {
	list-style: none;
	float: left;
}

#flow .container a {
	float: left;
	display: block;
	width: 150px;
	margin: 0;
	padding: 0;
}

#flow .container li.last a {
	width: 135px;
}

#flow .container a img {
	border-bottom: 1px solid #000;
	padding: 0 0 10px 0;
	margin: 0;
}

#flow .container a.focused img {
	border-color: #fff;
}

/*
#flow .previous-page, #flow .next-page {
	width: 17px;
	height: 17px;
	position: absolute;
	top: 65px;
	background: transparent no-repeat 50% 50%;            
	cursor: pointer;	
}

#flow .previous-page {
	left: 10px;	
	background-image: url(/images/interface/left.png);
}

#flow .next-page {
	right: 185px;
	background-image: url(/images/interface/right.png);
}

#flow .disabled {
	display: none;
}

#flow .scroll-bar {
	position: absolute;
	left: 37px;
	width: 660px;
	height: 19px;
	bottom: 1px;
	background: transparent url(/images/interface/simple/scroll_bar.gif) repeat-x;
}
        
#flow .scroll-bar .scroll-widget {
	position: absolute;
	width: 19px;
	height: 19px;
	background: transparent url(/images/interface/simple/scroll_widget.gif) no-repeat 50% 50%;
}
*/
/* @end */

/* @group footer */

#footer .left {
	float: left;
	color: #333;
	margin: 0 10px;
}

#footer .right {
	float: left;
	color: #999;
	margin: 0;
}

#footer .right .sitename {
	font-weight: bold;
	color: #999;
}

#footer a:link, #footer a:visited {
	color: #999;
	border-bottom: 1px solid #ccc;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#footer a.hilite {
	border-bottom: 1px solid #000;
}

#footer .left a:link, #footer .left a:visited,
#footer .left a:hover, #footer .left a:active {
	display: block;
	width:  86px;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(/images/interface/cabe_logo.png) no-repeat 50% 50%;	
	position: absolute;
	bottom: 40px;
	right: 37px;
	text-decoration: none;
	border: none;
}

#footer .right .credit {
	display: none;
}

/* @end */

/* @group formmail */

.formmail table {
	border-top: 1px solid #eee;
	border-collapse: collapse;
	width: 100%;
}

.formmail th, .formmail td {
	font-size: 11px;
	padding: 3px;
	border-bottom: 1px solid #eee;
	text-align: left;
	border-collapse: collapse;
}

.formmail th {
	padding-top: 7px;
	font-size: 10px;
	color: #999;
	border-right: 1px solid #eee;
	vertical-align: top;
	white-space: nowrap;
}

/* @end */

/* @group InPlaceEditor */

/* @group common */

.editor_control {
	width: 24px;
	height: 17px;
	text-indent: -9999px;
	background: transparent url(/images/admin/vtc/buttons/inplace.gif) no-repeat 100% 50%;
	z-index: 1000;
	margin: 0;
	padding: 0;
	left: -29px;
}

.editor_control_hilite {
	width: 48px;
	background-image: url(/images/admin/vtc/buttons/inplaceH.gif);
	left: -53px;
}

.inplaceeditor-form {
	margin-bottom: 10px;
	clear: both;
}

.inplaceeditor-form .editor_field {
	width: 100%;
	/*width: 461px;*/
	margin: 0;
	padding: 0;
	border: 0;
}

.inplaceeditor-form .editor_cancel {
	font-weight: bold;
}

.inplaceeditor-form .editor_ok_button {
	margin-right: 5px;
}

/* @end */

/* @group main */

#main .body .editor_control, #main .body .editor_container {
	margin: 0;
	padding: 0;
}

#main .inplaceeditor-form input.editor_field {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #f60;
	background-color: #fff;
	margin: 10px 0;
}

#main .inplaceeditor-form textarea.editor_field {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
	background-color: #fff;
	margin-bottom: 10px;
}

/* @end */

/* @group sidebar */

#sidebarR .inplaceeditor-form input.editor_field {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #f30;
	background-color: #eee;
	margin: 10px 0;
}

#sidebarR .inplaceeditor-form textarea.editor_field {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	line-height: 13px;
	color: #666;
	background-color: #eee;
	margin-bottom: 10px;
}

/* @end */

/* @end */

/* @group MobileWebKit */

html {
	-webkit-text-size-adjust: none;
}

#main .article {
	-webkit-text-size-adjust: auto;
}

#main .home .body {
	/*-webkit-text-size-adjust: none;*/
}

/* @end */

/* @group ie hacks */

/*#main .article {
	behavior: url(/js/iepngfix.htc);
}*/

textarea {
	scrollbar-face-color: #222; 
	scrollbar-track-color: #222; 
	scrollbar-arrow-color: #fff; 
	scrollbar-3dlight-color: #333; 
	scrollbar-highlight-color: #222; 
	scrollbar-shadow-color: #222; 
	scrollbar-darkshadow-color: #111;
}

/* @end */
