﻿.collapsePanel
{
	background-color: white;
	overflow: hidden;
	width: 100%;
}

.collapsePanelHeader
{
	width: 100%;
	height: 15px;
	background-image: url(../Images/bg-menu-main.png);
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 10pt;
	cursor: pointer;
}
.collapsePanel2
{
	background-color: white;
	overflow: hidden;
	width: 100%;
	border: solid 1px wheat;
}
.collapsePanelHeader2
{
	width: 100%;
	height: 15px;
	background-image: url(../Images/bg-menu-main2.png);
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 10pt;
	cursor: pointer;
}
.watermarktext
{
	font-family: Tahoma;
	color: lightgrey;
}
.HideInput
{
	visibility: hidden;
	font-size: 1pt;
	height: 1px;
}
.PageButton
{
	width: 43px;
	height: 50px;
	color: Gray;
	background-image: url(../Images/SearchPage.jpg);
	background-repeat: no-repeat;
	background-color: White;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	cursor: pointer;
	border: none;
}
.PageButtonSelected
{
	width: 43px;
	height: 50px;
	color: Gray;
	background-image: url(../Images/SearchPageS.jpg);
	background-repeat: no-repeat;
	background-color: White;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	cursor: pointer;
	border: none;
}
.DataList td
{
	padding: 2px;
	margin: 0px;
}

.ajax__tab_xp span
{
	font-size: 9pt;
	font-family: Tahoma;
}
.fullscreen
{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 53%;
	text-align: center;
	vertical-align: middle;
}
/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}
.HeaderLabel
{
	font-weight: bold;
}
.SearchCounterLabel
{
	font-weight: bold;
	color: Maroon;
	font-size: 10pt;
	font-family: Tahoma;
}
.FixPanel
{
	margin-bottom: 100px;
}
.ServiceLink {
	color: #ff6500; text-decoration:none;
}
.ServiceLink:link {
	color: #ff6500; text-decoration:none;
}
.ServiceLink:visited {
	color: #ff6500; text-decoration:none;
}
.ServiceLink:active {
	color: #ff6500; text-decoration:none;
}
.ServiceLink:hover {
	color: #000080; text-decoration:none;
}

