/************************************
 HTML tags
************************************/
html,body,form
{
    margin: 0;
    padding: 0;
    height: 100%; /* Needed for container min-height */
    background-color: #D1D3B9; 
	
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    
}

div#container
{
    position: relative;
    margin: 0 auto;
    width: 750px;
    height: auto !important;
    height: 100%; /* IE6: treated as min-height */
    min-height: 100%;
    
    background-color: #FFFFFF;
    border-right: #003466 1px solid;
    border-left: #003466 1px solid;
}

div#header
{
    /*background-image: url(../gfx/top.jpg);*/
    background-position: left bottom;
    background-repeat: no-repeat;    
}

div#content
{
	padding-top: 10px;
	padding-bottom: 40px;
    /*padding: 10px 10px 30px 10px;*/
    text-align: left;
}

div#footer
{
    position: absolute;
    bottom: 0px;
    height: 30px;
    width: 100%;
    border-top: 1px solid #000000;    
    background-color: #F5F5F5;
}
div#footer p
{    
    padding: 7px 5px 0px 5px;
    margin:0;
}

/* Telerik overrides */
.RadMenu
{
    border-left: 0px !important;
    border-right: 0px !important;   
}


.header
{
    height: 60px;
    
    background-position: left bottom;
    background-repeat: no-repeat;
}

.footer
{    
    color: #C0C0C0;
    font-weight: bold;
    height: 30px;
}

.footer td
{    
    font-size: 8pt;
    /*line-height: 8pt;*/
    vertical-align: middle; 
    border-top: 1px solid #000000;
    padding-left: 5px;
    padding-right: 5px;
}
.tableMain
{	
	/*margin:0 auto;
	overflow:hidden;
	position:relative;*/
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	text-align:left;
	border-collapse: collapse;
    background-color: #FFFFFF;
    border-right: #003466 1px solid;
    border-top: #003466 0px solid;
    border-left: #003466 1px solid;
    border-bottom: #003466 1px solid;
    padding: 0 0 0 0;
    width: 750px;
    /*height: 500px; text-align: center;*/
}
img
{
    border-style: none;
	border-color: inherit;
	border-width: medium;
}

h1
{
    text-align: left;
    font-size: 14px;
    margin: 5px;
    border-bottom: 1px solid #C0C0C0;
}

h2
{
    font-size: 14px;
    margin: 5px;
    border-bottom: 1px solid #C0C0C0;
}

fieldset
{
    margin-bottom: 5px;
    text-align: left;
}

legend
{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    padding-left: 5px;
    padding-right: 5px;
    padding: 3px 5px 3px 5px;
    margin-bottom: 5px;
}
ul
{
    list-style-position: inside; 
    padding: 0px; 
    margin: 0px
}
.inputLabel
{
	float:left;
	width: 200px;	
	line-height: 20px;
	vertical-align: middle;
	white-space: nowrap;
}
table.form
{
    width: 100%;
    text-align: left;
    font-size: 9pt;
    line-height: 12pt;
    font-family: Microsoft Sans Serif;
}
table.form.labels
{
    width: 100px;
}
table.form th
{
    width: 125px;
    float: left;
    background-color: #FFFFFF;
    font-weight: normal;    
    vertical-align: top;
}
span.error
{
    background-image: url('../gfx/exclamation.gif');
    background-repeat: no-repeat;
    background-position: middle center;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
}

.addButton
{
    background-image: url('../gfx/add.gif');
    background-repeat: no-repeat;
    background-position: middle left;
    padding-left: 20px;
    text-decoration: underline;
    line-height: 20px;
}

.pleaseWait
{
    background-image: url('../gfx/loader.gif');
    background-repeat: no-repeat;
    background-position: middle left;
    padding-left: 21px;
    display: inline-block;
    vertical-align: middle;
}

.tablelabels
{
    width: 175px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 14pt;
}

table
{
    font-size: 12px;
    border-collapse: collapse;
}

/*
th, caption
{
    text-align: left;
    background-color: #C0C0C0;
    padding: 2px; 
}
*/

caption
{
    font-weight: bold;
    font-size: 13px;
    text-align: left;
}

td
{
    vertical-align: top;
}

li
{
    margin: 0 0 0 -20;
}

a:link
{
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}
a:visited
{
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}
a:hover
{
    color: blue;
    text-decoration: underline;
}



/************************************
 ID tags
************************************/




.productTitle
{ 
    vertical-align: bottom;
    text-align: right;
    display: block;
    font: bold 10pt Verdana;
}

.tdBody
{
    vertical-align: top;
}

