/* @group Reset Styles */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;}/* remember to define focus styles! */:focus {	outline: 0;}body {	line-height: 1;	color: black;	background: white;}ol, ul {	list-style: none;}/* tables still need 'cellspacing="0"' in the markup */table {	border-collapse: separate;	border-spacing: 0;}caption, th, td {	text-align: left;	font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {	content: "";}blockquote, q {	quotes: "" "";}



/* @end */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica;
	background: #fff url(/includes/design/halletec_bg3.jpg) no-repeat center top;
}

#frame {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 50px;
}

/* @group Header */

#header {
	border: 1px solid #fff;
	overflow: hidden;
}

#header h1 {
	text-indent: -10000px;
	width: 300px;
	margin: 0;
	padding: 0;
	float: left;
}

#header h1 a {
	height: 109px;
	width: 266px;
	display: block;
	background: url(/includes/design/halletec_logo_2.gif) no-repeat left center;
}

div#search {
	float: right;	
	padding-top: 46px;
	padding-right: 40px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

#search input.search_field {
	background: url(/includes/design/search.png) no-repeat left -40px;
	padding: 3px;
	color: #333;
	border: 1px solid #fff;
}

#search input.search_field:focus {
	background: url(/includes/design/search.png) no-repeat left top;
	color: #000;
}

#search input.search_button {
	color: #cce2f1;
	background: #00549d;
	padding: 2px 7px;
	border: 1px outset #00549d;
	margin-left: 5px;
}

#search input.search_button:hover {
	cursor: pointer;
	color: #fff;
}

/* @end */

/* @group Main Menu */

.mm {
	position: relative;
	width: auto;
	display: block;
	margin: 18px 0 0;
	padding: 0;
	z-index: 2;
	/*overflow: hidden;*/
	border: 1px solid #fff;
	height: 39px;
}

.mnav, .mnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

.mnav li.m1 {
	float: left;
	display: block;
}

.mnav ul.m2 li a.new {
	background: url(/includes/icons/menu_add.png) no-repeat 10px center;
	padding-left: 28px;
}

.mnav ul.m2 li a {
	display: block;
	width: auto;
	color: #00549d;
	text-decoration: none;
	font-size: .8em;
	padding: 7px 11px;
	border-bottom: 1px solid #eee;
	margin: 0;
}

.mnav ul.m2 a:hover, .mnav li:hover, #nav li.sfhover{
	background: #0070BB;
	color: #fff;
}

.mnav a.top {
	color: #036;
	padding: 13px 10px 12px;
	border-right: 1px solid #fff;
	text-decoration: none;
	font-size: .9em;
	float: left;
	z-index: 1;
}

.mnav li a.top:hover, .mnav li a#selected, .mnav li:hover a.top {
	background: url(/includes/design/menu_hover_bg.png) repeat;
	color: #fff;
}
a.ma {
	color: #c00 !important;
}
a.ma, .mnav li a.ma#selected {
	background: #f66;
}

.mnav li a.ma:hover, .mnav li:hover a.ma {
	background: #c00 !important;
	color: #fff !important;
}

.mnav ul.m2 li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

.mnav li ul.m2 { /* second-level lists */
	position: absolute;
	background: #fff;
	width: 10em;
	left: -999em; /* using left instead of display */;
	border: 1px solid #fff;
	border-bottom: none;
	z-index: 2;
	padding: 0;
}

.mnav li ul ul {
	margin: -1em 0 0 10em;
}

.mnav li:hover ul ul, .mnav li:hover ul ul ul, .mnav li.sfhover ul ul, .mnav li.sfhover ul ul ul {
	left: -999em;
}

/* lists nested under hovered list items */

.mnav li:hover ul, .mnav li li:hover ul, .mnav li li li:hover ul, .mnav li.sfhover ul, .mnav li li.sfhover ul, .mnav li li li.sfhover ul {
	left: auto;
	margin-left: -1px;
	margin-top: 5px;
}

.mnav li:hover ul.m2 {
	top: 2.1em;
	clear: both;
}

.mnav li.sfhover ul.m2 {
	top: 2.1em;
	clear: both;
}

.mnav li:hover ul.m2 li:hover ul.m3 {
	top: auto;
}

.mnav li:hover ul.m2 li:hover ul.m3 li:hover ul.m4 {
	top: auto;
}

/* @end */

/* @group Content */

#main {
	width: auto;
	margin-top: 20px;
	clear: both;
	border: 1px solid #fff;
	margin-bottom: 30px;
}

.content {
	padding: 20px;
	min-height: 300px;
	overflow: hidden;
}

