/* CSS Document - Anoxs.Net Draft Design 1 

All Content Copyright Philip Rose (firenimmo@hotmail.com) 2005

*/

/* Main Styles */

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font: 11px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	background: #E2EBED;
}

a {
	color: #317082;
	text-decoration: none;
}

a:hover {
	color: #317082;
	text-decoration: underline;
}

.Clear {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

td { /* Template cell styles */
	padding: 2px;
}

/* Template Layout Styles */

.Container { /* Main Template Area */
	position: relative;
	margin: 0 auto;
	width: 780px;
	min-height: 100%;
	background: #FFF;
	padding: 0px;
	text-align: left;
}

* html .Container { /* IE Fix */
	height: 100%;
}

.LogoHolder { /* Holds Logo */
	float: left;
	width: auto;
	height: 26px;
	margin: 3px 0px 1px 0px;
}

.LinksStrip { /* Holds links */
	width: 770px;
	height: 17px;
	padding: 0px 0px 1px 10px;
	background: transparent url(../images/linksbar.jpg) repeat-x;
	margin-bottom: 5px;
	text-align: left;
	font-size: 12px;
	color: #FFF;
}

.LinksStrip ul { /* LinksStrip List Styles */
	margin: 0;
	padding: 0;
	word-spacing: 40px;
}

.LinksStrip li { /* LinksStrip List Styles */
	display: inline;
	list-style-type: none;
}

.LinksStrip li a { /* Links on Links strip */
	color: #FFF;
}

.LinksStrip li a:hover { /* Link rollovers on Links strip */
	color: #FFF;
	text-decoration: underline;
}

.ClientLogin { /* Holds Client Login section */
	float: right;
	width: auto;
	height: 12px;
	margin: 7px 10px 0px 0px;
	font-size: 12px;
	color: #317082;
	text-align: left;
}

.ClientLogin a { /* Links in ClientLogin div */
	color: #317082;
	text-decoration: none;
}

.ClientLogin a:hover { /* Link rollovers in ClientLogin div */
	color: #317082;
	text-decoration: underline;
}

.BannerHolder { /* Holds Main Advertising Banner */
	width: auto;
	border-top: 1px solid #317082;
	border-bottom: 1px solid #317082;
}

.MainContentArea { /* Holds all content */
	float: left;
	margin: 10px 0px 10px 10px;
	padding-bottom: 16px;
	width: 97%;
	height: auto;
}

* html .MainContentArea { /* IE Fix */
	margin-left: 5px;
}

.FormField { /* Form fields style */
	background: #E2EBED;
	border: 1px solid #317082;
	color: #317082;
	padding: 0px 2px 0px 2px;
}

.MainContentArea p { /* Holds paragraph tag information for Welcome, News divs */
	width: 100%;
	padding: 0px 2px 0px 2px;
	font-size: 11px;
	margin-top: 3px;
	text-align: justify;
}

.NewsHeader { /* Holds News Headers */
	float: left;
	padding: 2px 0px 0px 1px;
	font-weight: bold;
	font-size: 11px;
	color: #317082;
}

.NewsDate { /* Holds News Dates */
	float: right;
	padding: 2px 5px 0px 0px;
	font-size: 11px;
	color: #317082;
}

.TextHeader { /* Headers for paragraphs of text */
	width: 780px;
	height: 18px;
	background: #5C8D9B url(../images/tos-header-bar.jpg) no-repeat top;
	font-size: 11px;
	padding-left: 0px;
	font-weight: bold;
	color: #FFF;
}

.Right { /* Holds SideBar and Paypal logo */
	float: right;
	width: 240px;
	margin: 10px 10px 10px 0px;
	padding-bottom: 16px;
	background: transparent;
}

* html .Right { /* IE Fix */
	margin: 10px 5px 10px 5px;
}

.SideBar { /* Holds top, bottom images and SideBarData div */
	height: auto;
	background: #5C8D9B url(../images/sidebarright.jpg) repeat-y right;
}

* html .Sidebar { /* IE Fix */
	margin-bottom: -1px;
}

.SideBarData { /* Holds information on Anoxs products on front page */
	width: 225px;
	height: auto;
	margin: 0 auto;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.SideBarData p { /* Holds paragraphs inside SideBarData div */
	width: 220px;
	margin-top: 5px;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
}

.SideBarData a { /* Links within SideBarData div */
	color: #FFF;
	text-decoration: none;
}

.SideBarData a:hover { /* Link rollovers within SideBarData div */
	color: #FFF;
	text-decoration: underline;
}

.SideBarData img { /* Images within SideBarData div */
	margin: 5px 0px 5px 0px;
}

.NoteText { /* Text for small notes of detail */
	font-size: 11px;
	color: #317082;
}

.Footer { /* Holds copyright information */
	position: relative;
	width: 780px;
	height: 14px;
	margin: -16px auto;
	text-align: center;
	background: #FFF;
	font-size: 11px;
	color: #317082;
}

.AdminTable { /* Tables within the administration area */
	background: #5C8D9B;
	border: 1px solid #FFF;
	text-align: center;
	font-size: 11px;
	color: #FFF;
}

.AdminTable th { /* Table Headers within AdminTable */
	background: #5C8D98 url(../images/linksbar.jpg) repeat-x;
	text-align: center;
	border: 1px solid #FFF;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

.AdminTable a { /* Links within AdminTable */
	color: #FFF;
}

.Preview { /* Holds Preview page unique elements */
	width: 780px;
	padding: 2px 0px 2px 0px;
	text-align: left;
}

.Preview p { /* Paragraphs within Preview div */
	padding: 4px;
	font-size: 11px;
}

/* Treeview */

dl.tree dt{background:#ffffff url('folder.gif') no-repeat 
left;padding-left:20px;height:auto;cursor:pointer;text-decoration:underline;font-weight:bold;color:red;}
dl.tree dd{visibility:hidden;height:0.1em;overflow:hidden;margin-left:32px;}
dl.tree dd a{background:#ffffff url('link.gif') left no-repeat;padding-left:20px;border-left:1px dotted red;}
dl.tree dd a.end{border:0px;background:#ffffff url('endlink.gif') no-repeat left}
