html, body{
	width: 100%;
	height: 100%;
}
*{
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	
	font-size: 12px;
	text-decoration: none;
	color: #000;
	text-shadow: 1px 1px 2px #eee;
	outline-color: #555;

}
img{
	border-width: 0px;
}
html{
	overflow-x: auto;
	overflow-y: scroll;
}

#menu{
	height: 31px;
	position:fixed;
	min-width: 780px;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: #fff;
	
	background-image: url("tbbt.png");
	background-repeat: repeat-x;
	background-position: 0px -290px;
	
	border-bottom: 1px solid #ccc;
}
#menu a{
	display: block;
	float: left;
	background-color: #fff;
	background-image: url("ttbb.png");
	background-repeat: repeat-x;
	background-position: 0px -10px;
	border-right: 1px solid #ccc;
	padding: 10px 6px 6px 6px; 
	
	color: #444;
	font-size: 11px;
	height: 15px;
	border-bottom: 1px solid #ccc;
}
#menu a.selected{
	background-color: #fff;
	background-image: none;
	
	height:16px;
	border-bottom-width: 0px;
	color: #000;
}
#menu .right{
	float: right;
	border-left: 1px solid #ccc;
	height: 32px;
}
#main{
	padding-top: 85px;
	padding-bottom: 25px;
	margin-bottom: 30px;
}
#mainpopup{
	margin-top: 20px;
	margin-bottom: 10px;
}

.filter{
	
}
.center{
	width: 95%;
	min-width:780px;
	margin: 0 auto;
}
.grid{
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	width: 100%;
	border-collapse: collapse;
}
.grid .odd{
	background-position: 0px -30px;
}

.grid th{
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 0px 3px;
	overflow: auto;
	height: 25px;
	vertical-align:middle;
white-space:nowrap;
}
.grid td{
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 0px 3px;
	overflow: auto;
	height: 31px;
	vertical-align:middle;
	
	-webkit-box-shadow: 0px 0px 3px #ddd;
	-moz-box-shadow:    0px 0px 3px #ddd;
	box-shadow:         0px 0px 3px #ddd;
}
.grid tr{
	background-image: url("ttbb.png");
	background-repeat: repeat-x;
	background-position: 0px 12px;
	
	
}
.grid tr:hover{
	background-position: 0px -100px;
}

.odd .button{
	background-position: 0px -10px;
}
.button{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	
	padding: 2px 8px 3px 8px;
	display: inline-block;
	cursor: pointer;
	background-color: #fff;
	background-image: url("ttbb.png");
	background-repeat: repeat-x;
	background-position: 0px -30px;	
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	white-space:nowrap;
	text-shadow: 1px 1px 1px #ddd;
	
	
	-webkit-box-shadow: 0px 0px 3px #ddd;
	-moz-box-shadow:    0px 0px 3px #ddd;
	box-shadow:         0px 0px 3px #ddd;
}
.button:hover{
	border: 1px solid #555;
}

.red{
    background-image: none;
    background-color: red;
    color: #fff;
}

.paginacao .selected{
	background-position: 0px -80px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
}

.disabled{
	background-position: 0px 80px;
	color: #aaa;
	cursor: default;
}
.disabled:hover{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

.message{
	position: fixed;
	top: 42px;
	left: 10px;
	text-align: center;
	padding: 6px;

	background-color: #efefef;
	width: 450px;
	
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
		-webkit-box-shadow: 0px 0px 3px #ddd;
	-moz-box-shadow:    0px 0px 3px #ddd;
	box-shadow:         0px 0px 3px #ddd;
}

.actions{
	text-align: right;
	height: 25px;
	padding: 3px;
}

.bigfield{
	height: 80px;
}

.field{
	height: 20px;
	padding-top: 10px;
	margin-bottom: 1px;
}
input, textarea{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	
	
	padding: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: -4px;
	margin-left: -1px;
	
		-webkit-box-shadow: 0px 0px 3px #ddd;
	-moz-box-shadow:    0px 0px 3px #ddd;
	box-shadow:         0px 0px 3px #ddd;
}

input.inputIcon{
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-right-width: 0px;
}
.button.inputIcon{
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;	

}


textarea{
	height: 60px;
	width: 250px;
	margin-top: 5px;
}

.bigfield .label{
	width: 110px;
	display: inline-block;
	text-align: right;
	margin-right: 5px;
	float: left;
	margin-top: 15px;
}

.field .label{
	width: 110px;
	display: inline-block;
	text-align: right;
	margin-right: 5px;
}
.field .input{

}
.submit{
	padding-left: 115px;
}

.pageTitle{
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding: 5px;
	float: left;
}

.sub{
    font-size: 14px;
}

.comment{
    font-weight: normal;
}

.erro{
	color: #ff0000;
	font-weight: bold;
}

input.datepicker{
	width: 65px;
	
}

select{
	
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	
	padding: 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	-webkit-box-shadow: 0px 0px 3px #ddd;
	-moz-box-shadow:    0px 0px 3px #ddd;
	box-shadow:         0px 0px 3px #ddd;
}


select:hover{
	border: 1px solid #555;
}


#ui-datepicker-div{
	margin-left: 73px;
	margin-top: -22px;
	
		-webkit-box-shadow: 0px 0px 3px #ddd;
	-moz-box-shadow:    0px 0px 3px #ddd;
	box-shadow:         0px 0px 3px #ddd;
}

.paginacao{
	margin: 10px;
	text-align: center;
}

/* icone em branco para dar espaço onde não vai icone*/
.blankicon{
	width: 16px;
	height: 15px;
	display: inline-block;
	margin-bottom: -3px;
}

.filtrando{
	display: inline;
	color: red;
	
}

.filtrando a{
	font-weight: normal;
}

.pageBlock{
	border-top: 1px dashed #aaa;
	padding-top: 5px;
	margin-bottom: 10px;

}
.editarImagemCurso{
	border: 1px solid #ccc;
	width: 500px;
	height: 500px;
	float: left;
	margin-top: 300px;
}
.imagemCurso{
	width: 200px;
	height: 200px;
	float: left;
	margin-left: -40px;
	margin-top: 40px;
	overflow: hidden;
	z-index: 100;
}

fieldset{
    padding: 10px;
    display: inline-block;
    margin-top: 20px;
}
legend{
    padding: 0px 10px;
    font-weight: bold;
    font-size: 14px;
}