﻿body, td
{
	font-family: 'Segoe UI', Calibri, Sans-Serif;
    color: #3f3f3f;
	font-size: 12px;
}

a:link, a:visited
{
    color: #4d8bce;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.error
{
    color: #ef1f1f;
    font-size: 14px;
}

#innerImg
{
    width: 100%;
    position: relative;
    top: -9px;
    left: 9px;
    background-image: url('/Content/imgr.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    padding-top: 18px;
}
        
#logo
{
    margin-bottom: 1.5em;
    padding: 0px 0px 0px 4px;
}        

#logoDiv
{
	cursor: hand;
	cursor: pointer;
}

#content
{
    padding: 20px 20px 10px 0px;
    line-height: 16pt;
    text-align: left;
}        

#menuBar
{
	margin-top: .25em;	
}

#content ul
{
	padding: 1em 0 1em 4em;
}

.comb
{
    background-image: url('/Content/comb.gif');
    background-repeat: no-repeat;
}

#logoDiv
{
    width: 174px;
    height: 37px;
}      

.menuButton
{
    margin: 20px 20px 4px 0px;
    cursor: pointer;
    cursor: hand;
}   


div#languageBar
{
	text-align: right;
	padding: .5em 5px 0 0;
	font-size: 9px;
	color: #afafaf;
	text-transform: uppercase;
}

div#languageBar .langIcon
{
	position: relative;
	top: 1px;
	display: inline;
	clear: none;
	margin-right: 2px;
}