@charset "windows-874";
body {
/*
	margin: 0px;
	scrollbar-face-color: #ff029d; 
	scrollbar-shadow-color: #ff029d; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #fd8dd1; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-track-color: #fccae8; 
	scrollbar-arrow-color: #FFFFFF;
	background-attachment: fixed; 
	*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		
	font-size:12px;
	font-family: Tahoma, MicroSoft Sans Serif, sans-serif, Arial, Helvetica;
	color:#4D4D4D; 
	font-style: normal;
	background:url(../image/background.gif);
	
}

td{
	font-size:12px;
	font-family: Tahoma, MicroSoft Sans Serif, sans-serif, Arial, Helvetica;
	color:#4D4D4D;
	font-style: normal;
}

.chatScrol{
	color:#FFFFFF; 
	scrollbar-face-color: #4D4D4D; 
	scrollbar-shadow-color: #4D4D4D; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #CCCCCC; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-track-color: #CCCCCC; 
	scrollbar-arrow-color: #FFFFFF;	
}

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(image/formbg.gif) repeat-x left top;
}

.fontform {
	border-right: 1px solid; 
	border-top: 2px solid; 
	font-size: 12px;
	border: 1px solid; 
	border-color:#5AB3F7;
	background:#EEF3F6;
	font-family: "Tahoma, MicroSoft Sans Serif"; 
	text-decoration: none;
	
}

.selectBox {
	font-size: 12px;
	font-family: "Tahoma, MicroSoft Sans Serif"; 
	text-decoration: none;	
}

.searchTxtboxMenu {
	border-right: 1px solid; 
	border-top: 2px solid; 
	font-size: 12px; 
	border: 1px solid; 
	border-color: #5AB3F7;
	background:#EEF3F6;
	font-family: "Tahoma, MicroSoft Sans Serif"; 
	text-decoration: none;
	width:6em;
}

/************Border Image Content Style***********/
.borderImg{
	border:1px solid #FD459C;
}

/************Table Content Style***********/
.tblContent{
	background-color:#FFFFFF;
	border:1px solid #FD459C;
}

/************background Title Style***********/
.tr_bg_title{
	background-color:#53bed3;
	/*
	background:url(../image/title_bg.gif) repeat-x left top;
	*/
}
.td_bg_left_title{
	background-color:#53bed3;
	/*
	background:url(../image/title_left.gif)  repeat-x left top;
	*/
}
.td_bg_right_title{
	background-color:#53bed3;
	/*
	background:url(../image/title_right.gif)  repeat-x right top;
	*/
}

.tr_bg_title2{
	background-color:#F31879;
	/*
	background:url(../image/title_bg.gif) repeat-x left top;
	*/
}
.td_bg_left_title2{
	background-color:#F31879;
	/*
	background:url(../image/title_left.gif)  repeat-x left top;
	*/
}
.td_bg_right_title2{
	background-color:#F31879;
	/*
	background:url(../image/title_right.gif)  repeat-x right top;
	*/
}


/*===Red bold font===*/
.toppic{
	font-size:12px;
	color:#FFFFFF;
	text-shadow:#000000;
	font-weight: bold;
}
.title{
	font-size:12px;
	color:#0080FF;
	text-shadow:#000000;
	font-weight: bold;
	
}

/*==========================Link Style==================*/
a:link {
text-decoration: none;
color: #FD459C;
}
a:visited {
text-decoration: none;
color: #FD459C;
}
a:hover {
text-decoration: underline;
color: #DD0E12;
}
a:active {
text-decoration: underline;
color: #DD0E12;
}
/*==========================Link Style==================*/

/*
a:hover{
	background-image:url("javascript:alert();")
}
*/

/***********************************************************
	SET Layer always in view
   Style specs for layer that glides.
   Generally, you don't set height, but since layer nearly empty in this example...
***********************************************************/
#glideDiv { 
  position:absolute; 
  right:0px; top:0px; z-index:200;
  width:120px; height:140px; padding:6px;
  background-color:#91C8FF
  }

/***********************************************************
************Create Context menu For Folder tree menu*************
***********************************************************/
.dhtmlgoodies_tree{
	margin:0px;
	padding:0px;
}
.dhtmlgoodies_tree ul{	/* Sub menu groups */
	margin-left:0px;	/* Left spacing */
	padding-left:0px;
	display:none;	/* Initially hide sub nodes */
}
.dhtmlgoodies_tree li{	/* Nodes */
	list-style-type:none;
	vertical-align:middle;
	
}
.dhtmlgoodies_tree li a{	/* Node links */
	color:#FD459C;
	text-decoration:none;
	font-family:Tahoma, MicroSoft Sans Serif, sans-serif, Arial, Helvetica;
	font-size:12px;
	padding-left:2px;
}
	
#contextMenu{	/* The menu container */
	border:0px solid #202867;	/* Border around the entire menu */
	background-color:#FFF;	/* White background color of the menu */
	margin:0px;
	padding:0px;
	width:175px;	/* Width of context menu */
	font-family:Tahoma, MicroSoft Sans Serif, sans-serif, Arial, Helvetica;
	font-size:12px;
	background-image:url('../images/gradient.gif');
	background-repeat:repeat-y;
	
	/* Never change these two values */
	display:none;
	position:absolute;

}
#contextMenu a{	/* Links in the context menu */
	color: #000;
	text-decoration:none;
	line-height:25px;
	vertical-align:middle;	
	height:28px;
	
	/* Don't change these 3 values */
	display:block;	
	width:100%;
	clear:both;
	
}
#contextMenu li{	/* Each menu item */
	list-style-type:none;
	padding:1px;
	margin:1px;
	cursor:pointer;	
	clear:both;
}
#contextMenu li div{	/* Dynamically created divs */
	cursor:pointer;	
}
#contextMenu .contextMenuHighlighted{	/* Highlighted context menu item */
	border:1px solid #000;
	padding:0px;
	background-color:#E2EBED;

}
#contextMenu img{
	border:0px;
}
#contextMenu .imageBox{	/* Dynamically created divs for images in the menu */

	float:left;
	padding-left:2px;
	padding-top:3px;
	vertical-align:middle;
	
	width: 30px;	/* IE 5.x */
	width/* */:/**/30px;	/* Other browsers */
	width: /**/30px;
}
#contextMenu .itemTxt{
	float:left;		
	width: 140px;	/* IE 5.x */
	width/* */:/**/140px;	/* Other browsers */
	width: /**/140px;		
}
.highlight   
{   
		color: #FF00FF;   
}   
  
.highlight_important   
{   
		color: #FF00FF;
} 