body {
	background: #fff;
	font-family: "Trebuchet MS","Verdana","Arial",sans-serif;
	text-align: center;
	font-size: 12pt;
	color: #6c727a;
}
/* ############################################# GERAIS */
a {
	color: #6c727a;
	text-decoration: none;
}
a:hover {
	color: orangered;
}
img {
	border: 0px;
}
h1 {
	background: url("img/icone.png") 2px no-repeat;
	text-align: left;
	padding-left: 35px;
	margin: 5px;
	color: #6c727a;
	font-style: italic;
	font-family: "Georgia",serif;
}
/* ############################################# MENU */
#menu {
    clear: both;
	height: 30px;
	list-style: none;
	background: #f9f9f9;
    border: 1px solid #999;
    padding: 0px;
    margin: 0px;
    position: relative;
    -webkit-box-shadow: 2px 2px 2px #999;
    -moz-box-shadow: 2px 2px 2px #999;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	color: #999;
    height: 24px;
    padding: 3px 0px 3px 20px;
    margin: 0px 15px;
	text-decoration: none;
	display: block;
}
#menu li ul {
	display: none;
	position: absolute; 
	left: 0;
	width: auto;
    height: auto;
    margin: 0px;
	padding: 10px 0px;
	z-index: 90;
    background: #f9f9f9;
    border: 1px solid #999;
    border-top-color: #f9f9f9;
    -moz-border-radius: 8px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-radius: 8px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-box-shadow: 2px 2px 2px #999;
    -moz-box-shadow: 2px 2px 2px #999;
    
}
#menu li > ul {
	top: auto;
	left: auto;
}
#menu li ul li {
	clear: left;
}
#menu li:hover a, #menu li a:hover {
    color: orange;
}
#menu li:hover ul {
	display: block;
}
#menu li:hover ul li a {
	color: #999;
}
#menu li:hover ul li a:hover {
    color: orange;
}
#menu li.user {
	position: absolute;
    right: 10px;
    top: 4px;
}
#menu li.user a {
    display: inline;
    margin: 0px;
}
#menu li.user:hover a {
    color: #999;
}
#menu li.user a:hover {
    color: orange;
}
#menu li a.inicio {
	background: url("img/inicio.png") 0px no-repeat;
}
#menu li a.incluir {
	background: url("img/incluir.png") 0px no-repeat;
}
#menu li a.editar {
	background: url("img/editar.png") 0px no-repeat;
}
#menu li a.sair {
	background: url("img/sair.png") 0px no-repeat;
}
#menu li a.textos {
	background: url("img/textos.png") 0px 8px no-repeat;
}
#menu li a.fotos {
	background: url("img/fotos.png") 0px 8px no-repeat;
}
#menu li a.usuarios {
	background: url("img/usuarios.png") 0px 8px no-repeat;
}
#menu li a.arquivos {
	background: url("img/enquetes.png") 0px 8px no-repeat;
}
#menu li a.mural {
	background: url("img/mural.png") 0px 8px no-repeat;
}
#menu li a.user {
	background: url("img/usuarios.png") 0px 7px no-repeat;
}
ul#preview {
    list-style: none;
}

div#omenu p {
	text-align: center;
	display: block;
	float: left;
	margin: 20px;
}

