﻿*  
{
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	border: 0;
	padding: 0;
	color: #333333;
	text-decoration: none;
}

input.RightArrowButton
{ 
	background: url(Shared/RightArrowButtonBackground.jpg) 0 0 no-repeat;
	width: 16px;
	height: 16px;
}

a.RightArrowButton
{ 
	display: inline-block;
	background: url(Shared/RightArrowButtonBackground.jpg) right no-repeat;
	padding: 0 21px 0px 0;
	height: 16px;
	font-size: 12px;
	text-decoration: none;
	color: #157dcc;
	font-weight: bold;
}

a.RightArrowButton:hover
{
	text-decoration: none;
}

a.LeftArrowButton
{ 
	display: inline-block;
	background: url(Shared/LeftArrowButtonBackground.jpg) 0 0 no-repeat;
	padding: 0px 0 0px 21px;
	height: 16px;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}

a.LeftArrowButton:hover
{
	color: #157dcc;
	text-decoration: none;
}

a.IconButton
{ 
	display: inline-block;
	padding: 0px 0 0px 16px;
	height: 12px;
	font-size: 11px;
	text-decoration: none;
	color: #157dcc;
}

a.IconButton:hover
{
	text-decoration: underline;
}

a.PrinterButton
{ 
	background: url(Shared/PrinterButtonBackground.gif) 0 1px no-repeat;
}

a.StarButton
{ 
	background: url(Shared/StarButtonBackground.gif) 0 1px no-repeat;
}

a.EmailButton
{ 
	background: url(Shared/EmailButtonBackground.gif) 0 1px no-repeat;
}

a.SendButton
{ 
	display: inline-block; 
	background-image: url(Shared/SendButtonBackground.jpg);
	background-repeat: no-repeat;
	width: 80px;
	height: 30px;
}

a.SendButton:hover
{ 
	color: White;
	background-image: url(Shared/SendButtonBackground.Over.jpg);
}

a.SearchButton
{ 
	display: inline-block; 
	background-image: url(Shared/SearchButtonBackground.jpg);
	background-repeat: no-repeat;
	width: 80px;
	height: 30px;
}

a.SearchButton:hover
{ 
	color: White;
	background-image: url(Shared/SearchButtonBackground.Over.jpg);
}

a.SaveButton
{ 
	display: inline-block; 
	background-image: url(Shared/SaveButtonBackground.jpg);
	background-repeat: no-repeat;
	width: 80px;
	height: 30px;
}

a.SaveButton:hover
{ 
	color: White;
	background-image: url(Shared/SaveButtonBackground.Over.jpg);
}

