body
{
	font-family:verdana,sans;
	font-size:12px;
	margin:0;
	/*background-color:#f1f2f7;*/
	background-color:#FFFFFF;
}
html
{
    margin: 0;
    padding: 0;	
}
ul, li, form, p, h1, h2, h3, h4, h5 ,h6
{
	margin:0;
}
.clearfix:after
{
	content:" ";
	clear:both;
	visibility:hedden;
	display:block;
	height:0px;
}
p
{
	font-size:14px;
	font-family:"Open Sans",Arial,Helvetica,sans-serif;
	text-align:justify;
	font-weight:lighter;
	line-height:20px;
	color:#444e5a;
	margin-bottom:10px;
}
.clsWrapper
{
	width:100%;
	margin:0px auto;
}

.clsHeader
{
	background:white;
    border-bottom: 1px solid #e6e6e6;
    height: 60px;
	padding:10px;
}

#Main_Container {
    height: 100%;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
#Left_sidebar {
    background: none repeat scroll 0 0 #e0e0e0;
    height: 100%;
    position: fixed;
    transition: all 0.3s ease-in-out 0s;
    width: 240px;
}

#Mid_Cont{
    margin-left: 240px;
    margin-right: 0px;
    transition: all 0.3s ease-in-out 0s;
	padding:20px;
}

.clsIn_wrapper {
    padding:20px;
	background:white;
}

#clsRight_sidebar {
    background:#eaeaea;
    height: 100%;
    position: fixed;
	right: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 240px;
    z-index: 1000;
	top:60px;
}

.clsFooter
{
	background:white;
    border-top: 1px solid #e6e6e6;
    height: 60px;
	padding:10px;
}

.clsLft_sdr_tlt
{
	background:#606060;
	padding:5px;
}
.clsLft_sdr_tlt h1
{
	font-size:18px;
	font-family:"Open Sans",Arial,Helvetica,sans-serif;
	text-align:center;
	font-weight:bold;
	line-height:20px;
	color:#ededed;
	margin:0px;
	padding:5px;
}
.clsRgt_sdr_tlt
{
	background:#cacaca;
	padding:5px;
}
.clsRgt_sdr_tlt h1
{
	font-size:18px;
	font-family:"Open Sans",Arial,Helvetica,sans-serif;
	text-align:center;
	font-weight:bold;
	line-height:20px;
	color:#ededed;
	margin:0px;
	padding:5px;
}
.clsIn_cont
{
	padding:5px;
}
.Edt_Menu
{
	background:#f0f0f0;
	padding:5px;
	border-radius:6px;
	margin-bottom:5px;
}
.Edt_Menu h1
{
	font-size:14px;
	font-family:"Open Sans",Arial,Helvetica,sans-serif;
	text-align:center;
	font-weight:400;
	line-height:20px;
	color:#444e5a;
	margin:0px;
	padding:5px;
}
.clsEdt_Mn_img
{
	padding:5px;
	text-align:center;
}
.clsBtn
{
	padding-top:4px;
}