body,html {
	font-family:Calibri,arial,verdana;
	font-size:12px;
	margin:0;
	height:100%;
	color:#444947;
}

div.loginbg {
	
	color:#000;
}

div.logoheader {
background: rgba(202,219,226,1);
background: -moz-linear-gradient(top, rgba(202,219,226,1) 0%, rgba(146,170,182,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(202,219,226,1)), color-stop(100%, rgba(146,170,182,1)));
background: -webkit-linear-gradient(top, rgba(202,219,226,1) 0%, rgba(146,170,182,1) 100%);
background: -o-linear-gradient(top, rgba(202,219,226,1) 0%, rgba(146,170,182,1) 100%);
background: -ms-linear-gradient(top, rgba(202,219,226,1) 0%, rgba(146,170,182,1) 100%);
background: linear-gradient(to bottom, rgba(202,219,226,1) 0%, rgba(146,170,182,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cadbe2', endColorstr='#92aab6', GradientType=0 );
    border-bottom: 1px solid #fff;
    box-shadow: 0 5px 10px #94acb8;
}

div.loginlogo {
	margin:0 auto;
	padding-top:80px;
	padding-bottom:20px;
}

a.logologin {
	font-size:60px;
	color:white;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	line-height: 18px;
}

.spanbut {
	cursor:pointer;
	cursor:hand;
}

.spanmigbut {
	cursor:pointer;
	cursor:hand;
	color:red;
	
}

span.logincolor {
	color:#D8D880;
	font-style:italic;
}

span.colorlogo {
	color:#D8D880;
	font-style:italic;
}

a.logologin:hover {
	font-size:60px;
	text-shadow:0 0 20px yellow;
	text-decoration:none;
	color:white;
}

span.logologin {
	font-size:22px;
	padding-left:120px;
	color:#D8D880;
}

a.logo {
	font-size:22px;
	color:white;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
a.logo:hover {
	font-size:22px;
	text-shadow:0 0 20px yellow;
	text-decoration:none;
	color:white;
}

span.logo {
	font-size:16px;
	color:#D8D880;
}

div.newinfoblock {
	padding:10px 5px;
}



input[type="button"] {
	font-family:Calibri,arial,verdana;
	font-size:13px;
	padding:8px 20px;
	background: #2d8877;
	color:#fff;
	outline:none;
	border:0;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	cursor:pointer;
	cursor:hand;
	border-radius:3px;
	border:1px solid #fff;
	text-decoration:none;
}

input[type="button"]:hover {
	font-family:Calibri,arial,verdana;
	font-size:13px;
	padding:8px 20px;
	color:#fff;
	background: #5fb1a3;
	outline:none;
	border:0;
	cursor:pointer;
	cursor:hand;
	border-radius:3px;
		border:1px solid #fff;
	box-shadow: inset 5px 5px 5px #2d8877;
	text-decoration:none;
}

input[type="submit"] {
	font-family:Calibri,arial,verdana;
	font-size:13px;
	padding:8px 20px;
	background: #2d8877;
	color:#fff;
	outline:none;
	border:0;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	cursor:pointer;
	cursor:hand;
	border-radius:3px;
	border:1px solid #fff;
	text-decoration:none;
}

input[type="submit"]:hover {
	font-family:Calibri,arial,verdana;
	font-size:13px;
	padding:8px 20px;
	color:#fff;
	background: #5fb1a3;
	outline:none;
	border:0;
	cursor:pointer;
	cursor:hand;
	border-radius:3px;
		border:1px solid #fff;
	box-shadow: inset 5px 5px 5px #2d8877;
	text-decoration:none;
}

input.topbutton {
	font-family:Calibri,arial,verdana;
	font-size:24px;
	padding:8px 24px;
	background: #eee;
	color:#555;
	outline:none;
	border:0;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	cursor:pointer;
	cursor:hand;
	border-radius:3px;
	text-decoration:none;
}

input.topbutton:hover {
	font-family:Calibri,arial,verdana;
	font-size:24px;
	padding:8px 24px;
	background: #555;
	color:#eee;
	outline:none;
	border:0;
	cursor:pointer;
	cursor:hand;
	border-radius:3px;
	box-shadow: inset 0 0 5px black;
	text-decoration:none;
}

input.sheme {
	font-family:Calibri,arial,verdana;
	font-size:11px;
	padding:4px 10px;
	background: rgba(227,237,246,1);
background: -moz-linear-gradient(top, rgba(227,237,246,1) 0%, rgba(194,214,221,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(227,237,246,1)), color-stop(100%, rgba(194,214,221,1)));
background: -webkit-linear-gradient(top, rgba(227,237,246,1) 0%, rgba(194,214,221,1) 100%);
background: -o-linear-gradient(top, rgba(227,237,246,1) 0%, rgba(194,214,221,1) 100%);
background: -ms-linear-gradient(top, rgba(227,237,246,1) 0%, rgba(194,214,221,1) 100%);
background: linear-gradient(to bottom, rgba(227,237,246,1) 0%, rgba(194,214,221,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3edf6', endColorstr='#c2d6dd', GradientType=0 );
	border:1px solid #fff;
	color:#677278;
	outline:none;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	cursor:pointer;
	cursor:hand;
	border-radius:3px;
	text-decoration:none;
}

input.sheme:hover {
	font-family:Calibri,arial,verdana;
	font-size:11px;
	padding:4px 10px;
	background: #c5d8df;
	border:1px solid #fff;
	color:#677278;
	outline:none;
	cursor:pointer;
	cursor:hand;
	border-radius:3px;
	box-shadow:none;
	text-decoration:none;
}

input.delete {
	font-family:Calibri,arial,verdana;
	font-size:13px;
	padding:8px 20px;
background: rgba(247,0,0,1);
background: -moz-linear-gradient(top, rgba(247,0,0,1) 0%, rgba(185,12,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,0,0,1)), color-stop(100%, rgba(185,12,0,1)));
background: -webkit-linear-gradient(top, rgba(247,0,0,1) 0%, rgba(185,12,0,1) 100%);
background: -o-linear-gradient(top, rgba(247,0,0,1) 0%, rgba(185,12,0,1) 100%);
background: -ms-linear-gradient(top, rgba(247,0,0,1) 0%, rgba(185,12,0,1) 100%);
background: linear-gradient(to bottom, rgba(247,0,0,1) 0%, rgba(185,12,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f70000', endColorstr='#b90c00', GradientType=0 );
	color:#fff;
	outline:none;
	border:1px solid #fff;
	border-radius:3px;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	cursor:pointer;
	cursor:hand;
	border-radius:3px;
	
}

input.delete:hover {
	font-family:Calibri,arial,verdana;
	font-size:13px;
	padding:8px 20px;
	background: rgba(185,12,0,1);
background: -moz-linear-gradient(top, rgba(185,12,0,1) 0%, rgba(247,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(185,12,0,1)), color-stop(100%, rgba(247,0,0,1)));
background: -webkit-linear-gradient(top, rgba(185,12,0,1) 0%, rgba(247,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(185,12,0,1) 0%, rgba(247,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(185,12,0,1) 0%, rgba(247,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(185,12,0,1) 0%, rgba(247,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b90c00', endColorstr='#f70000', GradientType=0 );
	color:#fff;
	outline:none;
	border:1px solid #fff;
	cursor:pointer;
	cursor:hand;
	border-radius:3px;
	box-shadow:none;
}

input.deletesm {
	font-family:Calibri,arial,verdana;
	font-size:12px;
	padding:1px 6px 3px 6px;
background: rgba(247,0,0,1);
background: -moz-linear-gradient(top, rgba(247,0,0,1) 0%, rgba(185,12,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,0,0,1)), color-stop(100%, rgba(185,12,0,1)));
background: -webkit-linear-gradient(top, rgba(247,0,0,1) 0%, rgba(185,12,0,1) 100%);
background: -o-linear-gradient(top, rgba(247,0,0,1) 0%, rgba(185,12,0,1) 100%);
background: -ms-linear-gradient(top, rgba(247,0,0,1) 0%, rgba(185,12,0,1) 100%);
background: linear-gradient(to bottom, rgba(247,0,0,1) 0%, rgba(185,12,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f70000', endColorstr='#b90c00', GradientType=0 );
	color:#fff;
	outline:none;
	border:1px solid #fff;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	cursor:pointer;
	cursor:hand;
	border-radius:15px;
	
}

input.deletesm:hover {
	font-family:Calibri,arial,verdana;
	font-size:12px;
	padding:1px 6px 3px 6px;
	background: rgba(185,12,0,1);
background: -moz-linear-gradient(top, rgba(185,12,0,1) 0%, rgba(247,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(185,12,0,1)), color-stop(100%, rgba(247,0,0,1)));
background: -webkit-linear-gradient(top, rgba(185,12,0,1) 0%, rgba(247,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(185,12,0,1) 0%, rgba(247,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(185,12,0,1) 0%, rgba(247,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(185,12,0,1) 0%, rgba(247,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b90c00', endColorstr='#f70000', GradientType=0 );
	color:#fff;
	outline:none;
		border:1px solid #fff;
	cursor:pointer;
	cursor:hand;
	border-radius:15px;
	box-shadow:none;
}

input[type="text"] {
	font-size:12px;
	font-family:Calibri,arial,verdana;
	width:100%;
	padding:5px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#ffffff;
	border:1px solid #adc4da;
	
	outline:none;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

input[type="text"]:focus {
box-shadow: 0 0 5px #95b8d7;
}

input.fail {
border:1px solid #f98d8c;
background:#fff2f2;
}

input.fail:focus {
background:#ffffff;
	border:1px solid #adc4da;
box-shadow: 0 0 5px #95b8d7;
}

textarea.fail {
border:1px solid #f98d8c;
background:#fff2f2;
}

input[type="password"] {
	font-size:12px;
	font-family:Calibri,arial,verdana;
	width:100%;
	padding:5px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#ffffff;
	border:1px solid #adc4da;
	
	outline:none;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

input[type="password"]:focus {
box-shadow: 0 0 5px #95b8d7;
}

select {
	font-size:12px;
	font-family:Calibri,arial,verdana;
	width:100%;
	padding:5px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#ffffff;
	border:1px solid #adc4da;
	
	outline:none;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

select:focus {
box-shadow: 0 0 5px #95b8d7;
}

textarea {
	font-size:12px;
	font-family:Calibri,arial,verdana;
	width:100%;
	padding:5px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#ffffff;
	border:1px solid #adc4da;
	
	outline:none;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

textarea:focus {
box-shadow: 0 0 5px #95b8d7;
}

table.allwidth {
	width:100%;
}

tr.stand {
background:#f2f9ff;
}

td.leftcolumn {
width:200px;
}

td.fail {
	color:red;
	font-size:11px;
}

td.tabletitle {

text-align: left;
padding: 8px;
font-size: 16px;
background: #6b838f;
color: white;
}

div.header {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f4c6b+0,3f4c6b+100;Blue+Grey+Flat */
/* background: #344046; Old browsers 

	box-shadow:0 0 5px black;*/
	
background: rgba(202,219,226,1);
background: -moz-linear-gradient(top, rgba(202,219,226,1) 0%, rgba(146,170,182,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(202,219,226,1)), color-stop(100%, rgba(146,170,182,1)));
background: -webkit-linear-gradient(top, rgba(202,219,226,1) 0%, rgba(146,170,182,1) 100%);
background: -o-linear-gradient(top, rgba(202,219,226,1) 0%, rgba(146,170,182,1) 100%);
background: -ms-linear-gradient(top, rgba(202,219,226,1) 0%, rgba(146,170,182,1) 100%);
background: linear-gradient(to bottom, rgba(202,219,226,1) 0%, rgba(146,170,182,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cadbe2', endColorstr='#92aab6', GradientType=0 );
    border-bottom: 1px solid #fff;
    box-shadow: 0 5px 10px #94acb8;
	display:table;
	width:100%;
}

div.footer {
	background: #344046; /* Old browsers */
	box-shadow:0 0 5px black;
	display:table;
	width:100%;
	height:50px;
}

div.headermenu {
	padding:10px;
}

div.center {
	display:table;
	width:100%;
}

div.inline {
	display:inline-block;
}

div.topmenu {
	font-size:14px;
	padding:7px 10px;
	background: rgba(227,237,246,1);
background: -moz-linear-gradient(top, rgba(227,237,246,1) 0%, rgba(194,214,221,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(227,237,246,1)), color-stop(100%, rgba(194,214,221,1)));
background: -webkit-linear-gradient(top, rgba(227,237,246,1) 0%, rgba(194,214,221,1) 100%);
background: -o-linear-gradient(top, rgba(227,237,246,1) 0%, rgba(194,214,221,1) 100%);
background: -ms-linear-gradient(top, rgba(227,237,246,1) 0%, rgba(194,214,221,1) 100%);
background: linear-gradient(to bottom, rgba(227,237,246,1) 0%, rgba(194,214,221,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3edf6', endColorstr='#c2d6dd', GradientType=0 );
	border:1px solid #fff;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	border-radius:3px;
	
	cursor:pointer;
	cursor:hand;
}

div.topmenu a{
	text-decoration:none;
	color:#444947;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

div.topmenu:hover {
	background:#2d8877;
		border:1px solid #c7d9e0;
	box-shadow:none;
		padding:7px 10px;
}

div.topmenu:hover a{
	text-decoration:none;
	color:#fff;
}

div.topmenuactive {
	padding:7px 10px;
	background:#2d8877;
		border:1px solid #c7d9e0;
	font-size:14px;
	cursor:pointer;
	cursor:hand;
}

div.topmenuactive a{
	text-decoration:none;
	color:#fff;
}

div.leftcolumn {
	width:250px;
	height:100%;
	
	display:table-cell;
	vertical-align: top;
	/*background:#53636B;
	box-shadow:0 2px 5px black;*/
	background-color: #6b838f;

}

div.columnlink {
	
	padding:5px 15px;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	cursor:pointer;
	cursor:hand;
}

div.columnlink a{
	text-decoration:none;
	color:#fff;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	font-size:14px;
}

div.columnlink:hover {
	background:#5fb1a3;
	padding:5px 15px;
}


div.columnlink:hover a{
	text-decoration:none;
	color:#fff;
	font-size:14px;
}

div.columnlinkhome {
	width:200px;
	padding:5px 15px;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	cursor:pointer;
	cursor:hand;
}

div.columnlinkhome a{
	text-decoration:none;
	color:#4b514f;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	font-size:14px;
}

div.columnlinkhome:hover {
	background:#2d8877;
	padding:5px 15px;
}


div.columnlinkhome:hover a{
	text-decoration:none;
	color:#fff;
	font-size:14px;
}

div.columnlinkactive {
	background:#5fb1a3;
	padding:5px 15px;
	cursor:pointer;
	cursor:hand;
}

div.columnlinkactive a{
	text-decoration:none;
	color:#fff;
	font-size:14px;
}


div.columnlinknot {
	
	padding:5px 15px;
	cursor:pointer;
	cursor:hand;
}

div.columnlinknot a{
	text-decoration:none;
	color:#9C9C9C;
	font-size:14px;
}

div.columnlinknot:hover {
	background:#eee;
	padding:5px 15px;
}

div.columnlinknot:hover a{
	text-decoration:none;
	color:#555;
	font-size:14px;
}

div.centercolumn {
	vertical-align: top;
	display:table-cell;
	padding:0 5px;
	padding-bottom:40px;
}

div.leftmenuseparator {
	background:#eee;
	height:1px;
	box-shadow:0 0 1px gray;
	margin:10px 0;
}

td.smtop {
	color: #444947;
	font-size:14px;
	padding:10px 0;
	border-bottom: 1px dotted #adc4da;
}

span.star {
	color:red;
}

td.articleimg {
	width:150px;
}

td.articleimg img{
	max-width:150px;
	
}

img {
	border:0;
}

tr.articlemain {
	background:#eee;
}

td.onearticle{
	border:1px solid silver;
}

td.sheme {
	background:#efefef;
}

tr.tabletitle {
	background:#6b838f;
	color:#fff;
	font-size:15px;
	
}

tr.tablerow0 {
	
}

tr.tablerow0 {
	background:#f6fcff;
}

a.tablelink {
	text-decoration:none;
	color:#6b838f;
}

a.tablelink:hover {
	text-decoration:underline;
}

td.articlename {
	padding-bottom:10px;
}

td.articlename a {
	text-decoration:none;
	font-size:14px;
	color:#555;
}

td.articlename:hover a {
	text-decoration:underline;
	font-size:14px;
	color:#555;
}

td.paging {
background: #6B838F;
color: #fff;
font-size: 20px;
}

td.pagenow {
	color:#fff;
}

td.pagenotnow {
	
}

td.pagenotnow a{
	text-decoration:none;
	color:silver;
}

td.pagenotnow:hover a{
	text-decoration:none;
	color:#fff;
}

td.pagear {
	
}

a.pagear {
	text-decoration:none;
	color:silver;
	font-size:18px;
}

a.pagear:hover {
	text-decoration:none;
	color:#fff;
	font-size:18px;
}

input.enteradmin {
	font-family:Calibri,arial,verdana;
	font-size:18px;
	padding:12px 20px;
	background: #2d8877;
	color:#fff;
	outline:none;
	border:0;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	cursor:pointer;
	cursor:hand;
	border-radius:3px;
	border:1px solid #fff;
	text-decoration:none;	width:300px;
}

input.enteradmin:hover {
	font-family:Calibri,arial,verdana;
	font-size:18px;
	padding:12px 20px;
	background: #5fb1a3;
	color:#fff;
	outline:none;
	border:0;
	cursor:pointer;
	cursor:hand;
	border-radius:3px;
		border:1px solid #fff;
	box-shadow: inset 5px 5px 5px #2d8877;
	text-decoration:none;
}

input.enteradmintext {
	font-size:18px;
	font-family:Calibri,arial,verdana;
	width:300px;
	padding:15px;
	box-sizing:border-box;	
	-moz-box-sizing:border-box;
	background:#ffffff;
	border: 1px solid #adc4da;
	outline:none;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

input.enteradmintext:focus {
	box-shadow:0 0 5px #95b8d7;
}

#allfooter {
background: #e3edf6;
    width: 100%;
    box-shadow: inset 0 0px 20px #91a8ae;
}

#allfooterinit {
background: #e3edf6;
    width: 100%;
    box-shadow: inset 0 0px 20px #91a8ae;
}



a {
		text-decoration:none;
	color:#2d8877;
}


a:hover {
	text-decoration:underline;
	color:#2d8877;
}