a.EmptyButton
{
	display: inline-block; 
	background-image: url(Shared/EmptyButtonBackground.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	width: 130px;
	height: 15px;
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}

a.EmptyButton:hover
{
	color: White;
	text-decoration: none;
	background-image: url(Shared/EmptyButtonBackground.Over.jpg);
}

input.TextBox
{
	border: 1px solid #ddebf3; 
	color: #333333; 
	padding: 3px;
	font-size: 11px;
}

select
{
	border: 1px solid #ddebf3; 
	font-size: 11px;
}

select *
{
	color: #333333; 
}

select.ListBox
{
	padding: 3px;
}

a
{
	font-size: 11px;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

ul 
{
	clear: both;
	padding: 10px 0 0 0;
	margin: 0;
	list-style: none;
}
ul li 
{
	padding: 0 0 4px 8px;
	line-height: 14px;
	background: url(shared/Bullet.gif) no-repeat 0 6px;
}

span.Paragraph
{
	padding: 0 0 4px 8px;
	line-height: 14px;
	background: url(shared/Bullet.gif) no-repeat 0 6px;
}

div.Red
{
	color: Red;
}

input.Red
{
	border: solid 1px Red; 
}

div.ContentBox
{
	width: 709px;
	padding: 0;
	color: #666666;
}

div.LeftBox
{
}

div.LeftBox a
{
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

div.LeftBox a:hover
{
	color: #157dcc;
	text-decoration: underline;
}

span.Title
{
	display: inline-block;
	color: #000000;
	font-size: 18px;
	margin-bottom: 10px;
}

div.SubmenuItem
{
	text-indent: 10px;
	background: url(Shared/SubmenuItemBackground.jpg) left no-repeat;
	margin-bottom: 10px;
}

div.SubmenuItem a
{
	color: Black;
	font-size: 14px;
	font-weight: bold;
}

div.SubmenuItem a:hover, div.SubmenuItem a.Selected
{
	color: #157dcc;
	text-decoration: none;
}

div.Left
{
	float: left;
}

div.Right
{
	float: right;
}

div.Clear
{
	clear: both;
}

div.Spacer
{
	height: 20px;
}

table.Grid
{
    border-collapse: collapse;
    width: 100%;
}

table.Grid *
{
    font-size: 11px;
}

table.Grid thead tr td
{
    background-color: #b0a9a0;
    color: White;
    text-align: center;
    padding: 3px;
    font-weight: bold;
    border-right: solid 1px White;
}

table.Grid tbody tr td
{
    border-color: #cccccc;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    padding: 3px;
    color: #666666;
    text-align: center;
}

table.Grid tbody tr td.LeftAligned
{
	text-align: left;
	padding-left: 0px;
}

table.Grid tbody tr td.RightAligned
{
	text-align: right;
	padding-right: 0px;
}

table.Grid tbody tr td a
{
    color: #666666;
    text-decoration: none;
}

table.Grid tbody tr td a:hover
{
	color: #0099ff;
    text-decoration: none;
}

table.Grid td.LastCell
{
    border-right: none;
}

div.Note
{
	padding-top: 10px;
	font-size: 10px;
	color: #666666;
}

div.Field
{
	margin-bottom: 5px;
	white-space: nowrap;
}

span.ActivityIndicator
{
	background: url(Shared/ActivityIndicator.gif) no-repeat left;
	display: inline-block;
	height: 16px;
	padding-left: 21px;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.Striked
{
	text-decoration: line-through;
	color: Red;
}

.Hidden
{
	display: none;
}

.Tooltipped
{
	text-decoration: underline;
	cursor: pointer;
}

.Blue
{
	color: #157dcc;
}

.Black
{
	color: #000000;
}

div.Module
{
	float: left;
	margin-right: 20px;
	width: 460px;
}

div.Module *
{
	font-size: 10px;
	color: #666666;
}

div.Module textarea.TextBox
{
	border: 1px solid #ddebf3;
	padding: 3px;
}

div.Module a.Link
{
	font-size: 10px;
	color: #666666;
}

div.Module a.Link:hover
{
	color: #333333;
}

div.Module span.CheckBox
{
	margin-right: 20px;
}

div.Module span.CheckBox label
{
	font-size: 10px;
	color: #666666;
}

div.Module div.Field
{
	float: left;
	margin-right: 10px;
	width: 125px;
}

div.Module div.Field input.TextBox
{
	width: 117px;
}

input.LockedTextBox
{
	color: #cccccc;
}

u
{
	text-decoration: underline;
}

strong
{
	font-size: 12px;
	color: #333333;
}

b
{
	font-weight: bold;
}

div.CustomContent h1
{
	color: #000000 !important;
	font-size: 18px !important;
	margin-bottom: 20px !important;
}

div.CustomContent h2
{
	color: #157dcc !important;
	font-size: 15px !important;
}

div.CustomContent p
{
	margin-bottom: 20px !important;
}

div.CustomContent h1.note
{
	color: #666666 !important;
	font-size: 10px !important;
}

div.CustomContent strong
{
	font-size: 11px !important;
	font-weight: bold;
}

div.EventTitle a
{
	color: #157dcc;
	font-size: 12px !important; 
	font-weight: bold;
	text-decoration: none;
}

div.EventTitle a:hover
{
    text-decoration: underline;
}

div.EventSubTitle
{
	color: #000000;
	font-size: 13px !important; 
	font-weight: bold;
	margin-bottom: 20px
	
}

div.EventName
{
	color: #666666;
	font-size: 12px !important; 
	font-weight: bold;
	margin-bottom: 0px
	
}
