/************************************************

CVC.COM CSS Design File

Main formatting and colours.  Formatting and
colours related to the main positional elements
are stored in Layout.css.

************************************************/


/************************************************
* General ***************************************
************************************************/

body
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
}

div.itemHeader
{
	background: #6f6f6f url( 'https://cvc.com/Images/ItemHeader.png' ) left repeat-x;
	height: 26px;
	width: 100%;
	float: left;
}

input, select
{
	border: solid 1px #cccccc;
	vertical-align: middle;
}

input.button
{
	color: #5b5b5b;
	background-color: #ffffff;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	padding: 2px 2px 2px 2px;
}

ul li
{
	list-style-image: url('https://cvc.com/Images/BlackArrow.gif');
}

/* Hide the print only header */
div#printHeader
{
	display: none;
}

/* Languages ***********************************/
div#rowTitle div#languages
{
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	color: #b4b4b4;
}

div#rowTitle div#languages a
{
	font-weight: bold;
	text-decoration: none;
	color: #b4b4b4;
	padding: 1px 2px 1px 2px;
}

div#rowTitle div#languages a:hover
{
	background-color: #e4e4e4;
	color: #2d2d2d; 
}

span.selectedLanguage
{
	font-weight: bold;
	background-color: #808080;
	padding: 1px 2px 1px 2px;
	color: #ffffff; 
}

/* Primary Navigation **************************/

div#sectionNavigation ul
{

	text-align: left;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #89c1e4;
}

div#sectionNavigation ul li
{
	display: inline;
}

div#sectionNavigation a
{
	padding-left: 10px;
	margin-left: 8px;
	text-decoration: none;
	color: #89c1e4;
	background-image: url('https://cvc.com/Images/BlueArrow.gif');
	background-repeat: no-repeat;
	background-position: 0px center;
}

div#sectionNavigation a.current, div#sectionNavigation a:hover
{
	background-image: url('https://cvc.com/Images/WhiteArrow.gif');
	color: #ffffff;
}

/* Secondary Navigation ************************/

div#secondaryNavigation a
{
	color: #8c8c8c;	
	text-transform: uppercase;
	font-family: Helvetica, Arial, Verdana, Tahoma;
	font-size: 11px;
	text-decoration: none;
}

div#secondaryNavigation a:hover
{
	color: White;	
}

/* Right Side Bar ******************************/

div.accessLinks
{
	background: #6f6f6f url('https://cvc.com/Images/SideBackground.png') left repeat;
	width: 100%;
	border-bottom: solid 1px #383838;
	float: left;
}

div.accessLinks ul
{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 3px;
}

div.accessLinks li
{
	list-style-image: none;
	list-style: none;
	background-image: url('https://cvc.com/Images/WhiteArrow.gif');
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-left: 20px;
}

div.accessLinks a
{
	text-decoration: none;
	color: #ffffff;
}

div.accessLinks a:hover
{
	text-decoration: underline;
}

div#newsBox
{
	width: 150px;
	border-bottom: solid 1px #383838;
	float: left;
	padding: 5px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
}

div#newsBox dl
{
	font-size: 10px;
	color: #6f6f6f;
}

div#newsBox dt
{
	font-weight: bold;
}

div#newsBox dd
{
	padding: 0px 0px 10px 0px;
	margin: 0;
}

div#newsBox a
{
	text-decoration: none;
	color: #6f6f6f;
}

div#newsBox a:hover
{
	text-decoration: underline;
}

div#copyright
{
	padding: 10px 5px 5px 5px;
	font-size: 10px;
	color: #6f6f6f;
	float: left;
}

/* Search Box **********************************/

div#searchBox input
{
	border: solid 1px #cccccc;
	vertical-align: middle;
}

div#searchBox input.txtSearch
{
	width: 110px;
	height: 16px;
	font-size: 12px;
}

div#searchBox input.btnSearch
{
	height: 20px;
	color: #5b5b5b;
	background-color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px 1px 0px 1px;
	vertical-align: middle;
}

/* Content Header ******************************/

