@CHARSET "UTF-8";
#plans_div{
	size:inherit;
	float:left;
	clear:right;
	height:350;
	width:100%;
}
.plan_container {
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.plan_content{
	
	padding: 5px;
	font-size: 12px;
	height:350px;
	width:630px;
	
	}
.plans{
	padding:0px;
	margin:0px;

		}
.plans li {
	
	float:left;
	padding: 0px;
	overflow:hidden;
	position: relative;
	margin:0px;
	margin-left:5px;

}


.plans a{
	text-align:left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	
}
.plans a:hover {
	text-decoration:underline;
	
}

.tab_container {
	border-top: 1px solid #CCC;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 12px;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 0px solid #999;
	border-left: 0px solid #999;
	width: 100%;;
}
ul.tabs li {
	
	float: left;
	margin-right: 10px;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 0px #999 solid;
	border-left: 0px solid #999;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	font-weight:bold;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
	font-weight:bold;
}





.textmenuprinc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.c_a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}
.c_a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}
.c_a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}
.textTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #0066CC;
}
.welcome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #0066CC;
}
.textRedError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.textNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
.textPq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
}
.hostingform {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
}
.contentTable {
background: #FFFFFF;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color:#000;
padding:20px;
}
.contentProject {
font-family: Verdana, Geneva, sans-serif;
font-size: 10px;
color:#CCC;
}
.textTitleTeste {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #0066CC;
	background: #333333;
}
.textTesteNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	background: #333333;
}
.textTestePq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	background: #333333;
}
.contentTesteTable {
background: #333333;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color:#FFFFFF;
}
.inside_td {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	}
	
	#page_links{
	padding:10px;
	text-align:left;
	position:static;
	bottom:0;
	}

div.link-list {
	top:15px;
	width:10.2em;
	position:relative;
	font-size:80%;
	padding-left:1%;
	padding-right:1%;
	margin-left:0;
	margin-right:0;
}

#left_menu{
	width:25%;
	float:left;
	clear:right;
	padding:10px;
	text-align:left;
	margin-left:10px;

}
#inside_body{
	min-height:620px;
	width:65%;
	float:left;
	clear:right;
	border-left-width: thin;
	border-top-color: #000;
	border-left-style: solid;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-color:#FFF;
}
.menuItems {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #06C;
	font-weight: bold;

}
.menuItems:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	color: #06C;
	font-weight: bold;
}
.menuItems:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	color:#006;
	font-weight: bold;
}
.menuItems_visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #06C;
	font-weight: bold;
}
.clientName{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color:#006;
	font-weight: bold;
	
}
.clientName1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color:#006;
	font-weight: bold;
	
}
a {
	text-decoration: none;
}
.listHead{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#003;
	text-align:center;
	
}
#listTr{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#003;
		}
.listTrtd{
 padding:5px;
 text-align:left;
	
	}
	.listTrtdr{
 padding:5px;
 text-align:right;
	
	}
#updateTr{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#003;
	text-align:left;
	}
#updateTr td{
 padding:5px;
 text-align:left;
	
	}
.contentTable1 {
background: #FFFFFF;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color:#000;
margin-left:200px;
}
td img {display: block;}
