﻿* {
  margin: 0;
  padding: 0
  }

body {
  font-size: small;
  font-family: sans-serif;
  line-height: 1.5em;
  background: #f6e9ce url(../imgs/bg.gif) top left repeat-x;
  color: #3f2d08;
  }

a:link {
  color: #ac0101;
  }

a:visited {
  color: #ac0101;
  }
  
a:hover {
  color: #ac0101;
  text-decoration: none;
  }

p {
  padding: 0.7em 0;
  }

.right {
  text-align: right;
  }

h1 {
  padding: 20px 0px 0px 0px;
  font-size: 1.9em;
  font-weight: normal;
  }

h2 {
  font-size: 1.4em;
  font-weight: normal;
  color: #6b2230;
  padding: 0.8em 0 0.7em 0;
  }
  
#column h3 {
  font-size: 1.1em;
  margin: 15px 15px 0 15px;
  text-indent: 10px;
  font-weight: normal;
  color: #fff;
  width: 185px;
  height: 35px;
  line-height: 35px;
  display: block;
  background: url(../imgs/column-header-bg.gif) top left no-repeat;
  display: none;
  }

/************************************************************  PAGE */

.page {
  width: 910px;
  margin: 0 auto;
  }

.header {
  height: 262px;
  background: url(../imgs/header.jpg) 0 37px no-repeat;
  position: relative;
  }
  
.header a {
  height: 100px;
  width: 350px;
  display: block;
  float: left;
  }
  
.header p.headline {
  font-size: 1.9em;
  text-align: center;
  padding: 25px 0 0 0;
  color: #fff;
  }
  
.header p {
  line-height: 1.5em;
  text-align: right;
  font-size: 1.2em;
  color: #6e212e;
  font-family: Georgia, 'New York CE', utopia, serif;
  width: 350px;
  display: block;
  position: absolute;
  right: 0;
  top: 37px;
  }
  
.header p a {
  color: #6e212e;
  }
  
.header p a:hover {
  text-decoration: none;
  color: #6e212e;
  }
  
p.sub-info {
  font-size: 1.3em;
  text-align: center;
  color: #fff;
  }
  
.quick-nav {
  padding: 0px 0 11px 8px;
  width: 100%;
  float: left;
  overflow: hidden;
  background: url(../imgs/quick-nav.gif) bottom left no-repeat;
  color: #3f2d08;
  }

.quick-nav a {
  color: #3f2d08;
  }
  
.quick-nav a:hover {
  color: #936c1b;
  }

/************************************************************  NAVIGATION */

.navTreeMenu {
  width: 245px;
  padding-bottom: 10px;
  float: left;
  font-family: sans-serif;
  margin-top: 10px;
  }

.home a {
  color: #762936;
  text-decoration: none;
  display: block;
  width: 231px;
  height: 33px;
  line-height: 28px;
  background: url(../imgs/home.gif) top left no-repeat;
  text-indent: 30px;
  font-family: sans-serif;
  margin-left: 8px;
  margin-top: 10px;
  }
  
.home a:hover {
  color: #762936;
  text-decoration: underline;
  }

.navTreeMenu .navTreeMenu {
  border: none;
  }
  
.navTreeMenu ul.navTreeMenuMain {
  list-style: none;
  }
  
.navTreeMenu ul.navTreeMenuMain li {
  float: left;
  width: 185px;
  list-style: none;
  margin: 0px 0;
  }
  
.navTreeMenu ul.navTreeMenuMain li a {
  display: block;
  text-decoration: none;
  text-align: left;
  background: url(../imgs/nav-li.gif) 0 6px no-repeat;
  padding: 10px 0 5px 25px;
  width: 220px;
  color: #762936;
  margin: -1px 0;
  }

.navTreeMenu ul.navTreeMenuMain li a:hover{
  text-decoration: underline;
  color: #fff;
  background: url(../imgs/nav-li-active.gif) 0 6px no-repeat;
  }
  
.navTreeMenu ul.navTreeMenuMain li a.navTreeMenuNodeSelected {
  text-decoration: underline;
  color: #fff;
  background: url(../imgs/nav-li-active.gif) 0 6px no-repeat;
  margin-bottom: 5px;
  }
  
/* second level */

.navTreeMenu ul.navTreeMenuMain ul li {
  float: left;
  width: 180px;
  list-style: none;
  }

.navTreeMenu ul.navTreeMenuMain ul li a {
  display: block;
  text-decoration: none;
  text-align: left;
  background: url(../imgs/nav-li-li.gif) 32px 10px no-repeat;
  padding: 1px 0 1px 45px;
  width: 200px;
  color: #762936;
  font-size: 0.9em;
  }
  