.pageContent
{
    text-align: left;
    padding: 0px 20px 10px 20px;
}


tr.highlight
{
    background-color: #C0C0C0;
}


/************************************
General styles
************************************/

.Box
{
    background-color: #FFFFFF;
    border-right: #003466 1px solid;
    border-top: #003466 0px solid;
    border-left: #003466 1px solid;
    border-bottom: #003466 1px solid;
}
.Box2
{
    background-color: #FFFFFF;
    width: 100%;
    margin: 0 0 10 0;
    border-right: #003466 1px solid;
    border-top: #003466 0px solid;
    border-left: #003466 1px solid;
    border-bottom: #003466 1px solid;
}

.BoxRow
{
    background-color: #F5F5F5;
}

.RowText
{
    padding: 2 2 2 4;
    font-family: Tahoma;
    font-size: 12px;
}

.RowHeadline
{
    padding: 2 2 2 2;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    height: 20px;
    background-color: #003466;
    vertical-align: top;
}



.tdLabel
{
    width: 45%;
    padding-right: 10px;
}

.tdInput
{
    width: 45%;
}

.label
{
    font-weight: bold;
}

.labelError
{
    color: Red;
}

.button
{
    margin-top: 10px;
    font-family: Tahoma;
    font-size: 12px;
}

.visit
{
    font-family: Tahoma;
    background-color: #cccccc;
}


.ftable
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    margin: 1px;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    border-collapse: collapse;
    background-color: #FFFFFF;
}

.ftableheader
{
    font-weight: bold;
    font-size: 13px;
    color: #ffffff;
    font-family: Verdana;
    background-color: #003466;
    text-align: left;
}

p, .p
{
    font-family: Trebuchet MS,arial,verdana,sans serif;
    color: #000000;
    line-height: 150%;
}

.pbold
{
    font-family: Trebuchet MS,arial,verdana,sans serif;
    color: #000000;
    font-weight: 700;
}

/************************************
 Class tags
************************************/
/************************************
 top.inc
************************************/
.tableDropMenu
{
    padding: 3px 5px 3px 5px;
    border: solid 1px #000000;
    background-color: #F5F5F5;
    
}

/************************************
 Login.aspx
************************************/
.loginTable
{
    width: 270px;
    border: solid 1px #C2C8C8;
    background-color: #F5F5F5;
}

.loginInput
{
}


.inputnametext
{
    width: 180px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.history
{
    width: 100%;
}
.history table
{
    margin-top: 5px;
    background-color: #F7F7F7;
    width: 100% !important;
}

.history img
{
    margin-right: 5px;
}

/************************************
 SearchPage.aspx
************************************/
.searchRow
{
    padding: 4 0 5 4;
    background-color: #F5F5F5;
}

.searchFieldHeadline
{
    font-weight: bold;
    padding-bottom: 3px;
    font-family: Verdana;
}

a.link 
{
    margin-left: 5px;
}

.icon
{
    background-repeat: no-repeat;
    background-position: middle left;
    padding-left: 15px;
    text-decoration: underline;
    line-height: 20px;
}

.return
{
    background-image: url('../gfx/arrow_undo.png');
}

.forwarded
{
    background-image: url('../gfx/page_white_go.png');    
}

.print
{
    background-image: url('../gfx/printer.png');
}

.letter
{
    background-image: url('../gfx/page_white_add.png');
}

.bubbleInfo {
    position:relative;
}
.trigger {
}
.popup {
    border-collapse:collapse;
    display:none;
    position:absolute;
    z-index:50;
}
.popup td 
{
    border: none !important;
}
.popup td.corner {
    height:14px !important;
    width:19px;
}
.popup td#topleft {
    background-image:url("../gfx/bubble-1.png");
}
.popup td.top {
    background-image:url("../gfx/bubble-2.png");
}
.popup td#topright {
    background-image:url("../gfx/bubble-3.png");
}
.popup td.left {
    background-image:url("../gfx/bubble-4.png");
}
.popup td.right {
    background-image:url("../gfx/bubble-5.png");
}
.popup td#bottomleft {
    background-image:url("../gfx/bubble-6.png");
}
.popup td.bottom {
    background-image:url("../gfx/bubble-7.png");
    text-align:center;
}
.popup td.bottom img {
    display:block;
    margin:0 auto;
}
.popup td#bottomright {
    background-image:url("../gfx/bubble-8.png");
}
.popup .popup-contents {
    background-color:#FFFFFF;
    color:#666666;
    font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",sans-serif;
    font-size:12px;
    line-height:1.2em;
}





