﻿body
{
	background-image: url('/SystemImages/Body/PageBackground.png');
	background-repeat: repeat-x;
	/*background-color: #6a757c;*/
	background-color: #6a757c;
	color:#000;
	font-family: Verdana;
	font-size: 11px;
	font-weight:normal;

}


.PageWrapper
{
	width: 960px;
	height:735px;
	margin-top:15px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('/SystemImages/Body/PageWrappBackGround1.png');
	background-repeat:no-repeat;
}



/* ========================= FONTS=================*/
.F_Title
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.F_Normal
{
	font-family: Verdana;
	font-size: 11px;
	font-weight:normal;
	color: #000;
}

.F_Special
{
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color: #000;
}


a
{
    text-decoration: none;
    color:#939598;
}

.Button
{
	text-decoration: none;
}

.Button:hover
{
	color:#1551a1;
}
p
{
 padding:0px;
 margin:0px;	
}




/* ========================= General styles=================*/
.fll{float:left;}
.flr{float:right;}
.flc{float:none;
      clear:both;
     }
.pad{padding:10px;}
.padl{padding-left:10px;}
.padt_5{padding-top:5px;}
.padr{padding-right:10px;}
.marl{margin-left:10px;}
.marb_5{margin-bottom:5px;}
mart_min5{margin-top:-5px;}

.marr{margin-right:10px;}
.marr_25{margin-right:25px;}
.marl_50{margin-left:50px;}
.alr{text-align:right;}


/* ========================= Object styles=================*/
.TextBox
{
    border:solid;
    border-color :#babbbe;
    border-width :1px;
}


/* ========================= Handling events=================*/
.HasScrollbars
{
 overflow:auto;	
}

