@charset "utf-8";

/* CSS Document */







input {

    /* round the corners */

	border: 1px solid #c6c6c6;

	padding: 3px;

    border-radius: 6px;

    -moz-border-radius: 6px;

    -webkit-border-radius: 6px; 

	-ms-border-radius: 6px;

	-o- border-radius: 6px; 

	 border-top-left-radius:6px;

	border-top-right-radius:6px;

	border-bottom-left-radius:6px;

	border-bottom-right-radius:6px;



}



input:focus { 

    outline:none;

    border: 2px solid #197bbd; 

    /* create a BIG glow 

    box-shadow: 0px 0px 14px #0caed8; 

    -moz-box-shadow: 0px 0px 14px #0caed8;

    -webkit-box-shadow: 0px 0px 14px #0caed8;

	-ms-box-shadow: 0px 0px 14px #0caed8;

	-o-box-shadow: 0px 0px 14px #0caed8; */

}


select {

    /* round the corners */

	border: 1px solid #c6c6c6;

	padding: 3px;

    border-radius: 6px;

    -moz-border-radius: 6px;

    -webkit-border-radius: 6px; 

	-ms-border-radius: 6px;

	-o- border-radius: 6px; 

	 border-top-left-radius:6px;

	border-top-right-radius:6px;

	border-bottom-left-radius:6px;

	border-bottom-right-radius:6px;

}
	
	
select:focus { 

    outline:none;

    border: 2px solid #197bbd; 

    /* create a BIG glow 

    box-shadow: 0px 0px 14px #0caed8; 

    -moz-box-shadow: 0px 0px 14px #0caed8;

    -webkit-box-shadow: 0px 0px 14px #0caed8;

	-ms-box-shadow: 0px 0px 14px #0caed8;

	-o-box-shadow: 0px 0px 14px #0caed8; */

}



table#rounded {

	-webkit-border-radius:20px;

	-moz-border-radius:20px;

	-o-border-radius:20px;

	-ms-border-radius:20px;

	border-radius:20px;

	border-top-left-radius:20px;

	border-top-right-radius:20px;

	border-bottom-left-radius:20px;

	border-bottom-right-radius:20px;

	background-color: #F5E7D6; 

	

}



table#rounded tr {

	-webkit-border-radius:20px;

	-moz-border-radius:20px;

	-o-border-radius:20px;

	-ms-border-radius:20px;

	border-radius:20px;

	border-top-left-radius:20px;

	border-top-right-radius:20px;

	border-bottom-left-radius:20px;

	border-bottom-right-radius:20px;

	

}



.button {

    font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-weight: bold;

	color: white;

	-webkit-border-radius:6px;

	-moz-border-radius:6px;

	-o-border-radius:6px;

	-ms-border-radius:6px;

	border-radius:6px;

	border-top-left-radius:6px;

	border-top-right-radius:6px;

	border-bottom-left-radius:6px;

	border-bottom-right-radius:6px;

	background-color: #197bbd;

	width: auto; 

	border: 1px solid #197bbd; 

	padding: 7px;

 }

 

.button:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-weight: bold;

	color: #505050;

    -webkit-border-radius:6px;

	-moz-border-radius:6px;

	-o-border-radius:6px;

	-ms-border-radius:6px;

	border-radius:6px;

	border-top-left-radius:6px;

	border-top-right-radius:6px;

	border-bottom-left-radius:6px;

	border-bottom-right-radius:6px;

	background-color: #ffffff;

	width: auto; 

	border: 1px solid #197bbd;
	
	padding: 7px;
	
	cursor: pointer; 

 }



table#calc {

	-webkit-border-radius:15px;

	-moz-border-radius:15px;

	-o-border-radius:15px;

	-ms-border-radius:15px;

	border-radius:15px;

	border-top-left-radius:15px;

	border-top-right-radius:15px;

	border-bottom-left-radius:15px;

	border-bottom-right-radius:15px;

	/*background-color: #24A7D8;*/

	cellspacing: 0px; 

	cellpadding: 5px;

	padding: 3px;

}



.selectBox {

	border: 1px solid #c6c6c6;

	padding: 3px;

	border-radius:4px;

	

	}