﻿.Content {
	float:right;
	width:718px;
	margin-right:17px;
	margin-bottom:10px;
	color:#555555;
}

.pnlContent 
{
    overflow:hidden;
    white-space:normal;
}

#cke_CKeditor {
    min-width:768px; /* .Content width + 50px */
}

.Content a {
	color:#0060A6;
}
h1, .Content h2, .Content h3, .Content h4, .Content h5, .Content h6 {
	color:#000000;
}

h1 {
	font-size:14pt;
}
h2 {
	font-size:12pt;
}
h3 {
	font-size:10pt;
}
h4 {
	font-size:8pt;
}
h5 {
	font-size:7pt;
}
h6 {
	font-size:6pt;
}



.ContentStart {
	float:left;
	width:509px;
	margin-left:1px;
	margin-right:5px;
	margin-bottom:10px;
	color:#555555;
}

.Sidebar {
	float:right;
	width:187px;
	margin-right:17px;
	margin-bottom:10px;
	color:#555555;
}

.SidebarContainer {
	margin: 0 0 10px 0;
}

.SidebarHead {
    width: 175px;
    min-height: 18px;
    background-color: #37d;
    color: #fff;
    font-weight: bold;
    padding: 3px 5px 3px 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    box-shadow: inset 0px 0px 10px #34b;
}
.SidebarHead a {
	text-decoration:none;
}
.SidebarContent{
	width:175px;
	color:#000000;
	border: solid 1px #000;
	padding: 0 5px 2px 5px;
}

.SidebarContent div p:first-child {
    margin-top: 0px;
}

.SidebarContent div p:last-child {
    margin-bottom: 0px;
}

.SidebarContent a {
	color:#0060A6;
}
.SidebarContent ul {
	padding-left: 14px;
	list-style-type:disc;
	margin:0px;
}

.ContentStart a {
	color:#0060A6;
}
.ContentStart h1, .ContentStart h2, .ContentStart h3, .ContentStart h4, .ContentStart h5, .ContentStart h6 {
	color:#000000;
}

.PathListWrapper
{
    display:block;
    clear:both;
    border-bottom: 1px solid #666;
    font-size:10pt;
    margin: 0 0 10px 0;
}

.PathList
{
    font-size:10pt;
}

.PathList a
{
    text-decoration:none;
    font-weight:bold;
    font-size:10pt;
    color:#000;
}

.PathList a:hover
{
    text-decoration:underline;
}

.SearchContentControlWrapper {
    display:table;
    width:450px;
    clear:both;
    margin:15px auto 10px auto;
}


.SearchContentControlWrapper .Searchbox {
	border: 1px solid #808080;
    background-color:transparent;
    margin: 0px;
    padding:0px 5px 1px 0px;
    height:18px;
    float:left;
    width:423px;
    text-align:left;
}

.SearchContentControlWrapper .SearchImage {
    padding: 2px 0px 0px 3px;
    float:left;
    text-align:center;
}

.SearchContentControlWrapper .SearchContentOptionWrapper {
    clear:both;
    padding: 5px 0 0 0;
}

.SearchContent {
    clear:both;
}

.SearchContent .SearchContentRow {
    margin: 0 0 20px 0;
}

.SearchContent .SearchContentRow .SearchContentTitle, .SearchContent .SearchContentRow .SearchContentTitle .SearchHit {
    font-size:10pt;
    font-weight:bold;
    color: #000;
}
.SearchContent .SearchContentRow .SearchHit {
    background-color:#fff533;
}

.SearchContent .SearchContentRow .SearchContentText {
    text-align: justify;
}

.SearchContent .SearchContentRow .SearchContentText .SearchNoText {
    font-style:italic;
}

.SearchContent .SearchContentRow .SearchContentURL {
    font-size:7pt;
    color:#008811;
}