﻿/* CSS Document */
*
{
    margin: 0;
    padding: 0;
}
html, body
{
    height: 100%;
}
body
{
    font-size: 100%;
    line-height: 13.5pt;
    background: #202020;
}
html, input, textarea
{
    font-family: Segoe UI, Arial, Helvetica, Verdana, MS Sans Serif;
    color: #333333;
}

.alignMiddle
{
    vertical-align: middle;
}
.alignCenter
{
    text-align: center;
}
.container1
{
    width: 100%;
}
object
{
    vertical-align: top;
    outline: none;
}
.clear
{
    clear: both;
}
.fleft
{
    float: left;
}
.fright
{
    float: right;
}
div.container
{
    overflow: hidden;
    width: 100%;
}
a img
{
    border: 0;
}
img
{
    vertical-align: top;
}
div.ticker
{
    background-color: #333333;
    color: #FFFFFF;
    vertical-align: middle;
    border: 0;
}

a
{
    color: #1975b7;
    text-decoration: none;
    outline: none;
}
a:hover
{
    text-decoration: underline;
}

.link
{
    color: #000000;
    background: url(images/marker.gif) top left no-repeat;
    padding-left: 20px;
    background-position: 0 5px;
    text-decoration: none;
    font-size: 11pt;
}
.link:hover
{
    text-decoration: underline;
}

.link1
{
    color: #1975b7;
    text-transform: uppercase;
    display: block;
    margin-bottom: 11px;
}
.link2
{
    color: #1975b7;
    font-weight: bold;
    text-decoration: none;
}
.link2:hover
{
    color: #000;
    text-decoration: none;
}

.button
{
    color: #484a4b;
    background: url(images/button.jpg) top left no-repeat;
    font-weight: bold;
    padding: 6px 17px 11px 40px;
    display: block;
    font-size: 13pt;
    text-decoration: none;
}
.button:hover
{
    text-decoration: underline;
}

.button1
{
    color: #fff;
    background: url(images/button1.gif) top left no-repeat;
    padding: 11px 0 15px 0;
    font-size: 9pt;
    width: 56px;
    text-align: center;
    text-decoration: none;
    display: block;
}
.button1 strong
{
    font-size: 16pt;
    display: block;
    margin-bottom: 2px;
}
.button1:hover
{
    text-decoration: underline;
}

#content ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#content ul li
{
    background: url(images/marker.gif) top left no-repeat;
    background-position: 0 10px;
    margin: 0;
    padding-left: 15px;
}
#content ul li:hover
{
    /*background: url(images/marker_2.gif) top left no-repeat;*/
    background-position: 0 10px;
    margin: 0;
    padding-left: 15px;
}
#content ul li a
{
    color: #1975b7;
    text-decoration: underline;
    line-height: 16pt;
    font-size: 12pt;
}
#content .box ul li a
{
    color: #1975b7;
    text-decoration: none;
    line-height: 16pt;
    font-size: 9pt;
}
#content ul li a:hover
{
    text-decoration: underline;
    color: #666666;
    cursor: pointer;
}

.link-1
{
    display: block;
    float: left;
    background: url(images/link_bg.gif) left top repeat-x;
    color: #484a4b;
    text-decoration: none;
    cursor: pointer;
}
.link-1 em
{
    display: block;
    background: url(images/link_left.gif) no-repeat left top;
    font-size: 12px;
}
.link-1 b
{
    display: block;
    background: url(images/link_right.gif) no-repeat right top;
    padding: 4px 12px 6px 33px;
    font-weight: normal;
    font-style: normal;
}
.link-1:hover
{
    text-decoration: none;
    color: #aec900;
}


/*header*/
#header
{
    font-size: 9pt;
    color: #FFFFFF;
}
#header .logo
{
    margin: 36px 0 10px 0;
}
#header .menu
{
    margin: 73px 0 0 257px;
    position: absolute;
    width: 620px;
}
#header .indent1
{
    padding: 0 0 0 0;
}

#header .block
{
    background: url('images/pic_06.jpg') no-repeat left top;
    height: 290px;
    width: 874px;
}
#header .indent-block
{
    padding: 65px 0 0 93px;
}

#header h1
{
    color: #fff;
    font-size: 36pt;
    margin-bottom: 23px;
    line-height: 36pt;
    font-family: "Franklin Gothic Book" , "Arial Narrow" , Arial, sans-serif;
}
#header h1 b
{
    color: #222222;
    font-weight: bold;
    font-family: "Franklin Gothic Book" , "Arial Narrow" , Arial, sans-serif;
}

