﻿.Button0 {
    cursor: ponter;
    width: 54px;
    height: 21px;
    background-image: url(../../Images/HoverButtons/btn0.jpg);
}

.Button0:hover {
    width: 54px;
    height: 21px;
    background-image: url(../../Images/HoverButtons/btn0_hover.jpg);
}

/*USAGE:
<div class="Button0" onclick="javascript:afunction()"></div>
<div class="Button0" onclick="href:http://google.com"></div>*/

.Button0 {
    cursor: ponter;
    width: 38px;
    height: 22px;
    background-image: url(../../Images/HoverButtons/btn0.jpg);
}

.Button0:hover {
    width: 38px;
    height: 22px;
    background-image: url(../../Images/HoverButtons/btn0_hover.jpg);
}
.Button0 a{
    color: White;
    font-size: 14px;
    font-family: Arial;
    text-decoration: none;
}


/*USAGE:
<div class="Button0" onclick="javascript:afunction()"></div>
<div class="Button0" onclick="href:http://google.com"></div>*/

.Button1 {
    cursor: ponter;
    width: 164px;
    height: 34px;
    background-image: url(../../Images/HoverButtons/btn1.jpg);
}

.Button1:hover {
    width: 164px;
    height: 34px;
    background-image: url(../../Images/HoverButtons/btn1_hover.jpg);
}

/*USAGE:
<div class="Button1" onclick="javascript:afunction()"></div>
<div class="Button1" onclick="href:http://google.com"></div>*/



/*USAGE:
<div class="Button2" onclick="javascript:afunction()"></div>
<div class="Button2" onclick="href:http://google.com"></div>*/


input.submitButtonGreen {
	background-image:url(../../main/img/smbttn_02.jpg);
	color:#CCFFFF;
	cursor:pointer;
	font-family:Helvetica;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight: bold;
	height:22px;
	line-height:normal;
	margin-bottom:8px;
	text-align:center;
	width:100px;
	padding-bottom: 3px;
}

div.submitButtonGreen 
{
	background-image: url(../../main/img/smbttn_02.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
	font-family:Helvetica;
	color:#CCFFFF;
	height:22px;
	padding-top: 3px;
	line-height:normal;
	margin-bottom:8px;
	text-align:center;
	vertical-align: middle;
	width:100px;
	font-weight: bold;
}

div.submitButtonGreen a
{
	font-size:13px;
	color:#CCFFFF;
	font-family:Helvetica;
	font-size-adjust :none;
	font-stretch: normal;
	font-style: normal;
	font-variant:normal;
	text-decoration: none;
	font-weight: bold;
}
	
	

		
a.standardlink
{
	color: #58973E;
	cursor: pointer;
}

.standardredaleart
{
	color: Red;
	font-family: Arial;
	font-size: 12px;
}
.standardinfo
{
	text-indent: 10px; 
	line-height: 22px;
	font-family: Arial; 
	font-size: 14px;
}

.standardboldgreen
{
	color: #58973E;
	font-weight: bold;
}


#popup_container
{
font-family:'Lucida Grande',arial;
font-weight:bold;
text-align:left;
font-size: 12px;
width: 364px;
height: 86px;
background: #F3F3F3;
border:solid 1px #dedede;
border-bottom: solid 2px #456FA5;
color: #000000;
}

#popup_title
{
display:none;
}
#popup_message
{
padding-top: 15px;
padding-left: 15px;
}

#popup_panel
{
text-align: left;
padding-left:15px;

}
#popup_container input
{
	background-color:#476EA7;
	padding:3px;
	color:#FFFFFF;
	margin-top:20px;
	margin-right:10px;
}

.StandardTextRight
{
	text-align: right;
}

.StandardFloatRight
{
	float: right;
}

.StandardFloatLeft
{
	float: left;
}
.StandardFloatTextLeft
{
	text-align: left;
}
.StandardErrorText
{
	color: Red;
}

.StandardMarginLeftBig
{
	margin-left: 20px;
}

.StandardMarginTopMed
{
	margin-top: 20px;
}

.StandardLineHeightSmall
{
	line-height: 0px;
}
