﻿/******************************************************************************************
T2 Systems Web Site 2008 - T2 Styles

   This file contains the styles for the entire web site.  These elements define how HTML 
 elements behave and are displayed.

                                               Copyright T2 Systems 2008 - Benjamin S. Hall
******************************************************************************************/

/******************************************************************************************/
/* ---  DOCUMENT STYLES  ---------------------------------------------------------------- */
/******************************************************************************************/
BODY
{
    font-family: "trebuchet ms" ,verdana,arial,sans-serif;
    font-size: 90%;
}

img { border-style:none; }

/******************************************************************************************/
/* ---  T2 LINK STYLES  ----------------------------------------------------------------- */
/******************************************************************************************/
/* default */
a:link
{
    color: Blue;
}
a:visited
{
    color: #884477;
}
a:hover
{
    color: Red;
}
a:active
{
    color: Yellow;
}

/* footer */
a.foot:link
{
    color: #99cccc;
}
a.foot:visited
{
    color: #99cccc;
}
a.foot:hover
{
    color: #cc99cc;
}
a.foot:active
{
    color: Yellow;
}

/* Callout */
a.call:link
{
    color: #CCCCFF;
}
a.call:visited
{
    color: #CCCCFF;
}
a.call:hover
{
    color: #cc99cc;
}
a.call:active
{
    color: Yellow;
}

/* Resource */
a.res:link
{
    color: #AA8888;
}
a.res:visited
{
    color: #AA8888;
}
a.res:hover
{
    color: Red;
}
a.res:active
{
    color: Yellow;
}

/******************************************************************************************/
/* ---  T2 HEADER STYLES  --------------------------------------------------------------- */
/******************************************************************************************/

h1, h2, h3, h4, h5
{
    color: #339;
}

h1 a, h2 a, h3 a, h4 a, h5 a
{
    color: #339 !important;
}

h1
{
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 150%;
}

h2, h3, h4, h5
{
    margin-bottom: 0px;
    margin-top: 10px;
}

h2
{
    font-size: 130%;
}
h3
{
    font-size: 110%;
}
h4
{
    font-size: 100%;
}

/******************************************************************************************/
/* ---  T2 TEXT STYLES  ----------------------------------------------------------------- */
/******************************************************************************************/
p
{
    text-align: justify;
    margin-top: 5px;
    line-height: 1.5em;
}
.new
{
    color: #c00;
    font-weight: bold;
}

.bold
{
    font-weight:bold;
}

p.message
{
    color: Red;
    font-style: italic;
    font-weight: bold;
}


.floatLeft {float:left;}
.floatRight {float:right;}
.floatNone {float:none; clear:both;}

.right{ text-align:right; }
.center{ text-align:center; }
.left{ text-align:left; }

.H12 { margin:0px 12px; }
.V12 { margin:12px 0px; }
.HV12 { margin:12px; }

.BlockLabel { display:block; }

/******************************************************************************************/
/* ---  T2 LIST STYLES  ----------------------------------------------------------------- */
/******************************************************************************************/
ul.mainList
{
    list-style-image: url(../images/bullet-orange.gif);
}

ul.subList
{
    list-style-image: url(../images/bullet-blue.png);
}
/******************************************************************************************/
/* ---  SUBMENU STYLING  ---------------------------------------------------------------- */
/******************************************************************************************/
#subMenu
{
    position: absolute;
    margin-left: 0;
    width: 196px;
    padding: 0 0 0 0;
    border-top: .5em solid #0f4597; /*margin-bottom: 1em;*/
    font-family: 'Trebuchet MS' , 'Lucida Grande' , Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif; /*background-color: #0f4597;*/
    color: #CCCCCC;
}
ul.subMenu
{
    width: 196px;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 8px solid #0f4597;
    border-bottom: 18px solid #0f4597;
}

ul.subMenu li a
{
    display: block;
    padding: 5px 5px 5px 8px; /*border-left: 5px solid #1958b7;*/
    background-color: #d9dbe5;
    color: #000000;
    text-decoration: none;
    width: 183px;
    border-bottom: 1px solid White;
    font-weight: bold;
}

ul.subMenu li.head a
{
    display: block;
    padding: 5px 5px 5px 8px; /*border-left: 5px solid #1958b7;*/
    background-color: #c9c3cf;
    color: #000000;
    text-decoration: none;
    width: 183px;
    border-bottom: 1px solid White;
    font-weight: bold;
}

ul.subMenu li.sub a
{
    display: block;
    padding: 5px 5px 5px 15px;
    margin-left: 10px;
    background-color: #9ba0b1;
    text-decoration: none;
    width: 158px;
    font-weight: normal;
}


ul.subMenu li a:hover
{
    border-left: 5px solid #d19700;
    border-right: 5px solid #00607a;
    background-color: #FFFFFF;
    color: #0000FF;
    width: 173px;
}

ul.subMenu li.head a:hover
{
    border-left: 5px solid #d19700;
    border-right: 5px solid #00607a;
    background-color: #FFFFFF;
    color: #0000FF;
    width: 173px;
}

