/* template.css, Copyright (C) 2007 - 2010 YOOtheme GmbH */

/* reset.css, Copyright (C) 2007 - 2010 YOOtheme GmbH */

/*
 * reset
 */

 
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

fieldset, img { border: 0; }

 
a:focus { outline: none; }

 
body { overflow-y: scroll; }

/*
 * default values
 */

p {
	margin-top: 10px;
	margin-bottom: 15px;
}

 
ul, ol, dl {
	margin: 10px 0;
	padding-left: 30px
}

dl { margin: 10px 0; }
dd { padding-left: 40px; }

 
td, th { padding: 1px; }

 
a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

 
fieldset {
	margin: 10px 0 10px 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #c8c8c8;
}

legend {
	padding: 0 10px 0 10px;
	background: #ffffff;
}

form div { margin: 10px 0 10px 0; }

textarea { padding: 1px 0 1px 5px; }

option { padding: 0 0 1px 5px; }

input[type='hidden'] { display: none; }

input[type='text'],
input[type='password'] { padding: 1px 0 1px 5px; }

button,
input[type='button'],
input[type='submit'] {
	padding: 2px 4px 2px 1px;
	line-height: 100%;
}

input[type='button'],
input[type='submit'],
input[type='checkbox'],
input[type='image'],
input[type='radio'],
input[type='reset'],
select,
button { cursor: pointer; }

 
textarea,
input[type='text'],
input[type='password'],
select {
	border: 1px solid #c8c8c8;
	background: #ffffff;
}

 
textarea:hover,
input[type='text']:hover,
input[type='password']:hover,
select:hover { border-color: #aaaaaa; }

 
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
select:focus {
	border-color: #8c8c8c;
	outline: 2px solid #dcdcdc;
}

 
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	font-weight: normal;
}

h1 { font-size: 36px; line-height: 36px; margin-top: 25px; }
h2 { font-size: 24px; line-height: 24px; margin-top: 25px; }
h3 { font-size: 18px; line-height: 18px; margin-top: 15px; }
h4 { font-size: 16px; line-height: 16px; margin-top: 15px; }
h5 { font-size: 14px; line-height: 14px; margin-top: 10px; }
h6 { font-size: 14px; line-height: 14px; margin-top: 10px; }

 
hr {
	margin: 15px 0 15px 0;
	display: block;
	background: #c8c8c8;
	height: 1px;
	border: none;
}

 
q { font-style: italic; }

blockquote {
	margin: 10px 0 10px 15px;
	font-style: italic;
	font-size: 130%
}
blockquote > *:first-child:first-letter { font-size: 150% }

 
pre {
	margin: 10px 0 10px 0px;
	padding: 5px 0 5px 10px;
	border: 1px dotted #aab4be;
	border-left: 20px solid #b4b4b4;
	background: #fafafa;
	font-size: 90%;
	color: #2E8B57;
	font-family: "Courier New", Courier, monospace;
	white-space: pre-wrap;
}

 
acronym, abbr {
	border-bottom: 1px dashed #969696;
	cursor: help;
	font-variant: small-caps;
	text-transform: lowercase;
}
/* layout.css, Copyright (C) 2007 - 2010 YOOtheme GmbH */

 
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #323232;
}

 

.wrapper { margin: auto; }

#header {
	position: relative;
	z-index: 10;
	padding-bottom: 10px;
	clear: both;
}

#top {
	overflow: hidden;
	clear: both;
}

#middle {
	clear: both;
	min-height: 300px;
}

#bottom {
	overflow: hidden;
	clear: both;
}

#footer {
	position: relative;
	padding: 20px 0px 25px 0px;
	clear: both;
	text-align: center;
	font-size: 10px;
}

 
 
#middle {
	width: 100%;  
	 
	overflow: hidden;  
	position: relative;  
}

#middle-expand {
	width: 200%;
}

 
#main {
	position: relative;
	left: 50%;
	width: 50%;
	float: left;
}

#main-shift {
	position: relative;
	left: -100%;
	 
	 
	overflow: hidden;
}

 
#left {
	position: relative;
	left: -50%;
	 
	float: left;
	overflow:hidden;
}

 
#right {
	 
	 
	float: left;
	overflow:hidden;
}

 

div#maintop,
div#contenttop {
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

div#contentbottom,
div#mainbottom {
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

 
 
#mainmiddle {
	width: 100%;  
	 
	overflow: hidden;  
	position: relative;  
}

#mainmiddle-expand {
	width: 200%;
}

 
#content {
	position: relative;
	left: 50%;
	width: 50%;
	float: left;
}

#content-shift {
	position: relative;
	left: -100%;
	 
	 
	overflow: hidden;
}

 
#contentleft {
	position: relative;
	left: -50%;
	 
	float: left;
	overflow:hidden;
}

 
#contentright {
	 
	 
	float: left;
	overflow:hidden;
}

 

.floatbox { overflow:hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width15 { width: 15%; }
.width18 { width: 18%; }
.width20 { width: 20%; }
.width23 { width: 23%; }
.width25 { width: 25%; }
.width33 { width: 33%; }
.width34 { width: 34%; }
.width35 { width: 35%; }
.width40 { width: 40%; }
.width45 { width: 45%; }
.width50 { width: 50%; }
.width54 { width: 54%; }
.width65 { width: 65%; }
.width75 { width: 75%; }
.width100 { width: 100%; }

 

body.yoopage { background: #F0F1F2; }
#page-body {}

 

#absolute {
	position: absolute;
	z-index: 15;
	top: 0px;
	left: 0px;
	width: 100%;
}

 
#breadcrumbs {
	padding-bottom: 10px;
	background: url(/templates/yoo_enterprise/images/breadcrumbs_bg.png) 0 0 no-repeat;
	overflow: hidden;
	clear: both;
	font-size: 10px;
	line-height: 22px;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
text-decoration: bold;
}

div.breadcrumbs-1 {
	padding: 0px 10px 0px 10px;
	background: url(/templates/yoo_enterprise/images/breadcrumbs_bg.png) 100% -60px no-repeat;
}

div.breadcrumbs-2 {
	padding: 14px 5px 14px 5px;
	height: 22px;
	overflow: hidden;
	background: url(/templates/yoo_enterprise/images/breadcrumbs_bg.png) 0 -120px repeat-x;
}

#breadcrumbs a,
#breadcrumbs span {
	display: block;
	float: left;
}

#breadcrumbs a,
#breadcrumbs span.separator { color: #646464; }

#breadcrumbs a:hover,
#breadcrumbs span.current { 
	color: #ffffff;
	text-shadow: 0 .25px 0 rgba(255,255,255,0.5), 0 .25px .25px rgba(0,0,0,0.5);
	text-decoration: bold;
}

#breadcrumbs .box-1 { 
	margin-right: 10px;
	background: url(/templates/yoo_enterprise/images/breadcrumbs.png) 0 0 no-repeat;
}

#breadcrumbs .box-2 {
	padding: 0px 10px 0px 15px;
	background: url(/templates/yoo_enterprise/images/breadcrumbs.png) 100% -32px no-repeat;
}

#breadcrumbs .box-3 {
	height: 22px;
	padding-left: 5px;
	background: url(/templates/yoo_enterprise/images/breadcrumbs.png) 0 -64px repeat-x;
}

#breadcrumbs a:hover { background-position: 0 -96px; }
#breadcrumbs span.current { background-position: 0 -192px; }
#breadcrumbs a:hover .box-2,
#breadcrumbs span.current .box-2 { background-position: 100% -128px; }
#breadcrumbs a:hover .box-3,
#breadcrumbs span.current .box-3 { background-position: 0 -160px; }

#date {
	margin: 0px 5px 0px 0px;
	float: right;
}

 

 
#toolbar {
	height: 25px;
	overflow: hidden;
	line-height: 25px;
	font-size: 10px;
}

#headerbar {
	min-height: 55px;
	padding: 0px 0px 0px 300px;
	overflow: hidden;
}

 
#logo {
	position: absolute;
	top: 30px;
	left: 15px;
}

#menu {
	position: absolute;
	bottom: 15px;
	left: 7px;
	z-index: 11;
}

#search {
	position: absolute;
	bottom: 27px;
	right: 15px;
	z-index: 12;
}

#banner {
	position: absolute;
	top: 15px;
	right: -15px;
	width: 0px;
	z-index: 3;
}

 

#footer a.anchor {
	position: absolute;
	right: 3px;
	top: 2px;
	width: 19px;
	height: 19px;
	background: url(/templates/yoo_enterprise/images/footer_anchor.png) 0 0 no-repeat;
	display: block;
	text-decoration: none;
}

#footer a.anchor:hover { background-position: 0 -30px; }

 
 
div.header-1 { background: url(/templates/yoo_enterprise/images/header_edges.png) 0 0 repeat-y; }

div.header-2 {
	padding: 0px 5px 0px 5px;
	background: url(/templates/yoo_enterprise/images/header_edges.png) 100% 0 repeat-y;
}