.navTreeMenu ul.navTreeMenuMain ul li a:hover, .navTreeMenu ul.navTreeMenuMain ul li a.navTreeMenuNodeSelected {
  text-decoration: underline;
  color: #762936;
  background: url(../imgs/nav-li-li.gif) 32px 10px no-repeat;
  }
  
.navTreeMenu ul.navTreeMenuMain ul li a.navTreeMenuNodeSelected {
  text-decoration: underline;
  color: #762936;
  background: url(../imgs/nav-li-li.gif) 32px 10px no-repeat;
  margin-bottom: 0px;
  }

/* third level */
  
.navTreeMenu ul.navTreeMenuMain ul ul li {
  float: left;
  width: 180px;
  list-style: none;
  }
  
.navTreeMenu ul.navTreeMenuMain ul ul li a {
  display: block;
  text-decoration: none;
  text-align: left;
  background: url(../imgs/nav-li-li.gif) 52px 10px no-repeat;
  padding: 1px 0 1px 65px;
  width: 180px;
  color: #762936;
  font-size: 0.9em;
  }
  
.navTreeMenu ul.navTreeMenuMain ul ul li a:hover {
  text-decoration: underline;
  color: #762936;
  background: url(../imgs/nav-li-li.gif) 52px 10px no-repeat;
  }
  
.navTreeMenu ul.navTreeMenuMain ul ul li a.navTreeMenuNodeSelected {
  text-decoration: underline;
  color: #762936;
  background: url(../imgs/nav-li-li.gif) 52px 10px no-repeat;
  }
  
/************************************************************ MAIN */



/************************************************************ CONTENT */


.content {
  width: 100%;

  }

.content-main {
  width: 665px;
  float: right;
  overflow: hidden;
  position: relative;
  }
  
.content-bottom {
  padding: 0px 30px 30px 30px;
  }

/************************************************************ STARTER */

.FolderHeader {
  color: #3f2d08;
  text-align: left;
	background: url(../imgs/line.gif) bottom left no-repeat;
	padding-bottom: 15px;
  }

.FolderHeader h1 {
  padding: 10px 0px 0px 0px;
  font-size: 1.4em;
  font-weight: normal;
  color: #6b2230;
  margin: 10px 0 0 0;
  padding-left: 30px;
  text-align: left;
  }

.FolderHeader a, .FolderHeader a:visited {
  font-size: 12px;
  color: #f6e9ce;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  padding-left: 8px;
  width: 15px;
  height: 29px;
  position: absolute;
  left: 30px;
  top: 10px;
  background: url(../imgs/ball.gif) 8px 10px no-repeat;
  line-height: 1px;
  font-size: 1px;
  text-decoration: none;
  }

  .FolderHeader p
  {
  	clear: both;
  	padding: 0px 0px 0px 0px;
  }

/************************************************************ ARTICLE */

.article {
   border-bottom: 0px solid #0d2f6e; 
  }
  
p.date {
  padding: 3px 0 10px 0;
  background: url(../imgs/dotted-line.gif) bottom left no-repeat;
  }
  
p.date span {
  padding-left: 20px;
  background: url(../imgs/icon-date.gif) 3px 0 no-repeat;
  }
  
p.read {
  padding: 7px 0 8px 0;
  background: url(../imgs/dotted-line.gif) top left no-repeat;
  }
  
p.read span {
  padding-left: 25px;
  background: url(../imgs/icon-book.gif) 3px 0 no-repeat;
  }
  
/************************************************************ GALLERY */

.gallery {
  border-bottom: 1px solid #0d2f6e;
  }
  
.gallery p {
  padding: 3px 0;
  }
  
.gallery img {
  margin: 5px 5px 10px 5px;
  }
  
.gallery a img {
  border: 4px solid #d4e5fb;
  }
  
.gallery a:hover img {
  border: 4px solid #8db3e5;
  }
  
/************************************************************ DATA */

.data {
  border-bottom: 1px solid #0d2f6e;
  padding-bottom: 10px;
  }

.data .icon-data {
  padding-left: 25px;
  background: url(../imgs/icon-data.gif) 3px 20px no-repeat;
  }
  
.data p {
  padding: 3px 0;
  }
  
/************************************************************ LINK */

.link {
  border-bottom: 1px solid #0d2f6e;
  padding-bottom: 10px;
  }

.link .icon-link {
  padding-left: 25px;
  background: url(../imgs/icon-link.gif) 3px 20px no-repeat;
  }

.link p {
  padding: 3px 0;
  }
  
/************************************************************ DISCUSS */

.discuss {
  padding-bottom: 10px;
  }

.discuss p {
  padding: 3px 0;
  }
  
/************************************************************  FORM */

/************************************************************  FORM */

table.form {
  width: 100%;
  margin: 5px 0;
  }

table.form th {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  padding: 5px 0;
  }

table.form td {
  padding: 5px 0;
  }

