/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin: 0px;
	background-position: left top;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	font: 1em Arial;
}

#tblMainContent
{
	text-align: left;
}

#tdMainContent 
{
position:relative;
left:-10px;

}


#tdLeftMargin
{
	background-position: right top;
	/*background-image: url(images/background/leftSide.gif);*/
	width: 104px;
	background-repeat: repeat-y;
	height: 100%;
}

#tdButtons
{
	position: relative;
	left: -15px;
}

#tdTopLeftDown
{
	padding-right: 0px;
	background-position: left bottom;
	padding-left: 0px;
	/*background-image: url(images/background/topLeftDown.gif);*/
	padding-bottom: 0px;
	width: 104px;
	padding-top: 0px;
	background-repeat: repeat-y;
	height: 182px;
}

#tdTopLeft2
{
	padding-right: 0px;
	background-position: left bottom;
	padding-left: 0px;
	/*background-image: url(images/background/topLeft2.gif);*/
	padding-bottom: 0px;
	height: 182px;
	padding-top: 0px;
	width: 150px;
	background-repeat: no-repeat;
	text-align:right;
}

#topHeader
{
	padding-right: 0px;
	background-position: left bottom;
	padding-left: 0px;
	/*background-image: url(images/background/topHeader.gif);*/
	padding-bottom: 0px;
	height: 182px;
	padding-top: 0px;
	width: 707px;
	background-repeat: no-repeat;
}

#topRight
{
	padding-right: 0px;
	background-position: left bottom;
	padding-left: 0px;
	/*background-image: url(images/background/topRight.gif);*/
	padding-bottom: 0px;
	/*width: 100%;*/
	padding-top: 0px;
	background-repeat: repeat-x;
	height: 182px;
}

#footerTable
{
	padding-right: 35px;
	/*padding-left: 104px;
	margin-left: 104px;*/
	margin-right: 35px;
}