/******************************************************************************/
/*            MAIN LAYOUT CSS FILE  -- Car Club                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
==========================General=============================*/
html {
    height: 100%;
    margin-bottom: 1px;
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    font-size: small;
    font-family: arial, sans-serif;
    margin: 0;
    padding: 10px 0;
    color: #000000;
    background-color: #BBBBBB; 
    text-align: center;
	background-image: url(../images/grey_bgnd.gif);
}
ul {
    list-style: none;
}
dl {
    margin: 0.5em 0;
    line-height: 140%;
}
p {
    margin-bottom: 0.5em;
}
a {
    color: #0099CC;
    text-decoration: none;
}
a:hover {
    color: #0099CC;
    text-decoration: underline;
}
a:focus {
    outline: none;
}
img {
    border: none;
}

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

a.info:hover{z-index:25; background-color:#ff0}

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:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}


/*
======================Global layaout==========================*/
#outer-wrapper {
    max-width: 1000px;
    width: 900px;
    margin: 0 auto;
    text-align: left;
}
#header {
    position: relative;
}
#top-nav {
    position: relative;
}
#inner-wrapper {
    clear: both;
    width: 896px;
    /* 896 is for mainWrapper width - borders width : 900 - (2 x 2) */
}
#footer {
    clear: both;
}

/*
======================2 Cols Fluid============================*/
#middleCol {
    float: left;
    background: #F7F7F7;
}
#middleCol .inner {
    padding: 5px 10px;
}
#ensureMinHeight {
    float: left;
    width: 1px;
    height: 420px;
}
#layout-3Cols #middleCol {
    width: 574px;
    /* 6 is for borders width : (2+1) x 2 */
}
#layout-leftCol #middleCol {
    width: 754px;
}
#layout-rightCol #middleCol {
    width: 714px;
}
#layout-noCols #middleCol {
    width: 894px;
}
#leftCol {
    float: left;
    width: 140px;
    /*background: url('http://www.motorsportentry.com/themes/car_club/images/backgrounds/v4-bubbles.png') left top no-repeat;*/
}
#leftCol .inner {
    padding: 5px;
    padding-top: 0.8em;
}
#rightCol {
    float: right;
    width: 180px;
    background: #F7F7F7;
}
#rightCol .inner {
    margin: 2.5em 4px 4px 0;
    padding: 5px;
    padding-top: 0.8em;
    border: 1px solid #BBBBBB;
}

/*
=========================Header===============================*/
#header {
    border-bottom: 2px solid #F7F7F7;
}
#header .wrapLeft {
    background: url('http://www.motorsportentry.com/themes/car_club/images/backgrounds/header_tl.gif') left top no-repeat;
}
#header .wrapRight {
    background: url('http://www.motorsportentry.com/themes/car_club/images/backgrounds/header_tr.gif') right top no-repeat;
}
#header .wrap {
    position: relative;
    height: 70px;
    margin: 0 20px;
    background: #0099CC url('http://www.motorsportentry.com/themes/car_club/images/backgrounds/header_tm.gif') left top repeat-x;
}
#header span#logo {
    font-size: 40px;
    font-family: "Trebuchet MS";
}
/* #header a#logo {
    color: #F7F7F7;
    text-decoration: none;  
} pnh 060927 */
#header a#logo {
    position: relative;
    top: 10px;
    left: 30px;
    font-size:40px;
	font-weight: 800;
    font-family: "Trebuchet MS";
    color: black;
}
#header #logo img {
    position: relative;
    top: 7px;
    left: 0;
}
#header #bugReporter {
    position: absolute;
    bottom: 0px;
    right: -10px;
}

/*
======================Inner Wrapper===========================*/
#inner-wrapper {
    background: #F7F7F7;
    border: 2px solid #F7F7F7;
    border-top: none;
}
#inner-wrapper .inner-container {
    border: 1px solid #BBBBBB;
/*    background: url('http://www.motorsportentry.com/themes/car_club/images/backgrounds/column_tm.gif') left top repeat-x;*/
}

