body {
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
}

table {
	font-size: 12px;	
}




/* Default links */
A:link 
{ 
	color: #00497a; text-decoration: underline;  
	font-family: Verdana, Times New Roman, Arial, Courier New, Bookman Old Style;   
}
A:visited 
{ 
	color: #00497a; text-decoration: underline;
	font-family: Verdana, Times New Roman, Arial, Courier New, Bookman Old Style;   
}
A:hover 
{ 
	color: #319ce3; text-decoration: underline;
	font-family: Verdana, Times New Roman, Arial, Courier New, Bookman Old Style;   
}
A:active 
{ 
	color: #00497a; text-decoration: underline;
	font-family: Verdana, Times New Roman, Arial, Courier New, Bookman Old Style;   
}


.menuButton {
	background-image: url(../../images/button.png); 
	background-repeat: no-repeat;
	background-position:center;
	width: 106px; 
	height: 35px; 
	text-align: left; 
	font-size: 11px; 
	font-weight: bold;
	color: #ffffff;
	padding: 0px;
	cursor: pointer;
}

.menuButtonSearch {
	background-image: url(../../images/button.png); 
	background-repeat: no-repeat;
	background-position:center;
	width: 106px; 
	height: 35px; 
	text-align: left; 
	font-size: 11px; 
	font-weight: bold;
	color: #ffffff;
	padding: 0px;
	cursor: pointer;
}

.menuButtonGrey {
	background-image: url(../../images/button_grey.png); 
	background-repeat: no-repeat;
	background-position:center;
	width: 106px; 
	height: 35px; 
	text-align: left; 
	font-size: 11px; 
	font-weight: bold;
	color: #ffffff;
	padding: 0px;
	cursor: pointer;
}

div.textFieldBorder, input.textFieldBorder {
    border-top: 1px solid #006fa7;
    border-bottom: 1px solid #006fa7;
    border-left: 2px solid #006fa7;
    border-right: 2px solid #006fa7;
}


input.textField {
    border: 0px;
    width: 372px;
    height: 25px;
    color: #999999;
    font-size: 18px;
    font-family: Verdana;
}

.loginButton {
    border-top: solid 1px #858585;
    border-bottom: solid 1px #CACACA;
    border-left: solid 1px #CACACA;
    border-right: solid 1px #CACACA;
    color:#999999;
    font-size:12px;
    margin: 0px;  
    padding:2px;
    width: 60px;
    height: 20px;
}

.boxMargin {
	margin: 2px 2px 5px 2px;
}

ul.greenBall {
	padding: 3px;
	margin: 0px;	
}

li.greenBall {
	display: list-item;
	margin: 0px;
	background-position: 0px 3px;
	background-repeat: no-repeat;
	background-image: url(../../images/greenBall.gif);
	padding: 0px 0px 4px 20px;
	list-style-type: none;
}

ul.arrow {
	padding: 0px;
	margin: 0px;	
}

li.arrow {
	display: list-item;
	margin: 5px 0px 0px 0px;
	background-position: 0px 4px;
	background-repeat: no-repeat;
	background-image: url(../../images/arrow.gif);
	padding: 0px 0px 0px 14px;
	list-style-type: none;
}

ul.arrowBlack {
	padding: 0px;
	margin: 0px;	
}

li.arrowBlack {
	display: list-item;
	margin: 5px 0px 5px 0px;
	background-position: 0px 3px;
	background-repeat: no-repeat;
	background-image: url(../../images/arrow_black.gif);
	padding: 0px 0px 0px 14px;
	list-style-type: none;
}

#overlayContainer {
	position: fixed; 
	bottom: 0px; 
	right: 0px; 
	z-index: 100;
}