input {
  background: url(../imgs/form-bg.gif) bottom left no-repeat;
  border: solid #8a4e53 1px;
  padding: 5px;
  }

textarea {
  background: #edf7f2 url(../imgs/form-bg.gif) bottom left no-repeat;
  padding: 5px;
   border: solid #8a4e53 1px;
  }

#button {
  background: #8a4e53;
  color: #fff;
  }

#discussion-line div {
  float: left;
  width: 15px;
  height: 20px;
  border: 1px solid #71a0de;
  padding-left: 5px;
  margin-left: 5px;
  }

#discussion-line div a {
  text-decoration: none;
  color: #000;
  display: block;
  width: 15px;
  height: 20px;
  }

/*********************************************************** comments */


.comments {
  background: #edf7f2;
  padding: 10px 20px;
  }

.comments p.time {
  padding: 0;
  margin: 0;
  }

/*********************************************************** COLUMN */

#column {
  width: 245px;
  float: left;
  padding-top: 5px;
  margin: 0;
  }
  
#about {
  width: 213px;
  background: #fff;
  border: 1px solid #fff;
  margin-top: 15px;
  }

#about img {
  margin: 15px;
  }

/************************************************************  FOOTER */

.footer {
  padding: 5px 0;
  width: 100%;
  text-align: center;
  background: url(../imgs/footer.gif) top left repeat-x;
  font-size: 0.9em;
  }

#footer p {
  text-align: right;
  padding-right: 5px;
  }

br.cleaner {
  clear: both;
  }

.cleaner
{
	clear:both;
  height:1px;
  line-height: 1px;
  display: block;
	border: 0 none;
}


.FolderContentSubItems
{
	margin-left: 15px;
	margin-bottom: 10px;
}

.pageItem {
  color: #000;
  }



.cleanerUnvisible 
{
	clear: both;
	border: 0 none;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	visibility: hidden;
	padding-bottom: 10px;
}

/* mpArticleView ------------------------------------------------------------------------- begin */
.mpArticleContent {

}
.mpArticleContentBody {
	padding:  0px 0px 0px 5px;
	/*background: url(../imgs/line.gif) top left no-repeat;*/
}

.mpArticleContentHeader a  
{ 
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}

.mpArticleContentHeader a h2
{
	margin: 0px 0px 0px 5px;
	text-decoration: none;
	border-bottom: none;
}