div.header-3 {
	padding: 5px 10px 10px 10px;
	overflow: hidden;
	background: #ffffff;
}

div.header-b1 {	background: url(/templates/yoo_enterprise/images/header_corners.png) 0 0 no-repeat; }

div.header-b2 {
	padding: 0px 7px 0px 7px;
	background: url(/templates/yoo_enterprise/images/header_corners.png) 100% -60px no-repeat;
}

div.header-b3 {
	height: 50px;
	overflow: hidden;		
	background: url(/templates/yoo_enterprise/images/header_corners.png) 0 -120px repeat-x;
}

 

div.wrapper-t1 { background: url(/templates/yoo_enterprise/images/module_box_corners.png) 0 0 no-repeat; }

div.wrapper-t2 {
	padding: 0px 7px 0px 7px;
	background: url(/templates/yoo_enterprise/images/module_box_corners.png) 100% -17px no-repeat;
}

div.wrapper-t3 {
	height: 7px;
	background: url(/templates/yoo_enterprise/images/module_box_corners.png) 0 -34px repeat-x;
	overflow: hidden;
}

div.wrapper-1 { background: url(/templates/yoo_enterprise/images/module_box_edges.png) 0 0 repeat-y; }

div.wrapper-2 { 
	padding: 0px 5px 0px 5px;
	background: url(/templates/yoo_enterprise/images/module_box_edges.png) 100% 0 repeat-y;
}

div.wrapper-3 { 
	padding: 10px;
	background: #ffffff;
	overflow: hidden;
}

div.wrapper-b1 { background: url(/templates/yoo_enterprise/images/module_box_corners.png) 0 -51px no-repeat; }

div.wrapper-b2 {
	padding: 0px 7px 0px 7px;
	background: url(/templates/yoo_enterprise/images/module_box_corners.png) 100% -68px no-repeat;
}

div.wrapper-b3 {
	height: 7px;
	background: url(/templates/yoo_enterprise/images/module_box_corners.png) 0 -85px repeat-x;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-weight:normal;
	color:#4682B2;
}
#page h1 a {
	color:#4682B2;
	text-decoration:none;
}
#page h1 a:hover {
	color:#4682B2;
}
h2 {
	color:#4682B2;
}
h3 {
	color:#4682B2;
}
h4 {
	color:#4682B2;
}
h5 {
	color:#4682B2;
}
h6 {
	color:#4682B2;
}
h6 {
	color:#4682B2;
}
h7 {
	color:#fff;
	font-size:1.5em;
}
h8 {
	color: #BD1313;
	font-size:12px;
}
strong.headingtext {
	color:#FFF;
}
strong.smalltext {
	color:#fff;
	font-size:10px;
}

