/* HTML/Body */

html, body
{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body
{
	color: #000000;
	font: 13px/15px Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) repeat-y top left;
}

table
{
	color: #000000;
	font: 13px/15px Arial, Helvetica, sans-serif;
}

/* Links */

a img
{
	border: 0px;
}

a
{
	cursor: hand;
	color: #0000FF;
	font: 13px/15px Arial, Helvetica, sans-serif;
}

a:active, a:visited
{
	color: #0000FF;
}

a:hover
{
	color: #000000;
}

/* Wrappers */

#wrapper-content
{
	float: left;
	width: 100%;
}

#wrapper-menu
{
	width: 131px;
	height: 200px;
	float: left;
	background: url(../images/nav.gif) no-repeat top;
}

#wrapper-contentheader
{
	height: 21px;
	width: 100%;
	background: url(../images/headertdbg.gif) repeat-x;
	margin: 12px 0px 35px;
}

/* Menu */

ul#menu
{
	margin: 50px 0px 0px 20px;
	padding: 0px;
}

ul#menu li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	position: relative;
}

ul#menu li ul
{
	display: none;
}

ul#menu li.under
{
	list-style: none;
}

ul#menu li.over
{
	list-style: none;
	color: #F3C90A;
}

*ul#menu li.over ul li.under ul
{
	display: none !important;
}

ul#menu * li:hover * ul li.under * ul, body * ul#menu * li.over * ul li.under * ul
{
	display: none !important;
}

ul#menu li.over > ul, ul#menu li:hover > ul
{
	display: block;
	width: 380px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-color: #6FB3C8;
	position: absolute;
	top: -1px;
	left: 109px;
	border: 2px solid #C90500;
	z-index: +1;
}

*ul#menu li.over ul
{
	display: block;
	width: 380px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-color: #6FB3C8;
	position: absolute;
	top: -1px;
	left: 109px;
	border: 2px solid #C90500;
	z-index: +1;
}

ul#menu li.over ul li.over ul, ul#menu li:hover ul li:hover ul
{
	left: 381px;
}

*ul#menu li.over ul li.over ul
{
	left: 376px;
}

*ul#menu li.over ul
{
	list-style-image: none;
}

ul#menu li ul li a {
	padding-left:20px !important;
}

ul#menu li a
{
	color: #FFFFFF;
	display: block;
	padding: 6px 0px;
	font-weight: bold;
	text-decoration: none;
}

*ul#menu li a
{
	width: 100%;
	display: inline;
}

ul#menu li a:hover
{
	color: #F3C90A;
}

/* Images */

#header-bgimg
{
	height: 174px;
	width: 100%;
	background: url(../images/tdbg.gif) repeat-x;
	float: left;
}

#header-leftimg
{
	height: 174px;
	width: 818px;
	float: left;
	background: url(../images/topleft.jpg) no-repeat top left;
}

#bflogo
{
	height: 32px;
	width: 950px;
	background: #FFFFFF url(../images/bflogo.gif) no-repeat right;
	float: left;
}

/* Headers */

#contentheader-title, #contentheader-admin-title
{
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	padding: 3px 0px 0px;
	text-transform: uppercase;
}

/* Text */

.error
{
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
	margin: 0px 0px 15px 0px;
	width: 100%;
	text-align: center;
}

.bold
{
	font-weight: bold;
}

.title
{
	font-size: 11px;
	font-weight: bold;
	color: #222222;
	width: 100px;
	vertical-align: top;
	padding: 3px 0px;
}

.ititle
{
	font-size: 11px;
	font-weight: bold;
	color: #222222;
	width: 100px;
	margin: 0px 4px 0px 8px;
	display: inline;
}

.ltitle
{
	font-size: 13px;
	font-weight: bold;
	color: #111111;
	padding: 3px 6px 3px 6px;
}

.nwtitle
{
	font-size: 11px;
	font-weight: bold;
	color: #222222;
	vertical-align: top;
	padding: 3px 0px;
}

h3
{
	
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
	display: block;
	text-align: left;
	
}

/* Data */

#data-text
{
	margin: 0px 20px 0px 160px;
	padding: 0px 0px 20px;
	text-align: justify;
	line-height: 18px;
}

#data-rightimgs
{
	float: right;
	display: inline;
	padding: 0px 10px;
}

#data-rightimgs img
{
	display: block;
	margin-bottom: 10px;
}

#data-admin-text
{
	margin: 0px 20px 0px 160px;
	padding: 0px 0px 20px;
	text-align: justify;
}

/* Activities */

.activity-tbl
{
}

.activity-title
{
	font-weight: bold;
	font-size: 12px;
	color: #006699;
}

.activity-list
{
	width: 220px;
	vertical-align: top;
}

.activity-list ul
{
	margin: 12px 5px 10px 35px;
	padding: 0px;
	line-height: 20px;
}

.activity-list ul li a
{
	font-size: 16px;
}

.activity-img
{
	width: 184px;
	height: 230px;
}

