/*
===============================================================================
SAN Systems Serviços de Informática Ltda
Por Márcio Luís Günther em 15-10-2005
Arquivo de estilos para o painel de controle
===============================================================================
*/

/*
Estilos padrões para todo o site
*/

BODY {
	background-color: #f0f0f0;
	background-image: url("images/background.gif");
	color: #494949;  /* #808080 */
	font-family: BitStream Vera Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #888888;
}

a:hover {
    text-decoration: underline;
    color: #888888;
}

a:visited, a:active {
	color: #888888;
}

.button {
    border: 1px solid #aaaaaa;
    color: #777777;
    background: #dddddd;
    padding: 3px 3px 3px 3px;
    font-size: 11px;
}

.button:hover {
    background: #777777;
    color: #ffffff;
}

.flat {
	border: 1px solid #888888;
}

.error_msg {
	color: #d01313;
}

.standout {
    color: maroon;
    padding: 3px 3px 3px 3px;
    text-align: center;
}

/*
Estilos definidos pelo usuário
*/

#container {
	width: 778px;
	min-height: 800px;

	top: 0;
	right: auto;
	bottom: 0;
	left: auto;

	padding-bottom: 0;

	margin: 0 auto;
	/* border: 1px solid #000000; */
}

.left_border {
	width: 4px;
	height: auto;
	background-image: url("images/sombraesq.gif");
	background-repeat: repeat-y;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	/* border: 1px solid #000000; */
}

.right_border {
	width: 4px;
	height: auto;
	background-image: url("images/sombradir.gif");
	background-repeat: repeat-y;
	top: 0;
	right: 0;
	bottom: 0;
	left: 774px;
}

.top_border {
	width: 774px;
	height: 6px;
	background-image: url("images/topo.gif");
	background-repeat: no-repeat;
	top: 0;
	right: 4px;
	bottom: auto;
	left: 4px;
}

.imgmain {
	width: 770px;
	height: 200px;
	background-image: url("images/imgprincipal.jpg");
	background-repeat: no-repeat;
	top: 100px;
	right: 4px;
	bottom: auto;
	left: 4px;
}

.titulo {
	color: #494949;  /* #808080 */
	font-family: BitStream Vera Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;

	padding-top: 10px;
	padding-left: 20px;
}



.header {
	background: #ffffff;
	width: 770px;
	height: 94px;
	top: 6px;
	right: 4px;
	bottom: auto;
	left: 4px;
}

.header > a > img {
	border: none;
}


.side_left {
	background-color: #ffffff;
	width: 146px;
	height: auto;
	top: 340px;
	right: auto;
	bottom: 30px;
	left: 4px;
	border-right: 1px solid #cccccc;
}

.side_right {
	width: 150px;
	height: auto;
	top: 340px;
	right: 0;
	bottom: 30px;
	left: auto;
	border-left: 1px solid #000000;
}



.content {
	background: #ffffff;
	width: 622px;
	height: auto;

	top: 340px;
	right: 0;
	bottom: 30px;
	left: 151px;

	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

	text-align: left;
}

.content0 {
	background: #ffffff;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

	text-align: left;
}




.footer {
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	line-height: 30px;
}





.site_logo {
	text-align: left;
	vertical-align: middle;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 10px;
}


.tabela {
	text-align: center;
	font-size: 11px;
}

table#bordasimples {
	border-collapse:collapse;
}

table#bordasimples tr td {
	border:1px solid #ABABAB;
	padding-left:5px;
}

#login {
	position: relative;
	width: 400px;
	margin: 20px auto;
}


.hlp_center {
    text-align: center;
}








/*
Troca de Senhas
*/

#password_change {
	position: relative;
	width: 600px;
	height: 400px;
	top: 20px;
	left: 20px;
}

#main_cp {
	position: relative;
	width: 600px;
	height: 400px;
	top: 20px;
	left: 20px;
}





#submenu {
	padding-top: 20px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	font: 11px Verdana, Arial;
	color: #494949;
	font-weight: normal;
}

#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#submenu li {
	padding: 0;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	width: 138px;
}
/*
#submenu > ul > li {
	margin: -3px 3px;
}
*/
#submenu a {
	cursor: pointer;
	display: block;
	height: 16px;
	color: #494949;
	padding: 2px 4px 4px 15px;
	margin: 1px 0px;
}

#submenu > ul > li > a {
	border: 1px solid transparent;
	padding: 2px 4px 4px 14px;
}

#submenu a:visited {
	color: #494949;
}

#submenu a:hover {
	color:c93333;
	border: 1px solid #cccccc;
	margin: 0px;
	padding: 2px 4px 4px 14px;
	background-color: #f7f6f6;
	text-decoration: none;
}





.textopadraobold {
		font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
		font-size: 11px;
        font-weight : bold;
		color: #494949;
}

A.textorodape:LINK {font-size: 10px; color : #868585; text-decoration : none;}
A.textorodape:VISITED {font-size: 10px; color : #868585; text-decoration : none;}
A.textorodape:ACTIVE {font-size: 10px; color : #c93333; text-decoration : none;}
A.textorodape:HOVER {font-size: 10px; color : #c93333; text-decoration : none;}

A:LINK {font-size: 10px; color : #494949; text-decoration : none;}
A:VISITED {font-size: 10px; color : #494949; text-decoration : none;}
A:ACTIVE {font-size: 10px; color : #c93333; text-decoration : none;}
A:HOVER {font-size: 10px; color : #c93333; text-decoration : none;}