a {
	color:#4682B2;

}
a:hover {
	color:#9D1C1F;
}
a.icon-folder {
	padding-left:17px;
	background:url(/images/typography/icon_folder.png) 0 40% no-repeat;
}
a.icon-file {
	padding-left:17px;
	background:url(/images/typography/icon_file.png) 0 40% no-repeat;
}
a.icon-download {
	padding-left:17px;
	background:url(/images/typography/icon_download.png) 0 40% no-repeat;
}
a.icon-external {
	padding-left:17px;
	background:url(/images/typography/icon_external.png) 0 40% no-repeat;
}
a.icon-pdf {
	padding-left:17px;
	background:url(/images/pdf_button.png) 0 40% no-repeat;
}
em.box {
	padding:0 3px 0 3px;
	border:#aaaaaa dotted 1px;
	background:#f5f6f7;
	font-family:"Courier New", Courier, monospace;
	font-style:normal;
	white-space:nowrap;
}
ul.arrow, ul.checkbox, ul.check, ul.star, ul.twitter {
	margin:10px 0 10px 0;
	padding-left:20px;
	list-style:none;
}
ul.arrow li, ul.checkbox li, ul.check li, ul.star li, ul.twitter li {
	margin:5px 0 5px 0;
	padding-left:35px;
	font-weight:bold;
	line-height:26px;
}
ul.arrow li {
	background:url(/images/typography/list_arrow.png) 0 0 no-repeat;
}
ul.checkbox li {
	background:url(/images/typography/list_checkbox.png) 0 0 no-repeat;
}
ul.check li {
	background:url(/images/typography/list_check.png) 0 0 no-repeat;
}
ul.star li {
	background:url(/images/typography/list_star.png) 0 0 no-repeat;
}
ul.twitter li {
	background:url(/images/typography/list_twitter.png) 0 0 no-repeat;
}
ul.headline {
	margin:10px 0 20px 0;
	padding-left:0;
	list-style:none;
}
ul.headline li {
	margin-bottom:10px;
	padding-bottom:10px;
	background:url(/images/typography/list_headline.png) 0 100% repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#818384;
	font-size:11px;
}
ul.headline h3 {
	margin:0;
	font-style:italic;
	color:#323232;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
ul.links {
	margin:10px 0 20px 0;
	padding-left:0;
	list-style:none;
}
ul.links li {
	padding-left:15px;
	height:25px;
	line-height:25px;
	background:url(/images/typography/list_links.png) 0 0 no-repeat;
	cursor:pointer;
}
ul.links li:hover {
	background-position:0 -35px;
}
ul.links li:hover a {
	color:#9d1c1f;
	text-decoration:none;
}
ul.table {
	margin:20px 0 20px 0;
	padding-left:0;
	list-style:none;
}
ul.table li {
	padding:5px;
	border:#DADADA solid 1px;
}
ul.table li:nth-child(odd) {
	background:#F9F9F9;
}
ul.table li:nth-child(even) {
	background:#ffffff;
}
ul.table li:last-child {
	border:none;
}
ol.disc {
	margin:10px 0 10px 0;
	padding:0 0 0 45px;
	background:url(/images/typography/list_disc.png) 20px 0 repeat-y;
}
ol.disc li {
	margin:5px 0 5px 0;
	padding-left:10px;
	font-weight:bold;
	line-height:26px;
}
hr.dotted {
	margin:15px 0 15px 0;
	display:block;
	background:url(/images/typography/line_dotted.png) 0 0 repeat-x;
	height:1px;
	border:none;
}
span.note, span.info, span.alert, span.download, span.tip {
	display:block;
}
div.note, span.note {
	margin:10px 0 10px 0;
	padding:5px 10px 5px 10px;
	background:#444444;
	border:#000000 solid 1px;
	border:#000000 solid 1px;
	text-align:justify;
	color:#ffffff;
	text-shadow:0 -1px 0 rgba(0,0,0,1);
}
div.note a, span.note a {
	color:#A8D3FF;
}
div.note a:hover, span.note a:hover {
	color:#FF8A8A;
}
div.info, span.info, div.alert, span.alert, div.download, span.download, div.tip, span.tip {
	margin:10px 0 10px 0;
	padding:8px 10px 8px 40px;
	text-shadow:0 1px 0 rgba(255,255,255,1);
}
div.info, span.info {
	background:url(/images/typography/box_info.png) 8px 5px no-repeat #E4EBF1;
	border:#D4D9DE solid 1px;
	border:#D4D9DE solid 1px;
}
div.alert, span.alert {
	background:8px 5px no-repeat #FFE6DF;
	border:#FFD9CF solid 1px;
	border:#FFD9CF solid 1px;
}
div.download, span.download {
	background:url(/images/typography/box_download.png) 8px 5px no-repeat #f5faeb;
	border:#D6EBCD solid 1px;
	border:#D6EBCD solid 1px;
}
div.tip, span.tip {
	background:url(/images/typography/box_tip.png) 8px 5px no-repeat #FDF9E3;
	border:#FAE7BE solid 1px;
	border:#FAE7BE solid 1px;
}
div.smalltext {
	color:#fff;
	font-size:10px;
	font-weight:lighter;
	text-transform:capitalize;
}
p.dropcap:first-letter {
	display:block;
	margin:7px 4px 0 0;
	float:left;
	font-size:280%;
	font-family:Georgia, "Times New Roman", Times, serif;
}
table.listing {
	width:100%;
	margin-bottom:30px;
	font-size:11px;
}
.smartpointscolor {
	background-color:#EBF1DE;
	font-weight:bold;
}
.pointspluscolor {
	background-color:#E4DFEC;
	font-weight:bold;
}
.leftmain {
	text-align:left;
}
.pointscolor {
	background-color:#FDE9D9;
	font-weight:bold;
}
td.mainhighlight {
	background:#FDE9D9;
}
table.banner {
	width:150px;
	border:0;
	border:#FFFFFF solid 0.05em;
}
table.listing thead th {
	height:30px;
	padding:5px;
	border:#c8c8c8 solid 1px;
	background:none;
	vertical-align:top;
	font-size:14px;
	font-weight:normal;
}
table.listing tbody td {
	height:20px;
	padding:5px;
	border:#DADADA solid 1px;
}
table.listing tr.odd td {
	background:#F9F9F9;
}
table.listing tr.even td {
	background:#ffffff;
}
table.listing td.bold {
	font-weight:bold;
	font-size:12px;
}
table {
	width:100%;
	border:#000 solid 1px;
	margin-left:auto;
	margin-right:auto;
	background:white;
	border-collapse:collapse;
	table-layout:auto;
	overflow-wrap:break-word;
}
table.products {
	width:100%;
	border:#fff solid 0;
}
table.recipes {
	width:50%;
	border:#000 solid 1px;
	margin:10px;
	background:white;
	border-collapse:collapse;
}
table td, table th {
	padding:3px;
	text-align:center;
}
td, th {
	border:#000 solid 0.05em;
	padding:3px;
	height:20px;
	text-align:center;
	font-size:12px;
}
.rowcolor {
	background-color:#B9DAF4;
	font-weight:bold;
	border-bottom:#000 solid 0.05em;
	height:25px;
}
td.leftcol {
	text-align:left;
	vertical-align:middle;
}
td.rightcol {
	text-align:right;
}
td.middleheading {
	text-align:left;
	background-color:#6ca7d6;
	color:#FFF;
	font-size:12px;
}
td.noprotein {
	background-color:#FC9;
}
td.noinfo {
	background-color:#ffdbdb;
}
td.smartpoints {
	text-align:center;
	background-color:#EBF1DE;
	font-weight:bold;
}
td.pointsplus {
	text-align:center;
	background-color:#E4DFEC;
	font-weight:bold;
}
td.points {
	text-align:center;
	background-color:#FDE9D9;
	font-weight:bold;
}
td.alphabet {
	background-color:#fff;
	font-weight:bold;
	text-align:center;
	width:20px;
}
td.mainheading, th.mainheading {
	background-color:#4682B2;
	font-size:12px;
	text-align:left;
	height:40px;
	width:auto;
	color:#FFF;
	font-weight:normal;
}
th.all, th.not-mobile, th.desktop {
	background-color:#2D4B7B;
	text-align:center;
	font-size:12px;
	height:40px;
	color:#FFF;
	border:#000 solid 1px;
}
td.mainright40, th.mainright40 {
	background-color:#4682B2;
	text-align:center;
	font-size:12px;
	height:30px;
	width:auto;
	color:#FFF;
	border:#000 solid 1px;
	font-weight:normal;
}
td.mainright75, th.mainright75 {
	background-color:#4682B2;
	text-align:center;
	font-size:12px;
	height:40px;
	width:auto;
	color:#FFF;
	border:#000 solid 1px;
	font-weight:normal;
}
td.topheader {
	background-color:#4682B2;
	text-align:center;
	font-size:12px;
	height:40px;
	color:#FFF;
}
td.frontcalcright {
	border:#FFFFFF solid 0.05em;
	height:20px;
	text-align:right;
}
td.frontcalcleft {
	border:#FFFFFF solid 0.05em;
	height:20px;
	text-align:left;
}
td.formleft {
	border:#FFFFFF solid 0.05em;
	text-align:left;
}
td.formright {
	border:#FFFFFF solid 0.05em;
	text-align:right;
}
table.frontcalc {
	width:200px;
	border:0;
	border:#FFFFFF solid 0.05em;
}
tr:hover {
	background:#b9daf4;
}
blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
}
q.blockquote {
	margin:10px 0 10px 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:130%;
}
q.blockquote:first-letter {
	font-size:150%;
}
q.blockquote:before, q.blockquote:after {
	content:"";
}
blockquote.quotation {
	margin:10px 0 10px 0;
	padding:10px 35px 10px 35px;
	border:none;
	background:url(/images/typography/blockquote_start.png) 0 0 no-repeat;
	text-align:justify;
}
blockquote.quotation p {
	margin:0 -35px -10px 0;
	padding:0 35px 10px 0;
	background:url(/images/typography/blockquote_end.png) 100% 100% no-repeat;
}
body .inset-left {
	margin:15px 15px 10px 0;
	float:left;
}
body .inset-right {
	margin:15px 0 10px 15px;
	float:right;
}
table.dataTable thead th, table.dataTable tfoot th {
	font-weight:bold;
}
table.dataTable thead th, table.dataTable thead td {
	padding:10px 18px;
	border-bottom:1px solid #111111;
}
table.dataTable thead th:active, table.dataTable thead td:active {
	outline:none;
}
table.dataTable tfoot th, table.dataTable tfoot td {
	padding:10px 18px 6px 18px;
	border-top:1px solid #111111;
}
table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting {
	cursor:pointer;
*cursor:hand;
}
table.dataTable thead .sorting {
	background:url(/templates/yoo_enterprise/Users/JohnHP/AppData/Local/Temp/images/sort_both.png) no-repeat center right;
}
table.dataTable thead .sorting_asc {
	background:url(/templates/yoo_enterprise/Users/JohnHP/AppData/Local/Temp/images/sort_asc.png) no-repeat center right;
}
table.dataTable thead .sorting_desc {
	background:url(/templates/yoo_enterprise/Users/JohnHP/AppData/Local/Temp/images/sort_desc.png) no-repeat center right;
}
table.dataTable thead .sorting_asc_disabled {
	background:url(/templates/yoo_enterprise/Users/JohnHP/AppData/Local/Temp/images/sort_asc_disabled.png) no-repeat center right;
}
table.dataTable thead .sorting_desc_disabled {
	background:url(/templates/yoo_enterprise/Users/JohnHP/AppData/Local/Temp/images/sort_desc_disabled.png) no-repeat center right;
}
table.dataTable tbody tr {
	background-color:white;
}
table.dataTable tbody tr.selected {
	background-color:#b0bed9;
}
table.dataTable tbody th, table.dataTable tbody td {
	padding:8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
	border-top:1px solid #dddddd;
}
table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
	border-top:none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
	border-left:1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
	border-top:none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background-color:#f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
	background-color:#abb9d3;
}
table.dataTable.hover tbody tr:hover, table.dataTable.hover tbody tr.odd:hover, table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover, table.dataTable.display tbody tr.odd:hover, table.dataTable.display tbody tr.even:hover {
	background-color:#B9DAF4;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.hover tbody tr.odd:hover.selected, table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected, table.dataTable.display tbody tr.odd:hover.selected, table.dataTable.display tbody tr.even:hover.selected {
	background-color:#a9b7d1;
}
table.dataTable.order-column tbody tr>.sorting_1, table.dataTable.order-column tbody tr>.sorting_2, table.dataTable.order-column tbody tr>.sorting_3, table.dataTable.display tbody tr>.sorting_1, table.dataTable.display tbody tr>.sorting_2, table.dataTable.display tbody tr>.sorting_3 {
	background-color:#f9f9f9;
}
table.dataTable.order-column tbody tr.selected>.sorting_1, table.dataTable.order-column tbody tr.selected>.sorting_2, table.dataTable.order-column tbody tr.selected>.sorting_3, table.dataTable.display tbody tr.selected>.sorting_1, table.dataTable.display tbody tr.selected>.sorting_2, table.dataTable.display tbody tr.selected>.sorting_3 {
	background-color:#acbad4;
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
	background-color:#f1f1f1;
}
table.dataTable.display tbody tr.odd>.sorting_2, table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
	background-color:#f3f3f3;
}
table.dataTable.display tbody tr.odd>.sorting_3, table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
	background-color:whitesmoke;
}
table.dataTable.display tbody tr.odd.selected>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
	background-color:#a6b3cd;
}
table.dataTable.display tbody tr.odd.selected>.sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
	background-color:#a7b5ce;
}
table.dataTable.display tbody tr.odd.selected>.sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
	background-color:#a9b6d0;
}
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
	background-color:#f9f9f9;
}
table.dataTable.display tbody tr.even>.sorting_2, table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
	background-color:#fbfbfb;
}
table.dataTable.display tbody tr.even>.sorting_3, table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
	background-color:#fdfdfd;
}
table.dataTable.display tbody tr.even.selected>.sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
	background-color:#acbad4;
}
table.dataTable.display tbody tr.even.selected>.sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
	background-color:#adbbd6;
}
table.dataTable.display tbody tr.even.selected>.sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
	background-color:#afbdd8;
}
table.dataTable.display tbody tr:hover>.sorting_1, table.dataTable.display tbody tr.odd:hover>.sorting_1, table.dataTable.display tbody tr.even:hover>.sorting_1, table.dataTable.order-column.hover tbody tr:hover>.sorting_1, table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_1, table.dataTable.order-column.hover tbody tr.even:hover>.sorting_1 {
	background-color:#eaeaea;
}
table.dataTable.display tbody tr:hover>.sorting_2, table.dataTable.display tbody tr.odd:hover>.sorting_2, table.dataTable.display tbody tr.even:hover>.sorting_2, table.dataTable.order-column.hover tbody tr:hover>.sorting_2, table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_2, table.dataTable.order-column.hover tbody tr.even:hover>.sorting_2 {
	background-color:#ebebeb;
}
table.dataTable.display tbody tr:hover>.sorting_3, table.dataTable.display tbody tr.odd:hover>.sorting_3, table.dataTable.display tbody tr.even:hover>.sorting_3, table.dataTable.order-column.hover tbody tr:hover>.sorting_3, table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_3, table.dataTable.order-column.hover tbody tr.even:hover>.sorting_3 {
	background-color:#eeeeee;
}
table.dataTable.display tbody tr:hover.selected>.sorting_1, table.dataTable.display tbody tr.odd:hover.selected>.sorting_1, table.dataTable.display tbody tr.even:hover.selected>.sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1, table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_1, table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_1 {
	background-color:#a1aec7;
}
table.dataTable.display tbody tr:hover.selected>.sorting_2, table.dataTable.display tbody tr.odd:hover.selected>.sorting_2, table.dataTable.display tbody tr.even:hover.selected>.sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2, table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_2, table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_2 {
	background-color:#a2afc8;
}
table.dataTable.display tbody tr:hover.selected>.sorting_3, table.dataTable.display tbody tr.odd:hover.selected>.sorting_3, table.dataTable.display tbody tr.even:hover.selected>.sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3, table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_3, table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_3 {
	background-color:#a4b2cb;
}
table.dataTable.no-footer {
	border-bottom:1px solid #111111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
	white-space:nowrap;
}
table.dataTable.compact thead th, table.dataTable.compact thead td {
	padding:5px 9px;
}
table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
	padding:5px 9px 3px 9px;
}
table.dataTable.compact tbody th, table.dataTable.compact tbody td {
	padding:4px 5px;
}
table.dataTable th.dt-left, table.dataTable td.dt-left {
	text-align:left;
}
table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
	text-align:center;
}
table.dataTable th.dt-right, table.dataTable td.dt-right {
	text-align:right;
}
table.dataTable th.dt-justify, table.dataTable td.dt-justify {
	text-align:justify;
}
table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
	white-space:nowrap;
}
table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
	text-align:left;
}
table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
	text-align:center;
}
table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
	text-align:right;
}
table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
	text-align:justify;
}
table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
	white-space:nowrap;
}
table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
	text-align:left;
}
table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
	text-align:center;
}
table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
	text-align:right;
}
table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
	text-align:justify;
}
table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
	white-space:nowrap;
}
table.dataTable, table.dataTable th, table.dataTable td {
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.dataTables_wrapper {
	position:relative;
	clear:both;
*zoom:1;
	zoom:1;
}
.dataTables_wrapper .dataTables_length {
	float:left;
}
.dataTables_wrapper .dataTables_filter {
	float:right;
	text-align:right;
}
.dataTables_wrapper .dataTables_filter input {
	margin-left:0.5em;
}
.dataTables_wrapper .dataTables_info {
	clear:both;
	float:left;
	padding-top:0.755em;
}
.dataTables_wrapper .dataTables_paginate {
	float:right;
	text-align:right;
	padding-top:0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing:border-box;
	display:inline-block;
	min-width:1.5em;
	padding:0.5em 1em;
	margin-left:2px;
	text-align:center;
	text-decoration:none !important;
	cursor:pointer;
*cursor:hand;
	color:#333333 !important;
	border:1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color:#333333 !important;
	border:1px solid #cacaca;
	background-color:white;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
	background:-webkit-linear-gradient(top, white 0%, gainsboro 100%);
	background:-moz-linear-gradient(top, white 0%, gainsboro 100%);
	background:-ms-linear-gradient(top, white 0%, gainsboro 100%);
	background:-o-linear-gradient(top, white 0%, gainsboro 100%);
	background:linear-gradient(to bottom, white 0%, gainsboro 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor:default;
	color:#666 !important;
	border:1px solid transparent;
	background:transparent;
	box-shadow:none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color:white !important;
	border:1px solid #111111;
	background-color:#585858;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
	background:-webkit-linear-gradient(top, #585858 0%, #111111 100%);
	background:-moz-linear-gradient(top, #585858 0%, #111111 100%);
	background:-ms-linear-gradient(top, #585858 0%, #111111 100%);
	background:-o-linear-gradient(top, #585858 0%, #111111 100%);
	background:linear-gradient(to bottom, #585858 0%, #111111 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	outline:none;
	background-color:#2b2b2b;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
	background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
	box-shadow:inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_processing {
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	height:40px;
	margin-left:-50%;
	margin-top:-25px;
	padding-top:20px;
	text-align:center;
	font-size:1.2em;
	background-color:white;
	background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
	background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
	background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
	background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
	background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
	background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
	color:#333333;
}
.dataTables_wrapper .dataTables_scroll {
	clear:both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
*margin-top:-1px;
	-webkit-overflow-scrolling:touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing {
	height:0;
	overflow:hidden;
	margin:0 !important;
	padding:0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom:1px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table, .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
	border-bottom:none;
}
.dataTables_wrapper:after {
	visibility:hidden;
	display:block;
	content:"";
	clear:both;
	height:0;
}
@media screen and (max-width:767px) {
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
	float:none;
	text-align:center;
}
.dataTables_wrapper .dataTables_paginate {
	margin-top:0.5em;
}
}
@media screen and (max-width:640px) {
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
	float:none;
	text-align:center;
}
.dataTables_wrapper .dataTables_filter {
	margin-top:0.5em;
}
}

/* menus.css, Copyright (C) 2007 - 2010 YOOtheme GmbH */

/*
 * top and footer menu
 */

 
#toolbar ul.menu,
#footer ul.menu {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer ul.menu {
	display: block;
	line-height: 14px;
}

#toolbar .menu li,
#footer .menu li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

#toolbar .menu li a,
#footer .menu li a {
	display: inline-block;
	padding: 0px 10px 0px 10px;
	background: url(/templates/yoo_enterprise/images/topmenu_item_bg.png) 0 50% no-repeat;
	overflow: hidden;  
}

#toolbar .menu a.first,
#footer .menu a.first {
	padding-left: 0px;
	background: none;
}

#toolbar .menu a.last,
#footer .menu a.last { padding-right: 0px; }

#footer .menu span.subtitle { display: none; }

/*
 * menu
 */

 
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	position: relative;
	 
	margin: 0px;
	padding: 0px;
}

#menu a,
#menu span { display: block; }
#menu a { text-decoration: none; }

 
#menu span.icon {
	background-repeat: no-repeat;
	background-position: 0 50%;
}

 
#menu ul.menu { float: left; }

#menu li.level1 {
	margin-left: -2px;
	background: url(/templates/yoo_enterprise/images/menu_level1_item.png) 100% 0 no-repeat;
	float: left;
}

#menu a.level1,
#menu span.level1 {
	float: left;
	padding: 0px 20px 0px 18px;
}

