body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size: 13px;
	
	text-align: left;
	background-color: #fff;
	color:#000;
	margin-left:9px;
}

#header {
	padding:10px;
	background:url(images/head.png) repeat-x left bottom;
	padding-bottom: 20px;
}

#credit {
	float:right;
	color:#567B9B;
	line-height: 130%;
	background:url(images/logo.png) no-repeat left top;
	padding-left:85px;
	height: 100px;
}

#credit h1 {
	font-size: 1.1em;
	font-weight: bold;
	margin:0px;
	padding:0px;
	margin-bottom:0.3em;
	margin-right:90px;
}

#credit p {
	margin:0px;
	padding:0px;
	font-weight: normal;
	line-height: 100%;
	margin-right:90px;	
}

#credit a, #credit a:visited  {
	color:#567B9B;
}

input {
	margin-right: 8px;
}

h2 {
	display: none;
}

h3 {
	font-size: 1em;
	color: #FFD039;
	font-weight: bold;
	padding: 0px;
	margin:1.5em 0px 0.5em 0px;
}

#description p {
	color: #DDE2F2;
	font-size: 1em;
	margin:0.5em 0px 0.5em 0px;
}

#description a, #description a:hover, #description a:visited {
	color: #FFF;
}

#description a:hover {
	color: #F0F2CA;
}

#chatoutput ul {
	list-style: none;
	margin:0px;
	padding:0px;
	padding:8px 10px 15px 8px;
}

#chatoutput ul li {/*url(images/liback.png) repeat-x bottom*/
	background:#d7d7d7 ;
	padding:8px 12px 12px 12px;
	font-weight: bold;
	margin:0px;
	color:#FFF;
	line-height: 150%;
	margin-bottom:8px;
}

#chatoutput ul li span.name {
	display: block;
	/*background:url(images/bubble.png) no-repeat left;*/
	padding-left:10px;
	font-weight: normal;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #DFE5EB;
}

#chatoutput ul li:hover span.name {
	color: #FFF;
	/*background:url(images/bubblehover.png) no-repeat left;*/
}

form {
	padding:0px;
	margin:5px;
}

label {
	color: #8a272d;
	display: block;
	margin-top:7px;
	margin-bottom: 3px;
	font-weight: bold;
}

#chatoutput {
	text-align: left;
	/*margin-right: 250px;*/
}

#description {
	float: right;
	width: 226px;
	padding-right: 10px;
	padding-left: 5px;
	color: #DDE2F2;
	line-height: 130%;
}

#description ul {
	margin:0px;
	padding:0px;
	padding-left: 1.5em;
}

#description ul li {
	margin-bottom: 0.4em;
}

/* chat mesmo */
#chatbox {
    border: 1px solid #ccc;
   /* border-radius: 5px;*/
    clear: both;
	height:356px;
	margin:0;
}

#chatoutput {
    text-align: left;
    border-bottom: 1px solid #ccc;
    background-color: #f1f1f1;
    display: block;
    height: 267px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#chatoutput ul {
    list-style: none;
    margin:0px;
}

#chatoutput ul li {
    color:#000;
    word-wrap:break-word;
    text-indent: -10px;
    padding-left:14px;
    font-size: 14px;
}

#chatoutput ul li span.name {
    color: #4d4d4d;
    font-size: 12px;
    font-style: italic;
}

#chatoutput ul li:hover span.name {
    color: #662d91;
}

#anormas {
    cursor: pointer;
    /*float: right;*/
    /*font-weight: bold;*/
    /*margin-top: 1px;*/
    /*margin-right: 1px;*/
}

#chatinput{
    padding: 4px;
}

#chatForm {
    margin-bottom: 0px !important;
}

#chatForm > a {
    /*float: right;*/
    padding-left: 8px;
}

#chatForm #chatbarText {
    margin-bottom: 0px !important;
    /*border: 0px #000000 hidden  !important;*/
    width: 75%;
}

#chatForm #submit {
    /*float: right;*/
    height: 28px;
}

.chat-tooltip {
    box-shadow: 0 0 0 #A381BD !important;
    border-width: 0px !important;
    padding: 0px  !important;
    margin: 0px  !important;
    margin-left: 0px !important;
    border: 0px #000000 hidden  !important;
    margin-top: 0px !important;
}
.chat-tooltip

.usertooltip {
    padding: 5px  !important;
    text-align: center;
    width: 150px;
    border: 3px solid #8557a7  !important;
    border-radius: 5px;
    margin: 3px;
    background-color: #E0D5E9;
    -webkit-box-shadow: 0 8px 6px -6px #4D226D !important;
    -moz-box-shadow: 0 8px 6px -6px #4D226D !important;
    box-shadow: 0 8px 6px -6px #4D226D !important;
}

.usertooltip .avatar {
    background-color: green;
    border-radius: 3px 3px 3px 3px;
    float: left;
}

.usertooltip .location {
    display: block;
    font-size: 11px;
}

.chat-tooltip.ui-tooltip {
    box-shadow: 0 0 0 #A381BD !important;
    max-width: 300px;
    padding: 0px  !important;
    border: 0px #ffffff hidden;
    position: absolute;
    z-index: 9999;
    background-color: transparent;
    background-image: none;
    border-width: 0px !important;
}

.chat-tooltip.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

.chat-tooltip.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.chat-tooltip.tooltip.top {
    padding: 0px  !important;
    marginp: 0px  !important;
}

.chat-tooltip.tooltip.right {
    padding: 0px  !important;
    marginp: 0px  !important;
}

.chat-tooltip.tooltip.bottom {
    padding: 0px  !important;
    marginp: 0px  !important;
}

.chat-tooltip.tooltip.left {
    padding: 0px  !important;
    marginp: 0px  !important;
}

.chat-tooltip.tooltip-inner {
    max-width: 200px;
    /*padding: 8px;*/
    padding: 0px !important;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.chat-tooltip.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.chat-tooltip.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    /*margin-left: -5px;*/
    margin-left: 0px !important;
    border-top-color: #000000;
    border-width: 5px 5px 0;
    border: 0px #000000 hidden  !important;
}

.chat-tooltip.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: 0px   !important;
    border-right-color: #000000;
    border-width: 5px 5px 5px 0;
    border: 0px #000000 hidden  !important;
}

.chat-tooltip.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: 0px !important;
    border: 0px #000000 hidden  !important;
    border-left-color: #000000;
    border-width: 5px 0 5px 5px;
}

.chat-tooltip.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: 0px  !important;
    border-bottom-color: #000000;
    border-width: 0 5px 5px;
    border: 0px #000000 hidden  !important;
}

#topoMensagem {
    color: #000;
   /* font-weight: bold;*/
    margin-bottom: 3px;
    margin-top: 7px;
	padding-left:4px;
	padding-right:4px;
}

#contentorChat{
	width:400px;
	position:relative;margin-left:auto;
	margin-right:auto;}
	
.nameChat{
	width:200px;
	}