body { 
    background-color: #FFF;
    font-family: tahoma;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:active {
	text-decoration: none;
}

.table,tr,td {
    padding:0px;
    border-collapse:collapse;
}

.cl {
    border-collapse: collapse;
    vertical-align: top;
    font-family: tahoma;
    padding:0px;
}

p,form {
    margin-top: 0px;
    margin-bottom: 0px;
}

img { 
    vertical-align: top; 
    border:0px;
}

.textbox {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    font-family:tahoma;
    border: 1px #BBB solid;
    background-color: #FFFFFF;
    color: #404040;
    padding-left:2px;
}

/** for drop down menu **/

#dropmenudiv{
	position:absolute;
	border:1px solid #ddd;
	border-top:1px solid #eee;
	font:normal 11px verdana, tahoma, arial;
	color:#777;
	line-height:25px;
	z-index:100;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-align:left;
	text-indent:20px;
	border-bottom: 1px solid #ddd;
	padding: 1px 0;
	color:#666;
	text-decoration:none;
}
#dropmenudiv a:hover { /*hover background color*/
	background-color: #EEE;
}

#dmenuIn a:link ,
#dmenuIn a:active ,
#dmenuIn a:visited {
	color:#858075;
	text-decoration:none;
}

.topBar {
    position:absolute;
    z-index:4;
    line-height:32px;
    color:#FFF;
    font-size:10px;
    font-family:verdana;
    padding-left:48px;
}

.topBar a:link ,
.topBar a:active ,
.topBar a:visited 
{
    color: #FFF;
    font-family:verdana; 
}
/** end drop down menu **/

.tab {
	display:inline; 
	float:left;
	padding: 8px 25px 0px 25px;
	border-right: 2px solid #FFF;
	font-size:10px;
	color: #999;
	height:23px;
	z-index:2;
	cursor:pointer;
}

.tab:hover {
	text-decoration:underline;
}

.tabactive{
	display:inline; 
	float:left;
	padding: 8px 25px 0px 25px;
	background-color: #FFF;
	border-right: 2px solid #FFF;
	text-decoration:underline;
	font-size:10px;
	height:24px;
	color: #222;
	z-index:2;
}

.widget {
	color: #FFF;
}

.widget a:link ,
.widget a:active ,
.widget a:visited 
{
    color: #FFF;
    text-decoration:none;
}
.widget a:hover {
	text-decoration:underline;
}

/** chat room **/

.chatwin
{
	position:relative;
	overflow-y: auto; 
	overflow-x: hidden;
	overflow: auto;
	border-right:1px solid #7E7E7E;
	background-color:#FFF;
}
.intext
{
	border:1px solid #7E7E7E;
	border-left:0px;
	border-bottom:0px;
	background-color:#FFF;
	width:100%;
	height:28px;
	padding:5px;
}
.botText
{
	font-size: 11px; 
	color: #ABABAB;
}
/* Drop menu */
.dropMenu {
	top:0px;
	left:0px;
	z-index:99;
	position:absolute;
	background-color:#555;
}

.dropMenuItem {
	color:#fff;
	height:37px;
	line-height:37px;
	cursor:pointer;
	padding: 0px 75px 0px 25px;
	border-left:1px solid #555;
	border-bottom:1px solid #fff;
}

.dropMenuItem a:link,
.dropMenuItem a:active,
.dropMenuItem a:visited {
	color:#fff;
	text-decoration:none;
}

.dropMenuItem a:hover {
	text-decoration:underline;
}