﻿body
{
	background-color:#100E0F;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

img
{
	border:0px;
	margin:0px;
	padding:0px;
}

#Header
{
	width:100%;
	height:126px;
	background-image:url(../images/HeaderBG.jpg);
	background-repeat:repeat-x;
}

.headerMenuMiddle
{
	height:36px;
	width:100%;
	background-image:url(../images/headerFiller.jpg); 
	background-repeat:repeat-x;
}

#MainContent
{
	width:100%;
}


#leftContentTop
{
	width:355px;
	height:25px;
	background-image:url(../images/leftMenuTop.jpg);
}

#leftContentMiddle
{
	width:355px;
	height:100%;
	background-image:url(../images/leftMenuFiller.jpg);
	background-repeat:repeat-y;
}

#leftContentSpaceing
{
	padding-left:49px;
	padding-right:46px;
}

#leftContentBottom
{
	width:355px;
	height:25px;
	background-image:url(../images/leftMenuBottom.jpg);
}


#rightContent
{
	background-image:url(../images/rightContentBG.jpg);
	background-repeat:repeat-x;
}

#rightContentAdmin
{
	background-image:url(../images/rightContentBGAdmin.jpg);
	background-repeat:repeat-x;
}

.mainContentUpperLeftCorner
{
	height:25px;
	width:25px;
}

.mainContentLowerLeftCorner
{
	height:25px;
	width:25px;
}

.mainContentUpperRightCorner
{
	height:25px;
	width:50px;
}

.mainContentLowerRightCorner
{
	height:25px;
	width:50px;
}

.mainContentTopBorder
{
	background-image:url(../images/mainContentTopBorder.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:25px;
}

.mainContentBottomBorder
{
	background-image:url(../images/mainContentBottomBorder.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:25px;
}

.mainContentRightBorder
{
	background-image:url(../images/mainContentrightBorder.gif);
	background-repeat:repeat-y;
	width:50px;
	height:100%;
}

.mainContentLeftBorder
{
	background-image:url(../images/mainContentLeftBorder.jpg);
	background-repeat:repeat-y;
	width:25px;
	height:100%;
}

#mainContentMiddle
{
	width:100%;
}

.mainContentLeftBorderAdmin
{
	background-image:url(../images/mainContentLeftBorderAdmin.gif);
	background-repeat:repeat-y;
	width:50px;
}

.mainContentUpperLeftCornerAdmin
{
	height:25px;
	width:50px;
}

.mainContentLowerLeftCornerAdmin
{
	height:25px;
	width:50px;
}

#footer
{
	background-image:url(../images/footerBG.jpg);
	background-repeat:repeat-x;
	background-color:#100E0F;
	width:100%;
	color:#CCCCCC;	
}

#footerItems
{
	width:100%;
	padding-top:40px;
}

.linkStyle
{
	text-decoration:none;
	color:Red;
}

.linkstyle a
{
	text-decoration:none;
	color:Red;
}

.tableStyle
{
	border-width:1px; 
	border-color:#EEEEEE; 
	border-style:solid;
}

.tableAltColor
{
	background-color:#D0DBDF;
}

.modalBackground 
{
    background-color:#000000;
    filter:alpha(opacity=70);
    opacity:0.8;
}

.modalPopup 
{
    background-color:#EFF3FB;
    border-width:3px;
    border-style:solid;
    border-color:#B5C7DE;
    padding:6px;
}
