/*Navigation Container*/
.Redmond_NavigationTitle
{
font-weight:bold;
font-size:110%;
}
.Redmond_NavigationTitleCell
{
border-bottom: 1px solid #999;
}
.Redmond_NavigationModule
{

}


/*MainSection Container*/
.Redmond_MainSectionTitle
{
	font-weight:bold;
	font-size:200%;
	color:#008acf;
}
.Redmond_MainSectionTitleCell
{

}
.Redmond_MainSectionSpacer
{
	width:100%;
	border-bottom:1 dotted #339933;
	vertical-align:super;
	margin-top:-15;
}
.Redmond_NavigationModule
{

}

/*SideBar Container*/
.Redmond_SidebarTable
{
	border-right: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	width: 150px;
}
.Redmond_SidebarTopCell
{
	font-size: 1px;
	height: 4px;
	background-color: #7a96df;
}
.Redmond_SideBarBottomCell
{
  height: 4px;
  font-size:1px;
  background-color:#7a96df;
}
.Redmond_SidebarTitle
{
	font-weight:bold;
	font-size:110%;
}
.Redmond_SidebarTitleCell
{
background-color:#F1F1F1;
}
.Redmond_SidebarModule
{
 padding:3px; 
 background-color:#F1F1F1;
}


/* DocSection Container */
.Redmond_DocSectionTitle
{
	font-size:60%;
	margin:0 20px 0 20px;
	padding-top:12px;

}

hr{
border:none 0;
border-bottom:solid 1px #E2E2E4;
height:1px;
margin:-3px 0 -3px 0;
padding:0;
}

.Redmond_DocSectionTitleCell
{
 text-align:left;
 left:auto;

}
.Redmond_DocSectionSpacer
{
	width:100%;
	border-bottom:1 dotted #339933;
	vertical-align:super;
	margin-top:-15;
}


.Redmond_DocSectionModule table
{
clear:both;
}


.Redmond_DocSectionModule .SubHead tr
{

font-family:Verdana, Arial, Helvetica, sans-serif;
display:block;

text-decoration:none;
text-align:left;
border:1px solid;
border-top-color:#FFFFFF;
border-right-color:#82A7D4;
border-bottom-color:#B6D6E1;
border-left-color:#FFFFFF;
background:#D8EAF5;
font-size:70%;
font-weight:bold;
color:#00329B;
padding:3px;

}



.Redmond_DocSectionModule .CategoryHeader,
.Redmond_DocSectionModule  .CreatedDateHeader,
.Redmond_DocSectionModule .DescriptionHeader,
.Redmond_DocSectionModule .DownloadHeader,
.Redmond_DocSectionModule .ModifiedDateHeader,
.Redmond_DocSectionModule .SizeHeader,
.Redmond_DocSectionModule .TitleHeader
  {
    border-left:1px solid #D7E9F5;
    margin:0;
	padding:0;
	border-top:1px solid #82A7D4;
	border-bottom:1px solid #D8E8F5;
	background:#D8EAF5;
}


.Redmond_DocSectionModule td a:hover,
.Redmond_DocSectionModule td a:visited
{
color:#00329B;
}

.Redmond_DocSectionModule td a.selected:hover,
.Redmond_DocSectionModule  td a.selected:visited
{
 color:#FFFFFF;
}
.Redmond_DocSectionModule td p{
margin-top:.1em;
margin-bottom:.2em;
}








