/*
	Import
*/

	@import 'drag-drop.css';




/*
	Global
*/

	body, html { height: 100%; }

	body {
		margin: 0px;
		padding: 0px;
		background: #eee;  /* #003366; */
		text-align: center;
	}

	div, table {
		font-family: "verdana";
		font-size: 8pt;
	}

	a {
		color: #006600;
	}

	h1 {
		margin: 0 0 0 0;
		padding: 10px 0 0 0;
		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
		font-size: 20px;
	}

	h2, h2 a {
		margin: 0px;
		padding: 0px;
		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
		font-size: 12pt;
		text-decoration: none;
		color: #000;
	}

	p { marign: 0px; }

	.body-over {
		filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;
	}


/*	
	ID's
*/

	#full-body {
		width: 1000px;
		height: 100%;
		border-right: solid 1px #003366;
		border-left: solid 1px #003366;
		background: #fff;
	}

		html>body #full-body {
			height: auto;
			min-height: 100%;
			margin: 0 auto 0 auto;
		}

	#f-b-header {
		width: 1000px;
		height: 83px;
		background: url(/inc/images/stable/header.jpg);
		text-align: left;
	}

		#f-b-header .h {
			position: relative;
			float: left;
			padding: 60px 0 0 10px;
			margin: 0 250px 0 0;
		}

			#f-b-header .h a {
				font-family: verdana;
				font-size: 8pt;
				color: #003399;
				text-decoration: none;
			}
	
		#f-b-header .menu {
			font-family: verdana;
			font-size: 8pt;
			color: #fff;
			padding: 5px 0 0 0;
		}
			#f-b-header .menu ul {
				float: right;
				margin: 0px;
				padding: 0px 0 0 0px;
				list-style: none;
				width: 150px;
			}	

			#f-b-header .menu ul li {
				padding: 0px;
				line-height: 16px;
				text-align: right;
			}
		
			#f-b-header .menu ul li  a {
				color: #003399;
				text-decoration: none;
				padding: 0 10px 0 10px;
			}

			#f-b-header .menu ul li a:hover {
				text-decoration: underline;
			}

			#f-b-header .menu ul li.l a {
				border: none;
			}

	#f-b-nav {
		font-size: 0px;
	}

	#f-b-content {
		width: 100%;
		height: 341px;
		font-family: verdana;
		font-size: 8pt;
		background: #fff;
		text-align: left;
	}

		#f-b-content .in-content {
			width: 710px;
			height: 341px;
			max-height: 341px;
			overflow: auto;
			float: left;
		}

		html>body #f-b-content .in-content {
			float: none;
		}

	#f-b-bottom {
		clear: both;
		background: url(/inc/images/stable/footer.jpg);
		font-size: 0px;
		height: 117px;
		border-bottom: solid 1px #fff;
	}

	#f-b-footer {
		background: #eee;
		font-family: verdana;
		font-size: 7pt;
		color: #888;
		padding: 4px;
		text-align: left;
	}


	#f-b-end {
		font-family: verdana;
		font-size: 7pt;
		width: 1000px;
		text-align: left;
		clear: both;
	}



/*
	Menu
*/

	#f-b-menu {
		border-right: solid 1px #fff;
		background: #fff url(/inc/stable/images/stable/menu-bg.png) no-repeat left top;
		width: 285px;
		height: 341px;
		position: relative;
		float: left;
		margin: 0;
	}

		html>body #f-b-menu {
			width: 284px;
		}

	#f-b-menu .title {
		margin: 177px 0 0 0;
		padding: 0 0 0 10px;
		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
		font-size: 20pt;
		font-weight: bold;
		color: #000066;
		background: #fff;
		height: 40px;
		line-height: 40px;
	}


		#f-b-menu ul {
			display: block;
			width: 284px;
			background: #fff;
			list-style: none;
			padding: 0px;
			margin: 0px;
		}

			#f-b-menu ul li a {
				display: block;
				width: 280px;
				height: 30px;
				line-height: 30px;
				background: url(/inc/images/stable/f-b-menu-item.png);
				border-top: solid 1px #888;
				padding: 0 0 0 10px;
				text-transform: uppercase;
				color: #000;
				font-size: 7pt;
				text-decoration: none;
			}

			#f-b-menu ul li a:hover {
				font-weight: bold;
			}

			html>body #f-b-menu ul li a {
				width: 273px;
			}




/*
	Form
*/

	form {
		margin: 0px;
	}

	table.form-tbl {
		margin: 5px 0 0 5px;
		font-family: tahoma;
		font-size: 8pt;
		float: left;
	}

		table.form-tbl th {
			text-align: right;
			padding: 4px;
		}

		table.form-tbl td {
			padding: 4px;
		}

		table.form-tbl td  {

		}

	input {
		font-family: tahoma;
		font-size: 8pt;
		background: #eee;
		border: solid 1px #888;
	}

	input:hover {
		background: #fff;
	}





/*
	Tabs
*/
	ul.tabs {
		margin: 20px 0 0 30px;
		padding: 0px;
		list-style: none;
		height: 25px;
		position: relative;
	}

		ul.tabs li {
			display: inline;
			float: left;
			margin: 0 2px 0 0;
		}

		ul.tabs li a {
			display: block;
			height: 25px;
			line-height: 25px;
			width: 100px;
			color: #006600;
			font-size: 7pt; 
			text-align: center;
			text-decoration: none;
			text-transform: uppercase;
			border: solid 1px #006600;
			border-bottom: none;
		}

		
		ul.tabs li a:hover {
			background: url(/inc/images/stable/tabs-bg.png);
			color: #fff;
			font-weight: bold;
		}

		ul.tabs li.active a {
			background: url(/inc/images/stable/tabs-bg.png);
			color: #fff;
			font-weight: bold;
		}

	.tabs-content {
		display: none;
		border: solid 1px #006600;
		width: 700px;
		height: 300px;
		margin: 0 0 0 18px;
		padding: 10px;
	}

		html>body .tabs-content {
			width: 680px;
			height: 280px;
		}

	#tabContent1 {
		display: block;
	}








/*
	News
*/

	table.calendar {
		width: 200px;
		font-family: verdana;
		font-size: 7pt;
		text-align: center;
	}

		table.calendar th {
			padding: 2px;
		}

		table.calendar caption {
			background: #006600;
			padding: 4px 0 4px 0;
			color: #fff;
			margin-top: 2px;
			font-size: 8pt;
		}

		table.calendar caption a {
			color: #fff;
			font-weight: bold;
		}

	div.item {
		margin: 0 0 20px 0;
	}

		div.item a {
			font-weight: bold;
			color: #000;
		}
		
		div.item div.body {
			padding: 5px;
		}

		div.item div.body a {
			font-weight: normal;
		}

	.word {
		border: solid 1px #ccc;
		background: url(/inc/images/word-icon.jpg) no-repeat 5px 5px;
		width: 300px;
		height: 40px;
		padding: 10px 5px 5px 50px;
		margin: 10px 20px;
	}
		.word a, .word2 a {
			font-weight: bold;
			padding: 3px 0;
		}

	.word2 {
		position: relative;
		float: left;
		border: solid 1px #ccc;
		background: url(/inc/images/word-icon.jpg) no-repeat 5px 5px;
		width: 220px;
		height: 35px;
		padding: 10px 5px 5px 50px;
		margin: 5px 20px;
	}