

.direita {

	float: right;

}

div.dominioOpcao{
float:left;
width: 230px;
margin: 2px
}


.text,INPUT.validate-selection, input.required{

  color: #333;

  background-color: #fff;

 border-width: 1px;

  border-style: solid;

  border-color: #e7e7e7;

  border-top-color: #999;

  border-left-color: #999;

  padding: 2px 1px 2px 5px;

}

select.validate-selection, input.required, INPUT.text {

	padding: 1px 2px 0px 5px;

	font-size: 90%;

	font-family: "Trebuchet Ms", "Lucida Sans", Arial, Helvetica, sans-serif;

}

select.validate-selection, select.text  {

	width: 398px;

}

input.required, INPUT.text , TEXTAREA.text {

	width: 400px;

}

validate-selection:hover, validate-selection:focus, input.required:hover, textarea.required:focus, INPUT.text:hover, INPUT.text:focus,TEXTAREA.text:hover, TEXTAREA.text:focus {

	background: #DDE8F2;

}



/* mensagem indicando erro na valida??o: */

input.validation-failed, textarea.validation-failed {

	border: 1px dashed #FF3300;

}

.validation-advice {

	margin: 0;

	padding: 1px 0px 0px 5px;

	color: #FF3300;

	font-size: 75%;
font-weight:bold;

	text-indent: 10px;

}



/* Formulario padrao. a partir de "clientes" */
.form800{
  width: 500px;
}
.form800 input,.form800 select{
font-size:.8em;

}
.form800 .tbutton{
  width:150px;
  margin:12px 30px;
  height:30px;
}
.form800 .tcheck{
width: 20px;
margin: 15px 0 0 10px;

}
.form800 a.sanfone{
  color:black;
}


.form800 H2{
    font-size:.75em;
    margin:10px 0 0 0;
    background:transparent url('/img/ico2/header_background.gif') repeat;
    padding:4px 10px;
}



div.field{
    float:left;
    width:230px;
    margin:10px 10px 0 0; 
    min-height:40px;

}
div.field input{
    width:210px;
    height:21px;
}


.form800 div.icones{

background-color:#ffffff;
border:1px solid #a3a3a3;
width:680px;
height:50px;
padding:10px 0 10px 10px;

}
.form800 div.icones img{
 float:left;
padding:15px 0px;
}

.form800 div.icones a{
  color:#3a6ea5;
  font-size:.8em;
}


.form800 TEXTAREA.text{
    width:450px;
    height:50px;

}
.form800Container P{
  margin:10px 20px;
  font-size:0.8em;
}



div.field select{
    width:215px;
    height:20px;

}








/* CSS Document */

table {
	width: 100%;
	border:1px solid #000000;
	border-spacing: 0px; }

table a, table, tbody, tfoot, tr, th, td {
	font-family: Arial, Helvetica, sans-serif;
}

