/* CSS Document */

.txt40C{
	border:#9CA9C9 1px solid;
	height:18px;
	width:40px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	font-size:12px;		
}

.txt30C{
	border:#9CA9C9 1px solid;
	height:18px;
	width:30px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	font-size:12px;		
}

.txt80C{
	border:#9CA9C9 1px solid;
	height:18px;
	width:80px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	font-size:12px;		
}

.txt80C_80FF80{
	width:80px;
	height:16px;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
	text-align:center;
	background-color:#80FF80;
}

.txt80C_FFFF80{
	width:80px;
	height:16px;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
	text-align:center;
	background-color:#FFFF80;
}

.txt130C{
	border:#9CA9C9 1px solid;
	height:18px;
	width:130px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	font-size:12px;		
}


.txt100{
	border:#9CA9C9 1px solid;
	height:18px;
	width:100px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding-left:1px;	
}

.txt150{
	border:#9CA9C9 1px solid;
	height:18px;
	width:150px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding-left:1px;
}

.txt150C{
	border:#9CA9C9 1px solid;
	height:18px;
	width:150px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	font-size:12px;		
}

.txt200{
	border:#9CA9C9 1px solid;
	height:18px;
	width:200px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding-left:1px;		
}

.txt400{
	border:#9CA9C9 1px solid;
	height:18px;
	width:400px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding-left:1px;	
}

.txt400x80{
	border:#9CA9C9 1px solid;
	height:80px;
	width:400px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;		
}

.txt600x500{
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;	
}

.txt400x30C{
	border:#9CA9C9 1px solid;
	height:30px;
	width:400px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	text-align:center;
	font-weight:bold;
}

.lst60{
	border:#9CA9C9 1px solid;
	height:21px;
	width:65px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;		
}

.lst200{
	border:#9CA9C9 1px solid;
	height:21px;
	width:205px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;		
}

.lst400{
	border:#9CA9C9 1px solid;
	height:21px;
	width:405px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;		
}

.btn40{
	border:#9CA9C9 1px solid;
	background-color:#F0F0F0;
	height:19px;
	width:30px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;	
}

.btn100{
	border:#9CA9C9 1px solid;
	background-color:#F0F0F0;
	height:22px;
	width:100px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;	
}

.btn200{
	border:#9CA9C9 1px solid;
	background-color:#F0F0F0;
	height:32px;
	width:205px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;	
}

.btn400{
	border:#9CA9C9 1px solid;
	background-color:#F0F0F0;
	height:32px;
	width:405px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;	
}

.btn75x19{
	border:#9CA9C9 1px solid;
	background-color:#F0F0F0;
	height:19px;
	width:75px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

.btn150x19{
	border:#9CA9C9 1px solid;
	background-color:#F0F0F0;
	height:19px;
	width:155px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}


.lst100x19{
	border:#9CA9C9 1px solid;
	height:19px;
	width:105px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;		
}


.chkOver{
	cursor:default;
}

.txtAmarelo{
	background-color:#f9ff00;
}

.txtVermelho{
	background-color:#f45b5b;
}

.txtGolos{
	background-color:#63ea6a;
}


a.button:link, a.button:visited {
    background-color: #f44336;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}


a.button:hover, a.button:active {
    background-color: red;
}