/* Forms */

form
{
	margin: 0px;
	padding: 0px;
}

form#login
{
	background-color: #F9F9F8;
	padding: 10px;
	width: 185px;
	color: #474747;
	border: 1px solid #70706F;
}

*form#login
{
	width: 205px;
}

input, textarea, select
{
	color: #111111;
	background-color: #FFFFFF;
	padding: 1px;
	margin: 1px 0px 2px 5px;
	border: 1px solid #949494;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

input:hover, textarea:hover, input.over, textarea.over
{
	border: 1px solid #A65926;
	background-color: #FFEAD1;
}

input.submit
{
	font-weight: bold;
	padding: 2px 6px 2px 6px;
	width: 124px;
	cursor: pointer;
}

*input.submit
{
	width: 120px;
}

input.delete
{
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	margin: 4px;
	width: auto;
	cursor: pointer;
}

input.pagetitle, input.linkname
{
	width: 300px;
}

input.ordid
{
	width: 25px;
}

textarea.content
{
	width: 610px;
	height: 245px;
	font-weight: normal;
	font-size: 12px;
}

input.check
{
	width: auto;
	border: 0px;
	background: transparent;
}

input.nowidth
{
	width: auto;
}

textarea.meta
{
	width: 400px;
	height: 60px;
	font-weight: normal;
	font-size: 12px;
}

/* Formatting */

input#helptxt
{
	width: 610px;
	color: #353535;
	font: 11px/15px Arial, Helvetica, sans-serif;
	cursor: default;
	border: 0px;
	background-color: transparent;
	letter-spacing: 1px;
}

input#helptxt:hover
{
	border: 0px;
	background-color: transparent;
}

td.formatting
{
	padding: 0px 4px 0px 5px;
}

img.btn
{
	cursor: pointer;
}

/* Admin */

td#delete
{
	text-align: right;
}

img.tree
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	vertical-align: bottom; 
}

td.name
{
	padding: 0px 0px 0px 3px;
	color: #111111;
}

table.treenode
{
}

table#edit, table.item
{
	width: 725px;
}

*table#edit, *table.item
{
	width: 723px;
}

td.tree
{
	
}

td.name, td.edit
{
	border-bottom: 1px solid #DDDDDD;
}

td.edit, td.del
{
	padding: 0px 4px 0px 4px;
	width: 50px;
	text-align: center;
}

div#wrapper-popup
{
	overflow: auto;
	height: 514px;
	padding: 10px 10px 0px 10px;
	background-color: #FFFFFF;
}

*div#popup-addimg
{
	position: relative;
	top: 5px;
}

div.popuprow
{
	margin: 2px 0px 3px 0px;
	border-bottom: 1px solid #CCCCCC;
}

#imgpreview
{
	width: 60px;
	height: 60px;
	position: absolute;
	right: 30px;
	top: 15px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #F5F1DF;
	z-index: +1;
}

div#popup-close
{
	margin: 5px 0px 0px 0px;
	padding: 5px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: #FFFFFF;
	border-top: 1px solid #EEEEEE;
}

/* Confirm */

table.confirm
{
	border: 1px solid #555555;
	padding: 5px;
	margin-bottom: 10px;
	width: 400px;
}

table.confirm td
{
	background-color: #ECECEC;
	border: 1px solid #FFFFFF;
	padding: 5px;
	text-align: center;
}

table.confirm td a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #111111;
	display: block;
	background-color: #ECECEC;
	padding: 5px;
}

*table.confirm td a
{
	width: 100%;
}

table.confirm td a:hover
{
	background-color: #FFFFFF;
	color: #CC0000;
}

td.confirm
{
	width: 50%;
}

/* Related Documents/Images */

td.filetitle
{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #111111;
	padding: 3px 7px 8px 7px;
}

td.item
{
	text-align: center;
	padding: 2px 3px 2px 1px;
	color: #232323;
	font-size: 12px;
}

td.itemdel
{
	width: 45px;
	text-align: center;
}

tr.rowbg1
{
	background-color: #F5F1DF;
}

tr.rowbg2
{
	background-color: #FEFCF0;
}

/* Gallery */

table.gallery-tbl
{
	padding: 4px 0px;
	margin: 10px 0px 0px;
	width: 100%;
}

*table.gallery-tbl
{
	width: 76%;
}

/* Footer */

div.footer
{
	position: absolute;
	left: 160px;
	right: 20px;
	border-top: 1px solid #CC0000;
	text-align: center;
	padding: 8px 0px;
	margin: 10px 0px 0px;
}

*div.footer
{
	position: relative;
	padding: 8px 160px 0px 0px;
	margin: 30px 0px 0px;
	z-index: -1;
}

div.txt1
{
	color: #006699;
	font-weight: bold;
	display: inline;
}

div.txt2
{
	color: #CC0000;
	font-weight: bold;
	display: inline;
}

/* Development */

div#dev-wrapper
{
	float: left;
	overflow: auto;
	height: 250px;
}