#menu a.level1 span.bg,
#menu span.level1 span.bg {
	height: 45px;
	float: left;
	line-height: 45px;
	font-size: 12px;
	color: #323232;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

 
#menu li.level1:hover,
#menu li.level1.remain {
	background-position: 0 -55px;
	background-repeat: repeat-x;
}

#menu li:hover .level1 span.bg,
#menu li.remain .level1 span.bg {
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

 
#menu li.parent a.level1,
#menu li.parent span.level1 {
	background: url(/templates/yoo_enterprise/images/menu_level1_item.png) 10px -110px no-repeat;
	padding-left: 30px;
}

#menu li.parent:hover a.level1,
#menu li.parent.remain a.level1,
#menu li.parent:hover span.level1,
#menu li.parent.remain span.level1 { background-position: 10px -165px; }

#menu li.parent a.level1.active { background-position: 10px -220px; }

#menu li.parent:hover a.level1.active,
#menu li.parent.remain a.level1.active { background-position: 10px -165px; }

 
#menu li.active .level1 span.bg {
	color: #417CAB;
	font-weight: bold;
}

#menu li.active:hover .level1 span.bg,
#menu li.active.remain .level1 span.bg { color: #ffffff; }

 
#menu a.level1 span.title,
#menu span.level1 span.title {
	font-size: 12px;
	line-height: 34px;
}

 
#menu a.level1 span.subtitle,
#menu span.level1 span.subtitle {
	margin-top: -8px;
	font-size: 9px;
	font-weight: normal;
	line-height: 10px;
}

 
#menu .dropdown {
	position: absolute;
	top: 45px;
	left: -999em;  
	z-index: 100;
	 
}

#menu li:hover .dropdown,
#menu li.remain .dropdown { left: -5px; }

#menu .dropdown-t1 { background: url(/templates/yoo_enterprise/images/menu_dropdown_corners.png) 0 -51px no-repeat; }

#menu .dropdown-t2 {
	padding: 0px 5px 0px 5px;
	background: url(/templates/yoo_enterprise/images/menu_dropdown_edges.png) 100% -11px no-repeat;
}

#menu .dropdown-t3 {
	height: 5px;
	background: #5495C9;
	border-bottom: 1px solid #ffffff;
}