.content h2, .edit h2, .history h2 {
	color: #036;
	font-size: 1.7em;
	font-weight: bold;
}

.edit h2 span {
	color: #900;
	font-weight: normal;
}

.content p {
	color: #222;
	font-size: .9em;
	line-height: 1.6em;
	margin-top: 10px;
}

.content p strong {
	font-weight: bold;
	color: #111;
}

.content h4 {
	font-size: 1.3em;
	font-weight: bold;
}

.content li {
	color: #333;
	font-size: .9em;
	line-height: 1.6em;
}

div.page_top {
	background: url(/includes/design/content_bg.png) repeat;
	border: 1px solid #fff;
	overflow: hidden;
}

div.page_top h2 {
	padding: 25px 10px 15px 15px;
}

div.page_top h3 {
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #333;
	font-size: 1.1em;
	line-height: 1.4em;
}

div.page_top img {
	float: right;
	border-left: 1px solid #fff;
}

/* @group Styles */

/* @group Basic */

.msb {
	margin-top: 15px;
	overflow: hidden;
}

.msb h4 {
	color: #036;
}



/* @end */

/* @group Style */

.mst {
	padding: .7em;
	display: block;
	overflow: hidden;
	margin-top: 10px;
}

div.content div.mst p {
	color: #333;
}

.mst h4 {
	margin-top: 0;
}



/* @end */

/* @group Purple */

.purple1 {
	border: 1px solid #606;
}

.purple2 {
	border: 1px solid #606;
	background-color: #c9c;
}

.purple1 h4, .purple2 h4 {
	color: #606;
}



/* @end */

/* @group Red */

.red1 {
	border: 1px solid #c00;
}

.red2 {
	border: 1px solid #c00;
	background-color: #ffcacb;
}

.red1 h4, .red2 h4 {
	color: #c00;
}



/* @end */

/* @group Green */

.green1 {
	border: 1px solid #060;
}

.green2 {
	border: 1px solid #060;
	background-color: #b3d1b3;
}

.green1 h4, .green2 h4 {
	color: #060;
}



/* @end */

/* @group Blue */

.blue1 {
	border: 1px solid #06c;
}

.blue2 {
	border: 1px solid #06c;
	background-color: #add0f1;
}

.blue1 h4, .blue2 h4 {
	color: #06c;
}



/* @end */

/* @group Yellow */

.yellow1 {
	border: 1px solid #f90;
}

.yellow2 {
	border: 1px solid #f90;
	background-color: #ffe0b3;
}

.yellow1 h4, .yellow2 h4 {
	color: #f90;
}



/* @end */

/* @group Grey */

.grey1 {
	border: 1px solid #666;
}

.grey2 {
	border: 1px solid #666;
	background-color: #ccc;
}

.grey1 h4, .grey2 h4 {
	color: #666;
}



/* @end */



/* @end */

/* @group Modules */

/* @group M0001 - basic */



/* @end */

/* @group M0002 - list */

.list ul, .list ol {
	padding-left: 30px;
	margin-top: 10px;
}

.list ol {
	list-style-type: decimal;
}

.list ul {
	list-style-type: disc;
}



/* @end */

/* @group M0003 - link */

.giant_link {
	font-size: 1.4em;
	border-bottom: 1px solid #369;
	border-top: 1px solid #369;
	display: block;
	padding-left: 40px;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #fff url(/includes/icons/world_link.png) no-repeat 11px center;
	text-decoration: none;
	margin-bottom: 10px;
}

.giant_link:hover {
	border-top: 1px solid #06c;
	border-bottom: 1px solid #06c;
	background-color: #c0d9f2;
}

a.giant_link_rss {
	font-size: 1.4em;
	border-bottom: 1px solid #f80;
	border-top: 1px solid #f80;
	display: block;
	padding-left: 40px;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #fc8 url(/includes/icons/feed.png) no-repeat 11px center;
	text-decoration: none;
	margin-bottom: 10px;
}



/* @end */

/* @group M0004 - download */

.msb a.file_download {
	border: 2px solid #036;
	display: block;
	overflow: hidden;
	padding: 15px 10px 15px 65px;
	text-decoration: none;
	background-color: #fff !important;
}

.mst a.file_download {
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding: 10px 0 10px 70px;
	border: 1px solid #999;
	background-color: #fff !important;
}

.msb a.file_download h4 {
	color: #039;
	margin: 0;
}

.msb a.file_download span {
	color: #666;
	font-size: .8em;
}

.mst a.file_download span {
	color: #333;
	font-size: .8em;
}

.msb a.file_download:hover {
	border: 2px solid #369;
}

