*
{
  margin:                     0;
  padding:                    0;
}

html, body
{
  width:                      100%;
  height:                     100%;
}

/***********************************************************
 *                                                         *
 *                        STRUCTURE                        *
 *                                                         *
 ***********************************************************/

body
{
  background-color:           #F4F4F4;
  text-align:                 center;
}

div#free-service
{
	float:                      right;
	width:                      100px;
	height:                     100px;
	background:                 transparent url(../img/illustrations/free-service.gif) no-repeat 0 0;
	cursor:                     pointer;
}

div#page-level1
{
	width: 100%;
	background:                 transparent url(../img/backgrounds/header-background.gif) repeat-x 0 0;
}

div#page-level2
{
	width: 100%;
	background:                 transparent url(../img/backgrounds/multicolor-line.gif) repeat-x 0 269px;
}

div#wrapper
{
	position:                   relative;
  text-align:                 left;
  width:                      968px;
  margin:                     0 auto;
  padding:                    0 0 0 0;
}

div#topbar
{
	height:                     66px;
}

div#pane
{
	width:                      968px;
	background:                 transparent;
}

div#pane-topshade
{
	background:                 #000;
	height:                     4px;
	opacity:                    .10;
	filter:                     alpha(opacity=10);	
}

div#pane-body
{
	width:                      968px;
	background:                 transparent url(../img/pane/pane-bottom.png) no-repeat bottom left;
}

div#pane-content
{
	padding:                    15px 25px 30px 25px; 
}

div#quote
{
	text-align:                 center;
	font-size:                  10px;
	color:                      #888;
}

div#success
{
  position:                   absolute;
  top:                        80px;
  left:                       50px;
  width:                      845px;
  z-index:                    1;
  color:                      #386522;
  border:                     solid 1px #9CD580;
  background:                 #EDFFE4 url("../img/icons/success.gif") no-repeat 5px 5px;
  padding:                    10px 5px 12px 40px;
  margin:                     0;
  font-weight:                bold;
  font-size:                  15px;
  opacity:                    0.9;
  filter:                     alpha(opacity=90);
}

/***********************************************************
 *                                                         *
 *                         TOP BAR                         *
 *                                                         *
 ***********************************************************/

div#topbar-title
{
	position:                   absolute;
	font-size:                  24px;
	font-weight:                bold;
	color:                      white;
	left:                       25px;
	top:                        22px;
}

div#topbar-subtitle
{
	font-size:                  9px;
	font-weight:                normal;
	padding-left: 50px;
}

div#topbar-menu
{
	position:                   absolute;
	left:                       350px;
	top:                        30px;
	width:                      615px;
	font-weight:                bold;
	font-size:                  14px;
}

div#topbar-menu ul
{
	list-style-type:            none;
	list-style-image:           none;
	padding:                    0;
	margin:                     0;
}

div#topbar-menu li
{
	float:                      left;
	padding:                    0 0 0 50px;
}

div#topbar-menu a, 
div#topbar-menu a:link,
div#topbar-menu a:active,
div#topbar-menu a:visited,
div#topbar-menu a:hover
{
	color:                      white;
	text-decoration:            none;
} 

div#topbar-menu a.active, 
div#topbar-menu a.active:link,
div#topbar-menu a.active:active,
div#topbar-menu a.active:visited,
div#topbar-menu a.active:hover
{
	color:                      #FFE095;
	text-decoration:            none;
} 

div#topbar-menu a:hover
{
	color:                      #FFD461;
} 

/***********************************************************
 *                                                         *
 *                         FOOTER                          *
 *                                                         *
 ***********************************************************/
 
div#footer
{
	padding:                    10px 0 30px 0;
	color:                      #b4b4b4;
	font-size:                  11px;
	text-align:                 center;
}

div#footer a, div#footer a:link, div#footer a:active, div#footer a:visited, div#footer a:hover 
{
	color:                      #3580A7;
	text-decoration:            underline;
}

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

/***********************************************************
 *                                                         *
 *                          LIGHTBOX                       *
 *                                                         *
 ***********************************************************/ 

#shader{
	position:                   absolute;
	top:                        0;
	left:                       0;
	width:                      100%;
	height:                     100%;
	z-index:                    1;
	background-color:           #000015;
	-moz-opacity:               0.50;
	opacity:                    .50;
	filter:                     alpha(opacity=50);
}
#shader[id]{
	position:                   fixed;
}

