﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#7b7b7b;
	margin:0;
	background-image: url(../Images/BG.jpg);
	background-repeat: repeat-x;
}

.main
{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

a img
{
    border: 0;
}

#top
{
	margin-top: 40px;
	height: 160px;
	width: 100%;
	display: inline-table;
}

#content
{
	width: 100%;
	margin-top: 10px;
	display: inline-table;
	margin-bottom: 50px;
}

h1
{
	font-family: Georgia, Times New Roman, serif;
	font-size: 22px;
	color: #333;
	font-weight: normal;
}
h1 .feed
{
	background-image: url(../Images/Icons/icnFeed.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-right: 200px;
	border-bottom: 1px solid #c7c7c7;
}
h2
{
    margin-bottom: 5px;
}
li
{
	color: #ffc032;
}
ul
{
	list-style: square;
}

li.ignore {
    color: #7b7b7b;
}
.listItem
{
	color: #333;
	vertical-align: middle;
}
p
{
	padding-left: 10px;
}
strong
{
	color: #333;
	font-weight: bold;
	font-size: 12px;
}
a
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 11px;
	color: #3c94bd;
}
a:hover
{
	color: #333;
}

.greyBox
{
	background-color: #f7f7f7;
	border: 1px solid #c7c7c7;
	padding: 10px;
}

#menu a
{
	color: #c7c7c7;
	font-size: 12px;
	text-decoration: none;
}
#menu a:hover
{
	color: #aaa;
}



#bottom
{
	border-top: 1px solid #515151;
	padding-top: 25px;
	display: inline-table;
	width: 100%;
	background-image: url(../Images/BottomBG.jpg);
	background-repeat: repeat-x;
	height: 155px;
	text-align: right;
}

.gvRow
{
	padding: 5px;
	border-bottom: 1px dotted #c7c7c7;
}

.input
{
	border: 1px solid #666;
	background-image: url(../Images/txtBG.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	color:#7b7b7b;
	height: 17px;
}

.greenBox
{
	border: 1px solid #239400;
	padding: 10px;
	background-color: #e4f9de;
	color: #239400;
}
.redBox
{
	border: 1px solid #940000;
	padding: 10px;
	background-color: #f9dede;
	color: #940000;
}

.horSplitter
{
	height: 1px; 
	background-color: #c7c7c7; 
	margin-top: 10px;
}

.trListItem
{
	padding-left: 10px;
}
.trListItemHeader
{
	font-weight: bold;
}
.trListItemCheck
{
	background: url(../Images/Icons/icnCheck.png) no-repeat center;
}
.trListItemBlock
{
	background: url(../Images/Icons/icnBlock.png) no-repeat center;
}