/* ############################################# FORM */
form {
	background: #f9f9f9;
	border: 1px solid #afbac7;
	padding: 10px 20px;
	margin: 10px 0px;
    -webkit-box-shadow: 2px 2px 2px #999;
    -moz-box-shadow: 2px 2px 2px #999;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
form input, form textarea, form fieldset select {
	border: 1px solid #afbac7;
	width: 70%;
	font-size: 12pt;
	padding: 5px;
}
form input.small {
	width: 20px;
}
form input:focus {
	border: 2px solid #00aeff;
	padding: 4px;
}
form input#busca, form input#busca:focus {
	width: auto;
	border: 1px solid #afbac7;
	padding: 0px;
}
form select {
	border: 1px solid #afbac7;
	font-size: 12pt;
}
form select#fgrupo {
	width: 20%;
}
form fieldset {
	background: #fff;
	border: 1px solid #afbac7;
	border-top: 2px solid #afbac7;
	padding: 10px;
	margin-top: 10px;
}
form fieldset legend {
	border: 1px solid #afbac7;
	background: #fff;
	padding: 0px 5px;
}
form fieldset input {
	width: auto;
	font-size: 9pt;
}
form input.cb {
	width: auto;
}
form fieldset select {
	border: 1px solid #afbac7;
	font-size: 12pt;
	color: #6c727a;
}
form input.bts {
	background: url("img/button.png") no-repeat;
	font-size: 10pt;
	width: 75px;
	height: 24px;
	border: 0px;
	padding: 0px;
	cursor: pointer;
}
form p.bts {
	text-align: right;
	width: 70%;
}
form p.btc {
	text-align: center;
}
form ul#snaps {
	margin: 0px;
	padding: 0px;
}
form ul#snaps li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
form ul#snaps li img {
	max-width: 120px;
}
form ul#snaps li a {
	border: 1px solid;
	background: #fff;
	display: block;
	margin: 5px;
	padding: 5px;
	text-align: center;
	width: 120px;
	height: 130px;
	font-size: 8pt;
}
form hr {
	clear: both;
	border: 1px solid #f9f9f9;
}
form div#opts {
	float: right;
	width: 200px;
}
form div#opts input {
	width: 80%;
}
form div#opts select {
	padding: 0px;
	width: 85%;
}
form input.opt {
	width: auto !important;
	border: 0px;
}
form div.busca {
	float: right;
}
form a.btm {
        float: left;
        width: 20px;
        height: 20px;
        overflow: hidden;
        text-indent: -5000em;
        background: url("img/more.png") no-repeat;
}
p.erro {
	color: red;
	background: url("img/alerta.png") 2px no-repeat;
	padding-left: 23px;
	margin-left: 30px;
}


/* ############################################# LOGIN */
form#flogin {
	background: #f9f9f9 url("img/users-32.png") 12px 12px no-repeat;
	width: 320px;
	padding: 10px 15px;
	margin: 0px auto;
	margin-top: 80px;
	text-align: left;
}
form#flogin p.msg {
	margin: 0 0 0 35px;
}
form#flogin input {
	width: 308px;
}
form#flogin p.btn {
	text-align: right;
}
form#flogin p.btn input {
	background: url("img/button.png") no-repeat;
	width: 75px;
	height: 24px;
	border: 0px;
	padding: 0px;
	cursor: pointer;
}
form#flogin p.error {
	color: red;
	background: url("img/alerta.png") 2px no-repeat;
	padding-left: 23px;
}

/* ############################################# CONTENT */

div#container {
	text-align: left;
}
div#home {
	background: url("img/info.png") no-repeat;
	padding-left: 25px;
}
table#textos {
	border: 1px solid #afbac7;
	border-collapse: collapse;
	margin: 20px 0px;
	width: 100%;
	clear: both;
}
table#textos tr.z1 {
	background: #fff;
}
table#textos tr.z2 {
	background: #FFFCF0;
}
table#textos th {
	text-align: center;
	background: #afbac7;
	color: #fff;
	font-weight: normal;
}
table#textos td {
	border-left: 1px solid #afbac7;
	text-align: center;
	width: 150px;
}
table#textos td.t {
	background: url("img/texto.png") 5px center no-repeat;
	background-color: "transparent"; 
	padding: 3px 25px;
	text-align: left;
	width: auto;
}


/* ############################################# CALENDAR */
div#opts {
	float: right;
}
table.calendar {
	border: 1px solid;
	font-size: 9pt;
	border-collapse: collapse;	
}
table.calendar th, table.calendar td {
	border: 1px solid;
	text-align: center;
	padding: 0px;
}
table.calendar td a {
	width: 2em;
	display: block;
}
table.calendar td a:hover {
	background: #f9f9f9;
}
table.calendar td a:visited {
	background: orange;
}
div#mdata {
	margin-top: 5px;
	text-align: center;
}
* html ul#menu li a {
    width: 45px;
}