﻿body
{
    font-family: Verdana;
    font-size: 8pt;
}
#v2_wrapper
{
    width: 900px;
    margin: auto; /*border: solid 1px blue;*/
    padding: 10px;
}
#v2_logo
{
    background-image: url('images/tcg/TCG_logo_0310.gif');
    width: 200px;
    height: 55px;
    float: left;
}
#v2_banner
{
    float: right;
    padding: 5px;
    border: dotted 1px black;
}
.v2_clear
{
    clear: both;
}
#v2_title
{
    background-image: url('images/tcg/titlebar.jpg');
    width: 900px;
    height: 29px;
}
#v2_leftCol
{
    font-weight: bold;
    font-size: 8.5pt;
    float: left;
    width: 170px; /*border: dashed 1px black;*/
}
#v2_leftCol a
{
    color: Black;
    text-decoration: none;
}
#v2_nav2 a
{
    margin-left: 30px;
    color: #aaa;
    text-decoration: none;
}
#v2_centreCol
{
    float: left;
    width: 460px; /*border: dashed 1px black;*/
    margin: 0 10px 0 10px;
}
#v2_rightCol
{
    float: left;
    width: 250px; /*border: dashed 1px black;*/
}
#v2_twitter
{
    background-image: url('images/twitter.png');
    width: 146px;
    height: 62px;
    margin: 100px 0 0 20px;
}
#v2_matrix
{
    background-image: url('images/tcg/MatrixLogo2007.jpg');
    width: 160px;
    height: 77px;
    margin: 10px 0 0 0;
}
.v2_bluelink
{
    color: Blue;
    text-decoration: underline;
}
#v2_leftFoot
{
    float: left;
}
#v2_rightFoot
{
    float: right;
}
#v2_bookmarkIcon
{
    float: left;
    width: 16px;
    height: 16px;
    background-image: url('images/newicons/netvibes.png');
}
#v2_bookmarkText
{
    float: left;
}
#v2_navImage
{
    float: left;
    margin-top: 2px;
    height: 24px;
    width: 27px;
    background-image: url('images/tcg/navImage1.jpg');
}
#v2_navImage2
{
    float: left;
    margin-top: -2px;
    height: 113px;
    width: 27px;
    background-image: url('images/tcg/navImage2.jpg');
}
.v2_login
{
    border: solid 1px #aaa;
    padding: 10px;
}
.v2_title
{
    font-weight: bold;
    font-size: 11pt;
}
.v2_title h1
{
    font-weight: bold;
    font-size: 11pt;
}
.v2_logout
{
    border: dashed 1px #aaa;
    padding: 10px;
    font-size: 8.5pt;
}
.v2_spacerDashed
{
    border-top: dashed 1px #aaa;
}
.v2_featuredLogo
{
    padding: 5px 0 5px 0;
    text-align: center;
    width: 100%;
    border: dashed 1px #aaa;
}
.modalBackground
{
    opacity: 0.4;
    filter: alpha(opacity=40);
    background-color: gray;
}
.modalContent
{
    width: 400px;
    height: 100px;
    background-color: white;
    border: solid 2px white;
}
.modalTitle
{
    background-color: #277BC1;
    color: White;
    padding: 2px;
    font-size: 10pt;
    font-weight: bold;
}
.searchBox
{
    background-color: #eee;
    padding: 5px;
}
.jobSectorBox
{
    border: solid 1px #aaa;
    height: 100px;
    overflow: auto;
    background-color: White;
}
a {color: #277BC1;}
a:visited {color: Purple;}