table caption {
	font-size: 1.8em;
	text-align: left;
	text-indent: 100px;
	background: url(images/bg_caption.gif) left top;
	height: 40px;
	color: #FFFFFF;
	border:1px solid #000000; }

thead th {
	background: url(images/bg_th.gif) left;
	height: 21px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-family: Arial;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left; }

tbody tr {	background: #ffffff; }

tbody tr.odd {	background: #f0f0f0; }

tbody th {
	background: url(images/arrow_white.gif) left center no-repeat;
	background-position: 5px;
	padding-left: 40px !important; }

tbody tr.odd th {
	background: url(images/arrow_grey.gif) left center no-repeat;
	background-position: 5px;
	padding-left: 40px !important; }

tbody th, tbody td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 10px 7px;
	border-bottom: 1px solid #800000;
	text-align: left; }

tbody a {
	color: #000000;
	font-weight: bold;
	text-decoration: none; }

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

tbody tr:hover th {
	background: #800000 url(images/arrow_red.gif) left center no-repeat;
	background-position: 5px;
	color: #ffffff; }

tbody tr.odd:hover th {
	background: #000000 url(images/arrow_black.gif) left center no-repeat;
	background-position: 5px;
	color: #ffffff; }

tbody tr:hover th a, tr.odd:hover th a	{
		 color: #ffffff; }

tbody tr:hover td, tr:hover td a, tr.odd:hover td, tr.odd:hover td a {
	background: #800000;
	color: #ffffff;	 }

tbody tr.odd:hover td, tr.odd:hover td a{
	background: #000000;
	color: #ffffff;	 }

tfoot th, tfoot td {
	background: #ffffff url(images/bg_footer.gif) repeat-x bottom;
	font-size: 0.8em;
	color: #ffffff;
	height: 21px;
	}
	
	
	
	
	
	

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(images/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

	
	









.fluid #wrapper {
	width: 875px;
	margin: 0 auto;
}

#skit_header {
	padding-bottom: 15px;
	border-bottom: none;
}
#skit_menu { display: none; height: 0; }
#skit_metamenu { float: right; margin-top: -20px; padding-bottom: 0px; margin-right: 5px; font-size: 11px; }
#search { display: block; }
h1,h2,h3 {font-weight: bold}
h1 { font-size: 2em; }

ul li {
  list-style-type: disc;
}

ol li {
  list-style-type: decimal;
}

ul,ol {
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.trac-nav li {
	list-style-type: none;
}

body {
	font: 11px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

#skit_contentwrapper {
	background-color: #222;
}

#skit_content {
	margin-right: 225px;
	padding-right: 25px;
	background-color: white;
	border-right: solid 1px #666;
}

.trac-nav {
	float: right;
	margin-top: -10px;
	margin-right: -251px;
	margin-bottom: 0px;
	background-color: inherit;
	border: none;
	padding: 0;
	overflow: hidden;
	width: 225px;
}

.wiki-toc h4 { 
margin: 0px;
padding: 0;
font-size: inherit;
font-weight: bold;
    }
.wiki-toc.trac-nav ul {
	list-style: none;
	padding: 0; margin: 0;
	border-top: solid 1px #666;
	color: #999;
}
.wiki-toc.trac-nav ul ul { border-top: none }
.wiki-toc.trac-nav li {
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #666;
	background: #1c1c1c url(images/header_bg.gif) repeat-x;
}
.wiki-toc.trac-nav li a, .wiki-toc.trac-nav li h4
{
	padding-left: 5px;
	display: block;
	width: 225px;
	padding-top: 10px;
	height: 28px;
	vertical-align: middle;
}
.wiki-toc li:hover {
	border-right: 10px solid #666;
	background: #222;
}
.wiki-toc li.category:hover {
	border-right: none;
	background: #1c1c1c url(images/header_bg.gif) repeat-x;
}
.wiki-toc a:hover {
	color: #ccc !important;
}
.wiki-toc.trac-nav ul > li:first-child {
	margin-right: 0px;
}
.wiki-toc.trac-nav .missing {
	background: inherit;
}
.wiki-toc .active { background: #424242; position: relative; } 
.wiki-toc.trac-nav .icon {
	padding-left: 0;
	margin-left: 0;
	background: inherit;
}

.wiki-toc.trac-nav ul a, .wiki-toc.trac-nav ul h4 { padding-left: 1.25em; }
.wiki-toc.trac-nav ul ul a, .wiki-toc.trac-nav ul ul h4 { padding-left: 2.25em; }

pre {
	font-size: 11px !important;
}

img.topscreen {
	margin-left: -48px;
	margin-top: -23px;
	margin-bottom: 10px;
	border-top: solid 1px #666;
}

#altlinks {
	margin-top: 7px;
}

#altlinks ul {	
	padding-bottom: 0px;
}

table.listing {
	clear: left;
	width: 300px !important;
}

#dirlist td.change {
	white-space: nowrap;

	display: block;
	overflow: hidden;
}

#search {
	margin-top: -50px;
	margin-right: 12px;
	margin-bottom: 35px;
}

input[type=button],input[type=submit] {
	padding: 2px 6px 3px 6px !important;
	font-size: 13px !important;
}

input[type=search] {
	margin-top: 0px;
	width: 130px;
	font-size: 13px !important;
}

/* newticket */

form .field {
	width: auto !important;
}

#summary {
	width: 582px !important;
}

#properties {
	width: 584px !important;
}

#properties table{
	width: 580px;
}

#newticket p {
	margin-top: 10px;
	margin-bottom: 0px;
}

.buttons {
	margin-top: 0px;
}	
	
	

.twitter a{
padding: 40px 0 0 10px ;
height:200px !important;
}

.twitter a img{
margin:10px 0;
}
	
