﻿/*
**********************************************
White Eagle - Your Card Themed CSS Stylesheet
Created on: 14/01/2008
Version: 1.0

**********************************************
*/

/* Gadgets - Left */
#nav-left .gadget h2 { background-image: url(img_nav_header_corp_blue.gif); background-position:left top; background-repeat:no-repeat; }
#nav-left .gadget .selected a { background-color:#0099FF; }
#nav-left .gadget .free a { color:red; }

#nav-left .gadget { padding:0 0 6px 0; margin:0 0 5px 0; background-image: url(img_panel_base_corp_blue.gif); background-position:left bottom; background-repeat:no-repeat; }
#nav-left .gadget ul { position:relative; font-size:85%; margin:0; padding:0 0 12px 0; background-image: url(img_fill_outline_corp_blue.gif); background-position:left top; background-repeat:repeat-y }
#nav-left .gadget li { margin:0 1px 0 1px; padding:0px 0 0px 0px; list-style-type:none; border-bottom: solid 1px #C2C8DE; }


/* site structure */
#content-wrap { border-top:solid 1px #0099FF; border-left:solid 1px #0099FF; border-right:solid 1px #0099FF; }

/* Table styling */
table.X1 { margin:0; }
table.X1 td,
table.X1 th { border-bottom:1px solid #184D91; border-right:1px solid #184D91; }
table.X1 th { background-color:#0099FF; }
table.X1 thead { color:#ffffff; }
table.X1 thead th { padding:0.5em 0.4em 0.5em 1em; }
table.X1 tbody { font-size:85%; }
table.X1 tbody th { padding:0.25em 0.4em 0.25em 1em; background-color:#FFFFFF; border-left:none; }
table.X1 tbody td { padding:0.25em 0.4em 0.25em 1em; background-color:#FFFFFF; border-right:none; border-left:1px solid #184D91; }
table.X1 tfoot td { border-bottom:none; border-left:1px solid #184D91; border-right:none; }
table.X1 tfoot th { border-bottom:none; border-right:none; }
table.X1 tfoot tr { background-color:#0099FF; height:27px; }
table.X1 .last { border-right:none; }

/* Primary Navigation - Select & Hover States */
.nav li.yourcard a { background-position: 0px -151px !important; }
.nav li.yourcard a:hover { background-position: 0px -151px !important; margin-top:7px !important;}
