.OutlookStyle {
  background-color:#6591CD;
  background-image:url(../images/outlook/splitter_bg.gif);
  background-position:left top;
  background-repeat:repeat-x;
  padding:3px 3px 3px 3px;
}

.Splitter
{
  margin:0px;
}

.HorizontalSplitterBar
{
  background-color:transparent;
  border-left:solid 1px #6593CF;
  border-right:solid 1px #6593CF;  
  cursor:e-resize !important;
}

.CollapsedHorizontalSplitterBar
{
  background-color:#AAAAC6; 
  border:none;
}

.VerticalSplitterBar
{
  background-color:#6593CF;
  background-image:url(../images/outlook/splitterbar_vertical.gif);
  background-position:center center;
  border-left:solid 1px #6593CF;
  cursor:n-resize !important; 
}

.CollapsedVerticalSplitterBar
{
  background-color:#C6C6AA; 
}

.ActiveSplitterBar
{
  background-color: #000000;  
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40); 
  opacity: 0.4;
}

/*  background-color:#F3FFF3; */

.NavigationPane
{
  background-color:#F3F3FF; 
}
.FoldersPane
{
  background-color:#FFFFFF; 
}
.FolderPane
{
  background-color:#FFFFFF; 
}
.MessagePane
{
  background-color:#99C9C9; 
}

.h1
{
  color:#15428B;
  background-color:#C4DEFF;
  background-image:url(../images/outlook/h1_bg.gif);
  background-position:top left;
  background-repeat:no-repeat;
  padding:2px;
  padding-left:6px;
  font-family: tahoma, verdana;
  font-size:14px;
  font-weight:bold;
}

.h1 IMG
{
  border:none;
  vertical-align:middle;
}

.h1 .title_txt
{
	color:#15428B;
  font-family: tahoma, verdana;
  font-size:14px;
  font-weight:bold;
  white-space: nowrap;
}

.h1 .title_info
{
	color:black;
  font-family: tahoma, verdana;
  font-size:11px;
  font-weight:normal;
}

.h2
{
  color:#15428B;
  background-color:#D6E8FF;
  background-image:url(../images/outlook/h2_bg.gif);
  background-position:top left;
  background-repeat:no-repeat;
  padding:2px;
  padding-left:6px;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
}

.h3
{
  color:#000000;
  background-color:#FFFFFF;
  padding-top:3px;
  padding-bottom:5px;
  padding-left:3px;
  padding-right:3px;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
}

.h3 IMG
{
  border:none;
  vertical-align:middle;
}

.warning {
	color:Red;
	font-family:Tahoma;
	font-size:11px;
}

.title_filter {
	padding:2px;
	background-color: #E0EDFF;
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: none;
	border-bottom: solid 1px #ADD1FF;
}

.title_filter input {
	font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: normal;
	border: solid 1px #6593CF;
}

.title_filter input.textbox_number {
	font-size: 11px;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
	text-align:right;
}

.title_filter select {
	font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: normal;
	
	border: solid 1px #6593CF;
}

.title_toolbar {
	background-color: #C4DDFF;
	background-image:url(../images/outlook/title_toolbar_bg.gif);
  background-position:left top;
  background-repeat:repeat-x;
  border-top: solid 1px white;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #C4DDFF;
}