﻿* {
  margin: 0;
  padding: 0
  }

body {
  font-size: small;
  font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
  line-height: 1.7em;
  background: #fff url(../imgs/bg.gif) top left repeat-x;
  color: #122b43;
  }

a:link {
  color: #973109;
  }

a:visited {
  color: #973109;
  }

a:hover {
  color: #973109;
  text-decoration: none;
  }

p {
  padding: 0.7em 0;
  }

.right {
  text-align: right;
  }

h1 {
  padding: 25px 0px 0px 0px;
  font-size: 1.8em;
  font-weight: normal;
  }

h2 {
  font-size: 1.5em;
  font-weight: normal;
  color: #000;
  padding: 0.8em 0 0.1em 0;
  }
  
  
.navTreeMenu h3 {
  font-size: 1.1em;
  margin: 15px 15px 0 15px;
  text-indent: 10px;
  font-weight: normal;
  color: #000;
  width: 185px;
  height: 35px;
  line-height: 35px;
  display: none;
  background: url(../imgs/column-header-bg.gif) top left no-repeat;
  }

/************************************************************  PAGE */

.page {
  width: 770px;
  margin: 0 auto;
  }

.header {
  height: 110px;
  background: url(../imgs/header.jpg) top right no-repeat;
  }
  
.header p {
  padding-top: 10px;
  }
  
.quick-nav {
  height: 20px;
  line-height: 20px;
  color: #b3802f;
  position: absolute;
  top: 5px;
  left: -275px;
  }

.quick-nav a, .quick-nav a:visited {
  color: #b3802f;
  }
  
.quick-nav a:hover {
  color: #b3802f;
  }

/************************************************************  NAVIGATION */


.navTreeMenu {
  width: 213px;
  padding-bottom: 15px;
  border: 1px solid #fff;
  margin-top: 75px;
  }
  
.navTreeMenu .navTreeMenu {
  border: none;
  }
  
.navTreeMenu ul.navTreeMenuMain {
  list-style: none;
  padding-left: 15px;
  }
  
.navTreeMenu ul.navTreeMenuMain li {
  float: left;
  list-style: none;
  border-bottom: 1px solid #382513;
  }
  
.navTreeMenu ul.navTreeMenuMain li a {
  display: block;
  text-decoration: none;
  text-align: left;
  background: url(../imgs/nav-li.gif) 0 7px no-repeat;
  padding: 10px 0 10px 35px;
  width: 177px;
  color: #b3802f;
  }

.navTreeMenu ul.navTreeMenuMain li a:hover {
  text-decoration: underline;
  color: #417cb3;
  background: url(../imgs/nav-li.gif) 0 -83px no-repeat;
  }

.navTreeMenu ul.navTreeMenuMain li a.navTreeMenuNodeSel {
  background: url(../imgs/nav-li.gif) 0 -83px no-repeat;
  text-decoration: underline;
  color: #417cb3;
  }

.navTreeMenu ul.navTreeMenuMain li a.navTreeMenuNodeSelected {
  background: url(../imgs/nav-li.gif) 0px -83px no-repeat;
  text-decoration: underline;
  color: #417cb3;
  }
  
.navTreeMenu ul.navTreeMenuMain ul li a.navTreeMenuNodeSelected {
  background: url(../imgs/nav-li.gif) 20px -83px no-repeat;
  text-decoration: underline;
  color: #417cb3;
  }

/* second level */

.navTreeMenu ul.navTreeMenuMain ul li {
  float: left;
  list-style: none;
  border-bottom: 1px solid #382513;
  }

.navTreeMenu ul.navTreeMenuMain ul li a {
  padding: 10px 0 10px 55px;
  background: url(../imgs/nav-li.gif) 20px 7px no-repeat;
  width: 157px;
  display: block;
  }
  
.navTreeMenu ul.navTreeMenuMain ul li a:hover {
  background: url(../imgs/nav-li.gif) 20px -83px no-repeat;
  }

/* third level */
  
.navTreeMenu ul.navTreeMenuMain ul ul li {
  float: left;
  list-style: none;
  border-bottom: 1px solid #382513;
  }
  
.navTreeMenu ul.navTreeMenuMain ul ul li a {
  padding: 10px 0 10px 75px;
  background: url(../imgs/nav-li.gif) 40px 7px no-repeat;
  width: 137px;
  display: block;
  }
  
