td
{
}

.button
{
	margin: 1px;
	vertical-align: middle;
	padding: 0px;
}
.buttonover
{
	border: #0A246A 1px solid;
	background-color: #B6BDD2;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
.buttondown
{
	border-right: buttonhighlight 1px solid;
	border-top: buttonshadow 1px solid;
	border-left: buttonshadow 1px solid;
	border-bottom: buttonhighlight 1px solid;
	margin: 0px;
	vertical-align: middle;
	padding: 0px;
}


.InputBoxElement /*INPUT BOX*/
{
	background-color:white !important;
	padding: 4px;
	border:solid 1px #BED6E0;
    outline:none;
    resize:none;
}


.MessageIMTabButton
{
	text-align: center;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #3E5684!important;
	height:27px;
	background-color: #f3f3f3!important;
	border: 1px solid #BED6E0!important;
	background-image:url(images/button2.gif)!important;
}
.ActiveMessageIMTabButton
{
	text-align: center;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #3E5684!important;
	height:27px;
	background-color: #EDF1FA!important;
	border: 1px solid #BED6E0!important;
	background-image:url(images/button.gif)!important;
}

.HtmlButton
{
	text-align: center;
	background-color: #eeeeee;
	border:1px solid #808080;
	background-image:url(images/HtmlButton.gif);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	height:27px;
	color: #333333;
}
.HtmlMenuButton
{
	background-color: #eeeeee!important;
	border:1px solid #999999!important;
}

.ConnectionButton
{
	text-align: center;
    font-weight:600;
	color: #3E5684;
	border: 1px solid #6885B9!important;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FCFCFE,endColorStr=#CED9EE);
	background-color: #edf1fa;
	vertical-align:middle;
    -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

.SendButton
{
	  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  -o-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  background-clip: padding-box;
  border-width: 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  color: white;
  display: block;
  margin: 0.2em auto;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  background-color: #edf1fa;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #FCFCFE), color-stop(50%, #edf1fa), color-stop(100%, #CED9EE));
  background-image: -moz-linear-gradient(top, #FCFCFE 0%, #edf1fa 50%, #CED9EE 100%);
  background-image: linear-gradient(top, #FCFCFE 0%, #edf1fa 50%, #CED9EE 100%);
  border-color: #2970a9;
  border-left-color: #6885B9;
  border-top-color: #6885B9;
    font-weight:600;
    font-size:15px;
	color: #3E5684!important;
}

.IMTabButton
{
	height:25px;
}
.NormalIMTabButton
{
	border-right:solid 1px #BED6E0;
	border-bottom:solid 1px #BED6E0;
	border-left:none 0px;

	background-color:#F0F0F0;	
	
	border-top:solid 1px #BED6E0;
}
.ActiveIMTabButton
{
	border-right:solid 1px #BED6E0;
	border-left:solid 1px white;
	border-top:solid 1px #BED6E0;
	border-bottom:solid 1px white;
	
	background-color:white;
	
	background-image:none;
	color:red;
	font-weight:bold;
	
}

.IMTabButtonPanel
{
	border-left:solid 1px #BED6E0;
}
.IMTabControl
{
	
}
.IMTabPage
{
	background-color:White;
	border:solid 1px #BED6E0;
}

.WindowHeader
{
	text-align: center;
	background-color: #EDF1FA;
	background-image:url(images/WindowHeader.gif);
	font-family: Arial, Helvetica;
	font-size: 11px;
	cursor:move;
	font-weight: bold;
	color: #000000;
	height:24px;
	border-bottom:1px solid #8d8d8d;
	vertical-align:middle;
}
.WindowBody
{
	BACKGROUND-COLOR: #f2f2f2;
}

.ChannelTitle
{
	padding: 5px 0 0 5px;
	COLOR: #4C6AA4;	
	font:normal 13px Tahoma;
	font-weight: bold;
}

.NumberOnline
{
	border-bottom: #dddddd 3px solid;
}

/*Message Classes*/

.System
{
	color: #008200;
    font-size:13px;
}

.Msg
{
	
}
.Info
{
}
.Event
{
	color: #008200;
}
.EmotionMessage
{
	font-weight:bold;
	color:#008200;
}
.UserMessage td
{
}

.OfflineMessage td
{
	font-style:italic;
}

.WhisperUserMessage td
{
	font-weight: bold;
	color: Orange;
}
.Connection
{
	color: #008200;
    font-size:13px;
}
.User
{
	color: red;	
}
.Contact
{
	color: #cc0000;	
}
.Admin
{
}
.You
{
	color: Blue;
}
.Sender
{
}
.Target
{
}

.RightPanel
{
	border: 1px solid #BED6E0!important;
}
.MessageList
{
	padding:4px;
	background-color:White;
	border: 1px solid #BED6E0!important;
}

.OperatorMessage td
{
	color:red;
	font-weight:bold;
}

.InstantMyStatus
{
	border-bottom:dashed 1px gray;
}
body, table, select,input, textarea
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
    font-weight:300;color:#000;
}