/********************************************************************
 * System : (TWEEK!DM)
 * Scope : Public Interface
 * Module : DOCUMENT CSS DEFINITIONS
 * Description : Policy Document CSS definitions
 * File : /www/admin/css/twkdm_document.css
 * Production by : (TWEEK!) - 19 Apr 2006
 *
 * NOTE: removal of this header infringes the Intellectual Property rights of
 * the Author of this document. The Author of this document/script provides
 * limited warranty for its use ONLY in the case where this script, or any
 * component script that this script may implement in its execution, remains
 * unchanged or is changed only by the Author of the document, or someone
 * approved by and assigned to the task by the Author of this document.
 *
 * Please add versioning information below as required.
 *
 * @link http://www.tweek.com.au/
 * @author Ray Cauchi (TWEEK!) <ray@tweek.com.au>
 * @version 1.0 (19 Apr 2006)
 * @copyright 2012, (TWEEK!)
 * @package TWK-DM-Public
 * @subpackage CSS
 *
/*********************************************************************
------------ Core Document definitions
*/
div#policy{
	margin: 10px 5px 10px 6px;
	padding: 6px;
	text-align: left;
	width: 60% auto;
	height: 500px;
	overflow: auto;
	background: #ffffff none;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 110%;
	border-right: 1px solid #f5f5f5;
}

/*********************************************************************
------------ Policy Level definitions
*/
span.enumerate{
	padding: 0 10px 0 0;
}

div#policy h2{
	text-transform: uppercase;
}

/*********************************************************************
------------ Navigation area definitions
*/
div#navbox{
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 6px;
	text-align: left;
	width: 250px;
	height: 500px;
	overflow: auto;
	background-color: #ffffff;
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #e5e5e5;
}

div#navbox ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: none;
}

div#navbox ul ul{
	list-style: none;
	margin: 3px 0px 3px 2px;
	padding: 0px;
	border-left: 1px solid #e5e5e5;
}

div#navbox ul ul ul{
	list-style: none;
	margin: 3px 0px 3px 2px;
	padding: 0px;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

div#navbox li{
	display: block;
	list-style: none;
	padding: 3px;
	margin: 1px;
}

div#navbox li a:link, div#navbox li a:active, div#navbox li a:visited{
	color: #00539F;
	text-align: left;
	text-decoration: none;
	padding-right: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

div#navbox li a:hover{
	color: #00539F;
	text-decoration: underline;
}

/*********************************************************************
------------ Navigation hide/show definitions
*/
#nav_toggle {
	display: block;
	margin: 5px;
	padding: 1px 0 8px 22px;
	font-size: .9em;
	color: #3366ff;
	background: url(../images/nav_collapse.gif) left top no-repeat;
	border-bottom: 1px solid #e5e5e5;
}
#nav_toggle.hidden {
	background-image: url(../images/nav_expand.gif);
	padding: 22px 13px 8px 3px;
	text-align: center;
	font-size: .75em;
}
#nav_toggle.hidden:hover {
	text-decoration: none;
}



/*
html{
	height: 100%;
	max-height: 100%;
	 hide overflow:hidden from IE5/Mac
	 \
	overflow: hidden;

}

body{
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
}

div#header{
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 120px;
	min-width: 700px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

div.subnav,
div.navbar{
	width: 700px auto;
	min-width: 700px;
	white-space: nowrap;
}

div#footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	z-index: 5;
	background: #fff;
	padding: 4px;
	min-width: 700px;
	white-space: nowrap;
}

div#navbox,
div#policy{
	position: absolute;
	left: 0;
	top: 200px;
	bottom: 32px;
	width: auto;
	z-index: 4;
	overflow: auto;
}

* html div#navbox,
* html div#policy{
	height: 100%;
	top: 0;
	bottom: 0;
	border-top: 200px solid #fff;
	border-bottom: 32px solid #fff;
}

div#navbox{
	position: absolute;
	overflow: auto;
	top: 120px;
	bottom: 32px;
	width: 245px;
	height: auto;
	margin: 6px 0 6px 6px;
	left: 0;
	width: 245px;
	display: block;
}


div#policy{
	left:260px;
	position: absolute;
	overflow: auto;
	top: 120px;
	bottom: 32px;
	z-index: 2;
	height: auto;
	width: auto;
	padding: 10px;
	margin: 6px 0 6px 6px;
	display: block;
}

div.top{
	text-align: right;
	margin: auto;
	border-bottom: 1px solid #f5f5f5;
	padding: 3px;
	width: 90%;
	font-size: 85%;
	display: block;
	position: relative;
}*/

/*********************************************************************
------------ Document Intro Text
*/
div#introlive,
div#introarchive,
div#introfuture{
	color: #ffffff;
	font-size: 90%;
	padding: 3px;
	text-align: center;
	width: auto;
	margin: 0 0 20px 0;
	display: block;
	clear: both;
	border: none;
}

div#introlive{
	background-color: #336600;
}

div#introarchive{
	background-color: #990000;
}

div#introfuture{
	background-color: #00539F;
}

/*********************************************************************
------------ Document Content DIV status border
*/

.fborder {
	border: 3px solid #00539F;
}

.hborder {
	border: 3px solid #990000;
}