/*
=======================Breadcrumbs============================*/
#breadcrumbs {
    background: #F7F7F7;
    border: 2px solid #F7F7F7;
    border-top: none;
    font-family: arial;
    font-size: 0.8em;
}
#breadcrumbs .inner {
    padding: 0.4em 0 0.4em 1em;
    border: 1px solid #BBBBBB;
}
#breadcrumb {
    float: left;
}
a.breadcrumbs {
    font-weight: bold;
    color: #03516B;
}

/*
======================Main Content============================*/
#content h1 {
    font-size: 1.2em;
}
#content h1.pageTitle {
    margin: 0em 0 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #666666;
    color: #666666;
}
#content ul {
    margin: 0.5em 0 0.5em 1em;
    padding-left: 0.5em;
    list-style-position: inside;
    list-style-image: url('http://www.motorsportentry.com/themes/car_club/images/bullet.gif');
}
#content li {
    padding-left: 0.5em;
}
#content a {
    color: #03516B;
}

/*
==================Default Forms Styling=======================*/
form {

}
fieldset {
    padding: 10px 0;
    border: none;
}

/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 0.9em;
}
textarea {
    font-family: arial, sans-serif;
    font-size: 0.9em;
}

input[type="text"], input[type="password"]
{
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	background: #fff url(../images/fieldbg.gif) repeat-x top;
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/
dl.onSide dt {
    float: left;
    width: 120px;
    padding-right: 20px;
    text-align: right;
}
dl.onSide dd{
    margin-left: 140px;
    margin-bottom: 0.5em;
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}

/*
==================Default Tables Styling======================*/

#container table { /*
------------------- Actually concerns all table but #container specialization is required not to interfere ------------------- with FCKeditor or JsCalendar css */
    margin: 5px 0;
    background: #fff;
    border-collapse: collapse; 
    border-width: 1px;
    border-style: solid;
    border-color:    ;
    font-family: helvetica;
}
html>body #container table {
    border-collapse: separate;
    border-spacing: 0px;
}
#container table.noBorder {
    border: none; 
}
table.noBorder {
    border: none; 
}




#container tr {
    height: 24px;
    line-height: 24px;
    vertical-align: top;
}
tr img, tr input {
    vertical-align: middle;
}

tr th {
    color: black;;
    font-weight: bold;
}
thead tr {
    background: #0099CC;
    color: ;
}
thead tr.infos, tfoot tr.infos {
    background: ;
    font-size: 10px;
    color: #0099CC;
}
thead td {
    padding: 0 12px;
}
thead th, thead th a {
    color: ;
}
thead tr a:hover {
    color: #03516B;
}
tr.backLight {
    background:  #DEECFF; 
    border-bottom: 1px solid #EEF7D4;
}
tr.backDark {
    background: #C1DAFE;
    border-bottom: 1px solid #EEF7D4;
}
tr.backHighlight {
    background: ;
}
input.backLight {
    background:  #DEECFF; 
    border-bottom: 1px solid #EEF7D4;
}
input.backDark {
    background: #C1DAFE;
    border-bottom: 1px solid #EEF7D4;
}

table {
	border-collapse: collapse;
}
 th {
	padding-left: 5px;
	padding-right: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}


table.noBorder {
    border: none; 
}

table.simplelist {
    margin: 5px 0;
    background: #fff;
    border-collapse: collapse; 
    border-width: 0px;
    border-style: solid;
    border-color:    ;
    font-family: helvetica;
}

table.simplelist  th {
    background: #F7F7F7;
	padding-left: 5px;
	padding-right: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}
table.simplelist  th.hole {
    background: #F7F7F7;
	border-width: 0px;
	border-color: #F7F7F7;
}
table.simplelist  td.hole {
    background: #F7F7F7;
	border-width: 0px;
	border-color: #F7F7F7;
}


table.simplelist  td {
	padding-left: 5px;
	padding-right: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #BBBBBB;
}