#lightbox{
	display:                    none;
	position:                   absolute;
	top:                        0;
	left:                       0;
	z-index:                    2;
	width:                      100%;
	height:                     100%;
	background:                 transparent;
}
#lightbox[id]{
	position:                   fixed;
}
 
/***********************************************************
 *                                                         *
 *                         TYPOGRAPHY                      *
 *                                                         *
 ***********************************************************/ 

body 
{
	font-family:                "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:                  12px;
	color:                      #5A6974;
}

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

a:hover, a.active, a.active:link, a.active:active, a.active:visited, a.active:hover
{
	color:                      #FBB50D; 
	text-decoration:            none;
}

a.image,
a.image:link,
a.image:active,
a.image:visited,
a.image:hover
{
	text-decoration: none;
	border: none;
}

h1
{
  font-size:                  22px;
  font-weight:                bold;
  color:                      #626E7A;
}

h2
{
  font-size:                  17px;
  font-weight:                bold;
  color:                      #626E7A;
}

h3
{
  font-size:                  14px;
  font-weight:                bold;
  color:                      #748595;
  margin:                     0 0 3px 0;
}

h4
{
  font-size:                  13px;
  font-weight:                bold;
}

h5
{
  font-size:                  12px;
  font-weight:                bold;
}

h6
{
  font-size:                  11px;
  font-weight:                bold;
}

p 
{
	margin-bottom:              0.8em;
	text-align:                 justify;
	line-height:                1.8em;
}	

b
{
	color:                      #585858;
}

ul
{
	line-height:                1.8em;	
	margin:                     0;
	padding:                    0 0 0 15px;
	list-style-image:           url(../img/illustrations/dotted-arrow.gif);
}

li.highlighted
{
	font-weight:                bold;
	font-style:                 italic;
}

td
{
	vertical-align:             top;
}

img
{
	border:                     none;
}

ul.checks
{
	list-style-type:            none;
	list-style-image:           url(../img/illustrations/greencheck.gif);
	padding:                    0 0 0 25px;
	margin:                     0;
	text-align:                 left;
	line-height:                1.8em;	
}

/***********************************************************
 *                                                         *
 *                        FORM STYLE                       *
 *                                                         *
 ***********************************************************/
 
form
{
  font-family:                inherit;
  font-size:                  100%;
  padding:                    0;
  margin:                     0;
  display:                    inline;
  text-indent:                0px;
  clear:                      none;
}

label
{
	font-weight:                normal;
	display:                    block;
  padding-bottom:             3px;
}

/* By default, tables inherit font family, size and color and are left-aligned. */
table
{
  text-align:                 left;
  font-family:                inherit;
  font-size:                  100%;
  color:                      inherit;
}

fieldset
{
  padding:                    8px;
  border:                     solid 1px #ccc;
  margin-bottom:              8px;
}

input
{
	color:                      #758795;
  font-family:                inherit;
  font-size:                  100%;
  font-weight:                normal;
  font-style:                 normal;  
  clear:                      right;
  margin-bottom:              3px;	
  padding:                    2px;
  height:                     22px;
  border:                     solid 1px #E5E3E4;
  background:                 transparent url(../img/form/input-bg.gif) no-repeat 0 0;
  vertical-align:             middle;
}

/* Default style definition for <select> tag. */
select
{
	color:                      #758795;
  font-family:                inherit;
	font-size:                  100%;
  clear:                      right;
  margin-bottom:              3px;
  border:                     solid 1px #E5E3E4;
  background:                 transparent url(../img/form/input-bg.gif) no-repeat 0 0;
  vertical-align:             middle;
}

option
{
  background:                 #fff;
  padding:                    0 5px 0 5px;
}

/* Default style definition for <textarea> tag. */
textarea
{
	color:                      #758795;
	font-family:                "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:                  12px;
  margin-bottom:              3px;	
  border:                     solid 1px #E5E3E4;
  padding:                    2px;
  background:                 transparent url(../img/form/input-bg.gif) no-repeat 0 0;
}

/***********************************************************
 *                                                         *
 *                           BOXES                         *
 *                                                         *
 ***********************************************************/

