﻿.blueback
{
    background-image: url('images/PixelGreyBlue.gif');
    background-repeat: repeat;
}

table.background_master
{
    border-collapse: collapse;
    table-layout: fixed;
    padding: 0px;
}

td
{
    padding:0px;
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    color: #1a3553;
}

p
{
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    color: #1a3553;
}

h1
{
    font-size: 12px;
    font-weight: bold;
}

h2
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom:5px;
}

h3
{
    font-size: 14px;
    font-weight: bold;
    color: #0075be;
}
 
h4
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom:5px;
}

td.corner_topleft
{
    background-image: url('images/CornerTopLeft.gif');
	background-position: left top;
	background-repeat: no-repeat;
	background-color: White;
}
        
td.border_right
{
  	background-image: url('images/BorderRightShadow.gif');
	background-position: right top;
	background-repeat: repeat-y;
	background-color: White;
}

td.border_bottom
{
    background-image: url('images/BorderBottomShadow.gif');
    background-position: left bottom;
    background-repeat: repeat-x;
	background-color: White;
}

a
{
    color: #1a3553;
    font: Verdana, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #0075be
}

a.mnu
{
    color: #0075be;
}
a.mnu:hover
{
    color: #1a3553;
}

a.go_back
{
    background: transparent;
    background-image: url('images/SymbolGoBack.gif');
    line-height:35px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 6px 0px 6px 55px;
	color: #0075be;
	font: Helvetica, Verdana, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

a.upload
{
    background: transparent;
    background-image: url('images/IconUpload.gif');
    line-height:35px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 6px 0px 6px 55px;
	color: #0075be;
	font: Helvetica, Verdana, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

a.download
{
    background-image: url('images/IconDownload.gif');
    background-repeat: no-repeat;
    line-height:35px;
    padding: 3px 0px 6px 35px;
	color: #0075be;
}

a.download:hover
{
    background-image: url('images/IconDownloadHover.gif');
    color: #1a3553;
}

a.go_on
{
    background-image: url('images/SymbolGoOn.gif');
    background-repeat: no-repeat;
    line-height:35px;
    padding: 3px 0px 6px 50px;
	color: #0075be;
}

a.go_on:hover
{
    background-image: url('images/SymbolGoOnHover.gif');
    color: #1a3553;
}

table.history
{
    width:100%;
    background-color:white;
    margin: 0px 0px 0px 0px;
    border-style: none;
}

table.history tr td.historycell
{
    height:1px;
    padding: 0px 2px 0px 2px;
    background-color:#E0E4ED;
    border-style:none;
}

input.textbox_blue
{
	color: #1a3553;
	font: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	border: solid 1px #5e96bf;
	width: 100%;
}

select.CV_dropdown
{
    height: 23px;
    color: #0075be;
	font: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	border-style: none;
	border: 1px solid #1A3553;
	-moz-border-radius: 5px;
	padding-left: 2px;
}

div.button 
{ 
	display:inline;
}
div.button a, div.button span
{
	background-color: Transparent;
	display: inline-block;
	float: left;
	height: 22px;
	line-height: 14px;
    font-weight:normal;
    cursor:pointer;
	color: #0075be;
}

div.button a.buttonRounded_left
{
	background: transparent url('images/buttonRounded_left.GIF') no-repeat top left;
	padding-left: 7px;
	text-decoration: none;
	cursor:pointer;
	color: white;
}
div.button span.buttonRounded_center
{
	padding: 3px 2px 0 2px;
	vertical-align:middle;
	background: transparent url('images/buttonRounded_center.GIF') repeat-x;	
}
div.button span.buttonRounded_right
{
	background: transparent url('images/buttonRounded_right.GIF') no-repeat top right;
	padding-right:7px;	
}