#menu .dropdown-1 { background: url(/templates/yoo_enterprise/images/menu_dropdown_edges.png) 0 0 repeat-y; }

#menu .dropdown-2 {
	padding: 0px 6px 0px 6px;
	background: url(/templates/yoo_enterprise/images/menu_dropdown_edges.png) 100% 0 repeat-y;
}

#menu .dropdown-3 {
	padding: 0px 0px 0px 0px;
	background: #f9f9f9 url(/templates/yoo_enterprise/images/menu_dropdown_bg.png) 0 100% repeat-x;
	overflow: hidden;
}

#menu .dropdown-b1 { background: url(/templates/yoo_enterprise/images/menu_dropdown_corners.png) 0 0 no-repeat; }

#menu .dropdown-b2 {
	padding: 0px 7px 0px 7px;
	background: url(/templates/yoo_enterprise/images/menu_dropdown_corners.png) 100% -17px no-repeat;
}

#menu .dropdown-b3 {
	height: 7px;
	background: url(/templates/yoo_enterprise/images/menu_dropdown_corners.png) 0 -34px repeat-x;
}

 
#menu ul.level2 { background: url(/templates/yoo_enterprise/images/menu_level2_line_v.png) 100% 0 repeat-y; }
#menu ul.last { background: none; }

#menu .hover-box1 { overflow: hidden; }

 
#menu li.level2 { 
	margin-right: 2px;
	padding-bottom: 1px;
	background: url(/templates/yoo_enterprise/images/menu_level2_item.png) 0 100% repeat-x;
}
#menu ul.last li.level2 { margin-right: 0px; }
#menu li.level2.last { background: none; }

#menu a.level2:hover { background:  url(/templates/yoo_enterprise/images/menu_level2_item_hover.png) 0 0 repeat-x; }

#menu a.level2 span.bg,
#menu span.level2 span.bg {
	padding-left: 10px;
	line-height: 30px;
	color: #323232;
	font-size: 12px;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

#menu a.level2:hover span.bg { color: #9D1C1F; }

 
#menu li.level2 a.current span.bg { font-weight: bold; } 
#menu li.level2:hover a.parent { background:  url(/templates/yoo_enterprise/images/menu_level2_item_hover.png) 0 -210px repeat-x; }

 
#menu a.level2 span.subtitle,
#menu span.level2 span.subtitle {
	margin-top: -10px;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
}

 
#menu a.level2 span.icon,
#menu span.level2 span.icon {
	min-height: 40px;
	padding-left: 45px;
	line-height: 40px;
}
#menu a.level2 span.icon span.title,
#menu span.level2 span.icon span.title { line-height: 28px; }
#menu a.level2 span.icon span.subtitle,
#menu span.level2 span.icon span.subtitle { line-height: 16px; }

 
#menu .sub { padding: 0px 10px 0px 10px; }

#menu ul.level3 { padding-bottom: 10px; }

#menu a.level3 { background: url(/templates/yoo_enterprise/images/menu_level3_item.png) 0 0 no-repeat; }
#menu a.level3:hover { background-position: 0 -35px; }

#menu a.level3 span.bg,
#menu span.level3 span.bg {
	padding-left: 10px;
	line-height: 17px;
	font-size: 11px;
	color: #323232;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

#menu a.level3:hover span.bg { color: #9D1C1F; }

 
 
 
 

#menu .columns2 ul.level2,
#menu .columns3 ul.level2,
#menu .columns4 ul.level2 { float: left; }

#menu .columns2 ul.level2 {	width: 50%; }

#menu .columns3 ul.level2 { width: 34%; }
#menu .columns3 ul.first,
#menu .columns3 ul.last { width: 33%; }

#menu .columns4 ul.level2 { width: 25%; }


/*
 * sub menus
 */
 
 
div.mod-menu ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	list-style: none;
}

div.mod-menu ul.menu li {
	margin: 0px;
	padding: 0px;
}

div.mod-menu ul.menu a,
div.mod-menu ul.menu span { display: block; }
div.mod-menu ul.menu a { text-decoration: none; }

 
div.mod-menu ul.menu span.icon {
	background-repeat: no-repeat;
	background-position: 5px 50%;
	text-indent: 35px;
}

 
div.mod-menu ul.menu li.parent span.separator { cursor: pointer; }

 
div.mod-menu ul.menu span.subtitle { display: none; }

/*
 * sub menu: mod-box
 */
 
div.mod-box ul.menu { background: #F9F9F9 url(/templates/yoo_enterprise/images/menu_dropdown_bg.png) 0 100% repeat-x; }

div.mod-box ul.menu span.bg {
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	color: #323232;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

 
div.mod-box ul.menu a.current span.bg { font-weight: bold; }

 
div.mod-box ul.menu a:hover span.bg,
div.mod-box ul.menu span:hover span.bg { color: #9d1c1f; }

 
div.mod-box ul.menu li.level1 { background: url(/templates/yoo_enterprise/images/menu_level2_item.png) 0 100% repeat-x; }
div.mod-box ul.menu li.level1.last { background: none; }

div.mod-box ul.menu a.level1:hover,
div.mod-box ul.menu span.level1:hover { background: url(/templates/yoo_enterprise/images/menu_level2_item_hover.png) 0 -210px repeat-x; }

div.mod-box ul.menu li.parent a.level1 span.bg,
div.mod-box ul.menu li.parent span.level1 span.bg { background: url(/templates/yoo_enterprise/images/submenu_level1_parent.png) 100% 0 no-repeat; }

div.mod-box ul.menu li.parent:hover a.level1 span.bg,
div.mod-box ul.menu li.parent:hover span.level1 span.bg { background-position: 100% -30px; }

div.mod-box ul.menu li.parent a.active.level1 span.bg,
div.mod-box ul.menu li.parent span.active.level1 span.bg { background-position: 100% -60px; }

div.mod-box ul.menu li.parent a.active.level1:hover span.bg,
div.mod-box ul.menu li.parent span.active.level1:hover span.bg { background-position: 100% -90px; }

 
div.mod-box ul.menu ul.level2 {	padding: 0px 0px 10px 0px; }

div.mod-box ul.menu li.level2 span.bg {
	height: 17px;
	font-size: 11px;
	line-height: 17px;
	background: url(/templates/yoo_enterprise/images/menu_level3_item.png) 10px 0 no-repeat;
}

div.mod-box ul.menu li.level2 a.level2 span.bg,
div.mod-box ul.menu li.level2 span.level2 span.bg { text-indent: 20px; }

div.mod-box ul.menu li.level2 a.level2:hover span.bg,
div.mod-box ul.menu li.level2 span.level2:hover span.bg { background-position: 10px -35px; }

 
div.mod-box ul.menu li.level3 a.level3 span.bg,
div.mod-box ul.menu li.level3 span.level3 span.bg { text-indent: 30px; background-position: 20px 0px; }

div.mod-box ul.menu li.level3 a.level3:hover span.bg,
div.mod-box ul.menu li.level3 span.level3:hover span.bg { background-position: 20px -35px; }

 
div.mod-box ul.menu li.level4 a.level4 span.bg,
div.mod-box ul.menu li.level4 span.level4 span.bg { text-indent: 40px; background-position: 30px 0px; }

div.mod-box ul.menu li.level4 a.level4:hover span.bg,
div.mod-box ul.menu li.level4 span.level4:hover span.bg { background-position: 30px -35px; }
/* modules.css, Copyright (C) 2007 - 2010 YOOtheme GmbH */

/*
 * module headers
 */

.module h3.header {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #323232;
	font-weight: normal;
}

.module span.header-2,
.module span.header-3 { display: block; }

 
.module h3.header span.title {
	display: block;
	font-size: 16px;
	line-height: 26px;
}

.module h3.header span.subtitle {
	display: block;
	margin-top: -5px;
	line-height: 10px;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
	text-indent: 1px;
	text-transform: lowercase;
}

/*
 * space between modules
 */

div.separator .module { margin: 0px 0px 0px 0px; }

#left .module,
#right .module,
#contentleft .module,
#contentright .module { margin-bottom: 0px; }

#left div.last,
#right div.last,
#contentleft div.last,
#contentright div.last { margin-bottom: 0px; }

#top .topblock .module { margin: 0px 0px 0px 0px; }

#bottom .bottomblock .module { margin: 0px 0px 0px 0px; }

/*
 * header module positions
 */

#toolbar .left .module,
#headerbar .left .module {
	margin-right: 15px;
	float: left;
}

#toolbar .right .module,
#headerbar .right .module {
	margin-left: 15px;
	float: right;
}

/*
 * badge styles
 */
 
div.module { position: relative; }
 
div.module div.badge {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	height: 39px;
	background: url(/templates/yoo_enterprise/images/module_badges.png) 0 0 no-repeat;
	overflow: hidden;
	z-index: 1;
}
 
div.module div.badge-hot { background-position: 0 0; }
div.module div.badge-top { background-position: 0 -40px; }
div.module div.badge-pick { background-position: 0 -80px; }
div.module div.badge-new { background-position: 0 -120px; }

/*
 * icon styles
 */
 
div.module h3.header span.icon {
	display: block; 
	position: relative;
	left: 0px;
	width: 32px;
	height: 30px;
	background: url(/templates/yoo_enterprise/images/module_icons.png) 0 0 no-repeat;
	overflow: hidden;
	float: left;
}

div.module h3.header span.icon-feed { background-position: 0 0; }
div.module h3.header span.icon-download { background-position: 0 -30px; }
div.module h3.header span.icon-twitter { background-position: 0 -60px; }
div.module h3.header span.icon-mail { background-position: 0 -90px; }
div.module h3.header span.icon-message { background-position: 0 -120px; }
div.module h3.header span.icon-users { background-position: 0 -150px; }
div.module h3.header span.icon-shopping { background-position: 0 -180px; }
div.module h3.header span.icon-lock { background-position: 0 -210px; }

/*
 * module: blank
 */
 
div.mod-blank { overflow: hidden; }

/*
 * module: dropdown
 */

#menu ul.mod-dropdown {
	padding-left: 0px;
	background: none;
}