.mpArticleContentHeader 
{ 
	margin:0 
}
.mpArticleContentHeader p 
{ 
	padding-left: 0px; 
}
.mpArticleContentFooter {
	color:#af9255;
	padding: 0px 0px 0px 0px;
	margin:0px;
}
.mpArticleContentFooter p { margin:0 0 0 -5px; }
.mpArticleContentFooter a { color:#af9255 }
/* mpArticleView ------------------------------------------------------------------------- end */


/* mpEventView ------------------------------------------------------------------------- begin */
.mpEventContent {
}
.mpEventContentBody {
	padding:  0px 10px 0px 10px;
}
.mpEventContentHeader h2 
{ 
	margin: 10px 10px 0px 10px;
}

.mpEventContentHeader 
{ 
	margin:0 
}
.mpEventContentHeader p 
{ 
	padding-left: 10px; 
}
.mpEventContentFooter {
	clear:left;
	background:#eef; 
	color:#999;
	padding: 0px 0px 0px 0px;
	margin-bottom:0px;
}
.mpEventContentFooter p { margin:0 }
.mpEventContentFooter a { color:#aaa }
/* mpEventView ------------------------------------------------------------------------- end */


/* mpImageView ------------------------------------------------------------------------- begin */
.mpImageContent {
	background:#f6e9ce 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 
{ 
	margin:  10px 10px 0px 10px;
}
.mpImageContentFooter {
	clear:left;
	/* background:#eef url(../imgs/ObjectContentFooter.gif) bottom left no-repeat; */
	background:#eef; 
	color:#999;
	padding: 0px 0px 0px 0px;
	margin-bottom:0px;
}
.mpImageContentHeader 
{ 
	margin:0 
}
.mpImageContentFooter p { margin:0 }
.mpImageContentFooter a { color:#aaa }
.mpImageContentBody h2
{
	margin-top: -5px;
	padding-top: 10px;
	top: 0px;
}
.mpImageContentImage img
{
	border: solid 2px  #eef; 
}
/* mpImageView ------------------------------------------------------------------------- end */



/* mpImageGalleryView ------------------------------------------------------------------------- begin */
.mpImageGalleryContent {
	background:#f6e9ce url(../imgs/ObjectContent.gif) 0 0 no-repeat;
	border-width:3px 3px 0 3px;
}
.mpImageGalleryContentBody {
	padding:  0px 10px 10px 10px;
/*	background:url(../imgs/ObjectContentBody.gif) bottom left no-repeat; */
}
.mpImageGalleryContentHeader h2 
{ 
	margin: 10px 10px 0px 10px;
}
.mpImageGalleryContentFooter {
	clear:left;
	/* background:#eef url(../imgs/ObjectContentFooter.gif) bottom left no-repeat; */
	background:#eef; 
	color:#999;
	padding: 0px 0px 0px 0px;
	margin-bottom:0px;
}
.mpImageGalleryContentHeader 
{ 
	margin:0 
}
.mpImageGalleryContentFooter p { margin:0 }
.mpImageGalleryContentFooter a { color:#aaa }
.mpImageGalleryContentBody h2
{
	margin-top: -5px;
	padding-top: 10px;
	top: 0px;
}
/* mpImageGalleryView ------------------------------------------------------------------------- end */



/* mpFileView ------------------------------------------------------------------------- begin */
.mpFileContent {
	background:#f6e9ce url(../imgs/ObjectContent.gif) 0 0 no-repeat;
	border-width:3px 3px 0 3px;
}
.mpFileContentBody {
	padding:  0px 10px 0px 10px;
/*	background:url(../imgs/ObjectContentBody.gif) bottom left no-repeat; */
}
.mpFileContentHeader h2 
{ 
	margin: 10px 10px 0px 10px;
}
.mpFileContentFooter {
	clear:left;
	/* background:#eef url(../imgs/ObjectContentFooter.gif) bottom left no-repeat; */
	background:#eef; 
	color:#999;
	padding: 0px 0px 0px 0px;
	margin-bottom:0px;
}
.mpFileContentHeader 
{ 
	margin:0 
}
.mpFileContentFooter p { margin:0 }
.mpFileContentFooter a { color:#aaa }
.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:#f6e9ce url(../imgs/ObjectContent.gif) 0 0 no-repeat;
	border-width:3px 3px 0 3px;
}
.mpUrlContentBody {
	padding:  0px 10px 0px 10px;
/*	background:url(../imgs/ObjectContentBody.gif) bottom left no-repeat; */
}
.mpUrlContentHeader h2 
{ 
	margin: 10px 10px 0px 10px;
}
.mpUrlContentHeader 
{ 
	margin:0 
}
.mpUrlContentBody h2
{
	margin-top: -5px;
	padding-top: 10px;
	top: 0px;
}
.mpUrlContentBody img
{
	padding-top: 10px;
	padding-left: 0px;
	margin-left: 0px;
}

.mpUrlContentFooter {
	clear:left;
	background:#eef; 
	color:#999;
	padding: 0px 0px 0px 0px;
	margin-bottom:0px;
}
.mpUrlContentFooter p { margin:0 }
.mpUrlContentFooter a { color:#aaa }

/* mpUrlView ------------------------------------------------------------------------- end */

/* mpFolderView ------------------------------------------------------------------------- begin */
.mpFolderContent {
	background:#f6e9ce url(../imgs/ObjectContent.gif) 0 0 no-repeat;
	border-width:3px 3px 0 3px;
}
.mpFolderContentBody {
	padding:  0px 10px 0px 10px;
/*	background:url(../imgs/ObjectContentBody.gif) bottom left no-repeat; */
}
.mpFolderContentHeader h2 
{ 
	margin: 10px 10px 0px 10px;
}
.mpFolderContentHeader 
{ 
	margin:0 
}
.mpFolderContentBody h2
{
	margin-top: -5px;
	padding-top: 10px;
	top: 0px;
}
.mpFolderContentBody img
{
	padding-top: 10px;
	padding-left: 0px;
	margin-left: 0px;
}

.mpFolderContentFooter {
	clear:left;
	background:#eef; 
	color:#999;
	padding: 0px 0px 0px 0px;
	margin-bottom:0px;
}
.mpFolderContentFooter p { margin:0 }
.mpFolderContentFooter a { color:#aaa }

/* mpFolderView ------------------------------------------------------------------------- end */


/* formAddNew.aspx --------------------------------------------------------------------------- begin*/
.FormAddNewHeader {
	background:#eef url(../imgs/FolderHeader.gif) 0 0 no-repeat;
	padding: 0px 10px 5px 0px;
	margin: 0px 10px 0px 0px;
	color: Black;
}
.FormAddNewHeader p {	margin: 0px 0px 0px 0px; color: Black; }
.FormAddNewHeader h1
{

	top: 0px;
}
.FormAddNewItem
{
	margin:  0px 10px 0px 10px;
	background: #99CCFF;
	color: Black;
}
.FormAddNewItem h2 
{ 
	padding: 10px 10px 0px 10px;
	font-size: 20px;
}
.FormAddNewItem p {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}
/* formAddNew.aspx --------------------------------------------------------------------------- end */



/* FormEdit.aspx --------------------------------------------------------------------------- begin*/
.FormEditHeader {
	background:#eef url(../imgs/FolderHeader.gif) 0 0 no-repeat;
	padding: 0px 10px 5px 20px;
}

.FormEditBody td.pageItem {
  width: 100px;
  display: block;
  }


.FormEditHeader h1
{
	margin: 15px 0 10px 0;
	padding: 0;
	color: #8a4e53;
}
.FormEditContent 
{
	clear: both;
	padding: 0px 10px 0px 10px;
}
.FormEditBody {
	padding:  0px 10px 0px 0px;
	background:#eef;
}

.FormEditTitle h2 
{ 
	margin: 10px 10px 0px 10px;
	color: #8a4e53;
}
.FormEditTitle 
{ 
	margin:0 
}
.FormEditBodyContent {
	background:white url(../imgs/ObjectContent.gif) 0 0 no-repeat;

}


/* 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
{
	clear :both;
	margin-top: 5px;
	text-align: center;
	text-decoration: none;
	color: Black; 
}
.pagerButton
{
	clear :both;
	padding : 0px 2px 0px 2px;
	font-family : Microsoft Sans Serif;
	font-size: 11px;
	color: Black;
	font-variant:normal;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	vertical-align : middle;
	text-decoration: none;  
}
a.pagerButton:hover
{
	clear :both;
	padding : 0px 2px 0px 2px;
	font-family : Microsoft Sans Serif;
	font-size: 11px;
	color: Black;
	font-variant:normal;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	vertical-align : middle;
	text-decoration: none; 
	background-color : #D9FD9D; 
}
.pagerButtonSel
{
	clear :both;
	font-weight: bold;
	background-color : #609803;
	padding : 0px 2px 0px 2px;
	font-family : Microsoft Sans Serif;
	font-size: 11px;
	color: White;
	font-variant:normal;
	font-style: normal;
	text-align: center;
	vertical-align : middle;
	text-decoration: none;
}
/* pager ------------------------------------------------------end- */



/* mpFramePageView ------------------------------------------------------------------------- begin */
.mpFramePageContent {
	background:#f6e9ce 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 
{ 
	margin: 10px 10px 0px 10px;
}
.mpFramePageContentFooter {
	clear:left;
	background:#eef; 
	color:#999;
	padding: 0px 0px 0px 0px;
	margin-bottom:0px;
}
.mpFramePageContentHeader 
{ 
	margin:0 
}
.mpFramePageContentHeader p 
{ 
	padding-left: 10px; 
}
.mpFramePageContentFooter p { margin:0 }
.mpFramePageContentFooter a { color:#aaa }
/* mpFramePageView ------------------------------------------------------------------------- end */



/* mpHtmlTextView ------------------------------------------------------------------------- begin */
.mpHtmlTextContent {
}
.mpHtmlTextContentBody {
	padding:  0px 10px 0px 10px;
}
.mpHtmlTextContentHeader h2 
{ 
	margin: 10px 10px 0px 10px;
}

.mpHtmlTextContentHeader 
{ 
	margin:0 
}
.mpHtmlTextContentHeader p 
{ 
	padding-left: 10px; 
}
.mpHtmlTextContentFooter {
	clear:left;
	background:#f6e9ce; 
	color:#bd9a51;
	padding: 0px 0px 0px 0px;
	margin-bottom:0px;
}
.mpHtmlTextContentFooter p { margin:0 }
.mpHtmlTextContentFooter a { color:#bd9a51 }
/* mpHtmlTextView ------------------------------------------------------------------------- end */





/* GridView ------------------------------------------------------------------------- end */
.AspNet-GridView table
{
	font-size : 12px;
	color : black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	border-left: solid 1px #507CD1;
	border-bottom: solid 1px #507CD1;
}

.AspNet-GridView tbody .AspNet-GridView-Alternate
{
	 background-color: white; 
}
.AspNet-GridView tbody tr
{
; 
	
}
.AspNet-GridView td
{
 padding-right  : 4px;
 padding-left  : 4px;
}
.AspNet-GridView th
{
	padding-right: 4px;
	padding-left  : 4px;
	font-weight: bold;
	text-align: left;
}

.AspNet-GridView thead
{
	
	background-color: #507CD1;
	font-weight: bold;	
	color: White;
}/* GridView ------------------------------------------------------------------------- end */



/* mpFormControlView ------------------------------------------------------------------------- begin */
.mpFormControlContent {
	background:#f6e9ce url(../imgs/ObjectContent.gif) 0 0 no-repeat;
	border:solid #eef;
	border-width:3px 3px 0 3px;
}
.mpFormControlContentBody {
	padding:  0px 10px 0px 10px;
/*	background:url(../imgs/ObjectContentBody.gif) bottom left no-repeat; */
}
.mpFormControlContentHeader h2 
{ 
	margin: 10px 10px 0px 10px;
}
.mpFormControlContentFooter {
	clear:left;
	/* background:#eef url(../imgs/ObjectContentFooter.gif) bottom left no-repeat; */
	background:#eef; 
	color:#999;
	padding: 0px 0px 0px 0px;
	margin-bottom:0px;
}
.mpFormControlContentHeader 
{ 
	margin:0 
}
.mpFormControlContentFooter p { margin:0 }
.mpFormControlContentFooter a { color:#aaa }
.mpFormControlContentBody h2
{
	margin-top: -5px;
	padding-top: 10px;
	top: 0px;
}
.mpFormControlContentBody img
{
	padding-top: 10px;
	padding-left: 0px;
	margin-left: 0px;
}

/* mpFormControlView ------------------------------------------------------------------------- end */





/* ObjectRights.aspx --------------------------------------------------------------------------- begin*/
.ObjectRightsHeader {

	padding: 0px  10px 5px 20px;
}
.ObjectRightsHeader h1
{
	clear: both;
	top: 0px;
}
.ObjectRightsHeader p { margin: 0px 0px 0px 0px; }
.ObjectRightsContent 
{
	padding:  10px 10px 0px 10px;
	
}
.ObjectRightsTitle h2 
{ 
	margin: 10px 10px 0px 10px;
}
.ObjectRightsTitle 
{ 
	margin:0 
}
.ObjectRightsBodyContent 
{
	padding:  10px 10px 10px 10px;

}
.ObjectRightsBodyContent hr
{
	border-bottom: solid 1px blue;
	height: 1px;
}
/* ObjectRights.aspx --------------------------------------------------------------------------- end */


/* mpDiscussionView ------------------------------------------------------------------------- begin */
.mpDiscussionContent {
	background:#f6e9ce url(../imgs/ObjectContent.gif) 0 0 no-repeat;
	border:solid #eef;
	border-width:3px 3px 0 3px;
}
.mpDiscussionContentBody {
	padding:  0px 10px 0px 10px;
/*	background:url(../imgs/ObjectContentBody.gif) bottom left no-repeat; */
}
.mpDiscussionContentHeader h2 
{ 
	margin: 10px 10px 0px 10px;
}
.mpDiscussionItemContentHeader h2
{
	margin: 10px 10px 0px 10px;
}
.mpDiscussionContentHeader p 
{ 
	margin: 0px 10px 0px 10px;
}
.mpDiscussionContentFooter {
	clear:left;
	/* background:#eef url(../imgs/ObjectContentFooter.gif) bottom left no-repeat; */
	background:#eef; 
	color:#999;
	padding: 0px 0px 0px 0px;
	margin-bottom:0px;
}
.mpDiscussionContentHeader 
{ 
	margin:0 
}
.mpDiscussionContentFooter p { margin:0 }
.mpDiscussionContentFooter a { color:#aaa }
/* mpDiscussionView ------------------------------------------------------------------------- end */

/* DiscussionItemEdit ------------------------------------------------------------------------ begin*/
.DiscussionItemEditHeader {
	background:#f6e9ce;
}
.DiscussionItemEditHeader h3
{
	margin: 0px 0px 0px 0px;
}
.DiscussionItemEditContent 
{
	margin-top: 0px;
	background: #f6e9ce;
	margin-bottom: 10px;
}
.DiscussionItemEditBody {
	background:#f6e9ce url(../imgs/ObjectContent.gif) 0 0 no-repeat;
}
/* DiscussionItemEdit --------------------------------------------------------------------------- end */


/* mpDiscussionItemView ------------------------------------------------------------------------- begin */
.mpDiscussionItemContent {
	background:##f6e9ce url(../imgs/ObjectContent.gif) 0 0 no-repeat;

}
.mpDiscussionItemContentBody {
	padding:  0px 10px 0px 10px;
	margin: 0px;
/*	background:url(../imgs/ObjectContentBody.gif) bottom left no-repeat; */
}
.mpDiscussionItemContentHeader h2 
{ 
	margin: 5px 10px 0px 10px;
}
.mpDiscussionItemContentFooter {
	clear:left;
	/* background:#eef url(../imgs/ObjectContentFooter.gif) bottom left no-repeat; */
	background:#eef; 
	color:#999;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom:0px;
}
.mpDiscussionItemContentHeader 
{ 
	margin:0 
}
.mpDiscussionItemContentFooter p { margin:0 }
.mpDiscussionItemContentFooter a { color:#aaa }
/* mpDiscussionItemView ------------------------------------------------------------------------- end */


.about {
  display: none;
  width: 213px;
  float: left;
  background: #f6e9ce;
  border: 1px solid #d2d2d2;
  margin-top: 10px;
  }
  
.about table {
  width: 213px;
  }
  
.about .mpHtmlTextContentBody p {
  padding: 5px;
  }
  
.prihlasit {
  width: 213px;
  float: left;
  margin-top: 10px;
  background: #f6e9ce;
  padding-bottom: 7px;
  border: 1px solid #d2d2d2;
  }

.ControlPanelBody {
  padding: 4px 0 4px 23px;
  }
  
.TextBox {
  background: #fff;
  padding: 2px 2px;
  border: 1px solid #8a4e53;
  width: 180px;
  }

.button {
  padding: 1px 5px;
  background: #8a4e53;
  color: #fff;
  border: none;
  }
  
.sPanel {
  width: 213px;
  float: left;
  background: #fff;
  padding-bottom: 7px;
  margin-top: 10px;
  border: 1px solid #d2d2d2;
  }
  
/* divSummaryServicePanel -----------------------------------start- */

.divSummaryServicePanel
{
	padding: 5px 0px 10px 7px;
	height: auto;
}

.divSummaryServicePanel img {
  border: none;
  }

.divSummaryServicePanel *{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9px;
 font-weight: normal;
 text-transform: uppercase;
 color: #FFFFFF;
 text-decoration: none;
 line-height: 11px;
}
.divSummaryServicePanelLineA{
 clear: both;

/* width: 169px; */
 padding-left:9px;
 padding-bottom:3px;
 
 }

.divSummaryServicePanelLineA .SumLineBgr{}
 

.divSummaryServicePanelLineB{
 float: left;
 padding-left:9px;
 padding-bottom:3px;
}

.divSummaryServicePanelLineA div.SumText{
 /*background-color: #7F846E;*/
 display:block;
 width: 163px;
 height: 11px;
 padding: 1px;
 border:1px solid #fff;
 text-align:center;
 
 /*background-repeat: no-repeat; background-position: left center; background-color: #7F846E;*/
}

.divSummaryServicePanelLineA div.SumTextBrdr{
 /*background: white;*/
 display:block;
 width: 167px; height: 15px;
 border:1px solid #666666;
}



.divSummaryServicePanelLine2 * *{ /* Existing Lines: 1 - 9 */
 text-transform: lowercase; 
}
.divSummaryServicePanelLine3 *{
 text-transform: none; 
}
.divSummaryServicePanelLine9{ 
 clear: both; padding-left: 50px;
}


/* formAddNew.aspx -------------------------------   EDITACE  -------------------------------------------- begin*/


.FormAddNewContent {
	clear: both;
	width: 800px;
	margin: 50px auto 20px auto;
	background: #f6e9ce;
	padding-bottom: 15px;
  }
  
.FormAddNewContent h1 {
  font-size: 1.8em;
  font-weight: bold;
  color: #8a4e53;
  padding: 0.8em 0 0.1em 0;
  }

.FormAddNewHeader {
	background:#f6e9ce;
	padding: 0px 10px 5px 0px;
	margin: 10px 10px 0px 0px;
	color: Black;
}
.FormAddNewHeader p {	margin: 0px 0px 0px 0px; color: Black; }
.FormAddNewHeader 
{
	padding-top: 10px;
	top: 0px;
}
.FormAddNewItem
{
	margin:  0px 10px 0px 0px;
	background: #f6e9ce;
	color: Black;
	padding: 0 0px;
}
.FormAddNewItem h2 
{ 
	padding: 20px 10px 5px 0px;
	font-size: 20px;
}
.FormAddNewItem p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/* formAddNew.aspx --------------------------------------------------------------------------- end */



/* FormEdit.aspx --------------------------------------------------------------------------- begin*/
.FormEditHeader {
	background:#f6e9ce;
	padding: 0px 10px 5px 0px;
}
.FormEditHeader h1
{
  color: #8a4e53;
	margin: 20px 0 20px 0;
	font-weight: bold;
	font-size: 1.7em;
}
.FormEditContent 
{
	clear: both;
	width: 800px;
	margin: 50px auto 20px auto;
	background: #f6e9ce;
	padding: 0 20px;
}
.FormEditBody {

	background:#f6e9ce;
}

.FormEditBody table {

  }

.FormEditBody legend {
	padding:  0px 10px;
	color: #8a4e53;
	font-size: 1.2em;
	font-weight: bold;
}

.FormEditBody fieldset {
  padding: 10px;
  border: 1px solid #8a4e53;
}

.FormEditTitle h2 
{ 
	margin: 10px 10px 0px 10px;
}
.FormEditTitle 
{ 
	margin:0 
}
.FormEditBodyContent {
	background:#f6e9ce;

}

fieldset {
  border: 1px solid #8db3e5;
  }
  

/* prava ------------------------------------------------------------------------- end */
.AspNet-GridView table
{
	font-size : 12px;
	color : black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 10px;
  width: 100%;
  border: 1px solid #8a4e53;
}

.AspNet-GridView tbody .AspNet-GridView-Alternate
{

}
.AspNet-GridView tbody tr
{

}
.AspNet-GridView td
{
  padding: 1px;
	text-align: center;

	padding: 2px 0;

}
.AspNet-GridView th
{
	padding: 3px 22px;
	font-weight: bold;
	text-align: right;

}

.AspNet-GridView thead
{
	background: #8a4e53;
	font-weight: bold;	
	color: #fff;
}/* GridView ------------------------------------------------------------------------- end */


/* mpContent --------------------------------------------------------------------------- begin*/
.mpHeader {

}
.mpHeader h1
  {
  margin: 20px 0 0 0;
  color: #7b4d0a;
  font-weight: bold;
  }
.mpHeader p { margin: 0px 0px 0px 0px; }
.mpContent 
{
	clear: both;
	border: 2px solid #6bacca;
	width: 775px;
	margin: 50px auto;
	background: #fff;
	padding: 0 15px 15px 20px;
	
}
.mpContent fieldset {
  border: 1px solid #6bacca;
  padding: 15px;
  width: 730px;
  margin-top: 20px;
  }
 
.mpContent legend {
  color: #7b4d0a;
  font-size: 1.1em;
  padding: 0px 10px;
  }  
.mpContent hr
{
	height: 1px;
}
/* mpContent --------------------------------------------------------------------------- end */.mpArticleCon







/* ObjectRights.aspx --------------------------------------------------------------------------- begin*/
.ObjectRightsHeader {

}
.ObjectRightsHeader h1
  {
  margin: 20px 0 0 0;
  color: #8a4e53;
  font-weight: normal;
  font-size: 1.7em;
  }

.trHeader {
  font-size: 1.4em;
  color: #000;
  padding: 15px 0px 5px 0; 
  font-weight: normal;
  }
  
.ObjectRightsHeader p { margin: 0px 0px 0px 0px; }
.ObjectRightsContent 
{
	clear: both;
	width: 775px;
	margin: 50px auto;
	background: #f6e9ce;
	padding: 0 15px 15px 20px;
	
}

pageInfoHelp {
  width: 200px;
  }

.ObjectRightsContent fieldset {
  border: 1px solid #8a4e53;
  padding: 15px;
  width: 730px;
  margin-top: 20px;
  }
  
.ObjectRightsContent legend {
  color: #8a4e53;
  font-size: 1.2em;
  padding: 0px 10px;
  font-weight: bold;
  }  

.ObjectRightsTitle h2 
{ 
	margin: 10px 10px 0px 10px;
}
.ObjectRightsTitle 
{ 
	margin:0 
}
.ObjectRightsBodyContent th
{text-align: center;

}
.ObjectRightsBodyContent hr
{

}

.search {
  float: right;
  width: 238px;
  height: 30px;
  padding-left: 7px;
  margin-top: 0px;
  }
  
.search-inside {
  padding: 2px;
  }  
  
.search .TextBox 
{
  margin-top: 6px;
  width: 160px;
  padding: 2px 2px;
  border: 1px solid #8a4e53;
  }
  
.search .button {
  background: #8a4e53;
  }



.content .FolderContentBodyFrame {
  margin-top: 0px;
  position: relative;
  overflow: hidden;
  }

.FolderContentBodyFrameBg {
  margin-top: 10px;
  overflow: hidden;
  }

.FolderContentBodyFrameBg legend {
  padding: 0 10px;
  }
  
.FolderContentBodyFrameBg fieldset {
  border: 1px solid #8a4e53;
  }
  
.flags {
  color: #747474;
  width: 150px;
  height: 37px;
  float: right;
  }

.flags a {
  width: 25px;
  height: 24px;
  float: right;
  }
  
.flags img {
  width: 25px;
  height: 24px;
  margin: 4px 3px 0 0;
  border: none;
  float: right;
  }
  
.mpImageContentBody h2,
.mpImageGalleryContentHeader h2,
.mpFileContentBody h2,
.mpUrlContentHeader h2,
.mpFramePageContentHeader h2,
.mpHtmlTextContentHeader h2,
.mpDiscussionContentHeader h2,
.mpDiscussionItemContentHeader h2,
.mpFormControlContentHeader h2 
{ 
	margin: -6px 10px 0px 5px;
  color: #8a4e53;
}


.mpImageContentFooter,
.mpImageGalleryContentFooter,
.mpFileContentFooter,
.mpUrlContentFooter,
.mpFramePageContentFooter,
.mpHtmlTextContentFooter,
.mpDiscussionContentFooter,
.mpDiscussionItemContentFooter,
.mpFormControlContentFooter
{
	clear:left;
	background:#f6e9ce; 
	color:#b6944c;
	padding: 3px 0px;
	margin-bottom:0px;
	font-size: 80%;
}

.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:#b6944c;
	font-size: 80%;
}
