﻿/* site colors - dark blue #04184a, gradient backgrounds */

/* base styles */

#content { margin-top: 0px; z-index: 0; }

td     { font-family: Arial, Verdana, Microsoft Sans Serif; color: #ffffff; font-size: 9pt; text-decoration: none;}

#td     { font-family: Arial, Verdana, Microsoft Sans Serif; color: #ffffff; font-size: 9pt; text-decoration: none;}

.body { font-family: Arial, Verdana, Microsoft Sans Serif;
       font-size: 9pt;
       color: White;
}

.bodylink { font-family: Arial, Verdana, Microsoft Sans Serif;
       font-size: 9pt;
       color: White;
       cursor: pointer;
}

.bodylink:hover { font-family: Arial, Verdana, Microsoft Sans Serif;
       font-size: 9pt;
       color: White;
       color: #00ccff;
       cursor: pointer;
}

.newslink { font-family: Arial, Verdana, Microsoft Sans Serif;
       font-size: 9pt;
       color: black;
       cursor: pointer;
}

.newslink:hover { font-family: Arial, Verdana, Microsoft Sans Serif;
       font-size: 9pt;
       color: White;
       color: blue;
       cursor: pointer;
}

.title { font-family: Arial, Verdana, Microsoft Sans Serif;
       font-size: 11pt;
       color: White;
       font-weight: bold;
}

.titleBlack { font-family: Arial, Verdana, Microsoft Sans Serif;
       font-size: 11pt;
       color: Black;
       font-weight: bold;
}

.footer { font-family: Arial, Verdana, Microsoft Sans Serif;
       font-size: 8pt;
       color: White;
}

.footerLink { font-family: Arial, Verdana, Microsoft Sans Serif;
       font-size: 8pt;
       color: White;
       cursor: pointer;
}

.footerLink:hover { font-family: Arial, Verdana, Microsoft Sans Serif;
       font-size: 8pt;
       color: blue;
       cursor: pointer;
}

.whitesm { font-family: Arial, Verdana, Microsoft Sans Serif;
       font-size: 8pt;
       color: White;
}

.black { font-family: Arial, Verdana, Microsoft Sans Serif;
       font-size: 9pt;
       color: Black;
}

.link { font-family: Arial, Verdana, Microsoft Sans Serif;
       font-size: 8pt;
       color: White;
       text-decoration: none;
}

.link:hover { font-family: Arial, Verdana, Microsoft Sans Serif;
       font-size: 8pt;
       color: #00ccff;
       text-decoration: none;
}

.hover { cursor: pointer; }

/* div styles */

#divBox1	{ padding-left: 5px; display: none; WIDTH:780px; POSITION:absolute; TOP:103px;}
#divBox2	{ padding-left: 5px; display: none; WIDTH:780px; POSITION:absolute; TOP:103px;}
#divBox3	{ padding-left: 5px; display: none; WIDTH:780px; POSITION:absolute; TOP:103px;}
#divBox4	{ padding-left: 5px; display: none; WIDTH:780px; POSITION:absolute; TOP:103px;}
#divBox5	{ padding-left: 5px; display: none; WIDTH:780px; POSITION:absolute; TOP:103px;}
#divBox6	{ padding-left: 5px; display: none; WIDTH:780px; POSITION:absolute; TOP:103px;}

/* scrollbar styles */

#Scroller2_Container, #Scroller3_Container, #Scroller4_Container
{
    height: 295px;
    width: 730px;
    position: relative;
}

#Scroller6_Container, #Scroller5_Container, #Scroller1_Container
{
    height: 290px;
    width: 727px;
    position: relative;
}

#Scroller1_Content, #Scroller2_Content, #Scroller3_Content, #Scroller4_Content, #Scroller5_Content, #Scroller6_Content
{
    height: 295px;
    width: 715px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 2px;
}

#Scroller1_ScrollingArea, #Scroller2_ScrollingArea, #Scroller3_ScrollingArea, #Scroller4_ScrollingArea, #Scroller5_ScrollingArea, #Scroller6_ScrollingArea
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 715px;
    text-align: left;
}

#Scroller1_ScrollBar, #Scroller2_ScrollBar, #Scroller3_ScrollBar, #Scroller4_ScrollBar, #Scroller5_ScrollBar, #Scroller6_ScrollBar
{
    height: 300px;
    width: 10px;
    float: right;
    position: relative;
}

#Scroller1_UpArrow, #Scroller2_UpArrow, #Scroller3_UpArrow, #Scroller4_UpArrow, #Scroller5_UpArrow, #Scroller6_UpArrow, #Scroller7_UpArrow
{
    height: 7px;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    position: relative;
}

#Scroller1_GripperContainer, #Scroller2_GripperContainer, #Scroller3_GripperContainer, #Scroller4_GripperContainer, #Scroller5_GripperContainer, #Scroller6_GripperContainer, #Scroller7_GripperContainer
{
    height: 300px;
    position: relative;
    cursor: pointer;
    cursor: hand;
    background-image: url('../images/track_background.gif');
    background-repeat: repeat-y;
    background-position: top left;
}

#Scroller1_Gripper, #Scroller2_Gripper, #Scroller3_Gripper, #Scroller4_Gripper, #Scroller5_Gripper, #Scroller6_Gripper, #Scroller7_Gripper
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 75px;
    cursor: pointer;
    cursor: hand;
}

#Scroller1_DownArrow, #Scroller2_DownArrow, #Scroller3_DownArrow, #Scroller4_DownArrow, #Scroller5_DownArrow, #Scroller6_DownArrow, #Scroller7_DownArrow
{
    height: 7px;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    position: relative;
}

#Scroller7_Container
{
    height: 160px;
    width: 230px;
    position: relative;
}

#Scroller7_Content
{
    height: 150px;
    width: 730px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 2px;
}

#Scroller7_ScrollingArea
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    text-align: left;
}

#Scroller7_ScrollBar
{
    height: 160px;
    width: 10px;
    float: right;
    position: relative;
}