#menu .mod-dropdown .module {
	padding: 5px;
	overflow: hidden;
}

#menu .mod-dropdown .dropdown { width: 300px; }

/*
 * module: headermodule
 */

div.mod-headerbar { 
	overflow: hidden;
	min-height: 75px;
}

.right div.mod-headerbar {
	border-left: 1px solid #E5E5E5;
	padding: 5px 0px 5px 10px;
}
.right div.mod-headerbar.last { border-left: none; }

.left div.mod-headerbar {
	border-right: 1px solid #E5E5E5;
	padding: 5px 10px 5px 0px;
}
.left div.mod-headerbar.last { border-right: none; }

div.mod-headerbar span.header-3 {
	font-size: 14px;
	color: #000000;
	margin-bottom: 5px;
}


/*
 * module: box
 */
 
div.mod-box div.box-t1 { background: url(/templates/yoo_enterprise/images/module_box_corners.png) 0 0 no-repeat; }

div.mod-box div.box-t2 {
	padding: 0px 7px 0px 7px;
	background: url(/templates/yoo_enterprise/images/module_box_corners.png) 100% -17px no-repeat;
}

div.mod-box div.box-t3 {
	height: 7px;
	background: url(/templates/yoo_enterprise/images/module_box_corners.png) 0 -34px repeat-x;
	overflow: hidden;
}

div.mod-box div.box-1 {	background: url(/templates/yoo_enterprise/images/module_box_edges.png) 0 0 repeat-y; }

div.mod-box div.box-2 {
	padding: 0px 5px 0px 5px;
	background: url(/templates/yoo_enterprise/images/module_box_edges.png) 100% 0 repeat-y;
}

div.mod-box div.box-3 {
	padding: 10px;
	background: #ffffff;
	overflow: hidden;
}

div.mod-box div.box-b1 { background: url(/templates/yoo_enterprise/images/module_box_corners.png) 0 -51px no-repeat; }

div.mod-box div.box-b2 {
	padding: 0px 7px 0px 7px;
	background: url(/templates/yoo_enterprise/images/module_box_corners.png) 100% -68px no-repeat;
}

div.mod-box div.box-b3 {
	height: 7px;
	background: url(/templates/yoo_enterprise/images/module_box_corners.png) 0 -85px repeat-x;
	overflow: hidden;
}

div.mod-box h3.header {
	height: 35px;
	margin-top: -10px;
	line-height: 35px;
}

div.mod-box h3.header span.title {
	font-size: 15px;
	line-height: 26px;
}
div.mod-box h3.header span.subtitle { margin-top: -4px; }

div.mod-box h3.header span.icon { top: 2px; left: -3px; }
div.mod-box div.badge { top: 5px; right: 5px; }

