﻿* {
	padding: 0;
	margin: 0;
	list-style: none;
}
body, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}
a {
    color: #2e3093;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.logo {
	overflow: hidden;
	height: 114px;
	width: 250px;
}
.logo span {
	display: block;
	height: 114px;
	width: 250px;
	cursor: pointer;
	background-image: url(Images/logo.png);
}
.claim {
	height: 27px;
	line-height: 27px;
	background-color: #DDD;
	color: #888;
	text-align: center;
}
.claim-right {
	float: right;
	height: 27px;
	width: 32px;
	background-image: url(Images/claim-right.png);
}
.claim-left {
	float: left;
	height: 27px;
	width: 32px;
	background-image: url(Images/claim-left.png);
}
.admin-bar {
    background: #952f34;
    padding: 5px 85px;
    height: 20px;
    line-height: 20px;
    color: #FFF;
}
.admin-bar a {
    color: #FFF;
    float: right;
    font-weight: bold;
}
.login-container {
	width:300px;
	margin: 0px auto;
}
.container {
	width:920px;
	background: #FFFFFF url(images/container.jpg) repeat-y;
	padding: 0 24px 0 25px;
	margin: 0px auto;
}
.header {
	position: relative;
}
.topbar {
	position: absolute;
	right: 10px;
	top: 5px;
	text-transform: uppercase;
	font-size: 12px;
}
.topbar a {
	padding: 10px 20px;
	float: left;
	display: block;
	color: #952f34;
	text-decoration: none;
	cursor: pointer;
}
.topbar a:hover {
	text-decoration: underline;
}
.topbar span {
	float: left;
	padding: 10px 0;
	display: block;
}
.menu {
}
.menu-top {
	height: 41px;
	background-image: url(images/menu-top.jpg);
}
.menu-bottom {
	height: 25px;
	background-image: url(images/menu-bottom.jpg);
}
.menu-sitemap {
	font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 206px;
    height: 252px;
    background-image: url(images/menu-sitemap.png);
}
.menu-sitemap a {
	display: block;
	text-align: right;
	height: 39px;
    padding-right: 20px; 
    text-decoration: none;
    color: #444;
}
.menu-sitemap a:hover {
    color: #2e3093;
    text-decoration: underline;
}
.menu-body {
	position:relative;
	height:252px;
}
.menu-items {
	position: absolute;
	top: 0;
	left: 0;	
	width: 206px;
	height: 252px;
}
.menu-items a {	
	display: block;
	height: 28px;
}
.menu-splash {
	height: 252px;
	width: 489px;
	margin: 0 225px 0 206px;
}
.menu-info {
	position: absolute;
	top: 0;
	right: 24px;	
	height: 252px;
	width: 201px; 
	background-repeat: no-repeat;
	background-image: url(images/menu-info.png);
}
.menu-info .edit-link {
	position: absolute;
	bottom: 0;
	left: 28px;
}
.menu-info-header {
	font-size: 12px;
	padding-left: 30px;
}
.menu-info-list {
    position: absolute;
    left: 28px;
    top: 22px;
    right: 6px;
    bottom: 0px;
    margin-right: 16px;
 	overflow: auto;
}
.menu-info-list ul {
	padding: 0;
	font-size: 11px;
}
.clear {
	clear: both;
}
.footer {
	font-size: 10px;	
	margin: 0px 65px;
	padding: 10px 0px;
    text-align: center;
    color: #888;
}
.edit-link {
	padding: 5px 7px;
    font-size: 10px;
    background: #2e3093;
    color: #FFF;
    font-weight: bold;
}
.imageManagerThumbnail {
	width: 100px;
}

.content {
	margin-top: 20px;
}
.article-left {
	position: absolute;
	background-image: url(images/article-left.png);
	background-repeat: no-repeat;
	width: 65px;
	height: 180px;
	float: left;
}
.article-right {
	background-image: url(images/article-right.png);
	background-repeat: no-repeat;
	width: 65px;
	height: 180px;
	float: right;
}
.article-container {
	background-image: url(images/article-top.png);
	background-repeat: repeat-x;
	margin: 0px 65px;
	padding-top: 20px;
	position: relative;
}
.article-content {
    padding: 20px 0px 0px 0px;
}
.article-toolbar {
	margin-top: 10px;
	height: 12px;
}

.form th {
	color: #404040;
	font-weight: normal;
	text-align: left;
	padding: 0 10px;
}
.form tr {	
	line-height:3.5ex;
}
fieldset { 
	border:1px solid #CCC; 
	padding: 10px 20px;
}
legend {
	padding: 0 2px;
}
.bottom-buttons-container {
    position: relative;
    height: 30px;
}
.top-save-button, .bottom-save-button, .cancel-button {
	padding: 5px 7px;
    font-size: 10px;
    background: #2e3093;
    color: #FFF;
    font-weight: bold;
    border: 0;
    cursor: pointer;
}
.top-save-button:hover, .bottom-save-button:hover, .cancel-button:hover {
    text-decoration: underline;
}
.top-save-button {
    position: absolute;
    top: 22px;
    right: 0px;
}
.cancel-button {
    position: absolute;
    bottom: 0;
    left: 0;
}
.bottom-save-button {
    position: absolute;
    bottom: 0;
    right: 0;    
}