ul.subMenu li.sub a:hover
{
    border-left: 5px solid #d19700;
    border-right: 5px solid #00607a;
    background-color: #FFFFFF;
    color: #0000FF;
    width: 148px;
}
/******************************************************************************************/
/* ---  CALLOUTS  ----------------------------------------------------------------------- */
/******************************************************************************************/
#CalloutBase
{
    background-color: #d9b717;
    padding: 0px;
    margin: 12px 6px 8px 6px;
    width: 200px;
    text-align: center;
}
#CalloutCore
{
    background-color: #ae9212;
    margin: 3px 0px 4px 0px;
    padding: 2px 4px 2px 4px;
    width: 186px;
    text-align: left;
    font-size: .75em;
}
#CalloutCore hr
{
    color: #777777;
}
#CalloutCore h3
{
    color: #FFFFAA;
}
/******************************************************************************************/
/* ---  RESOURCES  ---------------------------------------------------------------------- */
/******************************************************************************************/
#ResourceBase
{
    background-color: #711d3d;
    padding: 0px;
    margin: 12px 6px 8px 6px;
    width: 200px;
    text-align: center;
    color: White;
}
#ResourceCore
{
    background-color: #5a1731;
    margin: 3px 0px 4px 0px;
    padding: 2px 4px 2px 4px;
    width: 186px;
    text-align: left;
    font-size: .75em;
}
#ResourceCore h3
{
    color: #9999FF;
}
/******************************************************************************************/
/* ---  LOGIN CONTROL  ------------------------------------------------------------------ */
/******************************************************************************************/
div.LoginHeader
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 6px;
    color: #ffffff;
    padding-top: 4px;
    background-color: #003333;
    text-align: center;
}

div.LoginBody
{
    padding-bottom: 12px;
    width: 300px;
    background-color: #eeeeee;
    font-family: @Arial Unicode MS;
}
/******************************************************************************************/
/* ---  CONTROL PANELS  ----------------------------------------------------------------- */
/******************************************************************************************/
div.ControlPanelBody
{
    height: auto;
    background-color: #eeeeff;
    text-align: center;
    margin-top:10px;
    width:590px;
}

div.ControlPanelBody_Small
{
    height: auto;
    background-color: #eeeeff;
    text-align: center;
    padding-bottom: 16px;
    width:600px;
}

div.ControlPanelBody_Large
{
    height: auto;
    background-color: #eeeeff;
    text-align: center;
    padding-bottom: 16px;
    width:700px;
}

div.ControlPanelBody_Short
{
    height: auto;
    background-color: #eeeeff;
    text-align: center;
    margin-bottom: 6px;
    width:650px;
}

div.ControlPanelBody_Short_Small
{
    height: auto;
    background-color: #eeeeff;
    text-align: center;
    margin-bottom: 6px;
    width:600px;
}

div.ControlPanelBody_Short_Large
{
    height: auto;
    background-color: #eeeeff;
    text-align: center;
    margin-bottom: 6px;
    width:700px;
}


div.ControlPanelHeader
{
    background-color: #000066;
    height: 32px;
    margin-bottom: 4px;
}

p.FormHeading
{
    text-align: center;
    color: White;
    font-size: medium;
    font-weight: bold;
}
div.CP_Instructions
{
    background-color: #ddddff;
    font-size: small;
    margin:0 5px 6px 5px;
    padding: 6px;
}
/******************************************************************************************/
/* ---  CONTROL PANEL TABS  ------------------------------------------------------------- */
/******************************************************************************************/
ul.ControlPanelTabs
{
    padding-left: 0;
    margin: 0;
    background-color: #ffffff;
    color: White;
    float: left;
    width: 100%;
    font-family: arial, helvetica, sans-serif;
}

ul.ControlPanelTabs li
{
    display: inline;
}

ul.ControlPanelTabs li.Selected a
{
    background-color: #eeeeff;
    color: Black;
}

ul.ControlPanelTabs li.Selected a:hover
{
    background-color: #eeeeff;
    color: Black;
}

ul.ControlPanelTabs li a
{
    padding: 0.2em 1em;
    background-color: #9999cc;
    color: Black;
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
}

ul.ControlPanelTabs li a:hover
{
    color: #fff;
}
/******************************************************************************************/
/* ---  T2 CUSTOMER TOOL TABS  ---------------------------------------------------------- */
/******************************************************************************************/
#CustomerTools
{
    height:2px;
    float:none;
}

#CustomerTools ul
{
    display: block;
    list-style: none outside;
    padding: 0;
    margin: 0 10px 0 0;
    font-family: Verdana, sans-serif;
    font-size: x-small;
}

#CustomerTools li
{
    padding: 0;
    margin: 0 4px 0 0;
    border-top: 1px solid #cecbc6;
    border-right: 1px solid #cecbc6;
    border-left: 1px solid #cecbc6;
    background-color: #000066;
    color: #ffffff;
    font-weight: bold; /* the next 4 lines are magic */
    display: block;
    float: left;
    position: relative;
    top: -1.32em;
}

#CustomerTools a:link, #CustomerTools a:visited
{
    background-color: #000066;
    color: #ffffff;
    text-decoration: none;
    padding-left: 1em;
    padding-right: 1em;
}

#CustomerTools a:hover
{
    background-color: #cecbc6;
    color: #000066;
}

#CustomerTools li#active a
{
    background-color: #fff;
    color: #000066;
}

#CustomerTools li.active a
{
    background-color: #fff;
    color: #000066;
}
/******************************************************************************************/
