body 
{
	margin: auto;
	font: 12px Arial;
	color: #000000;
	font-weight: bold;
	line-height: 16pt;
}
.Container 
{
	color: #ffffff;
	width: 973px;
	margin: auto;
}
.TopContainer
{
	height: 159px;
}
.ImageButton
{
	background-color: transparent;
	background-image: url('../img/button.clean.png');
	background-position: top left;
	background-repeat: no-repeat;
	width: 243px;
	float: right;
	margin: 5px;
	height: 46px;
	border: 0px;
	cursor:pointer;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-width: 0px;
}
.h1Fake
{
	font-size: 22px;	
}
.TopRight
{
	background-image: url(../img/top.right.gif);
	background-repeat: no-repeat;
	width: 264px;
	height: 159px;
	float: right;
}
.TipsLink {
	line-height: 23pt;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	float: right;
	width: 154px;
	height: 34px;
	text-align: center;
}
.RBContainer 
{
	background-color: #ffeeee;
}
.RBLeft 
{
	background-image: url(../img/rb.left.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.RBRight 
{
	background-image: url(../img/rb.right.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.RBTopContainer
{
	background-image: url(../img/rb.top.gif);
	background-repeat: repeat-x;
	height: 4px;
	line-height: 0px;
}
.RBBotContainer
{
	background-image: url(../img/rb.bot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 4px;
	line-height: 0px;
}
.RBBackground1
{
	background-image: url(../img/sprite.rb.red.gif);
}
.RBContainer2
{
	background-color: #ce0029;
}
.RBLeft2
{
	background-color: #ce0029;
}
.RBRight2
{
	background-color: #ce0029;
}
.RBTopContainer2
{
	background-color: #ce0029;
	height: 4px;
	line-height: 0px;
}
.RBBotContainer2
{
	background-color: #ce0029;
	height: 4px;
	line-height: 0px;
}
.RBBackground2
{
	background-image: url(../img/sprite.contentbox.gif);
}
.RBInnerDark
{
	background-color: #c30b13;
	margin: 0px 4px;
	padding: 7px;
}
.RBTopLeft
{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 4px;
	height: 4px;
	float: left;
}
.RBTopRight
{
	background-repeat: no-repeat;
	background-position: -4px 0px;
	width: 4px;
	height: 4px;
	float: right;
}
.RBBotLeft
{
	background-repeat: no-repeat;
	background-position: 0px -4px;
	width: 4px;
	height: 4px;
	float: left;
}
.RBBotRight
{
	background-repeat: no-repeat;
	background-position: -4px -4px;
	width: 4px;
	height: 4px;
	float: right;
}
.RBPadding 
{
	padding: 10px 15px;
}
.HeaderContainer
{
	height: 35px;
	background-image: url(../img/header.left.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #620014;
	color: #ffffff;
}
.HeaderRight
{
	color: #FFFFFF;
	font-size: 22px;
	height: 35px;
	background-image: url(../img/header.right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 5px 10px;
}
h1
{
	font-size: 16pt;
	margin: 0px;
}
h2 {
	font-size: 13pt;
	margin: 0px;
}

h3 {
	font-size: 13pt;
	margin: 0px;
}

.Normal
{
	font-weight: normal;
}
.Small 
{
	font-size: 10px;
}
.Medium
{
	font-size: 11px;
}
.Red
{
	color: #ff0000;
}
.LightRed
{
	color: #fcc8c8;
}
.DarkRed
{
	color: #440101;
}
.White
{
	color: #ffffff;
}
.Bold
{
	font-weight: bold;
}
.FloatLeft 
{
	float: left;
}
.FloatRight
{
	float: right;
}
.TextLeft
{
	text-align: left;
}
.Field 
{
	border-top: 1px solid #620014;
	border-left: 1px solid #620014;
	padding: 5px;
	width: 95%;
}
.BlueField 
{
	border-top: 1px solid #001062;
	border-left: 1px solid #001062;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #8ebdfc;
	padding: 5px;
	width: 95%;
	font-weight: bold;
}
.Select 
{
	border-top: 1px solid #620014;
	border-left: 1px solid #620014;
	padding: 5px;
}
.OrangeBoxContainer
{
	background-image: url(../img/orangebox.bg.gif);
	background-repeat: repeat-x;
}
.OrangeBoxLeft
{
	height: 167px;
	background-image: url(../img/orangebox.left.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.OrangeBoxRight
{
	height: 167px;
	background-image: url(../img/orangebox.right.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.ErrorBox
{
	color: #990000;
	border: 1px solid #990000;
	padding: 15px;
	background: #fdf2f3 url(../img/icon.errorbox.gif) bottom right no-repeat;
}
.Table
{
	border: 1px solid #440101;
}
th
{
	background-color: #440101;
	color: #ffffff;
}
.Row1 td
{
	background-color: #f8e0e0;
}
.Row2 td
{
	background-color: #eed5d5;
}
.PageNum
{
	text-decoration: none;
	border: 1px solid #cf8888;
	background-color: #ffeeee;
	display: block;
	float: left;
	padding: 1px 5px;
	margin-right: 4px;
}
.Right
{
	float: right;
}

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
