/* Default CSS Stylesheet for a new Web Application project */

.InfoBoxHeader
{
	background-color:#153b63;
	font-family:Arial;
	font-weight:bold;
	color:White;
	text-align:center;
}

.ParameterName
{
	position:relative;
	left:10px;
	bottom:0px;
	width:60px;
	vertical-align:top;
}

.Validator
{
	color:Red;
	width:150px;
	margin-left:5px;
}

.RangeText
{
	FONT: 11px Verdana, Arial, Helvetica, sans-serif;
	color:Black;
	width:150px;
	margin-left:5px;
	position:relative;
	top:0px;
}

.StaticText
{
  COLOR: Black;
  FONT: 11px Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  margin-left:20px;
  width:200px;
 }

SELECT.PSDropDown
 {
  COLOR: #003366;
  FONT: 11px Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
  margin-left:20px;
 }
 
Input.PSTextBox
 {
	COLOR: #003366;
	FONT: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-left:20px;
 }
 
 Input.PSButton[disabled]
 {
	background-color:#849EBD;
	border-color:#153B63;
	color:White;
	
}

a.button {
display: block;
background-color: transparent;
background-image: url(buttonBackground.gif);
background-repeat: no-repeat;
width: 75px;
height: 28px;
margin: 5px auto;
padding: 5px 0 0 0;
text-align: center;
font-size: 100%;
font-weight: bold;
text-decoration: none;
color:White;
}

a.buttonDis, a.buttonDis:visited {
display: block;
background-color: transparent;
background-image: url(buttonBackground.gif);
background-repeat: no-repeat;
background-position: 0 -72px;
width: 75px;
height: 28px;
margin: 5px auto;
padding: 5px 0 0 0;
text-align: center;
font-size: 100%;
font-weight: bold;
text-decoration: none;
}

a.button:hover, a.button:active {

font-size: 100%;
font-weight: bold;
text-decoration: underline;
color: black;

}

a.button:visited
{
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.specialButton 
{
	background-image: url(buttonBackground.gif);

}
.specialButton a:hover, .specialButton a:active 
{
	background-image: url(buttonBackground.gif);
	color: black;
}

.specialButton a:visited
{
	
}




