﻿body 
{
    font-family: Arial;
    font-size: 12px;
    background: #f8f8f8;
}
h1
{
    color: #990033;
    font-size: 22px;
}
h2
{
	color: #990033;
    font-size: 16px;
}
h3
{
    color: #97002F;
    font-size: 12px;
}
input
{
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-bottom: 1px soid #ddd;
	border-right: 1px solid #ddd;
}
.Section h1
{
	font-size: 22px;
}
.Section
{
	font-size: 18px;
	color: #666;
}
.Section a
{
	color: #666;
	text-decoration: none;
}
.Section a:hover
{
	text-decoration: underline;
}


.NoBorder input
{
	width: 20px;
}
.watermarked
{
	color: #959595;
}
table tr td
{
	vertical-align: top;
}
table tr th
{
	background: #eaeaea;
}
#ContentHolder
{
    width: 930px;
    margin-left: auto;
    margin-right: auto;
    background: white;   
}
#Header
{
    background: url("Images/Header.jpg") no-repeat;
    width: 930px;
    height: 160px;
}
#Menu
{
    height: 30px;
}
#Menu a
{
    background: url("Images/MenuButton.gif") repeat-x;
    border-right: 1px solid #8c8c8c;
    width: 154px;
    height: 24px;
    display: block;
    float: left;
    text-align: center;
    padding-top: 6px;
    font-weight: bold;
    font-size: 13px;
    color: Black;
    text-decoration: none;
}
#Menu a:hover
{
    background: url("Images/MenuButtonOver.gif") repeat-x;
}   
#Content
{
    clear:both;
    margin: 15px;
    margin-top: 25px;
}   
#Footer
{
    background: url("Images/Footer.jpg") no-repeat;
    width: 930px;
    height: 26px;
    text-align: center;
    color: white;
    padding-top: 10px;
    margin-top: 30px;
    clear: both;
}

.Logo
{
    background: url("Images/tradeEq_logo.gif") no-repeat;
    width: 335px;
    height: 76px;
}
.SelectedCalendarDay
{
    background: red;
}
.Button
{
	width: 117px;
	height: 22px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	
	color: #2E57A5;
	background: url("Images/MainButton.gif");

	display: block;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.Button:hover
{

	background: url("Images/MainButtonHover.gif");
	color: #2E57A5;
}

table.tblAdmin
{
    border: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
}
table.tblAdmin tr td
{
    border: 1px solid #ccc;
}
table.tblAdmin tr th
{
    border: 1px solid #ccc;
    color: #555;
}
table.tblAdmin tr th a
{
    color: #555;
    text-decoration:none;
    display:block;
    text-align: left;
    padding-left: 2px;
    margin-left: 0px;
}
table.tblAdmin tr th a:hover
{
    text-decoration: underline;
}
table.tblAdmin tr th a.SortingDescending
{
    background: url("Images/sorting_descending.gif") no-repeat right center;
}
table.tblAdmin tr th a.SortingAscending
{
    background: url("Images/sorting_ascending.gif") no-repeat right center;
}

.NewsBox /*class starts with dot*/
{
    width: 295px;
    height: 267px;
    padding: 15px;
    background: url("Images/news_box.jpg");
}


.ApplyFilter
{
    background: url("Images/folder_view_24.png");
    width: 24px;
    height: 24px;
    display:block;
    float:right;
}
.OpenStatusButton
{
    background: url("Images/bullet_ball_red.gif");
    width: 20px;
    height: 20px;
    display:block;
    float: left;
}
.CloseStatusButton
{
    background: url("Images/bullet_ball_grey.png");
    width: 20px;
    height: 20px;
    display:block;
    float: left;
}
.DeleteButton
{
    background: url("Images/deleteSign.gif");
    width: 11px;
    height: 10px;
    display:block;
    float: left;
}
.btnAddNote
{
    background: url("Images/add_note.gif");
    width: 15px;
    height: 15px;
    display:block;
    float: left;
}