div#rowMain div#contentHeader div.container
{
	background-color: #89c1e4;
	padding: 5px 15px 10px 15px;
	height: 89px;
	/*min-width: 100%;*/
	width: 580px;
	float: left;
	overflow: hidden;
}

div#rowMain div#contentHeader h1
{
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}

div#rowMain div#contentHeader p, div#rowMain div#contentHeader label
{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

div#rowMain div#contentHeader input
{
	margin: 5px 0px 5px 0px;
	font-size: 12px;
	height: 16px;
	vertical-align: middle;
}

div#rowMain div#contentHeader select
{
	margin: 5px 0px 5px 0px;
	vertical-align: middle;
}

div#rowMain div#contentHeader input.button
{
	color: #5b5b5b;
	background-color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	margin:5px 0px 5px 0px;
}

/* Internal Navigation **************************/

div#internalNavigation
{
	background-color: #e4e4e4;
	height: 26px;
	float: left;
	width: 100%;
}

div#internalNavigation ul
{
	text-align: left;
	padding: 6px 0px 0px 10px;
	margin: 0;
	font-weight: bold;
	color: #89c1e4;
}

div#internalNavigation ul li
{
	display: inline;
}

div#internalNavigation a
{
	padding-left: 10px;
	margin-left: 8px;
	text-decoration: none;
	color: #4988b1;
	background-image: url('https://cvc.com/Images/BlueArrow.gif');
	background-repeat: no-repeat;
	background-position: 0px center;
}

div#internalNavigation a.selected
{
	color: #000000;
	background-image: url('https://cvc.com/Images/BlackArrow.gif');
}

div#internalNavigation a.current, div#internalNavigation a:hover
{
	background-image: url('https://cvc.com/Images/BlackArrow.gif');
	color: #000000;
}


/* Main Content ********************************/

/* When updating this remember to update editor 
   style sheet */

div#mainContent p, div#mainContent address
{
	color: #000000;
	font-size: 12px;
	margin: 0px;
	line-height: 16px;
	padding: 0px 0px 10px 0px;
	font-style: normal;
}

div#mainContent h1
{
	color: #4988b1;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 22px;
}

div#mainContent h2
{
	color: #4988b1;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 16px;
}


div#mainContent h2 a
{
	color: #4988b1;
	text-decoration: none;
}

div#mainContent h2 a:hover
{
	color: #4988b1;
	text-decoration: underline;
}

div#mainContent h3
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	line-height: 16px;
}

div#mainContent a
{
	color: #000000;
}

div#mainContent p a:hover
{
	text-decoration: none;
}

div#mainContent ul
{
	margin-top: 0px;
	list-style: none;
	text-align: left;
}

div#mainContent ul li
{
	list-style-type: disc;
	list-style-image: none;
	padding-top: 0px;

}

div#mainContent ul.linkList
{
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #89c1e4;
	font-size: 12px;
	line-height: 16px;
}

div#mainContent ul.linkList li
{
	list-style-image: none;
	list-style-type: none;
}

div#mainContent ul.linkList a
{
	padding-left: 10px;
	margin-left: 0px;
	text-decoration: none;
	color: #4988b1;
	background-image: url('https://cvc.com/Images/BlueArrow.gif');
	background-repeat: no-repeat;
	background-position: 0px center;
}

div#mainContent ul.linkList a:hover
{
	background-image: url('https://cvc.com/Images/BlackArrow.gif');
	color: #000000;
}


/* Generic Tables ******************************/

/* When updating this remember to update editor 
   style sheet */

table
{
	width: 100%;
	border-width: 0px;
	border-collapse: collapse;
	border-style: none;
}

tr
{
	border-width: 0px;
	border-style: none;
	vertical-align: top;
}

td, th
{
	padding: 2px;
}

table a:hover
{
	text-decoration: underline;
}

table a
{
	text-decoration: none;
	color: #000000;
}

