﻿body {
	width: 745px;
	text-align: center;
	margin: 40px auto;
	font-family: Verdana, 'Lucida Grande', Arial, Sans-Serif;
	font-size: 70%;
	line-height: 1.3em;
	color: #666;
}

h1{
	display: none;
}

h2,
h3,
h4{
	padding: 5px 0px 5px 0px;
	margin: 0px;
	clear: both;
}

h2{
	font-size: 1.42em;
	line-height: 1.35em;
}

h3{
	font-size: 1.1em;
}

h4{
	font-size: 1em;
}

hr
{
	border-bottom: 0px solid #000;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	border-top: 1px solid #62A85C;
}

div#content blockquote
{
	font-weight: bold;
	font-style: italic;
}

div#content blockquote span.auth
{
	font-weight: normal;
}

div#content h2, div#content h3{
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 12px;
}

div#content h2{
	background-image: url(../../images/fida/title-line.gif);
}

div#content h3{
	background-image: url(../../images/fida/heading-line.gif);
}

p{
	margin: 0px 0px 10px 0px;
}

a{
	color: #62a85c;
}

a img {
	border: 0px none;
}

span.hidden{
	visibility: hidden;
}

div.clear{
	clear: both;
}

.error
{
	color: #f00;
}


.image-right-caption {
	border-left: 1px solid #dddddd;
	padding-left: 7px;
}

.image-right-caption, 
.image-right {
	clear: right;
	float: right;
	margin-bottom: 5px;
	margin-left: 7px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 0.9em;		
}

.image-left-caption {
	border-right: 1px solid #dddddd;
	padding-right: 7px;
}

.image-left-caption, 
.image-left {
	clear: left;
	float: left;
	margin-bottom: 5px;
	margin-right: 7px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 0.9em;	
}

.text-left
{
	float: left;
	width: 470px;
}

.form-heading
{
	margin-top: 10px;
}

div.backtotop a {
	background-image: url(../../images/fida/backtotop.gif);
	border-bottom: 0px none;
	display: block;
	float: right;
	height: 13px;
	margin-top: 6px;
	width: 70px;
	text-decoration: none;
}

div#wrapper{
	text-align: left;
}

div#header{
	height: 174px;
	width: 745px;
	overflow: hidden;
	margin-bottom: 12px;
}


div#header a.home{
	height: 142px;
	overflow: hidden;
	width: 400px;
	display: block;
}

div#header div#menu-wrapper
{
	background-repeat: no-repeat;
}

div#header ul#menu{
	bottom: 2px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

div#header ul#menu li{
	float: left;
	list-style-type: none;
	vertical-align: middle;
	background-image: url(../../images/fida/menu-splitter.gif);	
	background-position: right;
	background-repeat: no-repeat;	
	margin-top: 1px;
	font-size: 12px;
}

div#header ul#menu li a
{
	font-size: 12px;
	padding: 0px 21px;
	margin-right: 2px;
	display: block;
	vertical-align: middle;
	text-decoration: none;
	line-height: 29px;
	color: #666;
	font-weight: bold; 
}

div#header ul#menu li a:hover,
div#header ul#menu li a.active{
	background-color: #e7f2de;
}

div#header ul#menu li.home a:hover,
div#header ul#menu li.home a.active{
	background-color: transparent;
	background-image: url(../../images/fida//menu-home-hover.gif);
}

div#content-wrapper{
	width: 513px;
	float: left;
	background-image: url(../../images/fida/content-background.gif);
	padding: 6px 2px;
}

div#content{
	padding: 19px;
}

div#content div#breadcrumbs{
	margin-bottom: 10px;
}

div#content div#breadcrumbs a{
	text-decoration: none;
}

div#content div#breadcrumbs a:hover{
	text-decoration: underline;
}

div#content div#breadcrumbs a.inactive{
	color: #666;
}

div#content ul{
	padding: 2px 2px 2px 10px;
	margin: 2px 2px 8px 2px;
}

div#content ul li{
	list-style-image: none;
	list-style-type: none;
	background-image: url(../../images/fida/bullet.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin: 2px;
}

div#content a.read-more{
	background-image: url(../../images/fida/read-more.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 16px;
	line-height: 16px;
	display: block;
}


div#content div.calendar-wrapper table{
	width: 100%;
	border-collapse: collapse;
}

div#content div.calendar-wrapper table tr th{
	width: 14.25%;
	padding: 5px 0px;
	text-align: center;
}

div#content div.calendar-wrapper table tr td{
	width: 14.25%;
	border: 1px solid #d5ddcd;
	padding: 7px;
	height: 60px;
	vertical-align: top;
	
}

div#content div.calendar-wrapper table tr td div.date{
	font-weight: bold;
	font-size: 0.9em;
	color: #9c8f6d;
}

div#content div.calendar-wrapper table tr td p{
	margin: 3px 0px 0px 0px;
}





/* Footer */

div#footer{
	background-color: #62a85c;
	color: #fff;
	padding: 15px 7px;
	font-size: 0.9em;
	font-weight: bold;
}

div#footer a{
	color: #fff;
	text-align: right;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}

div#footer a:hover{
	text-decoration: underline;
}

div#footer div.copyright{
	float: left;
}

div#footer div.util{
	float: right;
}

/* hiding the access links */

div#accessKey a {
display: none;

}

