﻿*
{
	font-family: Arial;
}
body, td {
	color: #ffffff;
}

.header-right {
    font-size: 11px !important;
}

.border
{
	border: solid 1px LightGrey;
}
.footer {
	color: #6B6B6B;
	font-size: 11px;
	margin-top: 10px;
	text-align:center;
}


a,
a:link,
a:visited {
	color: #a6caf0;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#headerTable {
	background-image: url(../../images/header_bk.gif);
	width: 100%;
}

/* Tabs Begin */
.designerTab a {
	display: block;
	width: 92px;
	height: 23px;
	float: left;
	background-image: url(../../images/nav_designer.gif);
}

.designerTab a.active, .designerTab a:focus {
	background-image: url(../../images/nav_designer_o.gif);
}

.settingsTab a {
	display: block;
	width: 85px;
	height: 23px;
	float: left;
	background-image: url(../../images/nav_settings.gif);
}

.settingsTab a.active, .settingsTab a:focus {
	background-image: url(../../images/nav_settings_o.gif);
}

.helpTab a {
	display: block;
	width: 66px;
	height: 23px;
	float: left;
	background-image: url(../../images/nav_help.gif);
}

 #tabsDiv
 {
 	width:250px;
 }
 
/* Tabs End */


 
 #welcomeSpan
 {
 	 height:14px; 
 	 overflow: hidden;
 }
 

/* OuterDiv Begin*/

 #OuterTable
 {
	border-collapse: collapse; 
	width: 100%; 
	/*border: 1px solid;*/
 }
 
#ChatFrame
{
	width: 360px; 
	height: 665px; 
	margin-top: 7px;
}

#CloseChatImage
{
	float: right;
	padding-top: 5px;
}

#MinimizeChatImage
{
	float: right; 
	padding-top: 8px;
}

#ChatHeader
{
	float:left;
}

#BodyFrame
{
	width: 100%;
}

/* OuterDiv End*/