div.bluebox
{
  background:                 #F1F5FF;
  padding:                    10px 10px 3px 10px; 
  border:                     solid 1px #D1D6E1;
}

div.greenbox
{
	background:                 #EDFFE4; 
	padding:                    10px 10px 3px 10px; 
	border:                     solid 1px #9CD580; 
	color:                      #386522; 
}

div.redbox
{
	background:                 #FFEDE5 url(../img/icons/error.gif) no-repeat 9px 9px; 
	padding:                    7px 7px 4px 30px; 
	border:                     solid 1px #DEA3A3; 
	color:                      #6A0005; 
}

div.helpbox
{
	background:                 #F1F5FF url(../img/icons/help.gif) no-repeat 9px 9px; 
	padding:                    7px 7px 4px 30px; 
	border:                     solid 1px #D1D6E1; 
}

div.addbox
{
	background:                 #EDFFE4 url(../img/icons/add.gif) no-repeat 9px 9px; 
	padding:                    7px 7px 4px 30px; 
	border:                     solid 1px #9CD580; 
	color:                      #386522; 
}

div.removebox
{
	background:                 #EDFFE4 url(../img/icons/delete.gif) no-repeat 9px 9px; 
	padding:                    7px 7px 4px 30px; 
	border:                     solid 1px #9CD580; 
	color:                      #386522; 
}

/***************************************************
 *                                                 *
 *                     WINDOW                      *
 *                                                 *
 ***************************************************/
 
div.window
{
  position:                   absolute;
  left:                       50%;
  width:                      460px;
  margin:                     0 0 0 -230px;
  padding:                    0;
  top:                        0;
  z-index:                    100;
}

div.window-top
{
	position: relative;
  background:                 transparent url("../img/window/window.png") no-repeat 0 0; 
  margin:                     0;
  padding:                    5px 15px 0px 15px;
  width:                      100%;
  text-align:                 left;
}
html>body div.window-top
{
	width: 430px;
}

div.window-bottom
{
  background:                 transparent url("../img/window/window.png") no-repeat left bottom; 
  height:                     15px;
  font-size:                  1px;
}

div.window-big
{
  position:                   absolute;
  left:                       50%;
  width:                      920px;
  margin:                     0 0 0 -460px;
  padding:                    0;
  top:                        0;
  z-index:                    100;
}

div.window-big-top
{
	position: relative;
  background:                 transparent url("../img/window/window_big.png") no-repeat 0 0; 
  margin:                     0;
  padding:                    5px 15px 0px 15px;
  width:                      100%;
  text-align:                 left;
}
html>body div.window-big-top
{
	width: 890px;
}

div.window-big-bottom
{
  background:                 transparent url("../img/window/window_big.png") no-repeat left bottom; 
  height:                     15px;
  font-size:                  1px;
}

div.window-caption
{
  height:                     36px;
  font-size:                  22px;
  padding:                    2px 0 0 0;
  font-weight:                bold;
  color:                      #fff;
  cursor:                     pointer;
  margin:                     0 0 5px 0;
}

div.window-cross
{
  float:                      right;
  width:                      11px;
  height:                     11px;
  background:                 transparent url("../img/window/window_cross.gif") no-repeat 0 0;
  cursor:                     pointer;
  font-size:                  1px;
  margin-top:                 8px;
}

div.window-cross-highlight
{
  background:                 transparent url("../img/window/window_cross.gif") no-repeat left -11px;
}

/***********************************
 *                                 *
 *           DBTABLE               *
 *                                 *
 ***********************************/

.table 
{
  width:                      100%;              /* Fills up width of container. */
  padding:                    2px 0px 2px 0px;
}

/* Header columns */
.table th 
{
	padding:                    1px 7px 1px 3px;
  text-align:                 left;
}

.table th.with-content
{
	font-weight:                bold;
	padding:                    1px 7px 1px 3px;
  text-align:                 left;
  background-color:           #eee;
}

/* Row that does not alternate in color. */
.table tr.row td /* you *must* add td here for the padding to have effect. */
{
  background-color:           #fff;
  padding:                    1px;
}

/* Row that alternates in color (color 0) */
.table tr.row0 td /* you *must* add td here for the padding to have effect. */
{
  background-color:           #fff;
  padding:                    1px;
}

