﻿body {
  font-family: Trebuchet MS;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  color:Black;
}

#headerTabs
{
  border:1px solid #d2dee5; 
  background-color:#e2ebf0;
  margin-bottom:4px;
}
#topshadow{
  background-image: url('../Images/shadow-top.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-color:#0B294C;
  padding:0;
  margin:0 auto;
}
#leftContentRegion
{
  width:0px;
  float:left;
  margin:0;
  padding:0;
}
#mainContentRegion
{
  width:645px;
  float:left;
  margin-left:5px;
}
#rightContentRegion
{
  width:300px;
  float:right;
}
.header
{
  height: 60px;
  padding:0;
}
.header .title
{
  display:block; 
  float:left; 
  margin-left:5px; 
  text-align:center; 
  font-weight:bold; 
  font-style:italic; 
}
.subHeader
{
	font-family:Tahoma;
	background-position: bottom;
	height: 28px;
	background-color: #DEDEDE;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url('../Images/SubHeaderBackground.jpg');
	background-repeat: repeat-x;
	font-size:11px;
	border-bottom:5px solid white;
}
.subHeader input
{
	font-family:Tahoma;
	font-size:11px;
	width:52px;
}
.subHeader .ssitem
{
	font-family:Tahoma;
	font-size:11px;
}


form
{
  padding: 0px;
  margin: 0px;
}
h1
{
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin:0;
  padding:0;
color: #385f8a;
}
h2
{
  font-size: 28px;

  line-height: 20px;
  margin:0;
  padding:0;
}
h3
{
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin:0;
  padding:0;
}

.loginPanelAnonymous
{
  background-color: #E2EBF0;
  border:1px solid #D2DEE5;
  font-size:11px;
}
.loginPanelAnonymous input
{
  font-size:11px;
}
.loginPanelLoggedIn
{
  background-color: #E2EBF0;
  border:1px solid #D2DEE5;
  font-size:12px;
}

.selectedMessagesGridHeader
{
  background-image: url('../images/boxHeadingBgr.gif');
  background-position:bottom left;
  background-repeat:repeat-x;
  color:White;

  text-align:center;
  line-height:25px;  
  clear:both;
  display:block;
font-size:14px;
}
.selectedMessagesGrid
{
  border:1px solid #C1C1C3;
  padding-left:5px;
  padding-right:5px;
  border-collapse:collapse;
}
.selectedMessagesGrid .header
{
  background-color: #324A71;
  color:White;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  line-height:22px;
  height:auto;
}
.selectedMessagesGrid .footerStyle
{
  text-align:center;
  font-size:14px;
}
.selectedMessagesGrid .itemStyle
{
  padding-left:5px;
  padding-right:5px;
  padding-top:5px;
  padding-bottom:5px;
  border-bottom:1px solid #e9e9d9;
}
.selectedMessagesGrid h2
{
  margin:0;
  padding:0;
  font-weight:bold;
  font-size:15px;
  line-height:16px;
}
.selectedMessagesGrid .date
{
  font-size:12px;
  font-weight:bold;
  color:#545454;
}
.selectedMessagesGrid .summary
{
  font-size:11px;
  line-height:13px;
  padding-left:1px;
  display:block;
  clear:both;
  margin-bottom:4px;
}
.selectedMessagesGrid .commentsCount
{
  color:#CC0000;
  border:none;
}