.mst a.file_download:hover {
	border: 1px solid #369;
}

.msb a.file_download:hover h4, .mst a.file_download:hover h4 {
	color: #369;	
}



/* @end */



/* @end */

/* @group Search */



#page_search {
	margin: 10px 0 0;
	padding: 2px;
	border: none;
	background: url(/includes/design/menu_hover_bg.png) repeat;
}

#page_search form {
	border: 1px solid #fff;
	text-align: center;
	padding: 20px;
}

#page_search input.search_field {
	background: url(/includes/design/search.png) no-repeat left -40px;
	padding: 3px;
	color: #333;
	border: 1px solid #fff;
}

#page_search input.search_field:focus {
	background: url(/includes/design/search.png) no-repeat left top;
	color: #000;
}

#page_search input.search_button {
	color: #cce2f1;
	background: #00549d;
	padding: 2px 7px;
	border: 1px outset #00549d;
	margin-left: 5px;
}

#page_search input.search_button:hover {
	cursor: pointer;
	color: #fff;
}

/* @end */



/* @end */

/* @group Footer */

#footer {
	border-top: 1px solid #fff;
	padding: 5px 8px;
	font-size: .8em;
	line-height: 1.3em;
	color: #369;
	margin-top: 10px;
}

#footer a {
	color: #036;
}

#footer a:hover {
	color: #fff;
}



/* @end */

/* @group CMS Messages */

div.msg {
	background-color: #eee;
	padding: .5em;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

div.msg h4 {
	font-size: 1.2em;
	margin: 0 0 0 47px;
}

div.msg p {
	font-size: .9em;
	color: #333;
	margin: 0 0 0 47px;
}

div.success {
	border: 3px solid #390;
	background: #eee url(/includes/design/msg_success.png) no-repeat .5em center;
}

div.success h4 {
	color: #390;
}

div.error {
	border: 2px solid #900;
	background: #eee url(/includes/design/msg_error.png) no-repeat .5em center;
}

div.error h4 {
	color: #900;
}

div.fault {
	border: 2px solid #fc0;
	background: #eee url(/includes/design/msg_fault.png) no-repeat .5em center;	
}

div.fault h4 {
	color: #fc0;
}

div.info {
	
}

/* @end */

/* @group Page Options */

div.page_opt_wrap {
	margin-top: .5em;
	margin-bottom: .5em;
	height: 1.8em;
}

ul.page_opt {
	border: 1px solid #ddd;
	border-top: 1px solid #606;
	padding: 0;
	float: left;
	width: 100%;
	margin: 0;
	background-color: #eee;
}

ul.page_opt li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.page_opt li a {
	font-size: .8em;
	color: #333;
	text-decoration: none;
	border-right: 1px solid #ddd;
	float: left;
	padding: .4em .4em .4em 2em;
}

ul.page_opt li a:hover {
	background-color: #cef;
	cursor: pointer;
}

li.opt_del a {
	background: #eee url(/includes/icons/delete.png) no-repeat .4em center;
	
}

li.opt_arch a {
	background: #eee url(/includes/icons/page_white_put.png) no-repeat .4em center;
	
}

li.opt_edit a {
	background: #eee url(/includes/icons/page_white_edit.png) no-repeat .4em center;
	
}

li.opt_tags a {
	background: #eee url(/includes/icons/tag_blue.png) no-repeat .4em center;
}

li.opt_cats a {
	background: #eee url(/includes/icons/book.png) no-repeat .4em center;
	
}

li.opt_add a {
	background: #eee url(/includes/icons/add.png) no-repeat .4em center;
	
}

li.opt_mod a {
	background: #eee url(/includes/icons/monitor.png) no-repeat .4em center;
	
}

li.opt_fb a {
	background: #eee url(http://www.facebook.com/images/share/facebook_share_icon.gif) no-repeat .4em center;
}

li.opt_back a {
	background: #eee url(/includes/icons/arrow_left.png) no-repeat .4em center;
}

li.opt_com a {
	background: #eee url(/includes/icons/comment.png) no-repeat .4em center;
}

li.opt_star a {
	background: #eee url(/includes/icons/delete_star.png) no-repeat .4em center;
}

li.opt_nostar a {
	background: #eee url(/includes/icons/add_star.png) no-repeat .4em center;
}

li.opt_aprv a {
	background: #eee url(/includes/icons/tick.png) no-repeat .4em center;
}

li.opt_print a {
	background: #eee url(/includes/icons/printer.png) no-repeat .4em center;
}

li.opt_email a {
	background: #eee url(/includes/icons/email.png) no-repeat .4em center;
}

/* @end */