/*Countryside Template Specific CSS Elements*/
body {
	margin: 0px;
}
.main_cell {
	padding: 7px;	
}
.nav {
	
}
.small {
	font-size: 10px;
}
.top_nav {
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
.logo {
	position: relative;
	z-index: 3;
	margin-left: 20px;
	margin-top: 5px;
}
#date {
	color:#FFFFFF;
	font-family: Tahoma;
	font-size:14px;
	font-weight:bold;					
	height: 30px;
	text-shadow: 0.1em 0.1em #333;
	text-align: center;
}

a {
	text-decoration: underline;
}
a:hover { 
	text-decoration: none;
}
h1 {
	border-bottom-width: 1px; 
	border-bottom-style: solid;
}
hr {
	height: 1px;
}
.msg {
	font-style : italic;
	font-weight:bold;
	color: #335c92;
}
.wrong {
	color: red;
}
.ssl {
	width: 115px;
	font-size: 80%;
	padding: 3px;
	margin: 0px;
	text-align: left;
}
.tbl, .tbl2, .tblhead {
	padding: 2px 6px; 
}
.main_cell td {
	padding: 2px 6px;
}


.header {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;		
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	display: block;	
	
}
.header a {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;
	font-style: normal;
	margin:0px;
	display: block;
	width:160px;
	_width:100%;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	border-bottom:2px solid #fff;
	background-image: url(images/button.png);
	background-repeat:no-repeat;
}
.button {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	margin-top: 15px;
	padding: 0px;		
}
.button a {
	text-decoration: none;
	width: 70%;
	display: block;
	padding-top: 0px;
	padding-bottom: 4px;
	margin-top: 3px;
	margin-bottom: 6px;
	text-align: center;
	border-bottom: solid 1px #fff;
	background-color: transparent!important;
}
.button a:hover {background-color: transparent!important;}

.lborder{ width:10px; background: transparent url(images/shadow-left.png) repeat-y;}
.bborder{ height:10px; background: transparent url(images/shadow-bottom.png) repeat-x;}
.rborder{ width:10px; background: transparent url(images/shadow-right.png) repeat-y;}
.lspace{ background-image: url(images/top_image.png); height:120px; margin:0;padding:0;line-height:0;}
.bl{border-left:2px solid #fff;}
.br{border-right:2px solid #fff;}
.bb{border-bottom:2px solid #fff;}
.bt{border-top:2px solid #fff;}