table .header
{
	background-color: #e4e4e4;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

table .header th
{
	text-align: left;
}

table .header th a
{
	background-image: url('https://cvc.com/Images/TableHeaderIcon.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
}

table .row
{
	background-color: #ffffff;
}

table .altrow
{
	background-color: #e4e4e4;
}

table .pager table
{
	width: auto;
}

table .pager table td
{
	padding: 3px;
}

table .pager span
{
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	background-color: #e4e4e4;

}

table .pager a:link
{
	font-weight: normal;
	padding: 2px 5px 2px 5px;
}

div#pie_charts ul li
{
	list-style-type:none;
}

/* Form Elements *******************************/
div.buttonBox
{
	float: right;
}


div.buttonBox input
{
	border: solid 1px #cccccc;
	vertical-align: middle;
	color: #5b5b5b;
	background-color: #ffffff;
	height: 20px;
	font-size: x-small;
}

div.adminForm
{
	text-align: left;
}

div.adminForm input, div.adminForm textarea
{
	border: solid 1px #cccccc;
	vertical-align: middle;
	color: #5b5b5b;
	background-color: #ffffff;
	font-size: small;
}

/* Detail Lists ********************************/
div.details
{
	padding-left: 110px;
	position: relative;
}

div.details dl
{
	width: 100%;
}

div.details dl dt
{
	color: #4988b1;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	width: 100px;
	float: left;
	clear: left;
}

div.details dl dd
{
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	float: left;
	width: 320px;
}

div.details dl dd a
{
	text-decoration: none;
}

div.details dl dd a:hover
{
	text-decoration: underline;
}

div.details dl dd dl dt
{
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	width: 130px;
	float: left;		
	clear: left;
	padding: 1px 3px 1px 0px;
	margin: 0px;
	display: block;
	height: 100%;
}

div.details dl dd dl dd
{
	color: #4988b1;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	width: 180px;
	padding: 1px 0px 1px 0px;
	margin: 0px;
	
}

/* Tooltips ************************************/

a.info
{
	position: relative; /*this is the key*/
	z-index: 24;
	text-decoration: none;
	cursor: pointer;
	color: #000000;
}

a.info:hover
{
	z-index: 25;
	cursor: pointer;
}

a.info span
{
	display: none;
}

a.info:hover span
{
	/*the span will display just on :hover state*/
	display: block;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 30em;
	border: 1px solid #6f6f6f;
	background-color: #e4e4e4;
	color: #000000;
	text-align: center;
	padding: 5px;
}


/* Image Map ***********************************/

a.autoShow
{
	position: absolute;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	height: 16px;
	float: left;
	width: 85px;
}

/* For some ridiculous reason, IE 6 needs the
a:hover to have CSS in it before it will even
think of using a:hover span */
a.autoShow:hover 
{
	text-decoration: none;
	border: none;
}

a.autoShow span
{
	display: none;
}

a.autoShow:hover span
{
	display: inline;
}

/* Accordion Styles ****************************/

.accordionHeader
{
	background: #4988b1 url('https://cvc.com/Images/SearchBackground.png') left repeat;
	padding: 5px;
	color: #ffffff;
	border: solid 1px #ffffff;
	cursor: pointer;
}

/************************************************
* Popups/Mouseovers******************************
************************************************/


.HoverBox
{
	width: 400px;
    z-index:999;
    left:-9999px;
	background-color: White;
	padding: 10px;
	border: solid 1px #e4e4e4;
	position: absolute;
}

.HoverBox p, .HoverBox address
{
	color: #000000;
	font-size: 12px;
	margin: 0px;
	line-height: 16px;
	padding: 0px 0px 10px 0px;
	font-style: normal;
}

.HoverBox h1
{
	color: #4988b1;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 22px;
}

.HoverBox h2
{
	color: #4988b1;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 16px;
}
/*
     FILE ARCHIVED ON 21:19:37 Jan 30, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:16:28 Jul 17, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.86
  exclusion.robots: 0.042
  exclusion.robots.policy: 0.025
  esindex: 0.02
  cdx.remote: 161.249
  LoadShardBlock: 151.378 (3)
  PetaboxLoader3.datanode: 166.832 (4)
  load_resource: 115.939
  PetaboxLoader3.resolve: 59.386
*/