/* Row that alternates in color (color 1) */
.table tr.row1 td /* you *must* add td here for the padding to have effect. */
{
  background-color:           #f8f8f8;
  padding:                    1px;
}

.table tr.hover td
{
  background-color:           #F1F5FA;
}

/* Paging arrows and numbers. */
.table .pager
{
  width:                      100%;              /* To fill up the bottom of the table. */
  color:                      #000;
  margin-top:                 3px;
  margin-bottom:              3px;
  font-weight:                bold;
  font-size:                  9px;
}

.table div.pager-spot
{
  float:                      left;
  text-align:                 center;
  width:                      22px;
  height:                     20px;
  background:                 url("../img/icons/resultset/pager_spot.gif") no-repeat 0 0;
  padding-top:                2px;
  margin-right:               2px;
}

.table div.pager-nospot
{
  float:                      left;
  text-align:                 center;
  width:                      22px;
  height:                     20px;
  background:                 url("../img/icons/resultset/pager_nospot.gif") no-repeat 0 0;  
  padding-top:                2px;
  margin-right:               2px;
}

.table .pager a
{
  font-weight:                bold;
  font-size:                  9px;
}

.table .pager-total
{
  color:                      #888;
  vertical-align:             middle;
}





/* The wrapper div */
div.datePicker
        {
        position:absolute;
        min-width:24em;
        width:24em;
        z-index:9999;
        text-align:center;

        /* Change the font-size to suit your design's CSS. The following line is for the demo that has a 12px font-size defined on the body tag */
        font:900 0.8em/0.8em Verdana, Sans-Serif;
        
        /* For Example: If using the YUI font CSS, uncomment the following line to get a 10px font-size within the datePicker */
        /* font:900 77%/77% Verdana; */

        background:transparent;

        /* Mozilla & Webkit extensions to stop text-selection. Remove if you wish to validate the CSS */
        -moz-user-select:none;
        -khtml-user-select:none;
        }
/* Styles for the static datePickers */
div.staticDP
        {
        position:relative;
        top:5px;
        left:0;
        }
/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
iframe.iehack
        {
        position:absolute;
        background:#fff;
        z-index:9998;
        padding:0;
        border:0;
        display:none;
        margin:0;
        }
/* The "button" created beside each input for non-static datePickers */
a.date-picker-control:link,
a.date-picker-control:visited,
a.date-picker-control:hover,
a.date-picker-control:active,
a.date-picker-control:focus
        {
        /*position:relative;*/
        /* Moz & FF */
        display: -moz-inline-stack;
        border:0 none;
        padding:0;
        margin:0 0 0 4px;
        background:transparent url(../img/cal/cal.gif) no-repeat 50% 50%;
        min-width:16px;
        line-height:1;
        cursor:pointer;
        visibility:visible;
        text-decoration:none;
        vertical-align:middle;
        }
/* Feed IE6 the following rule, IE7 should handle the min-width declared above */
* html a.date-picker-control
        {
        width:16px;
        }
a.date-picker-control
        {
        /* IE, Safari & Opera. Seperate CSS rule seems to be required. */
        display:inline-block;
        }
a.date-picker-control span
        {
        display:block;
        width:16px;
        height:16px;
        margin:auto 0;
        }
/* The next & previous buttons */
div.datePicker th span
        {
        display:inline;
        padding:0;
        margin:0;
        color:#000;
        text-align:center;
        line-height:1em;
        border-width:0;
        font-family: georgia, times new roman, palatino, times, bookman, serif;
        background:transparent;
        font-weight:bold;
        cursor:pointer;
        }
div.datePicker th span.month-display,
div.datePicker th span.year-display
        {
        text-transform:uppercase;
        letter-spacing:1px;
        font:normal 1.2em Verdana, Sans-Serif;
        cursor:default;
        }
div.datePicker th span.prev-but,
div.datePicker th span.next-but
        {
        font-size:1.8em;
        cursor:pointer !important;
        }

div.datePicker th span.today-but
        {
        text-align:center;
        margin:0 auto;
        font:normal 1em Verdana, Sans-Serif;
        width:100%;
        text-decoration:none;
        line-height:1.6em;
        text-transform:uppercase;
        cursor:pointer !important
        }