/* header: blue */
div.mod-box-header h3.header {
	position: absolute;
	top: 4px;
	left: 5px;
	right: 5px;
	z-index: 1;
	height: auto;
	margin-top: 0px;
	background: url(/templates/yoo_enterprise/images/module_box_corners.png) 0 -102px repeat-x;
	font-size: 15px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

div.mod-box-header span.header-3 {
	height: 45px;
	padding-left: 10px;
	line-height: 37px;
	overflow: hidden;
}

div.mod-box-header div.with-header { padding-top: 40px; }

/* color gradient */
div.mod-box-gradient div.box-t1,
div.mod-box-gradient div.box-t2,
div.mod-box-gradient div.box-t3,
div.mod-box-gradient div.box-b1,
div.mod-box-gradient div.box-b2,
div.mod-box-gradient div.box-b3 { background-image: url(/templates/yoo_enterprise/images/module_box_gradient_corners.png); }
div.mod-box-gradient div.box-3 { 
	padding: 10px 9px 10px 9px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background: #ffffff url(/templates/yoo_enterprise/images/module_box_gradient_corners.png) 0 -157px repeat-x;
}

div.mod-box-gradient.mod-box-header div.with-header { padding-top: 40px; }

/* color black */
div.mod-box-black div.box-t1,
div.mod-box-black div.box-t2,
div.mod-box-black div.box-t3,
div.mod-box-black div.box-b1,
div.mod-box-black div.box-b2,
div.mod-box-black div.box-b3 { background-image: url(/templates/yoo_enterprise/images/module_box_black_corners.png); }
div.mod-box-black div.box-3 {
	border-left: 1px solid #323232;
	border-right: 1px solid #323232;
	background: #505152;
	color: #ffffff;
	text-shadow: 0px -1px 0px rgba(0,0,0,1);
}

div.mod-box-black h3.header {
	color: #ffffff;
	text-shadow: 0px -1px 0px rgba(0,0,0,1);
}

div.mod-box-black.mod-box-header h3.header {
	background-image: url(/templates/yoo_enterprise/images/module_box_black_corners.png);
	color: #505050;
	text-shadow: 1px 1px 0px rgba(255,255,255,1);
}

div.mod-box-black em.box { border: 1px dotted #969696; background: #333333; }

div.mod-box-black a {
	color: #ffffff;
	text-decoration: underline;
}

div.mod-box-black a:hover {
	color: #ffffff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.8);
}

/* color templatecolor */
div.mod-box-templatecolor div.box-t1,
div.mod-box-templatecolor div.box-t2,
div.mod-box-templatecolor div.box-t3,
div.mod-box-templatecolor div.box-b1,
div.mod-box-templatecolor div.box-b2,
div.mod-box-templatecolor div.box-b3 { background-image: url(/templates/yoo_enterprise/images/module_box_templatecolor_corners.png); }
div.mod-box-templatecolor div.box-3 {
	border-left: 1px solid #305B7F;
	border-right: 1px solid #305B7F;
	background: #407AA9;
	color: #ffffff;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
}

div.mod-box-templatecolor h3.header {
	color: #ffffff;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
}

div.mod-box-templatecolor.mod-box-header h3.header {
	background-image: url(/templates/yoo_enterprise/images/module_box_templatecolor_corners.png);
	color: #305B7F;
	text-shadow: 1px 1px 0px rgba(255,255,255,1);
}

div.mod-box-templatecolor em.box { border: 1px dotted #85B0E4; background: #305B7F; }

div.mod-box-templatecolor a {
	color: #ffffff;
	text-decoration: underline;
}

div.mod-box-templatecolor a:hover {
	color: #ffffff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

/* color beige */
div.mod-box-beige div.box-t1,
div.mod-box-beige div.box-t2,
div.mod-box-beige div.box-t3,
div.mod-box-beige div.box-b1,
div.mod-box-beige div.box-b2,
div.mod-box-beige div.box-b3 { background-image: url(/templates/yoo_enterprise/images/module_box_beige_corners.png); }
div.mod-box-beige div.box-3 {
	border-left: 1px solid #BCB5AD;
	border-right: 1px solid #BCB5AD;
	background: #F5F0DC;
}

div.mod-box-beige.mod-box-header h3.header { background-image: url(/templates/yoo_enterprise/images/module_box_beige_corners.png); }

/* menu */
div.mod-menu-box div.box-3 { padding: 0px 1px 0px 1px; }
div.mod-menu-box div.box-b1 { background-position: 0 -52px; }
div.mod-menu-box div.box-b2 { background-position: 100% -69px; }
div.mod-menu-box div.box-b3 { background-position: 0 -86px; height: 6px; }
div.mod-menu-box span.header-3 { height: 37px; }
div.mod-menu-box div.with-header { padding-top: 34px; }

/*
 * module: polaroid
 */

div.mod-polaroid div.badge-tape {
	position: absolute;
	top: -13px;
	left: 50%;
	width: 114px;
	height: 38px;
	margin-left: -57px;
	background: url(/templates/yoo_enterprise/images/module_polaroid_tape.png) 0 0 no-repeat;
	z-index: 1;
}

div.mod-polaroid div.box-1 {
	margin-top: 13px;
	padding: 10px 10px 5px 10px;
	border-top: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	background: #ffffff url(/templates/yoo_enterprise/images/module_polaroid_bg.png) 0 100% repeat-x;
	overflow: hidden;
}

div.mod-polaroid div.box-2 {
	margin-bottom: 5px;
	background: #000000;
}

div.mod-polaroid div.box-3 {
	padding: 10px 15px 10px 15px;
	overflow: hidden;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #C8C8C8;
}

div.mod-polaroid div.box-b1 {
	background: url(/templates/yoo_enterprise/images/module_polaroid_shadows.png) 0 0 no-repeat;
}

div.mod-polaroid div.box-b2 {
	padding: 0px 70px 0px 70px;
	background: url(/templates/yoo_enterprise/images/module_polaroid_shadows.png) 100% -5px no-repeat;
}

div.mod-polaroid div.box-b3 {
	height: 5px;
	background: url(/templates/yoo_enterprise/images/module_polaroid_shadows.png) 0 -10px repeat-x;
}

div.mod-polaroid h3.header {
	height: 25px;
	margin: 0px 0px 0px 0px;
	line-height: 25px;
	text-align: center;
	letter-spacing: -1px;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #323232;
	text-shadow: none;
}

#left div.mod-polaroid,
#right div.mod-polaroid,
#contentleft div.mod-polaroid,
#contentright div.mod-polaroid { margin: 20px 6px 15px 6px; }

/*
 * module: postit
 */

div.mod-postit div.box-1 {
	background: #FFFFAA;
	color: #323232;
}

div.mod-postit div.box-2 {
	padding: 15px 15px 0px 15px;
	overflow: hidden;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
}

div.mod-postit div.box-b1 {
	background: url(/templates/yoo_enterprise/images/module_postit_shadows.png) 0 0 no-repeat;
}

div.mod-postit div.box-b2 {
	padding: 0px 90px 0px 60px;
	background: url(/templates/yoo_enterprise/images/module_postit_shadows.png) 100% -40px no-repeat;
}

div.mod-postit div.box-b3 {
	height: 40px;
	background: url(/templates/yoo_enterprise/images/module_postit_shadows.png) 0 -80px repeat-x;
}

div.mod-postit h3.header {
	height: 30px;
	margin: -15px -15px 5px -15px;
	background: #FFFFDA;
	line-height: 30px;
	text-indent: 15px;
	letter-spacing: -1px;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #323232;
	text-shadow: none;
}

#left div.mod-postit,
#right div.mod-postit,
#contentleft div.mod-postit,
#contentright div.mod-postit { margin: 10px 6px 10px 6px; }
/* joomla.css, Copyright (C) 2007 - 2010 YOOtheme GmbH */

/*
 * global CSS
 * not inside joomla CSS class
 */

/* readmore button */
p.readmore { overflow: hidden; }
div.module p.readmore {	margin-bottom: 0px; }

a.readmore {
	display: block;
	width: 120px;
	height: 22px;
	background: url(/templates/yoo_enterprise/images/readmore.png) 0 0 no-repeat;
	float: left;
	line-height: 22px;
	text-indent: 10px;
	font-size: 90%;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
}

#page a.readmore { color: #555555; }

#page a.readmore:hover {
	background-position: 0 -32px;
	line-height: 24px;
	color: #9d1c1f;
}

/* latest module */

ul.latestnews,
ul.mostread {
	margin: 10px 0px 10px 0px;
	padding-left: 0px;
	list-style: none;
}

ul.latestnews li,
ul.mostread li {
	padding-left: 15px;
	height: 25px;
	line-height: 25px;
	background: url(/templates/yoo_enterprise/images/typography/list_links.png) 0px 0 no-repeat;
	cursor: pointer;
}

ul.latestnews li:hover,
ul.mostread li:hover {
	background-position: 0px -35px;
}

ul.latestnews li:hover a,
ul.mostread li:hover a {
	color: #9d1c1f;
	text-decoration: none;
}

/* tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	color: #323232;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(/templates/system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/*
 * general
 * used by Jommla core components
 */

div.joomla h1 { letter-spacing: -1px; }

div.joomla h1.pagetitle { margin-top: 0px; }

div.joomla div.description {
	margin: 10px 0px 10px 0px;
	overflow: hidden;
}

div.joomla div.description img.left {
	margin-right: 15px;
	float: left;
}

div.joomla div.description img.right {
	margin-left: 15px;
	float: right;
}

div.joomla div.filter { margin: 10px 0px 10px 0px; }

div.joomla table.joomlatable th {
	padding: 5px 5px 5px 5px;
	background: #ebebeb;
	border-bottom: 1px solid #b4b4b4;
	font-weight : bold;
}

div.joomla table.joomlatable tr.even td {
	padding: 5px 5px 5px 5px;
	background: #f0f0f0;
	border-bottom: 1px solid #dcdcdc;
}

div.joomla table.joomlatable tr.odd td {
	padding: 5px 5px 5px 5px;
	background: #fafafa;
	border-bottom: 1px solid #dcdcdc;
}

 
div.joomla span.number {
	color: #969696;
	font-style: italic;
}

/*
 * com_content
 * blog layout (frontpage, category, section)
 * sub selectors: blog
 */
 
div.joomla div.blog div.description {  
	margin: 10px 0px 15px 0px;
	padding-bottom: 20px;
	background: url(/templates/yoo_enterprise/images/article_separator.png) 50% 100% repeat-x;
}

div.joomla div.leadingarticles { overflow: hidden; }
div.joomla div.teaserarticles { overflow: hidden; }

div.joomla div.item { margin-bottom: 15px; }

div.joomla div.item-bg {
	padding-bottom: 15px;
	background: url(/templates/yoo_enterprise/images/article_separator.png) 50% 100% repeat-x;
	overflow: hidden;
}

div.joomla div.multicolumns div.item { margin: 0px 15px 15px 15px; }

div.joomla div.multicolumns div.first div.item { margin-left: 0px; }
div.joomla div.multicolumns div.last div.item { margin-right: 0px; }

div.joomla div.morearticles { margin: 10px 0px 10px 0px; }

div.joomla div.pagination { text-align: center; }

div.joomla div.pagination p.results {}

/*
 * com_content
 * list layout (frontpage, category, section)
 * sub selectors: sectionlist, categorylist
 */

/*
 * com_content
 * article layout
 * sub seletors: article
 */

div.joomla div.headline {
	overflow: hidden;
	margin-top: 5px;
	padding-bottom: 2px;  
}

div.joomla h1.title {
	margin: 0px;
	float: left;
}

div.joomla div.multicolumns h1.title {
	font-size: 200%;
	letter-spacing: -1px;
}

div.joomla div.icons { float: right; }

div.joomla div.icon {
	margin-top: 10px;
	float: right;
}

div.joomla div.multicolumns div.icon { margin-top: 5px; }

div.joomla div.edit {
	margin-left: 10px;
	float: left;
}

div.joomla div.pdf { margin-right: 5px; }
div.joomla div.print { margin-right: 5px; }
div.joomla div.email {}
div.joomla div.printscreen {}

div.joomla p.iteminfo {	margin: 0px 0px 15px 0px; }

div.joomla p.articleinfo {
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 1px;
	line-height: 150%;
}

div.joomla p.articleinfo span.modified,
div.joomla p.articleinfo span.author,
div.joomla p.articleinfo span.created,
div.joomla p.articleinfo span.url {	white-space: nowrap; }

/*
 * com_content
 * editing an article
 * sub seletors: edit-article
 */

div.joomla div.edit-article fieldset { margin-bottom: 30px; }

div.joomla div.edit-article fieldset div { overflow: hidden; }

div.joomla div.edit-article label.label-left {
	display: block;
	width: 150px;
	float: left;
}

div.joomla div.edit-article div.save {
	margin: 0px;
	float: right;
}

div.joomla div.edit-article div#editor-xtd-buttons {
	margin-bottom: 0px;
	overflow: hidden;
}

div.joomla div.edit-article div#editor-xtd-buttons div { margin: 0px; }

div.joomla div.edit-article div#editor-xtd-buttons div.button2-left { margin-right: 5px; }

div.joomla div.edit-article div#editor-xtd-buttons a:link,
div.joomla div.edit-article div#editor-xtd-buttons a:visited,
div.joomla div.edit-article div#editor-xtd-buttons a:hover { color: #323232; }

/*
 * com_weblinks
 * sub seletors: weblinks
 */

div.joomla div.weblinks fieldset {}

div.joomla div.weblinks fieldset div { overflow: hidden; }

div.joomla div.weblinks label.label-left {
	display: block;
	width: 150px;
	float: left;
}

/*
 * com_search
 * sub seletors: search
 */

div.joomla div.search p.info {
	margin: 0px;
	color: #969696;
	font-style: italic;
}

div.joomla div.search span.highlight {
	background: #ffffff;
	color: #323232;
}

/*
 * com_poll
 * sub seletors: poll
 */

div.joomla div.poll fieldset { margin: 15px 0px 10px 0px; }

/*
 * com_contact
 * sub seletors: contact
 */

div.joomla div.contact h1 {
	margin-bottom: 0px;
	font-size: 250%;
	font-weight: normal;
	letter-spacing: -1px;
}

div.joomla div.contact h2 {
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
}

div.joomla div.contact div.image { float: right; }

div.joomla div.contact table { margin-bottom: 10px; }

div.joomla div.contact label.label-top { display: block; }

/*
 * com_user
 * sub seletors: user
 */

div.joomla div.user label.label-left,
div.joomla div.user span.label-left  {
	display: block;
	width: 130px;
	float: left;
}

/*
 * com_wrapper
 */

iframe.wrapper {
	width: 100%;
}

/*
 * mod_newsflash
 */

div.module-newsflash { overflow: hidden; }

div.module-newsflash div.item {
	padding-bottom: 15px;
	overflow: hidden;
}

div.module-newsflash div.last { padding-bottom: 0px; }

/*
 * mod_search
 */

.default-search div.searchbox {
	width: 120px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	background: url(/templates/yoo_enterprise/images/searchbox_bg.png) 0 0 no-repeat; /* ie6png:crop */
}

.default-search div.searchbox:hover  { background: url(/templates/yoo_enterprise/images/searchbox_bg.png) 0 -18px no-repeat; }
.default-search div.searchbox:hover input { color: #000000; }
.default-search div.searchbox input:focus { color: #000000; }

.default-search div.searchbox input {
	width: 102px;
	height: 15px;
	padding: 3px 0px 0px 0px;
	border: none;
	outline: none;
	background: none;
	float: left;
	color: #646464;
	font-size: 11px;
}

.default-search div.searchbox button {
	width: 18px;
	height: 18px;
	padding: 0px;
	border: none;
	float: left;
	cursor: pointer;
	line-height: 0px;
}

.default-search div.searchbox button.search-magnifier { background: url(/templates/yoo_enterprise/images/search_magnifier_icon.png) 0 0 no-repeat; }

/*
 * legacy Joomla styling only for third party components
 */

.contentheading,
.componentheading {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 250%;
	line-height: 100%;
	font-weight: bold;
	color: #953830;
	letter-spacing: -1px;
}

/*
 * Joomla! system CSS file: system.css
 */
 
/* OpenID icon style */
input.system-openid {
   background: url(http://openid.net/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}


/* Unpublished */
.system-unpublished {
background: #e8edf1;
border-top: 4px solid #c4d3df;
border-bottom: 4px solid #c4d3df;
}

/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; padding: 0;}
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}

/*
 * Joomla! system CSS file: general.css
 */
 
 /* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(/templates/system/images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(/templates/system/images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(/templates/system/images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(/templates/system/images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(/templates/system/images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(/templates/system/images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
.img_caption .left {
	float: left;
	margin-right: 1em;
}

.img_caption .right {
	float: right;
	margin-left: 1em;
}

.img_caption .left p {
	clear: left;
	text-align: center;
}

.img_caption .right p {
	clear: right;
	text-align: center;
}

/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(/templates/system/images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

/* extensions.css, Copyright (C) 2007 - 2010 YOOtheme GmbH */

#left #form-login fieldset { border: none; }

/*
 * YOOsearch
 */

#page div.default div.yoo-search { height: 20px; }
#page div.default div.yoo-search div.searchbox {
	height: 20px;
	background: url(/templates/yoo_enterprise/images/yoosearch/searchbox_bg.png) 0 0 no-repeat;
}
#page div.default div.yoo-search div.searchbox:hover  { background-position: 0 -20px; }
#page div.default div.yoo-search div.searchbox input {
	width: 80px;
	height: 20px;
	padding: 0px 0px 0px 4px;
	font-size: 11px;
	line-height: 20px;
}
#page div.default div.yoo-search div.searchbox button { height: 20px; }
#page div.default div.yoo-search div.searchbox button.search-magnifier { background: url(/templates/yoo_enterprise/images/yoosearch/magnifier_icon.png) 0 0 no-repeat; }
#page div.default div.yoo-search div.searchbox button.search-close { background: url(/templates/yoo_enterprise/images/yoosearch/close_icon.png) 0 0 no-repeat; }

#page div.yoo-search div.resultbox {
	position: absolute;
	right: -11px;
	top: 30px;
	z-index: 20;
}

#page div.default div.yoo-search div.resultbox-bg {
	padding: 0px 1px 0px 1px;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	background: #ffffff;
}

