﻿body
{
	width: 1270px;
	font-family: Georgia;
	font-size: 12px;
	text-align: left;
	margin: 0;
	background-color: #000000;
}

img
{
	border-style: none;
}

h2
{
	color: #67030F;
	font-size: 18px;
	font-weight: bold;
}

/* SIDE MENU */

.SideMenuContainer
{
	
}
.SideMenu
{
	padding-top: 50px;
	width: 216px;
	padding-left: 24px;
	background-image: url(../images/sidemenu.png);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	min-height: 864px;
}

.SideMenuUnder
{
	background-image: url(../images/sidemenubackground.png);
	background-repeat: repeat-y;
}

.SideMenuButtonAdd
{
	font-style: italic;
	font-weight: bold;
}

.SideMenuButton, .SideMenu a, .SideMenu a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
}

.SideMenu a:hover
{
	color: #000000;
	text-decoration: none;
}

.SideMenuButtonSelected
{
	letter-spacing: 2px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.SideMenuHr
{
	color: #74656A;
	height: 1px;
	border-width:0;
	background-color: #74656A;
}

.SideMenuIntroduction
{
	margin-top: 30px;
	font-style: oblique;
	color: #FFFFFF;
	padding-right: 20px;
}

.SideMenuIntroduction a, .SideMenuIntroduction a:visited
{
	text-decoration: underline;
}

/* CONTENT */

.Content
{
	
	width: 1020px;
	padding-right: 30px;
	min-height: 915px;
}

/* THEME */

.ThemeTitle, h1
{
	font-size: 22px;
	color: #67030F;
	font-weight: bold;
}
.ThemeSubtitle
{
	color: #FFFFFF;
	font-style: oblique;
	font-weight: bold;
}

.ThemePager, .ThemePager a
{
	color: #67030F;
	text-decoration: none;
	font-weight: bold;
}
.ThemePagerTable
{
	width: 100%;
	vertical-align: middle;
	height: 54px;
}
.ThemeForm
{
	width: 100%;
	margin-top: 20px;
}

.ThemeHr
{
	color: #74656A;
	height: 1px;
	border-width:0;
	background-color: #74656A;
}

.ThemeLeftOffset
{
	width: 50px;
}
.ThemeImage
{
}

/* THEMES */
.ThemesTitle, h3
{
	color: #67030F;
	font-size: 16px;
	font-weight: bold;
}

.ThemesSubTitle
{
	color: #FFFFFF;
	font-weight: bold;
}
.ThemesList
{
	margin-top: 150px;
	width: 100%;
}
/* SEARCH */

.SearchLabel
{
	color: #666666;
	font-size: 18px;
	font-weight: bold;
}

.SearchBox
{
	font-family: Georgia;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #C3091E;
	border-style: none;
	width: 600px;
	height: 15px;
}

.SearchLeftOffset
{
	padding-left: 100px;
}

.SearchLeftOffset a
{
	text-decoration: none;
	color: #000000;

}

.SearchButton
{
}

.SearchButtonText
{
	color: #000000;
	font-style: oblique;
	font-weight: bold;
}

.SearchFound
{
	font-style: oblique;
	color: #FFFFFF;
}

.SearchResultsHr
{
	color: #000000;
	height: 1px;
	border-width:0;
	background-color: #000000;
}

.SearchResultTitle
{
	color: #000000;
	font-weight: bold;
}
.SearchResultAbstract
{
	color: #FFFFFF;
}

.SearchResultHighlight
{
	font-style: oblique;
	color: #FF00FF;
}
.SearchResultDate
{
	font-size: xx-small;
	color: #FFFFFF;
	font-style: oblique;
}
.SearchForm
{
	padding-top: 180px;
	padding-left: 40px;
	padding-right: 40px;
}

/* POST CARDS */

.PostCardsTable, .PostCardsTable td 
{
	border-style: none;
	vertical-align: top;
	text-align: center;
	width: 100%;
}


.PostCardForm
{
	padding-top: 120px;
}

.PostCardToggleCheckbox
{
	 padding-left: 150px;
}

.PostText
{
	color: #FFFFFF;
}

.PostTextError
{
	color: #FFFFFF;
	font-style: oblique;
}

.PostBox
{
	font-family: Georgia;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #C3091E;
	border-style: none;
}

/* LOOSE PAGE and other similar pages */

.LoosePageForm 
{
	padding-top: 170px;
	padding-left: 40px;
}
.LoosePageTextOffset
{
	padding-left: 50px;
}
.LoosePageTitle
{
	font-size: 24px;
	font-weight: bold;
	color: #67030F;
}
.LoosePageSubTitle
{
}

/* PAGE EDITOR */

.PageEditorForm
{
	padding-top: 30px;
	padding-left: 30px;
}

.EditItemHr
{
	color: #FFFFFF;
	height: 1px;
}

.EditTextBoxNormal
{
	font-family: Georgia;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
	border: solid 1px #FFFFFF;
}

.EditToolBar a, .EditToolBar a:hover, .EditToolBar a:visited
{
	border: 1px solid #000000;
	padding: 5px;
	text-transform: capitalize;
	text-decoration: none;
	color: #67030F;
	width: 100px;
	height: 30px;
	background-color: #C0C0C0;
}

/* LOGIN */

.LoginBox
{
}

/* SITE MAP */

.SiteMap
{
	padding-left: 40px;
	padding-top: 100px;
}
/* UTILS */

.Clear
{
	clear: both;
}
