@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

.textarial14white
{
    FONT-SIZE: 14px;
    COLOR: white;
    FONT-FAMILY: Arial
}
.textarial10white
{
    FONT-SIZE: 10px;
    COLOR: white;
    FONT-FAMILY: Arial
}
.thinrow
{
    FONT-SIZE: 4px;
    FONT-FAMILY: Arial
}
input[type="text"],
input[type="password"]
{    
    padding-left: 3px;    
}
/*button style*/
a{	
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	text-shadow:0px 1px 0px #fff; /*indent hack*/
	color:#000;
	height:22px;
	display:block;
	text-align:center;
	line-height:21px; /*height from top to bottom border*/
	float:left;
	padding-right:2px;
	overflow:hidden;
	font-family: 'Open Sans',sans-serif, Verdana;
    font-size: 12px;

}
a span{
	background-image: url(../images/button_left.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;	
	height:22px;
	display:block;
	padding-right:18px;
	padding-left:20px;
	cursor: default;
}
a:hover{
	background-position: right -22px;
	text-decoration: none;
	text-shadow:0px 1px 0px #D7FFFF; /*indent hack*/	
}

a:hover span{
	background-position: left -22px;
}
a:active{
	background-position: right -44px;
	color: #FFF;
	text-shadow:0px -1px 0px #000; /*indent hack*/
}
a:active span{
	background-position: left -44px;
}

.clear{ clear:both;}

/*second with class*/

a.style{
	background-image: url(../images/button_right.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	text-shadow:0px 1px 0px #fff; /*indent hack*/
	color:#000;
	height:22px;
	display:block;
	text-align:center;
	line-height:21px; /*height from top to bottom border*/
	float:left;
	padding-right:2px;
	overflow:hidden;

}
a.style span{
	background-image: url(../images/button_left.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	height:22px;
	display:block;
	padding-right:18px;
	padding-left:20px;
}
a:hover.style{
	background-position: right -22px;
	text-shadow:0px 1px 0px #D7FFFF; /*indent hack*/		
}

a:hover.style span{
	background-position: left -22px;	
}
a:active.style{
	background-position: right -44px;
	color: #FFF;
	text-shadow:0px -1px 0px #000; /*indent hack*/
}
a:active.style span{
	background-position: left -44px;
}
.versionnumber
{	
	font-family: verdana;	
	font-size: 12px;
	color: white;
	position:relative; 
	top: 252px;
	left: 465px;
	width: 100px;	
}
.width-regular
{
	width: 130px;
}

