/* CSS Login */

/* Reset Global */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
   font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
	list-style:none;
}

* { 
	padding:0px;
	margin:0px;
}

/* Estruturas Padr�es */
html {
  height:100%;
  overflow-x:hidden;

}

.clear {
   clear: both;
}

.center {
   position: relative;
	width: 950px;
	margin: 0 auto;
}

body {
   background-color:#DFDFDF;  
}

body {
  position: relative;
  background-color: #FFFFFF;
}

/* Messages */
.message {
   width: 96%;
	height: 30px;
	margin: 5px auto;
	font-size: 14px;
	line-height: 30px;
	text-indent: 10px;
}

.message .title {
   font-weight: bold;
	float: left;
}

.ok {
   background-color: #DBFFDB;
	border: 1px solid #A6FFA6;
}

.err {
   background-color: #FFC8C8;
	border: 1px solid #FF8484;
}

.info {
   background-color: #B1D8FF;
	border: 1px solid #4EA7FF;
}

.alert {
   background-color: #FFFFBD;
	border: 1px solid #E8E800;
}

.centro {
   position: relative;
   width: 899px;
   margin: 0 auto;
}

/* Topo */
#topo {
   height: 165px;
}

#topo #logo {
   position: relative;
	width: 253px;
	height: 76px;
	background-image: url(../images/graphik.png);
	background-repeat: no-repeat;
    margin: 0 auto;
	top: 70px;
}

/* Centro */
#centro {
    position: relative;
	background-color: #353582;
	padding: 34px 0;
}

#loginBox {
   position: relative;
   width: 250px;
	margin: auto;
   padding: 15px 20px;
	background-color: #CCCCCC;
	border: 1px solid #EEEEEE;
	-webkit-box-shadow: 0px 0px 15px #666666 
   -moz-box-shadow: 0px 0px 15px #666666;
	box-shadow: 0px 0px 15px #666666;
}

#frmLogin label {
   font-size: 14px;
	display: block;
	position: relative;
	color: #333333;
	padding-bottom: 5px;
}

#frmLogin .inpLogin {
   border: 1px solid #999999;
	width: 240px;
	height: 25px;
	text-indent: 5px;
	display: block;
	clear: both;
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
	line-height: 25px;
}


#frmLogin .btnLogin {
   display: block;
	margin-top: 10px;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #FFF;
	background-color: #353582;
	border: 1px solid #353582;
}

#error {
   display: block;
	font-size: 14px;
	color: #FF4646;
   display: block;
	padding-bottom: 5px;
}

/* Rodape */
#rodape {
   width: 100%;
}

#copyAction {
   position: relative;
	top: 26px;
	color: #333333;
	line-height: 18px;
	font-size: 14px;
	float: left;
	padding-bottom: 25px;
}

#copyAction .t {
   font-weight: bold;
}

#ubuntu {
   position: relative;
	top: 26px;
	width: 153px;
	height: 58px;
	float: right;
	background-image: url(../images/ubuntu.jpg);
	background-repeat: no-repeat;
}

#comunidades {
   margin-top: 11px;
}

#comunidades a {
   display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 4px;
   background-image: url(../images/redesSociais.jpg);
}

.facebook {
   background-position: 0 0;
}

.twitter {
   background-position: -32px 0px;
}
