﻿body /* Internet Explorer */
{
	text-align: center;
	margin: auto;
	padding: 0px;
	background-color: Black;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	width: 95%;
}

body /* Mozilla Firefox alignment */
{
	text-align: -moz-center;
	margin: auto;
	padding: 0px;
	background-color: Black;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	width: 95%;
}

.iframeBody
{
	padding: 0px;
	background-color: Black;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	width: 100%;
}

.iframeBodyInside
{
	padding: 0px;
	background-color: Black;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	width: 100%;
}

#AddNewsFeed
{
	position: absolute;
	top: 5%;
	left: 34%;
	background-color: Black;
}

body a
{
	color: #FFFFFF;
	text-decoration: none;
}

body a:hover
{
	color: #E36334;
}

.TableMain
{
	width: 800px;
	padding: 0;
}

.imageHeading
{
	width: 441px;
	text-align: left;
	height: 113px;
	vertical-align: top;
}

.copyright
{
	text-align: center;
	height: 21px;
	vertical-align: bottom;
	color: #E36334;
}

.mainiframe
{
	width: 100%;
	background-color: Black;
	background-image: none;
	margin: 0;
}

.designed
{
	text-align: center;
	height: 21px;
	color: #E36334;
}

.imageHeadingBoran
{
	width: 189px;
	text-align: right;
	height: 113px;
	vertical-align: top;
}

.imagePageName
{
	vertical-align: middle;
	text-align: center;
	height: 113px;
}

.TableButtons
{
	width: 800px;
	font-family: Arial;
	color: #E36334;
	padding: 0;
}

.TableButtons a
{
	color: #FFFFFF;
	text-decoration: none;
}

.TableButtons a:hover
{
	color: #E36334;
}

.popupControl
{
	background-image: url(../Images/PagePics/login.gif);
	background-repeat: no-repeat;
	width: 250px;
	height: 148px;
}

.panelRegister
{
	padding-top: 10px;
}

.panelContact
{
	padding-top: 10px;
}

.accordionHeader
{
	background-color: #e36334;
	color: Black;
}

.accordionHeaderSelected
{
	color: White;
}

.mainTable
{
	width: 100%;
	height: 100%;
	vertical-align: top;
}


.tableHeader
{
	background-image: url(../Images/PagePics/filterBar.jpg);
	background-repeat: repeat-x;
	text-align: left;
}

.popUpTable
{
	background-color: Black;
	border: solid 1px white;
}

.tablePopHeader
{
	background-repeat: repeat-x;
	background-image: url(../Images/PagePics/filterBarBig.jpg);
	height: 22px;
}

.grid-view
{
	padding: 0;
	margin: 0;
	border: 1px solid #333;	
	font-size: 12px;
}

.grid-view tr.header
{
	color: white;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	background-repeat: repeat-x;
	background-image: url(../Images/PagePics/GridView.jpg);
}

.grid-view tr.normal
{
	color: white;
	background-color: black;
	height: 90px;
	vertical-align: middle;
	text-align: center;
	
}

.grid-view tr.alternate
{
	color: white;		
	background-color: #1c1e28;
	height: 90px;
	vertical-align: middle;
	text-align: center;

}

.grid-view tr.normal:hover, .grid-view tr.alternate:hover
{
	cursor: hand;
	background-color: #241200;
	color: #e34c17;
}
