/* HTML/Body */

html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Verdana;
	font-size: 90%;
	line-height: 1.2em;
	color: #000000;
	background-color: #FFF;
}

/* Links */

a
{
	color: #000;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: 0px;
}

/* Forms */

form
{
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	color: #000000;
	background-color: #FFFFFF;
	padding: 1px;
	margin: 1px 0px 2px;
	border: 1px solid #545454;
	font-family: Verdana;
	font-size: 0.9em;
}

input:hover, textarea:hover, input.over, textarea.over
{
	border: 1px solid #A65926;
	background-color: #FFEAD1;
}

input.submit
{
	font-weight: bold;
	padding: 2px 6px;
	width: 124px;
	cursor: pointer;
}

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: 450px;
	height: 245px;
	font-weight: normal;
}

input.check
{
	width: auto;
	border: 0px;
	background: transparent;
}

textarea.meta
{
	width: 400px;
	height: 60px;
	font-weight: normal;
}

input#helptxt
{
	width: 450px;
	color: #353535;
	font: 0.7em/1.4em Verdana;
	cursor: default;
	border: 0px;
	background-color: transparent;
}

input#helptxt:hover
{
	border: 0px;
	background-color: transparent;
}

/* Tables */

table
{
	font-size: 100%;
}

/* Wrappers */

#wrapper
{
	width: 775px;
	margin: 0 auto;
}

/* Header */

#header
{
	float: left;
	width: 775px;
	height: 146px;
	background: #3A6CAD url(../images/header.jpg) no-repeat bottom left;
}

#header h1
{
	display: none;
}

/* Menu */

#menu
{
	float: left;
	margin-top: 0px;
	font-size: 0.9em;
}

#menu > ul
{
	float: left;
	height: 42px;
	min-width: 755px;
	border-bottom: 1px solid #000;
	background: url(../images/menu-bg.jpg) no-repeat;
}

#menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #1C4076;
	padding-left: 20px;
}

#menu ul li
{
	float: left;
	position: relative;
}

#menu a
{
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	background-color: #1C4076;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	padding: 3px 12px;
}

#menu a:hover
{
	background-color: #04123A;
}

#menu > ul > li > a
{
	background-color: transparent;
	padding-top: 24px;
}

#menu > ul > li > a:hover
{
	background: url(../images/menu-hover.png) repeat-x bottom;
}

#menu ul li ul
{
	display: none;
}

#menu ul li.over
{
	list-style: none;
}

#menu ul * li:hover * ul li.under * ul, body * #menu ul * li.over * ul li.under * ul
{
	display: none !important;
}

#menu ul li:hover > ul
{
	display: block;
	padding: 0px;
	margin: 0px;
	background-color: #1C4076;
	position: absolute;
	top: 42px;
	z-index: +1;
	border: 1px solid #000;
}

#menu ul li:hover ul li:hover > ul
{
	display: block;
	padding: 0px;
	margin: 0px;
	background-color: #1C4076;
	position: absolute;
	top: 0px;
	left: 144px;
	z-index: +1;
}

#menu ul li.over ul a, #menu ul li:hover ul a
{
	display: block;
	width: 120px;
	text-align: left;
}

/* Content */

#content
{
	float: left;
	width: 745px;;
	background: #FFFFFF url(../images/content-bg.gif) no-repeat top right;
	padding: 38px 15px 15px 15px;
	line-height: 1.3em;
}

#content h2
{
	color: #004A99;
	font-weight: bold;
	font-size: 126%;
	padding: 4px 0px 15px;
	margin: 0px;
}

#content img.left
{
	margin: 0px 13px 10px 0px;
}

#content img.right
{
	margin: 0px 0px 10px 13px;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.title
{
	font-size: 86%;
	font-weight: bold;
	color: #222222;
	vertical-align: top;
	padding: 3px 4px;
	width: 100px;
}

.ititle
{
	font-size: 86%;
	font-weight: bold;
	color: #222222;
	margin: 0px 4px 0px 8px;
	display: inline;
}

.ltitle
{
	font-size: 1em;
	font-weight: bold;
	color: #111111;
	padding: 3px 6px 3px 6px;
}

.nwtitle
{
	font-size: 86%;
	font-weight: bold;
	color: #222222;
	vertical-align: top;
	padding: 3px 5px;
}

.error
{
	font-size: 1em;
	font-weight: bold;
	color: #CC0000;
	margin: 0px 0px 15px 0px;
	width: 100%;
	text-align: center;
}

/* Formatting */

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#edit, table.item
{
	width: 744px;
	font-size: 0.9em;
}

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: 170px;
	margin: 5px 5px 0px 5px;
	padding: 5px 5px 0px 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: 1.2em;
	color: #111111;
	display: block;
	background-color: #ECECEC;
	padding: 5px;
}

table.confirm td a:hover
{
	background-color: #FFFFFF;
	color: #CC0000;
}

td.confirm
{
	width: 50%;
}

/* Related Documents/Images */

td.filetitle
{
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #111111;
	padding: 3px 7px 8px 7px;
}

td.item
{
	text-align: center;
	padding: 2px 3px 2px 1px;
	color: #232323;
	font-size: 1.1em;
}

td.itemdel
{
	width: 45px;
	text-align: center;
}

tr.rowbg1
{
	background-color: #F5F1DF;
}

tr.rowbg2
{
	background-color: #FEFCF0;
}

/* Footer */

#footer
{
	float: left;
	width: 765px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #62748F;
	color: #FFFFFF;
	font-size: 86%;
	text-align: center;
	padding: 6px 5px 5px 5px;
}

#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}

#bflink
{
	float: right;
	font-size: 0.7em;
	color: #004A99;
	margin: 4px 0px 0px 0px;
	padding-bottom: 9px;
}

#bflink a
{
	text-decoration: none;
	color: #004A99;
}

#bflink a:hover
{
	color: #4C76A2;
}

/* Development */

div#dev-wrapper
{
	float: left;
	overflow: auto;
	height: 400px;
}