.button {
	cursor: pointer;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	-moz-border-radius:5px;
	-moz-box-shadow:#999;
	-moz-appearance:
}
.searchbutton {
	cursor: pointer;
	font-weight:bold;
	margin-top:5px;
	margin-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	-moz-border-radius:5px;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.24, rgb(79,134,245)),
    color-stop(0.62, rgb(111,161,255))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(79,134,245) 24%,
    rgb(111,161,255) 62%
);
}
.buttonDisabled {
	cursor: pointer;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #CCCCCC;
}

.Popup {
	display:block;
	height: 100px;
	width: 190px;
	top: 50%;
	margin-top:-50px;
	left: 50%;
	margin-left: -95px;
	position: absolute;
	border: medium outset #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
	padding: 2px;
	z-index: 100;
}
.overQuota {
	display:block;
	height: 76px;
	width: 160px;
	top: 148px;
	margin-top:-38px;
	left: 50%;
	margin-left: -80px;
	position: absolute;
	border: medium outset #FFFFFF;
	background-color: #FFFFCC;
	text-align: center;
	padding: 2px;
	z-index: 100;
}
.Loading {
	display:block;
	height: 100px;
	width: 190px;
	top: 50%;
	margin-top:-50px;
	left: 50%;
	margin-left: -95px;
	position:absolute !important;
	z-index: 100;
}

// used to hide spry areas
.SpryHiddenRegion {
display:none;
	visibility:hidden;
}
a {
	text-decoration: none;
}
a:link {
	color: #0066FF;
}
a:visited {
	color: #0033FF;
}
a:hover {
	font-weight: bold;
	color: #0033FF;
}
a:active {
	color: #0033FF;
}
ul {margin:0; padding:0; list-style:none; line-height:17px}

 select{
 	margin:0px;
  	padding:0px;
	font-size:10px;
    font-family:Tahoma; 
 /*   color:#8E8E8E;*/ 
    line-height:10px;
	}
input,div,td,select,textarea,body{
	margin:0px;
	padding:1px;
	font-size:11px;
	font-family:Tahoma;
	line-height:12px;
	/*outline-color: #FFFFFF !important;*/
	color: #666666;
	}
	
.large-bold{
  color:#397497;
  font-weight:900;
  font-size: 14px;
}
/*.text1{
    color:#414141;
	font-weight:900;
}
.text2{
    color:#255669;
}
.text3{
    color:#495355;
}*/
.more{
    color:#2898B2;
}
.disclaimer {
	color: #CCCCCC;
	background-color: #000099;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	letter-spacing: 2px;
}

.font_input{
    color:#454545;
	padding:5px
}
.form{
    color:#252525;
	font-weight:900;
}
 .white{
    color:#FFFFFF;
	line-height:16px;
}
 .green{
	color:#0066CC;
	font-weight: bolder;
}

.red {
	color:#FF0000;
	font-weight: bold;
}
.blue{
	color:#397497;
	font-weight: bold;
}
 .policy{
    color:#6C6C6C;
	line-height:14px;
}
 .checkbox{
   width:11px; 
   height:11px;
   margin-right:9px;
   vertical-align:middle;
}

.clocked {
	font-size: 9px;
}

/*.input{
  		width:204px; height:19px;
		border-width:1px;
		border-style:outset;
		background-color:#EAEAEA;
		border-color:#CCCFD6;
    	line-height:10px;
		padding-top:3px;
		padding-left:7px;
		}*/

  .textarea{
  		width:204px; height:133px;
		border-width:1px;
		border-style:solid;
		background-color:#EAEAEA;
		border-color:#CCCFD6;
    	line-height:10px;
		padding-top:3px;
		padding-left:7px;
		overflow:auto;
		}
.cellbkgrnd {
	background-color: #0033CC;
	color: #FFFFFF;
	font-weight: bold;
}
.google {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
.speedtest {
	font-size: 8pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.odd {
	background-color: #C6E3B7;
/*	color: #FFFFFF;*/
}
.even {
	background-color: #FFFFFC;
/*	color: #666666;*/
}
.hover {
	background-color: #E9F4E3;
}
.selected {
	background-color: #BABFE4;
	color: #CCFF00;
}

.currentPage {
	font-variant:normal;
	font-weight: bold;
}
.selectedDetail {
	background-color: #00FF99;
	display: block;
}
#propRow {
	background-repeat: repeat-x;
	background-image: url(/newsearch/images/backgroundFill.png);
}

#tab #TabbedPanels1 .TabbedPanelsContentGroup #tab1 .valign {
	vertical-align: text-top;
}

#container {
	display:block;
	position:absolute;
	top:5%;
	left:15%;
	width: 70%;
	text-align: center;
	margin:5px;
	border: thin solid #999;
}

#formOne {
	display:block;
	float:left;
	margin:5px;
	padding:10px;
	border: thin solid #333;
}
#formTwo {
	display:block;
	padding:10px;
	float:left;
	margin:5px;
	border: thin solid #333;
}
#form{
	width:100%;
	float:left;
	display:block;
}
#formarea{
	width:80%;
	padding-left:10%;
	padding-right:10%;
	margin-right:auto;
	margin-left:auto;
	display:block;
}
#fields{
	float:left;
	text-align:left;
	display:block;
	width:80%;
}
#submit{
	display:block;
	float:right;
}
.input_wide{
/*	width:350px;*/
	width:80%;
}
.input_narrow{
/*	width:330px;*/
	width:60%;
}
