
input[type=text], input[type=password] {
	font-size: 12px;
	border-style: solid;
	height: 14px;
	width: 150px;
}

select[multiple=multiple] {
	overflow: auto; 
	width: 150px; 
	height: 80px;
	cursor: pointer;
}
a.tree-link:active {
	font-size: small;
	color: #0000A0;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}
.float-right {
	float: right;
}

.line {
	color:'black';
	height:'3';
	text-align:'left';
	width:'100%';
}

.underline {
	text-decoration:underline;
}

.infoMessage {
	background: #DFF4FF no-repeat 6px 50%;
	border: 1px solid #A7CEDF;
	color: #34404F;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}

.errorMessage {
	color: red;
}
.image-bgColor {
   background-color:gray;
}
.panelHeight{
   height: 235px;
}
.results-height{
	height: 235px;
	width: 300px; 
	overflow-x: auto; 
}	
.bold{
	font-weight: bold;
}
.guidelines{
	width: 260px;
	height: 205px;
}
.popup-color{
	background-color: white;
}
.align-dropdown-left{
	margin: 2px 2px 2px 0px;
}

.corePopup {
    position: absolute;
    z-index: 1001;
    width: 300px;
    height: 150px;
    top: 60%;
    left: 40%;
}

.popupBody {
    margin-top: 25px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.popupHeaderWrapper {
    text-align: center;
    vertical-align: middle;
}

.popupHeaderText {
    float: left;
}

.popupHeaderImage {
    float: right;
    margin-top: 2px;
    margin-right: 2px;
}

.button-space {
	margin: 0px 2px 0px 2px;
}

.buttonStyleLink {
	background:#F5F5F5 url(../images/forms/input_shadow.png) repeat-x scroll 0 0;
	color:#34404F;
	cursor:pointer;
	font-weight:bold;
	overflow:visible;
	padding:5px;
	width:auto;
	padding:5px 1px;
	border-top: 1px solid #edecec ;
	border-right: 1px solid #999999 ;
	border-bottom: 1px solid #999999 ;
	border-left: 1px solid #edecec ;
}

.pg-normal {
    color: black;
    font-weight: normal;
    text-decoration: none;    
    cursor: pointer;    
}

.pg-selected {
    color: black;
    font-weight: bold;        
    text-decoration: underline;
    cursor: pointer;
}