div.datePicker thead th span.fd-disabled
        {
        color:#aaa;
        cursor:default !important;
        }
/* The mon, tue, wed etc day buttons */
div.datePicker th span.fd-day-header
        {
        text-align:center;
        margin:0 auto;
        font:900 1em Verdana, Sans-Serif;
        height:1.4em;
        width:2em;
        text-decoration:none;
        text-transform:lowercase;
        line-height:1.4em;
        }
/* The table */
div.datePicker table
        {
        position:relative;
        margin:0;
        padding:0;
        border:1px solid #ccc;
        background:#fff url(../img/cal/gradient-e5e5e5-ffffff.gif) repeat-x 0 -20px;
        text-align:center;
        width:100%;
        border-spacing:2px;
        table-layout:fixed;
        border-collapse:separate;
        }
/* Common TD & TH styling */
div.datePicker table td
        {
        border:1px solid #ccc;
        padding:0;
        text-align:center;
        vertical-align:middle;
        /* Opera requires a line-height bigger than 1em in order to redraw properly */
        line-height:1.2em;
        cursor:pointer;
        background:#fff url(../img/cal/gradient-e5e5e5-ffffff.gif) repeat-x 0 -40px;
        width:3em;
        height:3em !important;
        height:2.8em;
        outline:none;
        }
div.datePicker table th
        {
        border:0 none;
        padding:0;
        line-height:1em;
        font-weight:bold;
        color:#222;
        text-align:center;
        vertical-align:middle;
        }
div.datePicker table td.date-picker-unused
        {
        background:#fff url(../img/cal/backstripes.gif);
        border-color:#dcdcdc;
        padding:0;
        cursor:default !important;
        }
div.datePicker table thead th.date-picker-title
        {
        width:auto;
        height:auto;
        padding:0.4em 0;
        }
/* The "mon tue wed etc" day header button styles */
div.datePicker table th.date-picker-day-header
        {
        text-transform:lowercase;
        width:3em;
        }
div.datePicker table th.date-picker-day-header span
        {
        display:block;
        }
/* The "todays date" style */
div.datePicker table td.date-picker-today
        {
        background:#fff url(../img/cal/bullet2.gif) no-repeat 0 0;
        color:rgb(100,100,100) !important;
        }
/* The "selected date" style */
div.datePicker table td.date-picker-selected-date
        {
        color:#333 !important;
        border-color:#333 !important;
        }
/* the "highlight days" style */
td.date-picker-highlight
        {
        color:#a86666;
        }
/* The date "out of range" style */
div.datePicker table td.out-of-range
        {
        color:#ccc !important;
        font-style:oblique;
        background:#fcfcfc !important;
        cursor:default !important;
        }
/* The "disabled days" style */
div.datePicker table td.day-disabled
        {
        color:#aaa !important;
        background:transparent !important;
        cursor:default !important;
        }
/* The "active cursor" style */
div.datePicker table tbody td.date-picker-hover
        {
        background:#fff url(../img/cal/bg_header.jpg) no-repeat 0 0;
        cursor:pointer;
        border-color:rgb(100,130,170);
        color:rgb(100,130,170);
        }
        


/****
 TABPANEL
 ****/
 
div.tabpanel
{
}

div.tabmenu
{
	height:                     34px;
}

div.tabmenu a,
div.tabmenu a:link,
div.tabmenu a:visited,
div.tabmenu a:active,
div.tabmenu a:hover
{
	height:                     33px;
	background:                 #ddd;
	width:                      120px;
	display:                    block;
	color:                      #758795;
	text-decoration:            none;
	border-top:                 solid 1px #aaa;
	border-right:               solid 1px #aaa;
	text-align:                 center;
	padding:                    8px 0 0 0;
	float:                      left;
}
html>body div.tabmenu a,
html>body div.tabmenu a:link,
html>body div.tabmenu a:visited,
html>body div.tabmenu a:active,
html>body div.tabmenu a:hover
{
	height:                     25px;
}

div.tabmenu a:hover
{
	background:                 transparent;
}

div.tabmenu a.active,
div.tabmenu a.active:link,
div.tabmenu a.active:visited,
div.tabmenu a.active:active,
div.tabmenu a.active:hover
{
	font-weight:                bold;
	background:                 transparent;
	border-bottom:              none;
}         