﻿html 
{
	margin: 0;
	padding: 0;
	height:99.8%;
}
/*body
{
	margin: 0;
	padding: 0;
	font-size:67.75%;
	font-family: "Arial"; 
	height:100%;
	background-color:#FFF; 
	background-image: url('../images/backTest.png'); 
	background-repeat: no-repeat;
    background-position: top center;
}*/
input 
{
	border: solid 1px #ABADB3;
	padding: 2px;
	background-color: #ffffff;
}
select 
{
	border: solid 1px #ABADB3;
	padding: 1px;
	background-color: #ffffff;
}
input[type=radio], input[type=checkbox]
{
	border: solid 0px #ABADB3;
}
img {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}

.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}

/***************************************************************************/
/* MasterPage Css */
.HeaderBackground 
{
	background-image: url(../images/);
    background-repeat: no-repeat;
    background-position: top center;
}

.PageDiv {
   min-height:100%;
   position:relative;
}
.PageDivHeader 
{
	/*
	--background-image: url(../images/pan10.jpg);
	--background-position:center top;
	--background-repeat:no-repeat;*/
}
.PageWidth 
{
	border:0px solid; 
	width:978px; 
	margin-left:auto; 
	margin-right:auto;
	/*padding-bottom:60px;*/   /* Height of the footer */
}

.PageFooter
{
	--position:absolute;
   --bottom:0;
   --width:100%;
   --height:60px;   /* Height of the footer */
}


.LoadingDiv 
{
	position:relative; 
	width:400px;
	margin-left:auto;
	margin-right:auto;
	text-align:center; 
	padding:10px;
}
.LoadingDiv2
{
	position:relative; 
	width:470px;
	margin-left:auto;
	margin-right:auto;
	text-align:center; 
	padding:10px;	
}


/***************************************************************************/
/* Header Css */
.HeaderDiv 
{
	width:960px; 
	height: 70px; /*70px;*/ /*98*/
	/*background-color:#78A0CB;*/
	/*background: #78A0CB url(../images/beach_6.png);*/
	font-size: 1.1em;
	*height:66px; /*IE7 hack*/
}
.FinderIEFix 
{
	*float:left; /*IE7 hack*/
}
/*
.JQMasterFooter 
{
	height:62px;
	background: #E9F6FE url(../images/footer2.jpg);
	background-position:left bottom;
	background-repeat: repeat-x;
}*/



.ReadOnlyTextBox 
{
	background-color: transparent;
	border: solid 0px;
	color: #C60063 !important;
	font-weight: bold;
}

.GetDataDiv 
{
	margin:10px;
}
.GetDataDiv .Header 
{
	background-color: #ABADB3;
	padding:5px;
	color:blue;
}
.GetDataDiv .Elements div
{
	padding:5px;
}

.ldiv
{
	margin-top:10px;
	margin-left:20px;
	font-weight:bold;
	background: transparent url(../images/ajax-loader.gif) no-repeat;
	padding-left:20px;
	padding-top:1px;
	min-height:20px;
}