/* Default Stylesheet */
body {
	font: .8em Mangal, Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: black;
	background: URL(Images/BG.png) center repeat-y #FFFFFF;
}
td {
	
}
 #container {
	background: url(Images/HeaderBG.jpg) no-repeat white;
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) centers the page */
	/*border-left: 1px solid #000000;
	border-right: 1px solid #000000;*/
	width:900px;
	padding-top:32px;
}

 #mainContent {
	text-align:left;
	min-height: 280px;
}
.square{
	width:400px;
	padding:5px;
	margin:0px 8px 10px 0px;
	border:1px solid silver;
	}
.header{
	border-bottom:1px solid black;
	text-align:right;
	padding:3px 10px;
	background:#004A8B;
	border-top: 1px solid #000000;
	clear:both;
	color:white;
}
.borders{
	border:1px solid silver;
	width:50%;
	background:white;
}
.LoadingPanel
{
	background:url('Images/loading7.gif') center center no-repeat #E0E0E0;
}
.MainContentWrapper
{
	min-width: 738px;
}
.ControlContentWrapper
{
	min-width: 738px;
	text-align:center;
}
h2
{
color: #1B7ABA
}
a#trashCan {
	display:block; 
	width:64px;
	padding-top:32px;
	background:url(Images/recycleBin.gif) center top no-repeat; 
	color:#333; 
	text-decoration:none;
	margin-right:20px;
}
a:hover#trashCan {
	display:block; 
	background:url(Images/recycleBin.gif) center -50px no-repeat; 
	color:#333; 
	text-decoration:none;
}
/* menu styles */
.menu {
	height:24px; 
	width:898px; 
	text-align:left;
	background:url(BGmenu.gif);
	background:#CBDC8D;
	border:1px solid #999999;
	color:#999999;
 }
#ctl00_menu1_RadMenu1
{
	z-index:100;
}
.rmHorizontal{
	z-index:100;
	width:100%;
}
.rmLast{
	z-index:100;
}
.rmSlide
{
	z-index:100;
	background:#CBDC8D;
	border:1px solid #999999;
}
.rmItem{
	z-index:100;
	/*border-right:1px solid #999999;*/
}
.rmLevel2{
	background:#CBDC8D;
	border:1px solid #999999;
}
a.rmLink {
	padding:0px 3px 0px 3px;
	color:#000000;
	cursor: pointer !important;
	display:block;
	height:24px;
}
a.rmLink:link {
	text-decoration: none;
}
a.rmLink:visited  {
	text-decoration: none;
}
a.rmLink:hover  {
	text-decoration: none;
	background:URL(Images/MenuBgOver.png) repeat-x;
}
a.rmLink:active  {
	text-decoration: none;
}
.rmText{
	font-weight:normal;
	font-size: 1em !important;
}
/*end menu */














