﻿html
{
	height:100%;
	overflow:hidden;
	overflow-x:hidden;
}
body
{
    overflow: visible;
    font-family: 'Trebuchet MS',Tahoma,Arial,Verdana,Sans-Serif;
    margin: 0px;
    padding: 0px;
    height: 100%; /*firefoxneedit*/
    font-size: 12px;
}
img 
{
    border: 0 none;
}
input[type=text],textarea,input[type=file],select
{
    font-family: 'Trebuchet MS',Tahoma,Arial,Verdana,Sans-Serif;
    padding:3px;
}
textarea
{
    resize: none;
}
input
{
    font-family: 'Trebuchet MS',Tahoma,Arial,Verdana,Sans-Serif;
}
.textarea_chat
{
    font-size: 13px;
    height:36px;
    line-height: 18px;
    padding:5px;
}
.opacity
{
    -moz-opacity: 0.7;
    -webkit-opacity:0.7;
    -khtml-opacity:0.7;
    filter:alpha(opacity=70);
    opacity: 0.7;
}
#chatContent
{
    padding: 0 10px;
    overflow:auto;
    position:relative;
}
#chatContent .border
{
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#chatContent .separator
{
    _position: relative;
    margin: 13px 5px 12px;
}
#chatContent .time_wrap
{
}
#chatContent .status
{
    line-height: 16px;
    height: 16px;
}
#chatContent .message
{
    font-size:13px;
    margin: 4px 10px 8px;
}
.SolidBorder
{
    border: solid 1px #C5C5C5;
}
.ShortTextBox
{
    width: 250px;
    border: solid 1px #C5C5C5;
    height: 18px;
}
.ShortRequiredTextBox
{
    width: 250px;
    border: solid 1px #C5C5C5;
    background-color: #F9F9EC;
}/*
textarea, input[type='text']
{
    border: solid 1px #C5C5C5;
}*/
.Label
{
    color: #000000;
    font-size: 12px;
    white-space: nowrap;
}
.ErrorLabel
{
    font-weight: bold;
    color: #FF0000;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
}
.Button
{
    background-color: #eaeaea;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    border: 1px solid #ccc;
}
.red
{
    color: Red;
}
.FieldName
{
    text-align:right;
}
.FieldStar
{
    color:Red;
    width: 10px;
    font-size:13px;
    font-weight:bold;
}
.FieldValidator
{
    color:Red;
    font-weight:bold;
}
.FieldControl
{
    width:250px;
}
.FieldValue
{
    width:250px;
}
.FieldValue select
{
    width:260px;
}
.FieldTicketPrefix
{
    width:55px;
}
.FieldTicketInput
{
    width:188px;
}
.FieldRequired
{
}
.btnOk
{
    border: 1px solid #ccc;
    background-color: #eaeaea;
    padding: 0px 4px 0px 4px;
    vertical-align: middle;
}
a
{
    color: #333300;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
#CloseChata
{
    font-weight: bold;
    font-size: 13px;
}
#divPoweredBy
{
    color: #333300;
    font-size: 11px;
}
.divPromtMessage
{
    margin-top: 4px;
    margin-left: 5px;
    margin-bottom: 4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    vertical-align: middle;
}
.SuccessLabel
{
    font-weight: bold;
    color: #009999;
    white-space: nowrap;
}
.divHR
{
    border-top: solid 1px #C5C5C5;
    padding-bottom: 6px;
}
.form_foot
{
     text-align:center;
     padding: 10px;
}
.form
{
    overflow:auto;
}
.form_content
{
    padding:10px 16px;
}
.greeting
{
    padding-bottom: 10px;
}

