/* #############################################################################
Type 3 Registry Web Site CSS Properties
Date: June 24, 2006
Version: 1.0
############################################################################# */
body {
	background-color: #424242;
	font-family: Verdana, Lucida Grande, Helvetica, Arial;
	font-size: 9px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
}
.headerBackgroundCell {
	background-color: #666666;
}

/* ########################################################################## */
/* Global Hyperlink CSS Properties */
/* ########################################################################## */
a:link {
	color: #CC0000;
	text-decoration: none;
}

a:visited {
	color: #880000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:link.navLnk {
	color: white;
	text-decoration: none;
}

a:visited.navLnk {
	color: white;
	text-decoration: none;
}

a:hover.navLnk {
	color: white;
	text-decoration: none;
}

a:link.footerLnk {
	color: #EAB66D;
	text-decoration: none;
}

a:visited.footerLnk {
	color: #EAB66D;
	text-decoration: none;
}

a:hover.footerLnk {
	color: #ffffff;
	text-decoration: underline;
}

a:link.chckbx {
	color: #000000;
	text-decoration: none;
}

a:visited.chckbx {
	color: #000000;
	text-decoration: none;
}

a:hover.chckbx {
	color: #000000;
	text-decoration: underline;
}

a:link.carTools {
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
}

a:visited.carTools {
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
}