#header ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#header ul li
{
    margin: 0;
    display: inline;
}
#header ul .last
{
    background: none;
}
#header ul li a
{
    background: url(images/bg_menu.gif) top left no-repeat;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    width: 102px;
    text-align: center;
    display: block;
    float: left;
    padding: 15px 0 17px 0;
    margin-right: 1px;
}
#header ul li a:hover
{
    text-decoration: none;
    background: url(images/bg_menu-act.gif) top left no-repeat;
}
#header ul li .current
{
    text-decoration: none;
    background: url(images/bg_menu-act.gif) top left no-repeat;
}


/*content*/
#content
{
    font-size: 10pt;
    width: 100%;
    text-align: left;
}
#content .indent-col2
{
    padding: 15px 0 0 0;
}
#content .title
{
    margin-bottom: 16px;
}
#content .img-left
{
    float: left;
    margin: 0 20px 0 0;
}
#content .img-indent
{
    margin: 0 0 16px 0;
}
#content p
{
    margin: 0 0 17px 0;
}
#content .p
{
    margin: 0;
}
#content .p1
{
    margin: 0 0 7px 0;
}
#content .p2
{
    margin: 0 0 19px 0;
}
#content .box h2
{
    color: #ffffff;
    font-size: 18pt;
    margin-bottom: 33px;
    text-transform: none;
    font-weight: bold;
}
#content .box h3
{
    color: #495265;
    font-size: 18pt;
    background: url(images/tail.gif) repeat-x bottom;
    padding-bottom: 9px;
    margin-bottom: 19px;
    text-transform: none;
}
#content h1 span
{
    color: #c4df16;
    font-size: 20pt;
    margin-bottom: 23px;
    line-height: 16pt;
    text-transform: capitalize;
    font-weight: normal;
}
#content h2
{
    color: #686868;
    font-size: 20pt;
    margin-bottom: 23px;
    line-height: 20pt;
    text-transform: uppercase;
    font-weight: normal;
}
#content h2 span
{
    color: #c4df16;
}
#content h3
{
    color: #191919;
    font-size: 18pt;
    text-transform: uppercase;
    font-family: Arial, "Arial Black" , Gadget, sans-serif;
    line-height: 12pt;
    margin-bottom: 15px;
}
#content h4
{
    color: #3d3d3d;
    font-size: 10pt;
    margin-bottom: 9px;
}
#content h5
{
    color: #1975b7;
    font-size: 10pt;
    margin-bottom: 9px;
}
#content h6
{
    color: #1975b7;
    font-family: Lucida Sans Unicode, Calibri, Arial;
    font-weight: normal;
    font-size: 16pt;
    line-height: 100%;
    margin-bottom: 9px;
}
#content .tail
{
    background: url(images/tail.gif) repeat-x bottom;
    padding-bottom: 19px;
    margin-bottom: 19px;
}


#content .indent
{
    padding: 25px 0 0 0;
}

/*box*/
.box
{
    background: #fafaf9;
    width: 100%;
    font-size: 10pt;
}
.box .border-top
{
    background: url(images/border_top.gif) repeat-x top;
}
.box .border-bottom
{
    background: url(images/border_bottom.gif) repeat-x bottom;
}
.box .border-left
{
    background: url(images/border_left.gif) repeat-y left;
}
.box .border-right
{
    background: url(images/border_right.gif) repeat-y right;
}
.box .corner-top-left
{
    background: url(images/corner_top_left.gif) no-repeat left top;
}
.box .corner-top-right
{
    background: url(images/corner_top_right.gif) no-repeat right top;
}
.box .corner-bottom-left
{
    background: url(images/corner_bottom_left.gif) no-repeat left bottom;
}
.box .corner-bottom-right
{
    background: url(images/corner_bottom_right.gif) no-repeat right bottom;
    width: 100%;
}
.box .indent-box
{
    padding: 20px 20px 20px 20px;
}


/*footer*/
#footer
{
    color: #fff;
    font-size: 9pt;
}
#footer .indent-footer
{
    padding: 42px 0 0 0px;
}
#footer a
{
    color: #bfdd00;
    text-decoration: underline;
}
#footer a:hover
{
    text-decoration: none;
}


