﻿p {
	text-align: justify;
	margin-top: 8px;
	margin-bottom: 8px;
}

p.FirstPara {
	margin-top: 0;
}

p.LastPara {
	margin-bottom: 0;
}

h1, h2, h3, h4 {
	margin-top: 5px;
	margin-bottom: 5px;
}

h1.FirstHeader {
	margin-top: 0;
}

span.Separator, a {
  color: #496898;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.UserNameHyperLink {
	color: #995212;
}

a.UserNameHyperLinkDead {
	text-decoration: line-through;
}

a.UserNameHyperLinkDead:hover {
	text-decoration: underline;
}

a.ItemTitleHyperLink {
	color: #1e731e;
}

a.Disabled {
	color: #ccc;
	cursor: default;
}

a.Disabled:hover {
	text-decoration: none;
}

.Bold {
	font-weight: bold;
}

.FullWidth {
	width: 100%;
}

ul.LastList {
	margin-bottom: 0;
}

ul.InText {
	padding-left: 30px;
	margin-top: 0;
}

ul.InText li {
	margin: 0;
	padding: 0;
}

div.PageContents {
}

.OperationStatusContainer {
	background-color: #f7f3c6;
	border: solid #aaa 1px;
	margin: 5px 0;
	padding: 2px 0;
	font-weight: bold;
	font-size: 11px;
	color: #444;
}

.OperationStatusContainer table {
	width: 100%;
}

.OperationStatusContainer table td {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}

.OperationStatusContainer table td.IconCell {
	width: 16px;
	text-align: center;
}

.OperationStatusContainer table td.MessageCell {
	padding-left: 0;
}

.OperationStatusContainer table td.SendActivationEmailAgainCell {
	text-align: right;
}

.OperationStatusContainer table td.SendActivationEmailAgainCell a {
	font-size: 11px;
	font-weight: normal;
}

.ContentsCentered {
	text-align: center;
}

.ContentsRightAligned {
	text-align: right;
}

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}

.CurrencyStringLabel {
	font-size: 11px;
	vertical-align: middle;
}

.CurrencyString {
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
}

.DateTimeGreyedOut {
	color: #555;
}

.GlobalUpdateProgress {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
	text-align: center;
}

.GlobalUpdateProgress div {
	position: fixed;
	left: 65%;
	top: 0;
	z-index: 1000;
	padding: 3px;
	font-weight: bold;
	background-color: #f7f3c6;
	border: solid #000882 1px;
	color: #444;
	border-top: none;
}

.SummaryInformationContainer {
	width: 65%;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	font-style: italic;
}

.ZabBreadCrumb {
	padding: 3px 5px;
	padding-top: 2px;
	margin-bottom: 5px;
	background-color: #728f97;
	border-top: none;
	text-align: left;
	border: solid #57727a 1px;
	margin-top: 5px;	
}

.ZabBreadCrumb .ZabBreadCrumbWrapper {
	white-space: nowrap;
	overflow: hidden;
}

.ZabBreadCrumb a {
	font-size: 11px;
}

.ZabBreadCrumb,
.ZabBreadCrumb a {
	color: #afc3c7;
}

.ZabBreadCrumb a:hover {
	color: #ddd;
}

.ZabBreadCrumb a.Last {
	font-weight: bold;
	font-size: 13px;
	color: #444;
	color: #fff;
}

.ZabBreadCrumb a.Last:hover {
	text-decoration: none;
	cursor: default;
	color: #444;
	color: #fff;
}

.ZabBreadCrumb .BCSep {
	padding: 0px 4px;
}

.WarningBox {
	padding: 5px;
	margin-bottom: 5px;
	background-color: #f7f3c6;
	border: solid #aaa 1px;
}

.WarningBox table {
	width: 100%;
}

.WarningBox table td.IconCell,
.WarningBox table td.AttentionLabelCell {
	padding-bottom: 5px;
	border-bottom: dotted #aaa 1px;
}

.WarningBox table td.IconCell {
	width: 1%;
}

.WarningBox table td.AttentionLabelCell {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
}

.WarningBox table td.ContentsCell {
	padding-top: 5px;
}

.DisabledDueToBeta {
	cursor: pointer;	
}

.RegistrationReminder {
	text-align: center;
}

.RegistrationReminder a.Register {
	font-weight: bold;
}

.UnreadCount {
	color: #d20000;
}

.TagsContainer a {
	margin-right: 5px;
}

.TabsContainer {
	width: 100%;
	margin: 2px 0;
}

.TabsContainer .Tab {
	display: inline-block;
	text-align: center;
	padding: 3px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px 5px 0px 0px;
	border: solid #ccc 1px;
}

.TabsContainer .TabSelected {
	background-color: #eee;
}

.TabsContainer .TabSelected a {
	color: #496898;
	font-weight: bold;
}

img.Smiley {
	vertical-align: text-top;
}

div.EmoticonsListContainer {
	display: none;
	width: 150px;
	height: 160px;
}

div.EmoticonsList table.EmoticonsListTable td.EmoticonText {
	padding-right: 15px;
}

div.EmoticonsList table.EmoticonsListTable td.EmoticonImage {
	padding-left: 5px;
}

/* ----------------------------------------------------- BEGIN: IE --------------------------------------------------------*/

.ie .ZabBreadCrumb .ZabBreadCrumbWrapper {
	text-overflow: ellipsis;
}

/* ----------------------------------------------------- END: IE ----------------------------------------------------------*/

/* ----------------------------------------------------- BEGIN: IE 6 ------------------------------------------------------*/

.ie6 div {
	display: inline-block;
}

.ie6 .OperationStatusContainer table td.IconCell {
	padding-top: 3px;
}

.ie6 .GlobalUpdateProgress {
	width: 140px;
	margin: 0 auto;
}

.ie6 .GlobalUpdateProgress {
/*\*/
	position: absolute;
	top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
	left: expression((((document.getElementsByTagName('body')[0].clientWidth / 3) * 2 - 70) + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');
/**/
}

/* To force overflow */
.ie6 .ZabBreadCrumbWrapper {
	width: 787px;
}

/* ----------------------------------------------------- END: IE 6 --------------------------------------------------------*/