/*
=========================Footer===============================*/
#footer .wrapLeft {
    background: url('http://www.motorsportentry.com/themes/car_club/images/backgrounds/footer_bl.gif') left bottom no-repeat;
}
#footer .wrapRight {
    background: url('http://www.motorsportentry.com/themes/car_club/images/backgrounds/footer_br.gif') right bottom no-repeat;
}
#footer .wrap {
    position: relative;
    margin: 0 20px;
    padding: 10px 0 5px;
    background: #0099CC url('http://www.motorsportentry.com/themes/car_club/images/backgrounds/footer_bm.gif') left bottom repeat-x;
    text-align: center;
}
#footer p {
    margin-bottom: 0.1em;
    color: #666666;
    font-size: 0.8em;
}

/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
}
.message div {
    width: 60%;
    margin: 1em auto;
    padding: 0.5em;
    -moz-border-radius: 0.3em;
}
.errorMessage {
    border: 2px solid #FF3300;
    color: #FF3300;
}
.infoMessage {
    border: 2px solid #03516B;
    color: #0099CC;
}
.error, .required {
    color: #FF3300;
}

/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #FF3300;
    -moz-border-radius: 0.3em;
    font-family: arial;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #FF3300;
}
div.errorContent {
    text-align: left;
}

/*
============================Flags=============================*/
a.langFlag {
    margin: 0 5px;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 100%;
}
.wideButton {
    width: 8em;
}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #EEEEEE;
    border: 1px solid #666666;
    border-left: 5px solid #666666;
    font-size: 1em;
}

/*
========================Miscellaneous2=========================*/

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #FFE5F8;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}

/*
TO REMOVE WHEN ALL TEMPLATES ARE CONSOLIDATED
======================Default Theme BC========================*/
/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
====================Default Block Styling=====================*/
.block {
    margin-bottom: 1.5em;
}
.block .header {
    margin: 0 0.4em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #0099CC;
    color: #0099CC;
    font-weight: bold;
}
.block .header h2 {
    font-size: 1.1em;
    font-family: arial;
}
.block .content {
    padding: 0.4em;
    font-size: 0.9em;
}
#leftCol .content a {
    color: #03516B;
}
/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

/*
====================Top Navigation Block======================*/
#top-nav {
    background: #EEF7D4;
    border: 2px solid #F7F7F7;
    border-top: none;
}
#top-nav .inner {
    height: 2.2em;
    padding-left: 140px;
    border: 1px solid #BBBBBB;
}
#top-nav ul {

}
#top-nav li {
    float: left;
}
#top-nav li a {
    display: block;
    padding: 0.5em 1em;
    border-right: 1px solid #F7F7F7;
    font-weight: bold;
    color: #03516B;
}
#top-nav li a:hover, #top-nav li.current a {
    background-color: #0099CC;
    color: #F7F7F7;
    text-decoration: none;
}
#nav {
    height: 50px;
    font-size: 0.75em;
}
#nav ul {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #0099CC;
}
#nav ul li {
    float: left;
    display: inline;
    margin: 0;
}
#nav ul li a {
    display: block;
    position: relative;
    padding: 0.2em 1.5em;
    background-color: #0099CC;
    font-size: 1.3em;
    font-weight: bold;
    color: ;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 1px solid #0099CC;
}
#nav ul li a:hover {
    color: #2666A3;
    text-decoration: underline;
}
#nav ul li.current a {
    color: #2666A3;
    background-color: #E5F8FF;
}
#nav ul li.current a:visited {
    color: #2666A3;
}
/* hide the sublevels */
#nav ul ul {
    display: none;
}
#nav ul li.current ul {
    position: absolute;
    left: 0;
    display: block;
    /* use max-width emulation hack from
     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
     * properties syntax, see
     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
        padding: 0;
    background-color: #E5F8FF;
}
#nav ul li.current li {
    padding: 0.4em 0;
}
#nav ul li.current li a {
    /* hide first pipe */
    left: -1px;
    padding: 0 1em;
    font-weight: normal;
    font-size: 1.1em;
    color: #2666A3;
    border-right: none;
    border-left: 1px solid #2666A3;
}
/* hide 3rd or more levels */
#nav ul ul ul li {
    display: none;
}
