/*
Theme Name: Laiane Camargo
Author: Marcos A Santos (saas.net.br)
*/

*{
	margin:0px;
	padding:0px;
}

body
{
	margin:0px;
	padding:0px;
	font:16px  sans-serif;
	color:#666;
	overflow-x:hidden;
	overflow-y:auto;
	
}

a{
  text-decoration:none;
}
a:link{
  text-decoration:none;
} 

.lk_01{
   color:#999;
   text-decoration:underline;
}

td{
  vertical-align:top;
}

textarea, input {
    font-size: 100%;
    color: #000;
    border: solid 1px #999;
    padding: 2px 2px;
	margin:2px;
    vertical-align: middle;
    z-index: 1;
	width:50%;
}

.header { 
	margin-left:auto;
	margin-right:auto;
	width:100%;
	border:5px solid #666;	 
	text-align:center;
	vertical-align:middle;
	
}

.header td{
	vertical-align:middle;
}


.logo{
	
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:1000px;

}

.menu
{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:1280px;
	
	text-align:right;
	vertical-align:middle;

	
}

.menu li {
	display:inline;
	font-size:1em;
	width:250px;
	height:35px;
	list-style-type:none;
	padding:10px;
	color:#fff;
	margin-right:20px;
	margin-bottom:10px;
	vertical-align:bottom;
	text-align:center;
	text-shadow: 0 1px 1px #ccc;
	background-color:#666;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;

}

.menu li:hover {
	opacity:0.9;
	color:#fff;
	cursor:pointer;
	padding-top:-5px;
	background-color:red;
}

#conteudo{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:1000px;
	padding:10px;
	background-color:#fff;
	
}	

#conteudo li{
	padding:10px;
}

	
#fraCONTEUDO{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:80%;
	padding:10px;
	
	background-color:#fff;
	
}

#lateralDIR{
	position:fixed;
	right:0px;
	top:220px;
	
	background-color: #eee;
	text-align:center;
	padding:10px;
}

#lateralDIR li{
	list-style-type:none;
}
#lateralDIR li:hover{
	list-style-type:none;
	background-color: #222;
}
.rodape
{
	position:relative;
	bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	width:100%;
	height:25px;
	font-size:0.9em;
	font-weight:300;
	padding-top:10px;
	padding-bottom:10px;
	color:#666;
	text-align:left;
	opacity:0.7;
	background-color:#f9f9f9;
}

.bt_01 {
	display: inline-block;
	*display: inline;
	 /* IE7 inline-block hack */
	 padding: 2px 4px 2px;
	margin-bottom: 0;
	min-width:150px;
	line-height: 30px;
	*line-height: 18px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #cacaca;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #e6e6e6;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #cccccc;
	*border: 0;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.bt_01[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bt_01:hover {
  color: #000;
  text-decoration: none;
  background-color: #ccc;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -34px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
