@import url("menu.css");

/* CSS Document */
body {
	background:#FFF url(images/body_background.jpg) repeat-x top left;
	/*height:100%;*/
	margin:0px;
	padding: 0px;
	width:100%;
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
}

body a, a:active
{
	font-weight:bold;
	color: #000000;
	text-decoration: underline;
}

body img
{
	border: 0px;
}

body: a:hover
{
}

.content_master
{
	margin-left: auto;
	margin-right:  auto;
	height: 500px;
	width: 780px;
	background-image: url(images/content_background.jpg);
	background-repeat: no-repeat;
	padding-top: 100px;
}

.nav_bar
{
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	width:100%;
}

.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
}

/*-------------- Empty panes Style --------------*/
.DNNEmptyPane{width:0;padding:0;margin:0;}

.ContentPane, .TopPane, .BottomPane{ padding:0px; margin:0px; }
.LeftPane{ padding:0px 20px 0px 0px; margin:0px; }
.RightPane{ padding:0px 0px 0px 20px; margin:0px; }
