﻿body
{
	
}

.LanguageMenu
{
	 
}

a.LanguageMenu
{
	color:Green;
}

.LanguageMenu .Selected
{
	color:Red;	
}
  
/* TREE VIEW CONTROL */
.TreeView    
{
    border-bottom:1px dotted #B2B2B2 !important;
}

.TreeView div 
{
    margin-left:5px;   
} 

.TreeView table
{
    border-top:1px dotted #B2B2B2 !important;
}

.TreeView div table
{
    border-bottom:none !important;
    border-top:none !important;
}

.TreeView table td
{
    padding:2px 0; 
}
  
.LeafNodesStyle 
{    
}

.RootNodeStyle 
{   
}

.NodeStyle 
{
}

.ParentNodeStyle 
{
    background:yellow;
}
 

a.SelectedNodeStyle 
{
    background:#E5E5E5;
    display:block;
    padding:2px 0 2px 3px;
}

/*Client Survey Styles*/
.SurveyBar 
{
   background-color: red;
   background-image:url(images/menu_gradient_light.png);
   background-repeat:repeat-x;
   font-size:4px;
   height:15px;
   margin:2px 0px 4px 0px;
}

/*Common Controls*/
.CommandButton,.LinkButton
{
	font-size:11px;
	padding:4px 6px;
	border:0px;
	margin:2px;
	text-decoration:none;
}
#txtSubject, #txtText, #txtMailFrom, #txtMailTo{
	border: inset 1px #567;
}
#txtSubject, #txtMailFrom, #txtMailTo{height:16px;}

.CommandButton
{
	background-color:#990000;
	color:#FFFFFF;
  float: left;
	margin-left: -2px;
	border: solid 1px #ffe;
	cursor: pointer;
}
#Table1{}
#Table1 input{
	float: left;
}
#Table1 label{
	float: left;
	cursor: pointer;
	margin: -2px 0 0 5px;
  *margin: 2px 0 0 5px;
}
#Table1 span{
	padding-bottom: 0px;
	display: block;
}

.LinkButton
{
	color:#990000;
}

a.LinkButton:hover
{
	color:#FF9900;
	text-decoration:underline;
}

.FormLabel
{
	font-weight:normal;
	vertical-align:top;
	text-align:right;
	padding-top:3px;
	padding-right:5px;
	width:180px;
}

.FormActions
{
	text-align:right;
}