.navTreeMenu ul.navTreeMenuMain ul ul li a:hover {
  background: url(../imgs/nav-li.gif) 40px -83px no-repeat;
  }

  

/************************************************************ MAIN */



/************************************************************ CONTENT */

.content-main {
  width: 480px;
  float: right;
  position: relative;
  }
  
.content-top {
  background: url(../imgs/content-bg-top.jpg) top right no-repeat;
  }
  
.content-bottom {
  padding: 0;
  padding-top: 130px;
  }

.content ul,
.content ol {
	padding: 10px 0 10px 15px;
}

.content table {
	width: 100%;
}

.content table td {
	padding: 2px 4px;
}

.column {
  width: 213px;
  float: left;
  padding-right: 35px;
  }
/************************************************************ STARTER */

.FolderHeader {
  background: none;
  color: #fff;
  text-align: left;
  margin-top: 30px;
  position: absolute;
  top: 20px;
  left: -275px;
  width: 350px;
  overflow: visible;
  border-left: 10px solid #417cb3;
  padding-left: 15px;
  }

.FolderHeader h1 {
  padding: 10px 0px 0px 0px;
  font-size: 1.9em;
  font-weight: bold;
  color: #b3802f;
  margin: 0;
  padding: 0;
  }

.FolderHeader a, .FolderHeader a:visited {
  font-size: 12px;
  color: #b3802f;
  margin: 0;
  padding: 0;
  }
  
.FolderHeader p
  {
  	clear: both;
  	padding: 5px 0px 0 0;
    color: #b3802f;
  }
  


/************************************************************  FOOTER */

.cleaner
{
	clear:both; height:1px;
	border: 0 none;
}


.FolderContentSubItems
{
	margin-left: 15px;
	margin-bottom: 10px;
}

.cleanerUnvisible 
{
	clear: both;
	border: 0 none;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	visibility: hidden;
	padding-bottom: 10px;
}

/* mpArticleView ------------------------------------------------------------------------- begin */
.mpArticleContent {
  padding-bottom: 0px;
}
.mpArticleContentBody {

}
.mpArticleContentHeader h1,
.mpArticleContentHeader h1, 
.mpArticleContentHeader h2 { 
  padding-bottom: 10px;
	margin: 10px 10px 0px 0px;
	color: #417cb3;
	font-size: 1.6em;
	font-weight: bold;
}

.mpArticleContentHeader a, .mpArticleContentHeader a:visited  {
  color: #37454e;
  text-decoration: none;
  }


