﻿html, body
{
	height: 100%;
	margin: 0 auto;
 	padding: 0;
}

body
{	
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 10px;
}

.tableWrapper
{
	height: 100px;
    width: 100%;
	padding: 0px;
	margin: 0px;
	
}

.contentHolder
{
	width: 100%;
	/* height: 100%; */
	padding: 0px;
	margin:0 auto;
}

#tblTop
{
	margin-top: 20px;
	width: 100%;
	background-color: #ffffff;
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 10px;
}

.logo
{
	width: 80px;
	padding-left: 10px;
}

.search
{
	width: 380px;
}

.login
{
	width: 99%;
}

#pnlSearch
{
	margin-left: 15px;
	width: 380px;
	padding: 5px;
	text-align: right;
}

#pnlSearch .lnkBtn, #pnlLoginTop .lnkBtn, #pnlLoggedIn .lnkBtn
{
	color: #000000;
	text-decoration: none;
	padding-right: 15px;
}

#pnlSearch .lnkBtn:hover, #pnlLoginTop .lnkBtn:hover, #pnlLoggedIn .lnkBtn:hover
{
	color:#cd0000;
}

#pnlLighbox .lnkBtn
{
	color: #000000;
	text-decoration: none;
	padding-right: 5px;
}

#pnlLighbox .lnkBtn:hover
{
	color:#cd0000;
}

#tbxSearch
{
	font: verdana,tahoma,arial,helvetica;
	font-size: 10px;
	padding: 1px;
	height:18px;
	width:200px;
	background-color:#ffffff;
	border:solid 1px #A5ACB2;
	margin-top: 8px;
	margin-right: 5px;
}

#btnSearch
{
	margin-top: 3px;
	margin-right: 5px;
	vertical-align: bottom;
	font: verdana,tahoma,arial,helvetica;
	font-size: 10px;
}

#pnlLogon
{
	margin-bottom: 15px;
}

/* Login box */
#tblBlueBox
{
	background-color: #D7E6E9;
	margin-left: 10px;
	width: 99%;	
	height: 62px;
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 10px;
	border-right: solid 10px #ffffff;
}

.rightMargin
{
	border-right: solid 10px #ffffff;
}

.lt
{
	background-image: url(../images/lt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 4px;
	height: 4px;
}

.rt
{
	background-image: url(../images/rt.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 4px;
	height: 4px;
}

.lb
{
	background-image: url(../images/lb.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 4px;
	height: 4px;
}


.rb
{
	background-image: url(../images/rb.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 4px;
	height: 4px;
}

.ld
{
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	width: 1px;
	height: 1px;
}

.rd
{
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 1px;
	height: 1px;
}

.trBottom
{
	background-color: #eaede4;
}

#tblFront
{
	width: 960px;
}

#tblFront ul
{
	margin-top: 25px;
}

#tblFront ul li
{
	list-style-image: url(../images/arrow_right.gif);
	list-style-position: outside;
	font-weight: bold;
	font-size: 13px;
	padding-left: 0px;
	margin-bottom: 10px;
	vertical-align: baseline;
}

#tblFront ul li a
{
	color: #000000;
	text-decoration: none;
}

#tblFront ul li a:hover
{
	color:#cd0000;
}

.tdBottom
{
	padding: 0 10px 10px 20px;
}

#pnlLighbox
{
	margin-left: 10px;
	margin-top: 15px;
}

#pnlLoginTop, #pnlLoggedIn
{
	text-align: right;
}

#content
{
	padding: 5px;
	padding-top: 15px;
}

.imgSpacer10
{
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgSpacerBottom10
{
	margin-bottom: 10px;
}

.imgSpacerRight5
{
	margin-right: 5px;
}

.imgSpacerRight10
{
	margin-right: 10px;
}

.bgTypeSelector
{
	background-image: url(../images/front_d.jpg);
	margin-right: 10px;
	width: 230px;
	height: 205px;
	overflow: hidden;
}

.tdLanguage
{
	padding-top: 10px;
	width: 200px;
	height: 55px;
	vertical-align: top;
}

.lanImg
{
	margin-top: 3px;
	margin-right: 5px;
}

#tblUsers .headline, #Login1_Login1_tblLogin .headline, #tblLostPassword .headline
{
	width: 230px;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 12px;
}

#tblProfile td
{
	text-align: right;
}

#pnlTerms, #pnlHelp
{
	width: 600px;
}

#pnlTerms ul li, #pnlHelp ul li
{
	margin-bottom: 4px;
	list-style-type: square;
}

/*
#tblProfile .headline2, #Login1_Login1_tblLogin .headline2, #tblLostPassword .headline2
*/
.headline2
{
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
	text-align: left;
}

.link
{
	color:#cd0000;
	text-decoration: none;
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 10px;
	cursor: hand;
	cursor: pointer;
}

.link:hover
{
	color: #000000;
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
}

.linkBold
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 10px;
	cursor: hand;
	cursor: pointer;
}

.linkBold:hover
{
	color:#cd0000;
	font-weight: bold;
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
}

img
{ 
	border: 0px none; 
} 

/* ----- Adv search ----- */

#advFields td
{
	vertical-align: middle;
	padding: 3px;
}

#advFields .headline
{
	display: block;
	font-weight: bold;
	padding-bottom: 4px;
}

.panelSearchBtn
{
	background-color:#EAEDE4;
	padding-left: 10px;
	padding-bottom: 20px;
}

.SearchBtn
{
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 10px;
}

.modalPopup {
	background-color:#D7E6E9;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalPopup a
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.modalPopup a:hover{
	color:#cd0000;
	text-decoration: underline;
	font-weight: bold;
}

.paging
{
	width: 100%;
}

/* ----- Text boxes etc. ----- */
.textinput
{
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 10px;
	padding: 1px;
	height: 18px;
}

.textArea230x100
{
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 10px;
	padding: 1px;
	width: 230px;
	height: 100px;
}

.dropdown80
{
	width: 100px;
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 10px;
}

.dropdown190
{
	width: 190px;
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 10px;
}

.waiting
{
	font-family:Verdana;
	position:absolute;
	background-color:#FFFFFF;
	text-align:center;
	width:300px;	
	height:150px;
	vertical-align:middle;
	padding-top:20px;
	border:1px solid black;
}

.tableFont
{
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 10px;
}