.indent-2
{
    position: relative;
    padding-right: 20px;
    float: left;
}
.h
{
    height: 29px;
}
.h1
{
    height: 30px;
    background: url(images/bg_input.gif) no-repeat top left;
}
.block-contact span
{
    float: right;
    margin-right: 140px;
}
.input
{
    border: none;
    background: none;
    width: 220px;
    height: 20px;
    font-size: 10pt;
    color: #000;
    padding-left: 5px;
    padding-top: 2px;
}
input
{
    border: 1px solid #cdd0c9;
    background: #FFFFFF;
    font-size: 10pt;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
textarea
{
    border: 1px solid #cdd0c9;
    background: #FFFFFF;
    width: 251px;
    height: 115px;
    font-size: 10pt;
    padding-left: 5px;
    margin-bottom: 11px;
    overflow: auto;
}

/*/////////////////////////////////////////////////////////////*/

.columns
{
    clear: both;
    width: 330px;
    padding: 0 0 20px 0;
    line-height: 22px;
}

.colleft
{
    float: left;
    width: 130px;
    line-height: 22px;
}

.colright
{
    float: right;
    width: 130px;
    line-height: 22px;
}

label
{
    font-family: "Trebuchet MS" , "Lucida Sans Unicode" , "Lucida Grande" , "Lucida Sans" , Arial, sans-serif;
    font-size: 26px;
    color: #cccccc;
    font-weight: bold;
}

label.news
{
    font-family: "Courier New" , Courier, monospace;
    font-size: 46px;
    color: #000000;
    font-weight: bold;
    padding-left: 25px;
}

.div.news
{
    background: url('images/sheet.jpg') repeat;
    padding: 15px 0 0 0;
    border-bottom: thin #cccccc dashed;
    border-top: thin dashed #808080;
    width: 800px;
    height: auto;
    padding-left: 25px;
    padding-top: 45px;
    margin-top: 25px;
    margin-left: 45px;
}

.shadow
{
    background-color: #ccc;
}

#CS img
{
    width: 125px;
}

.loginDisplay
{
    font-size: 11pt;
    display: block;
    text-align: right;
    padding: 5px 0 0 0;
    color: #808080;
}

.loginDisplay a:link
{
    color: #808080;
}

.loginDisplay a:visited
{
    color: #808080;
}

.loginDisplay a:hover
{
    color: #808080;
}

.failureNotification
{
    font-size: 9pt;
    color: Red;
    margin-bottom: 25px;
}

.bold
{
    font-weight: bold;
}

.cursor
{
    cursor: pointer;
}

.h1Small
{
    color: #808080;
    font-size: 11pt;
    font-family: Calibri, Arial, Tahoma;
}
div.RadTabStrip .rtsLink, div.RadTabStrip .rtsLink .rtsOut, div.RadTabStrip .rtsLink .rtsIn, div.RadTabStrip .rtsLink .rtsTxt
{
    background-image: none !important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    margin: 0;
    text-align: center;
}

div.RadTabStrip .SelectedTab
{
    background: url(images/bg_menu.gif) repeat-x top;
}

div.RadTabStrip .DefaultTab
{
    background: url(images/bg_menu-act.gif) repeat-x top;
}

.ssrs
{
    font-family: Lucida Sans Unicode, Arial;
    font-size: 12pt;
    color: #800000;
    font-weight: normal;
    text-transform: none;
}

/****************************************************************
    Table Cubes
****************************************************************/

table.cube
{
    width: 210px;
    height: 285px;
    border: thin solid #808080;
    font-size: 9pt;
}
table.cube thead
{
    background-color: #202020;
    font-weight: lighter;
    font-size: 11pt;
    text-align: center;
}

table.cube th
{
    color: #ffffff;
    height: 25px;
}

table.cubeFeature tbody
{
    line-height: 20px;
}
table.cube tbody, td
{
    padding: 5px 5px 0 5px;
    color: #585858;
}

table.cube td
{
    padding-left: 10px;
    vertical-align: top;
    color: #585858;
}
table.cube a
{
    background: url(images/marker.gif) top left no-repeat;
    background-position: 0 5px;
    margin: 0;
    padding-left: 15px;
    color: #585858;
}

table.cube a:hover
{
    color: #800000;
}

.mainDiv
{
    padding: 0 0 8px 20px;
    color: #495265;
    font-size: 16pt;
    line-height: normal;
    font-family: Lucida Sans Unicode,Trebuchet MS, Verdana, Tahoma;
}

.h1Title
{
    color: #495265;
    font-size: 16px;
    text-transform: none;
    background: url('images/tail.gif') repeat-x bottom;
    padding-bottom: 10px;
    width: 97%;
    padding-left: 25px;
    font-weight: normal;
}

.h1Title2
{
    color: #495265;
    font-size: 16px;
    text-transform: none;
    background: url('images/tail.gif') repeat-x bottom;
    padding-bottom: 10px;
    width: 97%;
    font-weight: normal;
}

.h1Title3
{
    color: #495265;
    font-size: 16px;
    text-transform: none;
    padding-bottom: 10px;
    width: 97%;
    font-weight: normal;
}

.h1Header
{
    color: #1975b7; 
    font-family: Calibri, Arial; 
    font-weight: normal; 
    font-size: 21pt;
    margin-bottom: 25px;
}