a:hover.carTools {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.thumb {
	border: solid 1px #000000;
}
.thumb:hover {
	border: solid 1px #FF0000;
}
.thumb:visited {
	border: solid 1px #000000;
}

/* ########################################################################## */
/* Header CSS Properties */
/* ########################################################################## */

h2 {
	font-size:20px;
	font-weight: normal; 
	font-family: verdana, arial, helvetica;
	text-shadow: 3px 3px 2px #888888;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size:18px;
	font-weight: normal; 
	font-family: verdana, arial, helvetica;
	text-shadow: 3px 3px 2px #888888;
	margin: 0px;
	padding: 0px;
}

/* ########################################################################## */
/* Default TD CSS Properties */
/* ########################################################################## */

td {
	font-size:12px;
	font-weight: normal; 
	font-family: verdana, arial, helvetica;
}

/* ########################################################################## */
/* Default TD CSS Properties */
/* ########################################################################## */

p .vintable {
	font-size:12px;
	font-weight: normal; 
	font-family: verdana, arial, helvetica;
	line-height: 1.5em;
}

/* ########################################################################## */
/* Main sub-navigation CSS Properties */
/* ########################################################################## */

.nav {
	width: 930px;
	height: 20px;
}
.nav td {
	text-align: center; 
	font-weight: bold; 
	font-family: verdana, arial, helvetica;
	font-size:11px;
	width: 16%;
	text-shadow: 2px 2px 1px #000000;
}
.nav td a {
	display: block;
	padding: 4px;
	text-decoration: none;
	background: #000000 url("/images/subnav/subBackground.jpg") repeat-x top right;
	color: white;
}
.nav td a:hover {
	background-position: top left; 
	background: #000000 url("/images/subnav/subBackgroundOn.jpg") repeat-x top right;
	text-decoration: none;
}

/* Selected Nav Links */
a:link.navLnkOn {
	color: white;
	background-position: top left; 
	background: #000000 url("/images/subnav/subBackgroundOff.jpg") repeat-x top right;
	text-decoration: none;
}

a:visited.navLnkOn {
	color: white;
	background-position: top left; 
	background: #000000 url("/images/subnav/subBackgroundOff.jpg") repeat-x top right;
	text-decoration: none;
}

a:hover.navLnkOn {
	background-position: top left; 
	background: #000000 url("/images/subnav/subBackgroundOff.jpg") repeat-x top right;
	text-decoration: none;
}

/* ########################################################################## */
/* ABOUT sub-navigation CSS Properties */
/* ########################################################################## */

.userNav {
	width: 800px;
	height: 20px;
}
.userNav td {
	text-align: center; 
	font-weight: bold; 
	font-family: verdana, arial, helvetica;
	font-size:11px;
	width: 25%;
	text-shadow: 2px 2px 1px #000000;
	color: white;
}
.userNav td a {
	display: block;
	padding: 2px;
	text-decoration: none;
	background: #3d3d3d url("/images/subnav/subBackground.jpg") repeat-x top right;
	color: white;
}
.userNav td a:hover {
	background-color: #3d3d3d; 
	background-position: top left; 
	background: #3d3d3d url("/images/subnav/subBackgroundOn.jpg") repeat-x top right;
}

.authUser {
	color: white;
	text-decoration: none;
}

/* ########################################################################## */
/* FOOTER sub-navigation CSS Properties */
/* ########################################################################## */

.aNav {
	width: 800px;
	height: 20px;
}
.aNav td {
	text-align: center; 
	font-weight: bold; 
	font-family: verdana, arial, helvetica;
	font-size:11px;
	width: 25%;
	text-shadow: 2px 2px 1px #000000;
	color: white;
}
.aNav td a {
	display: block;
	padding: 2px;
	text-decoration: none;
	background: #3d3d3d url("/images/subnav/subBackground.jpg") repeat-x top right;
	color: white;
}
.aNav td a:hover {
	background-color: #3d3d3d; 
	background-position: top left; 
	background: #3d3d3d url("/images/subnav/subBackgroundOn.jpg") repeat-x top right;
}

/* ########################################################################## */
/* FOOTER sub-navigation CSS Properties */
/* ########################################################################## */

.footerTxt {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-shadow: 2px 2px 1px #000000;
}

/* ########################################################################## */
/* COPYRIGHT sub-navigation CSS Properties */
/* ########################################################################## */

.copyrightTable {
	text-align: justify; 
	font-weight: normal; 
	font-family: verdana, arial, helvetica;
	font-size:11px;
	line-height: 1.5em;
}

/* ########################################################################## */
/* MISC Table Cell CSS Properties */
/* ########################################################################## */

.carBadges    {border-bottom: solid 1px #444444; width: 470px; height: 15px;}

.dataTags     {border-bottom: solid 1px #444444; font-weight: bold; width: 100px; height: 15px;}
.dataTags0    {border-bottom: solid 1px #000000; font-weight: bold; width: 100px; height: 15px;}
.dataTags1    {border-bottom: solid 1px #111111; font-weight: bold; width: 100px; height: 15px;}
.dataTags2    {border-bottom: solid 1px #222222; font-weight: bold; width: 100px; height: 15px;}
.dataTags3    {border-bottom: solid 1px #333333; font-weight: bold; width: 100px; height: 15px;}
.dataTags4    {border-bottom: solid 1px #444444; font-weight: bold; width: 100px; height: 15px;}
.dataTags5    {border-bottom: solid 1px #555555; font-weight: bold; width: 100px; height: 15px;}
.dataTags6    {border-bottom: solid 1px #666666; font-weight: bold; width: 100px; height: 15px;}
.dataTags7    {border-bottom: solid 1px #777777; font-weight: bold; width: 100px; height: 15px;}
.dataTags8    {border-bottom: solid 1px #888888; font-weight: bold; width: 100px; height: 15px;}
.dataTags9    {border-bottom: solid 1px #999999; font-weight: bold; width: 100px; height: 15px;}
.dataTags10   {border-bottom: solid 1px #aaaaaa; font-weight: bold; width: 100px; height: 15px;}
.dataTags11   {border-top: solid 1px #aaaaaa; font-weight: bold; width: 100px; height: 15px;}

.carDetails   {border-bottom: solid 1px #444444; width: 370px; height: 15px;}
.carDetails0  {border-bottom: solid 1px #000000; width: 370px; height: 15px;}
.carDetails1  {border-bottom: solid 1px #111111; width: 370px; height: 15px;}
.carDetails2  {border-bottom: solid 1px #222222; width: 370px; height: 15px;}
.carDetails3  {border-bottom: solid 1px #333333; width: 370px; height: 15px;}
.carDetails4  {border-bottom: solid 1px #444444; width: 370px; height: 15px;}
.carDetails5  {border-bottom: solid 1px #555555; width: 370px; height: 15px;}
.carDetails6  {border-bottom: solid 1px #666666; width: 370px; height: 15px;}
.carDetails7  {border-bottom: solid 1px #777777; width: 370px; height: 15px;}
.carDetails8  {border-bottom: solid 1px #888888; width: 370px; height: 15px;}
.carDetails9  {border-bottom: solid 1px #999999; width: 370px; height: 15px;}
.carDetails10 {border-bottom: solid 1px #aaaaaa; width: 370px; height: 15px;}
.carDetails11 {border-top: solid 1px #aaaaaa; width: 370px; height: 15px;}

.userSubmittal 	{ 
	border-bottom: solid 1px #444444; 
	border-left: solid 1px #444444; 
	font-weight: normal; 
}

td.tableHeader	{
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #eeeeee;
	background-color: #000000;
}
td.even	{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #eeeeee;
	background-color: #222222;
}
td.odd	{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #eeeeee;
	background-color: #444444;
}

li.similarlist {
	font-weight: bold;
	list-style-position: outside;
	list-style: 
	margin: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}
li.similarlist span {
	font-weight: normal;
}

/* ########################################################################## */
/* Authorization CSS Properties */
/* ########################################################################## */
.alert 			{
	color: red;
	}
input.input 	{ 
	font-family: verdana; 
	font-size: 11px; 
	color: #000000;
	}
input.buttons	{ 
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	cursor: hand;
	}
select.nationalmenu 	{
	width:200px;
	font-family: verdana, arial, helvetica; 
	font-size: 11px; 
	color: #000000; 
	cursor: hand;
	}
select.contactmenu 	{
	width:200px;
	font-family: verdana, arial, helvetica; 
	font-size: 11px; 
	color: #000000; 
	cursor: hand;
	}
select.interestmenu 	{
	width:200px;
	font-family: verdana, arial, helvetica; 
	font-size: 11px; 
	color: #000000; 
	cursor: hand;
	}
select.search 	{
	font-family: verdana, arial, helvetica; 
	font-size: 11px; 
	color: #000000; 
	cursor: hand;
	}
.formtext 		{ 
	font-family: verdana, arial, helvetica; 
	font-size: 11px; 
	color: #880000;
	}
.justify 		{ 
	text-align: justify;
	}

.sbox 		{ 
	font-size: 11px; 
	color: #888888;
	}

/* ########################################################################## */
/* Form Table Cell CSS Properties */
/* ########################################################################## */
.desc {
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	border-bottom: 1px solid #bbbbbb;
}
.elem {
	font-size: 11px; 
	color: #000000; 
	font-weight: normal;
	border-bottom: 1px solid #bbbbbb;
}

/* ########################################################################## */
/* Registry Visual Properties */
/* ########################################################################## */
.regHead {
	background: #aaaaaa url('/images/registry/TitleBar_textureBlack.gif') repeat-x;
	text-align: left;
	color: #ffffff;
	font-size: 16px;
	border: solid 1px #000000;
}

.regTblHead {
	background: #aaaaaa url('/images/registry/TitleBar_textureBlack.gif') repeat-x;
	text-align: left;
	color: #ffffff;
	font-size: 14px;
	border: solid 1px #000000;
}

/*
##########################################################################
*/
.searchTable {
	background: #aaaaaa url('/images/registry/TitleBar_textureBlack.gif') repeat-x;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border: solid 1px #000000;
	text-shadow: 1px 1px 1px #000000;
}

.searchTableHeader {
	background: #aaaaaa url('/images/registry/TitleBar_textureBlack.gif') repeat-x;
	text-align: center;
	color: #FFFFAA;
	font-size: 14px;
	font-weight: bold;
	border: solid 1px #000000;
	text-shadow: 1px 1px 1px #000000;
	cursor: hand; cursor: pointer;
}

.searchTableHeaderOn {
	background: #aaaaaa url('/images/registry/TitleBar_textureRed.gif') repeat-x;
	text-align: center;
	color: #FFFFAA;
	font-size: 14px;
	font-weight: bold;
	border: solid 1px #000000;
	text-shadow: 1px 1px 1px #000000;
	cursor: hand; cursor: pointer;
}

.searchTableHeaderOver {
	background: #aaaaaa url('/images/registry/TitleBar_textureMaroon.gif') repeat-x;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border: solid 1px #000000;
	text-shadow: 1px 1px 1px #000000;
	cursor: hand; cursor: pointer;
}

.regOdd {
	background-color: #eeeeee;
}

.regEven {
	background-color: #cccccc;
}

.regSortOdd {
	border: solid 1px #ff0000;
}

.regSortEven {
	border: solid 1px #aa0000;
}

a:link.regVal {
	color: #F84000;
	text-decoration: none;
}

a:visited.regVal {
	color: #F84000;
	text-decoration: none;
}

a:hover.regVal {
	color: #ffffff;
	text-decoration: underline;
}

/* ROLL OVERS */
.rowhover {
	background-color: #f0f0f0;
	/* background-color: rgb(181, 213, 181);  */
}

/* ALERTS */
#globalAlertError {
	border: solid 1px #880000;
	background: #FF7F81 url("/images/alerts/icon_status_fail_58x58.png")  no-repeat left;
	background-position: 12px 6px;
	font: bold 12px verdana;
	padding-left: 75px;
	padding-top: 26px;
	height: 40px;
	width: 650px;
	margin-top: 100px;
	text-align: left;
}

/* ########################################################################## */
/* Small Text Properties */
/* ########################################################################## */
#annotatedItem {
	font-size: 9px; 
	color: #666666;
}

/* ########################################################################## */
/* Search Properties */
/* ########################################################################## */
/* Sortable tables */
a.sortheader:link {
    display: block;
    color:#FFFFAA;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
	text-shadow: 1px 1px 1px #000000;
}
a.sortheader:visited {
    display: block;
    color:#FFFFAA;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
	text-shadow: 1px 1px 1px #000000;
}
a.sortheader:hover {
    display: block;
    color:#FFFFFF;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
	text-shadow: 1px 1px 1px #000000;
}
/* Paging */
.pagingLink {
	background: url("/images/searchNav/navbg.jpg");
    text-align: center;
    border-right: #000000 solid 1px;
    color:#FFFFAA;
    text-decoration: none;
    text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000000;
	cursor: hand; cursor: pointer;
}
.pagingLinkOver {
	background: url("/images/searchNav/navbg-on.jpg");
    text-align: center;
    border-right: #000000 solid 1px;
    color:#FFFFFF;
    text-decoration: none;
    text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000000;
	cursor: hand; cursor: pointer;
}
.pagingLinkOn {
	background: url("/images/searchNav/navbg-over.jpg");
    text-align: center;
    border-right: #000000 solid 1px;
    color:#FFFFFF;
    text-decoration: none;
    text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000000;
	cursor: hand; cursor: pointer;
}

/* ########################################################################## */
/* Showcase Jumper Menu Properties */
/* ########################################################################## */
.jumpMenu {
	color: white;
	text-align: center;
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
	background: url("/images/showcase/jump/jumper_02.jpg") left top;
	cursor: hand; cursor: pointer;
	text-shadow: 1px 1px 1px #000000;
	border-right: solid 1px #666666;
}
.jumpMenuOver {
	color: white;
	text-align: center;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	background: url("/images/showcase/jump/jumperon_02.jpg") left top;
	cursor: hand; cursor: pointer;
	text-shadow: 1px 1px 1px #000000;
	border-right: solid 1px #666666;
}
.jumpMenuOn {
	color: white;
	text-align: center;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	background: url("/images/showcase/jump/jumperover_02.jpg") left top;
	cursor: hand; cursor: pointer;
	text-shadow: 1px 1px 1px #000000;
	border-right: solid 1px #666666;
}
.jumpMenuOut {
	color: white;
	text-align: center;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	background: url("/images/showcase/jump/jumperout_02.jpg") left top;
	cursor: hand; cursor: pointer;
	text-shadow: 1px 1px 1px #000000;
	border-right: solid 1px #666666;
}

/* ########################################################################## */
/* Online Properties */
/* ########################################################################## */

.uolRowHeadleft {
	text-align: left;
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
	border-bottom: solid 1px #777777;
	border-right: solid 1px #777777;
}
.uolRowHeadright {
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
	border-bottom: solid 1px #777777;
}
.uolRowleft {
	text-align: left;
	font-size: 10px;
	font-family: verdana;
	font-weight: normal;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	vertical-align: top;
}

.uolRowright {
	font-size: 10px;
	text-align: right;
	border-bottom: solid 1px #999999;
	vertical-align: top;
}


/* ########################################################################## */
/* Popular List Properties */
/* ########################################################################## */

.mostPopHeadLeft {
	text-align: left;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}

.mostPopHeadRight {
	text-align: right;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	border-bottom: solid 1px #999999;
}

.mostPopLeft {
	text-align: left;
	font-size: 10px;
	font-family: verdana;
	font-weight: normal;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}

.mostPopRight {
	text-align: right;
	font-size: 10px;
	font-family: verdana;
	font-weight: normal;
	border-bottom: solid 1px #999999;
}