.mpArticleContentHeader 
{ 
	margin:0 
}
.mpArticleContentHeader p 
{ 
	padding-left: 10px; 
}
.mpArticleContentFooter {
	clear:left;
  background: #f9fbff url(../imgs/article-bg.gif) bottom left repeat;
	color:#fff;
	margin-bottom:0px;
	margin-top: 0px;
	border-bottom: 4px solid #b3802f;
	padding: 5px 0 5px 3px;
	
}
tentFooter p { margin:0 }
.mpArticleContentFooter a, .mpArticleContentFooter a:visited {color:#fff }
/* mpArticleView ------------------------------------------------------------------------- end */




/* mpImageView ------------------------------------------------------------------------- begin */
.mpImageContent {
	background:#fff url(../imgs/ObjectContent.gif) 0 0 no-repeat;
	border-width:3px 3px 0 3px;
}

.mpImageContentBody {
	padding:  0px 10px 10px 10px;
/*	background:url(../imgs/ObjectContentBody.gif) bottom left no-repeat; */
}

.mpImageContentHeader h2 
{ 
  color: #37454e;
	margin:  10px 10px 0px 10px;
}
.mpImageContentFooter {
	clear:left;
	/* background:#eef url(../imgs/ObjectContentFooter.gif) bottom left no-repeat; */
	background:#7bad51; 
	color:#1e3c05;
	padding: 3px 0px;
	margin-bottom:0px;
	border-bottom: 4px solid #382513;
}
.mpImageContentHeader 
{ 
	margin:0 
}
.mpImageContentFooter p { margin:0 }
.mpImageContentFooter a, .mpImageContentFooter a:visited { color:#1e3c05 }
.mpImageContentBody h2
{
	margin-top: -5px;
	padding-top: 10px;
	top: 0px;
}
.mpImageContentImage
{

}
/* mpImageView ------------------------------------------------------------------------- end */



/* mpImageGalleryView ------------------------------------------------------------------------- begin */
.mpImageGalleryContent {

}
.mpImageGalleryContentBody {
	padding:  0px 10px 10px 10px;
/*	background:url(../imgs/ObjectContentBody.gif) bottom left no-repeat; */
}
.mpImageGalleryContentHeader h2 
{ 
	margin: 10px 10px 0px 10px;
  color: #37454e;
}

.mpImageGalleryContentBody img {
	width: 145px;
}

.mpImageGalleryContentFooter {
	clear:left;
	/* background:#eef url(../imgs/ObjectContentFooter.gif) bottom left no-repeat; */
	background:#7bad51; 
	color:#1e3c05;
	padding: 3px 0px;
	margin-bottom:0px;
	border-bottom: 4px solid #382513;
}
.mpImageGalleryContentHeader 
{ 
	margin:0 
}
.mpImageGalleryContentFooter p { margin:0 }
.mpImageGalleryContentFooter a, .mpImageGalleryContentFooter a:visited { color:#1e3c05 }
.mpImageGalleryContentBody h2
{
	margin-top: -5px;
	padding-top: 10px;
	top: 0px;
}

.mpImageImageGalleryImage img {
  border: 1px solid #ffc60e;
  }

/* mpImageGalleryView ------------------------------------------------------------------------- end */



/* mpFileView ------------------------------------------------------------------------- begin */
.mpFileContent {
	background:#fff url(../imgs/ObjectContent.gif) 0 0 no-repeat;
	border-width:3px 3px 0 3px;
}
.mpFileContentBody {
	padding:  10px 10px 10px 10px;
}
.mpFileContentBody h2 
{ 
	margin: 10px 10px 0px 5px;
  color: #37454e;
	font-size: 1.4em;
}

.mpFileContentBody .icon {
	float: left;
	clear: both;
	position: relative;
}

.mpFileContentBody .content {
	float: none;
	width: auto;
	padding: 0;
	border: none;
	overflow: hidden;
	position: relative;
}

.mpFileContentBody img 
{ 
	margin: -3px 0px 0px 0px;
}

.mpFileContentFooter {
	clear:left;
	background:#7bad51; 
	color:#1e3c05;
	padding: 3px 0px;
	margin-bottom:0px;
	border-bottom: 4px solid #382513;
}
.mpFileContentHeader 
{ 
	margin:0 
}
.mpFileContentFooter p { margin:0 }
.mpFileContentFooter a, .mpFileContentFooter a:visited  { color:#1e3c05 }
.mpFileContentBody h2
{
	margin-top: -5px;
	padding-top: 10px;
	top: 0px;
}
.mpFileContentBody img
{
	padding-top: 10px;
	padding-left: 0px;
	margin-left: 0px;
}

/* mpFileView ------------------------------------------------------------------------- end */



/* mpUrlView ------------------------------------------------------------------------- begin */
.mpUrlContent {
	background:#fff;
	border-width:3px 3px 0 3px;
}
.mpUrlContentBody {
	padding:  0px 10px 0px 10px;
}
.mpUrlContentHeader h2 
{ 
  color: #37454e;
	margin: 10px 10px 0px 10px;
}

.mpUrlContentBody .img
{
	float: left;
	padding: 12px 10px 0 0;
	position: relative;
}

.mpUrlContentHeader 
{ 
	margin:0 
}
.mpUrlContentBody h2
{
	margin-top: -5px;
	padding-top: 10px;
	padding-left: 5px;
	top: 0px;
  color: #a1591f;
}
.mpUrlContentBody img
{
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

.mpUrlContentFooter {
	clear:left;
	background:#7bad51; 
	color:#1e3c05;
	padding: 3px 0px;
	margin-bottom:0px;
	border-bottom: 4px solid #382513;
}
.mpUrlContentFooter p { margin:0 }
.mpUrlContentFooter a, .mpUrlContentFooter a:visited  { color:#1e3c05 }


/* mpFramePageView ------------------------------------------------------------------------- begin */
.mpFramePageContent {
	background:#fff url(../imgs/ObjectContent.gif) 0 0 no-repeat;
	border-width:3px 3px 0 3px;
}
.mpFramePageContentBody {
	padding:  0px 10px 0px 10px;
/*	background:url(../imgs/ObjectContentBody.gif) bottom left no-repeat; */
}
.mpFramePageContentHeader h2 
{ 
  color: #37454e;
	margin: 10px 10px 0px 10px;
}
.mpFramePageContentFooter {
	clear:left;
	background:#7bad51; 
	color:#1e3c05;
	padding: 3px 0px;
	margin-bottom:0px;
	border-bottom: 4px solid #382513;
}
.mpFramePageContentHeader 
{ 
	margin:0 
}
.mpFramePageContentHeader p 
{ 
	padding-left: 10px; 
}
.mpFramePageContentFooter p { margin:0 }
.mpFramePageContentFooter a, .mpFramePageContentFooter a:visited { color:#1e3c05 }
/* mpFramePageView ------------------------------------------------------------------------- end */



/* mpHtmlTextView ------------------------------------------------------------------------- begin */
.mpHtmlTextContent {
	font-style: italic;
}
.mpHtmlTextContentBody {
	padding:  0px 10px 0px 10px;

}
.mpHtmlTextContentHeader h2 
{ 
  color: #37454e;
	margin: 10px 10px 0px 10px;
}

.mpHtmlTextContentHeader 
{ 
	margin:0 
}
.mpHtmlTextContentHeader p 
{ 
	padding-left: 10px; 
}
.mpHtmlTextContentFooter {
	clear:left;
	background:#7bad51; 
	color:#1e3c05;
	padding: 3px 0px;
	margin-bottom:0px;
	border-bottom: 4px solid #382513;
}
.mpHtmlTextContentFooter p { margin:0 }
.mpHtmlTextContentFooter a, .mpHtmlTextContentFooter a:visited { color:#1e3c05 }
/* mpHtmlTextView ------------------------------------------------------------------------- end */


/* mpDiscussionView ------------------------------------------------------------------------- begin */

.Discussion {

  }

.mpDiscussionContent {
	background:#fff url(../imgs/ObjectContent.gif) 0 0 no-repeat;
	border: none;
}

.mpDiscussionContent .author input {
	width: 470px;
}

.mpDiscussionContent textarea {
	width: 470px;
	height: 100px;
	margin: 0 0 5px 0;
}

.DiscussionItemEditContent .title {
	float: left;
	padding: 0 3px 0 0;
}

.DiscussionItemEditContent .ed {
	font-weight: bold;
}

.mpDiscussionContentBody {

/*	background:url(../imgs/ObjectContentBody.gif) bottom left no-repeat; */
}
.mpDiscussionContentHeader h2 
{ 
	margin: 0px 10px 0px 0px;
  color: #382513;
  font-weight: bold;
}
.mpDiscussionItemContentHeader h2
{
  color: #382513;
	margin: 0px 10px 0px 10px;
  font-weight: bold;
}
.mpDiscussionContentHeader p 
{ 
	margin: 0px 10px 0px 10px;
}
.mpDiscussionContentFooter {
	clear:left;
	/* background:#eef url(../imgs/ObjectContentFooter.gif) bottom left no-repeat; */
	background:#7bad51; 
	color:#1e3c05;
	padding: 3px 0px;
	margin-bottom:0px;
	border-bottom: 4px solid #382513;
}
.mpDiscussionContentHeader 
{ 
	margin:0 
}
.mpDiscussionContentFooter p { margin:0 }
.mpDiscussionContentFooter a, .mpDiscussionContentFooter a:visited { color:#1e3c05 }
/* mpDiscussionView ------------------------------------------------------------------------- end */

/* DiscussionItemEdit ------------------------------------------------------------------------ begin*/
.DiscussionItemEditHeader {

}
.DiscussionItemEditHeader h3
{
  color: #417cb3;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	font-size: 1.4em;
}
.DiscussionItemEditContent 
{
	margin-top: 0px;
	background: #fff;
	margin-bottom: 10px;
	padding: 10px;

}
.DiscussionItemEditBody {
	background: #fff url(../imgs/ObjectContent.gif) 0 0 no-repeat;
}



input.button {
  color: #fff;
  border: none;
  background: #b3802f;
  padding: 2px 10px;
  }

textarea, .TextBox {
  border: 1px solid #b3802f;
  background: #ffffff;
  padding: 5px;
  }
  
.pageItem {
  color: #417cb3;
  font-weight: bold;
  }
  
.FormEditBody .pageItem {
  width: 100px;
  display: block;
  }
  
.pageItem a, .pageItem a:visited {
  color: #df5a00;
  }
  
/* DiscussionItemEdit --------------------------------------------------------------------------- end */


/* mpDiscussionItemView ------------------------------------------------------------------------- begin */
.mpDiscussionItemContent {
	background:#fff url(../imgs/ObjectContent.gif) 0 0 no-repeat;
	border-width:3px 3px 0 3px;
}
.mpDiscussionItemContentBody {
	padding:  0px 10px 0px 10px;
	margin: 0px;
/*	background:url(../imgs/ObjectContentBody.gif) bottom left no-repeat; */
}
.mpDiscussionItemContentHeader h2 
{ 
  color: #37454e;
	margin: 5px 10px 0px 10px;
}
.mpDiscussionItemContentFooter {
	clear:left;
	/* background:#eef url(../imgs/ObjectContentFooter.gif) bottom left no-repeat; */
	background:#7bad51; 
	color:#1e3c05;
	padding: 3px 0px;
	margin-top: 0px;
	margin-bottom:10px;
	margin-left: 10px;
	border-bottom: 4px solid #1e3c05;
}
.mpDiscussionItemContentHeader 
{ 
	margin:0 
}
.mpDiscussionItemContentFooter p { margin:0 }
.mpDiscussionItemContentFooter a, .mpDiscussionItemContentFooter a:visited { color:#1e3c05 }
/* mpDiscussionItemView ------------------------------------------------------------------------- end */


/* mpFormControlView ------------------------------------------------------------------------- begin */
.mpFormControlContent {

}
.mpFormControlContentBody {
	padding:  0px 10px 0px 10px;
/*	background:url(../imgs/ObjectContentBody.gif) bottom left no-repeat; */
}
.mpFormControlContentBody h2
{
	margin-top: -5px;
	padding-top: 10px;
	top: 0px;
	color: #b3802f;
	font-weight: bold;
	padding-left: 5px;
}

.mpFormControlContentBody table td {
  color: #000;
  }

.mpFormControlContentFooter {
	clear:left;
	/* background:#eef url(../imgs/ObjectContentFooter.gif) bottom left no-repeat; */
	background:#7bad51; 
	color:#1e3c05;
	padding: 3px 0px;
	margin-bottom:0px;
	border-bottom: 4px solid #1e3c05;
}
.mpFormControlContentHeader 
{ 
	margin:0 
}
.mpFormControlContentFooter p { margin:0 }
.mpFormControlContentFooter a, .mpFormControlContentFooter a:visited { color:#274806 }

.mpFormControlContentBody img
{
	padding-top: 10px;
	padding-left: 0px;
	margin-left: 0px;
}

/* mpFormControlView ------------------------------------------------------------------------- end */


/* mpUrlView ------------------------------------------------------------------------- end */



/* formAddNew.aspx -------------------------------   EDITACE  -------------------------------------------- begin*/


.FormAddNewContent {
	clear: both;
	border: 10px solid #b3802f;
	width: 770px;
	margin: 50px auto 20px auto;
	background: #fff;
	padding-bottom: 15px;
  }
  
.FormAddNewContent h1 {
  font-size: 1.8em;
  font-weight: bold;
  color: #b3802f;
  padding: 0.8em 0 0.1em 0;
  }

.FormAddNewHeader {
	background:#fff;
	padding: 0px 10px 5px 20px;
	margin: 10px 10px 0px 10px;
	color: Black;
}
.FormAddNewHeader p {	margin: 0px 0px 0px 0px; color: Black; }
.FormAddNewHeader 
{
	padding-top: 10px;
	top: 0px;
}
.FormAddNewItem
{
	margin:  0px 10px 0px 10px;
	background: #fff;
	color: Black;
	padding: 0 20px;
}
.FormAddNewItem h2 
{ 
	padding: 20px 10px 5px 10px;
	font-size: 20px;
}
.FormAddNewItem p {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}
/* formAddNew.aspx --------------------------------------------------------------------------- end */



/* FormEdit.aspx --------------------------------------------------------------------------- begin*/
.FormEditHeader {
	background:#fff;
	padding: 0px 10px 5px 0px;
}
.FormEditHeader h1
{
  color: #b3802f;
	margin: 0px 0 20px 0;
	font-weight: bold;
}
.FormEditContent 
{
	clear: both;
	border: 10px solid #b3802f;
	width: 770px;
	margin: 50px auto 20px auto;
	background: #fff;
	padding: 0 20px;
}
.FormEditBody {

	background:#fff;
}

.FormEditBody legend {
	padding:  0px 10px;
	color: #b3802f;
	font-size: 1.2em;
	font-weight: bold;
}

.FormEditBody fieldset {
  border: 1px solid #b3802f;
  padding: 10px;
}

.FormEditTitle h2 
{ 
	margin: 10px 10px 0px 10px;
}
.FormEditTitle 
{ 
	margin:0 
}
.FormEditBodyContent {
	background:#fff;
	border:solid #eef;
	border-width:3px 3px 0 3px;
}


/* FormEdit.aspx --------------------------------------------------------------------------- end */



/* PasswordIU.aspx --------------------------------------------------------------------------- begin*/
.PasswordIUHeader {
	background:#eef url(../imgs/FolderHeader.gif) 0 0 no-repeat;
	padding: 0px 10px 5px 20px;
	border-bottom: solid 1px blue;
}
.PasswordIUHeader h1
{
}
.PasswordIUContent 
{
	padding: 0px 10px 0px 10px;
}
.PasswordIUBody 
{
	margin-top: 10px;
	height: 200px;
	padding: 4px 10px 0px 10px;
	background:#eef;
}

.PasswordIUTitle h2 
{ 
	margin: 10px 10px 0px 10px;
}
.PasswordIUTitle 
{ 
	margin:0 
}
.PasswordIUBodyContent {
	background:white url(../imgs/ObjectContent.gif) 0 0 no-repeat;
	border:solid #eef;
	border-width:3px 3px 0 3px;
}


/* PasswordIU.aspx --------------------------------------------------------------------------- end */


/* pager ------------------------------------------------------begin- */
.pagerButtons
{
  background: none;
  color: #417cb3;
  padding: 2px 5px;
  margin-top: 5px;
  text-align: center;
  display: block;
  width: 480px;
  height: 25px;
}

.pagerButtons img
{
  margin-top: 5px;
  border: none;
}

.pagerButtons a, .pagerButtons a:visited
{
  color: #417cb3;
}

.pagerButton
{
  padding : 0px 2px 0px 2px;
  font-size: 11px;
  color: #fff;
  font-family: sans-serif;
  padding: 0 5px;

  
}
a.pagerButtonSel , a:visited.pagerButtonSel
{
  text-decoration: none;
  color: #000;
}
/* pager ------------------------------------------------------end- */




/* prava ------------------------------------------------------------------------- end */
.AspNet-GridView table
{
	font-size : 12px;
	color : black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
  margin: 10px;
}

.AspNet-GridView tbody .AspNet-GridView-Alternate
{
	 background-color: white; 
}
.AspNet-GridView tbody tr
{
	background-color: #fff;
	
}
.AspNet-GridView td
{
  padding: 5px;
	text-align: center;

}
.AspNet-GridView th
{
	padding: 4px 22px;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #fff;
}

.AspNet-GridView thead
{
	background-color: #417cb3;
	font-weight: bold;	
	color: White;
}/* GridView ------------------------------------------------------------------------- end */









/* ObjectRights.aspx --------------------------------------------------------------------------- begin*/
.ObjectRightsHeader {

}
.ObjectRightsHeader h1
  {
  margin: 0;
  color: #b3802f;
  font-weight: bold;
  }

.trHeader {
  font-size: 1.4em;
  color: #417cb3;
  padding: 15px 0px 5px 0; 
  font-weight: bold;
  }
  
.ObjectRightsHeader p { margin: 0px 0px 0px 0px; }
.ObjectRightsContent 
{
	clear: both;
	border: 10px solid #b3802f;
	width: 775px;
	margin: 50px auto;
	background: #fff;
	padding: 0 15px 15px 20px;
	
}

pageInfoHelp {
  width: 200px;
  }

.ObjectRightsContent fieldset {
  border: 1px solid #b3802f;
  padding: 15px;
  width: 730px;
  margin-top: 20px;
  }
  
.ObjectRightsContent legend {
  color: #b3802f;
  font-size: 1.1em;
  padding: 0px 10px;
  }  

.ObjectRightsTitle h2 
{ 
	margin: 10px 10px 0px 10px;
}
.ObjectRightsTitle 
{ 
	margin:0 
}
.ObjectRightsBodyContent 
{

}
.ObjectRightsBodyContent hr
{
	border-bottom: solid 1px blue;
	height: 1px;
}
/* ObjectRights.aspx --------------------------------------------------------------------------- end */.mpArticleCon

.about {
  display: block;
  }

.about .fieHeaderMenu a, .about .fieHeaderMenu a:visited {
  color: #000;
  }
  
.about .fieHeaderMenu {
  width: 213px;
  float: left;
  }

.about h2 {
  font-size: 1.5em;
  font-weight: bold;
  color: #b3802f;
  padding: 0.8em 0 0.8em 0;
  }
  
.about table img {
  width: 200px;
  margin: 15px 0;
  border: 5px solid #b3802f;
  } 
  
.about table {
  position: relative;
  left: 13px;
  top: 13px;
  float: left;
  width: 213px;
  color: #b3802f;
  }

.fieHeaderMenu {
  height: 122px;
  }
  
.fieHeaderMenu a, .fieHeaderMenu a:visited {
  color: #fff;
  }
  
.fieHeaderMenu table h1{
  margin-top: -15px;
  }
  
/*********************************************************** ALL */

.mpArticleContent,
.mpImageContent,
.mpImageGalleryContent,
.mpUrlContentBody,
.mpFileContentBody,
.mpFramePageContent,
.mpHtmlTextContent,
.mpDiscussionContent {
  clear: both;
  border-bottom: none;
}

.mpImageContentBody h2,
.mpImageGalleryContentHeader h2,
.mpFileContentBody h2,
.mpUrlContentHeader h2,
.mpFramePageContentHeader h2,
.mpHtmlTextContentHeader h2,
.mpDiscussionContentHeader h2,
.mpDiscussionItemContentHeader h2,
.mpFormControlContentHeader h2 
{ 
	margin: -6px 10px 0px 10px;
  color: #b3802f;
}


.mpImageContentFooter,
.mpImageGalleryContentFooter,
.mpFileContentFooter,
.mpUrlContentFooter,
.mpFramePageContentFooter,
.mpHtmlTextContentFooter,
.mpDiscussionContentFooter,
.mpDiscussionItemContentFooter,
.mpFormControlContentFooter
{
	clear:left;
	background:#90caff; 
	color:#417cb3;
	padding: 3px 0px;
	margin-bottom:0px;
	border-bottom: 4px solid #b3802f;
	min-height: 20px;
	height: auto !important;
    height: 20px;
}

.mpImageContentFooter a, .mpImageContentFooter a:visited,
.mpImageGalleryContentFooter a, .mpImageGalleryContentFooter a:visited,
.mpFileContentFooter a, .mpFileContentFooter a:visited,
.mpUrlContentFooter a, .mpUrlContentFooter a:visited,
.mpFramePageContentFooter a, .mpFramePageContentFooter a:visited,
.mpHtmlTextContentFooter a, .mpHtmlTextContentFooter a:visited,
.mpDiscussionContentFooter a, .mpDiscussionContentFooter a:visited,
.mpDiscussionItemContentFooter a, .mpDiscussionItemContentFooter a:visited,
.mpFormControlContentFooter a, .mpFormControlContentFooter a:visited
{
  color:#417cb3;
}

.footer-menu {
	float: left;
	padding: 0 0 0 5px;
}

.FormEditBody .g-line .mpImageImageGalleryImage {
	float: left;
	margin-right: 10px;
}

.FormEditBody .g-line .mpImageImageGalleryImage .gi-menu {
	margin-top: 3px;
}

.FormEditBody .g-line .mpImageImageGalleryImage .gi-menu img {
	border: none;
}

.FormEditBody .g-line {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 10px;
}

