﻿a:link {text-decoration: none;}
a:active {text-decoration: none;}
a:visited {text-decoration: none;color: #000099}
a:hover {text-decoration: underline;color: #000099}
    
/* CSS */
.btnExample {
    color: #000099;
    background: #CCCCCC;
    font-weight: normal;
    border: 1px solid #900;
    display:inline-block;
    width:120px;
    text-align:center;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
}
 
.btnExample:hover {
    color: #FFF;
    background: #900;
    text-decoration: none;
}

.btnExample1 {
    color: #FFF;
    background: #900;
    font-weight: normal;
    border: 1px solid #900;
    display:inline-block;
    width:120px;
    text-align:center;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
    
.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:3px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
	text-align:left;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
	text-decoration: none;
}
.myButton:active {
	position:relative;
	top:1px;
}


.btnAmarelo
{
    color: Black;
    background: #FFFF00;
    font-weight: bold;
    border: 1px solid Black;
    display: inline-block;
    width: 120px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
 
.btnAmarelo:hover {
    color: #FFF;
    background: #900;
    text-decoration: none;
}


.myButton1 {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #23b255), color-stop(1, #4e9685));
	background:-moz-linear-gradient(top, #23b255 5%, #4e9685 100%);
	background:-webkit-linear-gradient(top, #23b255 5%, #4e9685 100%);
	background:-o-linear-gradient(top, #23b255 5%, #4e9685 100%);
	background:-ms-linear-gradient(top, #23b255 5%, #4e9685 100%);
	background:linear-gradient(to bottom, #23b255 5%, #4e9685 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#23b255', endColorstr='#4e9685',GradientType=0);
	background-color:#23b255;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #4e9696;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:3px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
	text-align:left;
}
.myButton1:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4e9685), color-stop(1, #23b255));
	background:-moz-linear-gradient(top, #4e9685 5%, #23b255 100%);
	background:-webkit-linear-gradient(top, #4e9685 5%, #23b255 100%);
	background:-o-linear-gradient(top, #4e9685 5%, #23b255 100%);
	background:-ms-linear-gradient(top, #4e9685 5%, #23b255 100%);
	background:linear-gradient(to bottom, #4e9685 5%, #23b255 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e9685', endColorstr='#23b255',GradientType=0);
	background-color:#4e9685;
	text-decoration: none;
}
.myButton1:active {
	position:relative;
	top:1px;
}