﻿body
{
    font-family: Arial, Helvetica, sans-serif;
}

#content
{
    position: relative;
    margin: 0 auto;
    width: 950px;
}
#header
{
    background-color: #2F9ADC;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url('../../img/v3/itblue.jpg');
    height: 40px;
    width: 950px;
}

#header ul
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#header ul li
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

#header ul li a
{
    font-size: medium;
    text-align: center;
    color: White;
    text-decoration: none;
    display: inline-block;
    height: 35px;
    width: 100px;
    padding-top: 10px;
}

.ActiveTab
{
    background-color: #D8D8D8;
    background-position: -175px 0px;
    background-image: url('../../img/v3/itGray.jpg');
    background-repeat: no-repeat;
}

#header ul li.ActiveTab a
{
    color: Black;
}
.Logo.ActiveTab
{
    background-position: 0px 0px;
    background-image: url('../../img/v3/itGray.jpg');
    width: 180px;
    
}
.Logo
{
        width: 180px;
}

#LoggedIn
{
    font-size: small;
}
#header ul li #LoggedIn a
{
    font-size: small;
    width: auto;
    height: auto;   
    padding: 0px 0px 0px 0px;
    margin:  0px 0px 0px 0px;
}


#navbanner
{
    background-position: -175px -40px;
    background-image: url('../../img/v3/itGray.jpg');
    height: 20px;
    width: 950px;
    background-repeat: no-repeat;
}
#navbanner ul
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#navbanner ul li
{
    display: inline-block;
    width: 175px;
    text-align: center;
    height: 30px;
}

#navbanner ul li a
{
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 100px;
}

#navbanner ul li a:link {color:blue;}
#navbanner ul li a:visited {color:blue;}
#navbanner ul li a:hover {color:blue;}
#navbanner ul li a:active {color:blue;}

#header ul li a.search
{
    text-align: right;
}

.MainTitleBanner
{
    /*background-color: #1080D0;*/
    padding-top: 20px;
    padding-left: 20px;
    font-size: xx-large;
    color: White;
    background-position: 0px 0px;
    background-image: url('../../img/v3/navbartop700x90.jpg');
    height: 70px;
    width: 680px; /*background-repeat: no-repeat;*/
    margin-bottom: 20px;
}
#showIE6Upgrade
{
    border: 1px dashed #800000;
    display: none;
}
#maincontent
{
    margin-top: 5px;
}

#leftColl
{
    float: left;
    width: 700px; /*    background-color: Blue;*/
    vertical-align: top;
}
#rightColl
{
    text-align: right;
    position: relative;
    float: right;
    width: 240px;
    min-height: 500px;
}
.Login
{
    text-align: right;
}
#prefooter
{
    clear: both;
}
#footer
{
    margin-top: 20px;
    border-top-style: dashed;
    border-top-width: 1px;
    background-color: #eeeeee;
    text-align: center;
}

.StickBottom
{
    position: absolute;
    bottom: 0px;
    right: 0px;
}


#footerinner
{
    text-align: center;
    font-size: small;
}

.Section
{
    width: 300px;
    float: left;
}

.Section span
{
    background-position: -150px -30px;
    background-image: url('../../img/v3/navbartop700x90.jpg');
    padding-top: 3px;
    padding-left: 5px;
    display: block;
    height: 27px;
    color: White;
    font-size: large;
}

div.SectionSpace
{
    float: left;
    width: 100px;
    display: inline-block;
}
.list
{
    list-style-type: circle;
    list-style-position: inside;
}
div.Section ul li
{
    list-style-type: circle;
    list-style-position: inside;
}

#loginpage
{
    padding-left: 100px;
}


.bookmarklist
{
    font-size: small;
    display:block;
    margin-top: 30px;
    position:relative;
    text-align: center;
}

.bookmarklist ul 
{
    text-align: center; 
}

.bookmarklist ul li
{
    display:inline;
    float: none;
    margin-right:14px;
    padding-left:0;
    position:relative;
}

.bookmarklist ul li a
{
    font-size: 1em;
    background-image: url("../../img/bookmarkicons.png");
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}

.bookmarklist .facebook a
{
    background-position: 0px -20px;
    background-repeat: no-repeat;
}

.bookmarklist .digg a
{
    background-position: 0px -40px;
    background-repeat: no-repeat;
}

.bookmarklist .reddit a
{
    background-position: 0px -60px;
    background-repeat: no-repeat;
}

.bookmarklist .stumbleupon a
{
    background-position: 0px -80px;
    background-repeat: no-repeat;
}