#page div.default div.yoo-search div.search-categories { background: #f9f9f9; }
#page div.default div.yoo-search div.search-results { background: #f9f9f9 url(/templates/yoo_enterprise/images/yoosearch/resultbox_bg.png) 0 100% repeat-x; }

#page div.default div.yoo-search h3.search-header { 

}

#page div.default div.yoo-search div.resultbox-bl { background: url(/templates/yoo_enterprise/images/yoosearch/resultbox_bl.png) 0 100% no-repeat; }
#page div.default div.yoo-search div.resultbox-br { background: url(/templates/yoo_enterprise/images/yoosearch/resultbox_br.png) 100% 100% no-repeat; }
#page div.default div.yoo-search div.resultbox-b { 
	line-height: 26px;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
	background: url(/templates/yoo_enterprise/images/yoosearch/resultbox_b.png) 0 100% repeat-x;
}

#page div.default div.yoo-search span.search-more { background: url(/templates/yoo_enterprise/images/yoosearch/more_icon.png) 0 0 no-repeat; }
#page div.default div.yoo-search h3.search-header {
	height: 26px;
	margin: 0px -1px 0px -1px;
	background: url(/templates/yoo_enterprise/images/yoosearch/header_bg.png) 0 0 repeat-x;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	color: #ffffff;
}
#page div.default div.yoo-search .resultbox-bg li { 
	padding-bottom: 1px;
	background: url(/templates/yoo_enterprise/images/menu_level2_item.png) 0 100% repeat-x;
}
#page div.default div.yoo-search .resultbox-bg a { background: none; }
#page div.default div.yoo-search .resultbox-bg a:hover { background: url(/templates/yoo_enterprise/images/menu_level2_item_hover.png) 0 0 repeat-x; }
#page div.default div.yoo-search div.resultbox-b a { color: #666666; }
#page div.default div.yoo-search div.resultbox-b a:hover { color: #9D1C1F; }

#page div.default div.yoo-search .resultbox-bg a,
#page div.default div.yoo-search .resultbox-bg a h3 { 
	color: #666666;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}
#page div.default div.yoo-search .resultbox-bg a:hover  { color: #323232; }
#page div.default div.yoo-search .resultbox-bg a:hover h3 { color: #9D1C1F; }


/*
 * YOOtweet
 */

/* single */
#header div.single div.yoo-tweet {
	min-width: 200px;
	max-width: 400px;
}

#header div.single div.yoo-tweet p { margin-top: 0px; }

/*
 * YOOlogin
 */

 
/* quick */
#header span.quick span.yoo-login {}

#header span.quick span.yoo-login span.login { width: 231px; }

#header span.quick span.yoo-login span.login span.login-button-text,
#header span.quick span.yoo-login span.login span.login-button-icon { margin-right: 0px; }

#header span.quick span.yoo-login span.login span.lostpassword, 
#header span.quick span.yoo-login span.login span.lostusername,
#header span.quick span.yoo-login span.login span.registration { margin-top: 5px; }

#header span.quick span.yoo-login span.logout {
	margin-top: 10px;
	overflow: visible;
}

#header span.quick span.yoo-login span.logout span.logout-button-text,
#header span.quick span.yoo-login span.logout span.logout-button-icon { margin-right: 0px; }

/* nifty quick */
#header span.niftyquick span.yoo-login {}

#header span.niftyquick span.yoo-login span.login {
	width: 268px;
	height: 50px;
}

#header span.niftyquick span.yoo-login span.login span.login-button { margin-right: 0px; }

#header span.niftyquick span.yoo-login span.login span.lostpassword, 
#header span.niftyquick span.yoo-login span.login span.lostusername,
#header span.niftyquick span.yoo-login span.login span.registration { margin-top: 5px; }

#header span.niftyquick span.yoo-login span.logout {
	margin-top: 10px;
	overflow: visible;
}

#header span.niftyquick span.yoo-login span.logout span.logout-button { margin-right: 0px; }

 
#header span.niftyquick span.yoo-login span.login span.username input,
#header span.niftyquick span.yoo-login span.login span.password input {
	width: 95%;
	height: 12px;
	background: #ffffff;
	border: 1px solid #ffffff;
	overflow: hidden;
}
/* custom.css, Copyright (C) 2007 - 2010 YOOtheme GmbH */

/*
 * This CSS file is for customization purpose only
 */ 

#logo a.logo-icon {
	display: block;
	width: 300px;
	height: 55px;
	background: url(/images/yootheme/logo.png) 0 0 no-repeat;
}

