/* ------------------------------
*RESET
------------------------------ */
* {
	margin: 0;
	padding: 0;
}

/* ------------------------------
<>TAGs
------------------------------ */
a {
	color: #458a00;
	text-decoration: none;
}

a img {
	border: none;
}

body {
	background: #f0f0f0 url('/assets/img/gui/bg-body-grad.png') repeat-x;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}

html {
	background-color: #9f9f9f;
}

iframe {
	border: none;
}

/* ------------------------------
#IDs
------------------------------ */
	/* ------------------------------
	#HEADER
	------------------------------ */
	#header h1 {
		float: left;
		height: 75px;
		margin: 12px 0 0 -12px;
		width: 334px;
	}

	#header h1 a {
		background: url('/assets/img/gui/logo.png') no-repeat;
		display: block;
		height: 100%;
		text-indent: -1000em;
	}

		/* ------------------------------
		#GLOBAL
		------------------------------ */
		#global {
			float: right;
		}

		#global form {
			background: url('/assets/img/gui/bg-search-crn.png') no-repeat 310px top;
			float: right;
			height: 59px;
			margin-right: -19px;
			padding-right: 29px;
			width: 310px;
		}

		#global form fieldset {
			background: url('/assets/img/gui/bg-search-crn.png') no-repeat -29px top;
			border: none;
			height: 59px;
			padding-left: 29px;
			width: 281px;
		}

		#global form fieldset legend {
			display: none;
		}

		#global .formFields {
			background: url('/assets/img/gui/bg-search.png') repeat-x;
			height: 39px;
			padding: 10px 0;
		}

		#global .formFields .formBtn {
			margin-right: -10px;
			border-left: 1px solid #c1c1c1;
		}

		#global .formFields .formBtn input {
			width: 79px;
		}

		#global .formFields .formBtn input[type='submit'] {
			background: url('/assets/img/gui/btn-search.png') no-repeat left top;
			text-indent: -1000em;
		}

		#global .formFields .formTxt {
			background: url('/assets/img/gui/bg-search-crn.png') no-repeat 202px -11px;
			float: left;
			height: 27px;
			margin: 1px 0;
			width: 207px;
		}

		#global .formFields .formTxt input {
			background: url('/assets/img/gui/icon-mag.png') no-repeat left center;
			border: none;
			float: left;
			font-size: 11px;
			height: 15px;
			padding: 6px 0 6px 20px;
			width: 185px;
		}

		#global ul {
			clear: right;
			float: right;
			list-style: none;
			margin: -15px 2px 0 0;
		}

		#global ul li {
			background: url('/assets/img/gui/bg-global-brd.png') no-repeat left center;
			float: left;
			font-weight: bold;
			line-height: 40px;
			margin-left: 17px;
			padding-left: 17px;
		}

		#global ul > li:first-child {
			background: none;
			margin-left: 0;
			padding-left: 0;
		}

		#global ul li a {
			color: #979797;
		}

		#global ul li a:hover,
		#global ul li.active a {
			color: #555;
		}

		/* ------------------------------
		#NAV
		------------------------------ */
		#nav {
			background: url('/assets/img/gui/bg-hr.png') no-repeat center bottom;
			height: 40px;
			clear: both;
			margin-bottom: 10px;
			padding: 7px 0 17px 0;
		}

		#nav ul {
			font-size: 14px;
			font-weight: bold;
			list-style: none;
			text-transform: uppercase;
			width: 960px;
		}

		#nav ul li {
			background: url('/assets/img/gui/bg-nav-brd.gif') no-repeat top left;
			float: left;
			padding-left: 2px;
			position: relative;
			width: 238px;
		}

		#nav ul li.active {
			padding-left: 1px;
			width: 239px;
		}

		#nav ul > li:first-child {
			padding-left: 0;
			background: none;
			width: 240px;
		}

		#nav ul li a {
			background: url('/assets/img/gui/bg-nav.png') no-repeat center top;
			color: #8d8d8d;
			display: block;
			height: 40px;
			line-height: 45px;
			text-align: center;
			text-shadow: -1px 1px 0 #fff;
		}

		#nav ul > li:first-child a {
			background-position: left top;
		}

		#nav ul > li:last-child a {
			background-position: right top;
		}

		#nav ul li a:hover {
			color: #7bae3a;
		}

		#nav ul li.active a,
		#nav ul li.active a:hover {
			background-position: center -40px;
			color: #e5eed2;
			text-shadow: -1px 1px 8px #000;
		}

		#nav ul > li.active:first-child a {
			background-position: left bottom;
		}

		#nav ul > li.active:last-child a {
			background-position: right bottom;
		}

			/* ------------------------------
			.DROPDOWN
			------------------------------ */
			#nav ul li .dropDown {
				background: url('/assets/img/gui/bg-dropdown-shad.png') repeat-y left top;
				display: none;
				left: -12px;
				padding: 0 13px;
				position: absolute;
				top: 40px;
				width: 240px;
				z-index: 100;
			}

			#nav ul li .dropDown .corner {
				background-image: url('/assets/img/gui/bg-dropdown-crn.png');
				background-repeat: no-repeat;
				left: 0;
				position: absolute;
				z-index: 4;
				width: 266px;
			}

			#nav ul li .dropDown .corner.bottom {
				background-position: left bottom;
				bottom: -18px;
				height: 18px;
			}

			#nav ul li .dropDown .corner.top {
				background-position: left top;
				height: 8px;
				top: 0;
			}

			#nav ul li .dropDown .border {
				background: #d2d2d2 url('/assets/img/gui/bg-dropshad-grad-brd.png') no-repeat left top;
				height: 100%;
				position: absolute;
				top: 0;
				width: 1px;
			}

			#nav ul li .dropDown .border.left {
				left: 13px;
			}

			#nav ul li .dropDown .border.right {
				right: 13px;
			}

			#nav ul li ul {
				background: #d6d6d6 url('/assets/img/gui/bg-dropdown-grad.gif') repeat-x;
				font-size: 13px;
				font-weight: normal;
				padding: 10px 8px 8px 8px;
				text-transform: none;
				width: 224px;
			}

			#nav ul li ul li {
				background-image: url('/assets/img/gui/bg-dropdown-brd.png');
				float: none;
				padding: 0 0 0 28px;
				width: 196px;
			}

			#nav ul li ul > li:first-child {
				background: none;
				padding: 0 0 0 28px;
				width: 196px;
			}

			#nav ul li ul li.active {
				padding: 0 0 0 28px;
				width: 196px;
			}

			#nav ul li ul li a,
			#nav ul li.active ul li a {
				background: none;
				color: #6d6d6d;
				float: none;
				height: auto;
				line-height: 27px;
				padding: 3px 0 0 0;
				text-align: left;
				text-shadow: none !important;
			}

			#nav ul li ul li a:hover,
			#nav ul li.active ul li a:hover,
			#nav ul li.active ul li.active a {
				color: #000;
			}

	/* ------------------------------
	#MIDDLE
	------------------------------ */
	#middle {
		clear: both;
	}

	#home #middle {
		margin-top: -15px;
	}

		/* ------------------------------
		#slideShow
		------------------------------ */
		#slideShow {
			/* background: url('/assets/img/gui/icon-loading.gif') no-repeat left 35px; */
			color: #fff;
			float: left;
			height: 346px;
			overflow: hidden;
			position: relative;
			width: 636px;
		}

		#slideShow h1 {
			bottom: 245px;
			font-size: 29px;
			position: absolute;
			left: 305px;
			line-height: 36px;
			text-shadow: 0 0 10px #000;
			width: 310px;
		}

		#slideShow h1 strong {
			font-size: 34px;
		}

		#slideShow .slideShowNav {
			line-height: 59px;
			height: 59px;
			left: -15px;
			padding-right: 20px;
			position: absolute;
			top: -15px;
			z-index: 50;
		}

		#slideShow .slideShowNav li {
			background: url('/assets/img/gui/bg-pagination.png') no-repeat center top;
			list-style: none;
			padding-left: 1px;
			float: left;
		}

		#slideShow .slideShowNav > li:first-child {
			background-position: left top;
			padding-left: 20px;
		}

		#slideShow .slideShowNav > li:last-child {
			background-position: right top;
			padding-right: 20px;
		}

		#slideShow .slideShowNav li a {
			background: url('/assets/img/gui/bg-pagination-brd.gif') no-repeat left 22px;
			display: block;
			color: #858585;
			padding-left: 1px;
			text-align: center;
			width: 1.5em;
		}

		#slideShow .slideShowNav li a:hover,
		#slideShow .slideShowNav li a.activeSlide {
			color: #3c3c3c;
		}

		#slideShow .slideShowNav > li:first-child a {
			background: none;
		}

		#slideShow .slideShowSlides li {
			background-color: #5e5e5e;
			display: none;
			height: 346px !important;
			list-style: none;
			position: absolute;
			width: 636px !important;
		}

		#slideShow .slideShowSlides li #vidPlayer {
			background: #5e5e5e url('/assets/img/gui/icon-loading.gif') no-repeat center;
			display: none;
			height: 336px;
			padding-top: 10px;
			position: relative;
			width: 636px;
			z-index: 1;
		}

		#slideShow .slideShowSlides li #vidPlayer object {
			background: #5e5e5e;
		}

		#slideShow .slideShowSlides li .box {
			background-color: rgba(0,0,0,.75);
			box-shadow: 0 0 5px #000;
			font-size: 13px;
			height: 110px;
			left: 345px;
			line-height: 20px;
			padding: 20px;
			position: relative;
			top: 125px;
			width: 250px;
			-moz-box-shadow: 0 0 5px #000;
			-webkit-box-shadow: 0 0 5px #000;
		}

		#slideShow .slideShowSlides li .formBtn {
			bottom: 15px;
			right: 20px;
			position: absolute;
		}

		/* ------------------------------
		#BLURB
		------------------------------ */
		#blurb {
			background: url('/assets/img/gui/bg-blurb.gif') no-repeat left bottom;
			border: 1px solid #bcbcbc;
			border-left-width: 5px;
			color: #313131;
			float: right;
			font-size: 13px;
			height: 304px;
			line-height: 20px;
			padding: 20px;
			width: 278px;
		}

		#blurb a:hover {
			text-decoration: underline;
		}

		#blurb h2 {
			background: url('/assets/img/gui/txt-blurb-hdr.gif') no-repeat;
			color: #717171;
			height: 45px;
			text-indent: -1000em;
			width: 232px;
		}

		#blurb p {
			margin: 10px;
		}

		#blurb ul {
			font-size: 12px;
			font-weight: bold;
			list-style: none;
			margin: 20px 30px;
		}

		/* ------------------------------
		#CUSTOMERS
		------------------------------ */
		#customers {
			clear: both;
			overflow: hidden;
			padding-top: 20px;
			position: relative;
		}

		#customers h2 {
			background: url('/assets/img/gui/bg-hr.png') no-repeat center bottom;
			color: #515151;
			font-size: 20px;
			font-weight: normal;
			line-height: 1;
			opacity: .6;
			padding-bottom: 20px;
		}

		#customers p {
			font-size: 11px;
			float: right;
			line-height: 13px;
			position: absolute;
			right: 0;
			top: 27px;
		}

		#customers p a {
			background: url('/assets/img/gui/icon-arrow.gif') no-repeat left center;
			float: left;
			height: 12px;
			overflow: hidden;
			text-align: left;
			text-indent: -1000em;
			width: 10px;
		}

		#customers p > a.prev {
			background-position: right center;
		}

		#customers p span {
			float: left;
			margin: 0 15px;
		}

		#customers ul {
			left: 0;
			list-style: none;
			overflow: hidden;
			position: relative;
		}

		#customers ul li {
			float: left;
			line-height: 115px;
			width: 160px;
			text-align: center;
		}

		#customers ul li img {
			vertical-align: middle;
		}

		/* ------------------------------
		#OVERVIEW
		------------------------------ */
		#overview {
			clear: both;
			padding-top: 10px;
		}

		#overview h4 {
			background: url('/assets/img/gui/bg-shad-top-small.gif') no-repeat left bottom;
			color: #808080;
			font-size: 16px;
			font-weight: normal;
			line-height: 20px;
			padding-bottom: 8px;
		}
		
		#overview .col {
			color: #313131;
			float: left;
			font-size: 13px;
			line-height: 20px;
			margin-left: 21px;
			width: 306px;
		}

		#overview > .col:first-child {
			margin-left: 0;
		}

		#overview .col a,
		#overview .col em {
			font-size: 12px;
		}

		#overview .col a:hover {
			text-decoration: underline;
		}

		#overview .col h5 {
			color: #363636;
			font-size: 13px;
			line-height: 18px;
		}

		#overview .col img {
			float: left;
			margin: 8px 15px 0 0;
		}

		#overview .col p {
			line-height: 20px;
			margin: 18px 0;
		}

		#overview .col p em {
			color: #6e6e6e;
			font-size: 11px;
		}

		#overview .col ul li {
			line-height: 20px;
			list-style: none;
			margin: 18px 0;
		}

		#overview .col ul > li:first-child {
			margin-top: 0;
		}

		#overview .col ul li a {
			display: block;
			font-size: 11px;
			font-weight: bold;
			line-height: 18px;
		}

		#overview .col sup {
			font-size: 7px;
		}

		/* ------------------------------
		#PAGEHEADER
		------------------------------ */
		#pageHeader.push {
			min-height: 50px;
			padding-left: 240px;
		}
	
		#pageHeader h2 {
			float: left;
			line-height: 50px;
			margin-right: 10px;
			font-size: 20px;
			text-align: right;
			width: 230px;
		}

		#pageHeader h2 img {
			vertical-align: top;
		}
	
		#pageHeader ul {
			float: left;
			list-style: none;
		}
	
		#pageHeader ul li {
			background: url('/assets/img/gui/bg-page-hdr-nav-brd.gif') no-repeat left center;
			float: left;
			font-weight: bold;
			line-height: 40px;
			margin-left: 12px;
			padding-left: 14px;
		}

		#pageHeader ul > li:first-child {
			margin-left: 0;
		}
	
		#pageHeader ul li a {
			color: #898989;
		}
	
		#pageHeader ul li a:hover {
			color: #555;
		}

		#pageHeader ul li.active a,
		#pageHeader ul li.active a:hover {
			color: #000;
		}

		#pageHeader .formBtn {
			margin: 5px 0 10px 0;
		}

		/* ------------------------------
		#COMMENTS
		------------------------------ */



		/* ------------------------------
		#CONTENT
		------------------------------ */
		#content {
			background: url('/assets/img/gui/bg-shad-top.gif') no-repeat;
			color: #3d3d3d;
			font-size: 13px;
			line-height: 20px;
			min-height: 485px;
			padding: 30px;
			position: relative;
			z-index: 2;
		}

		.sideBarNo #content {
			background-image: url('/assets/img/gui/bg-shad-top-large.gif');
		}
	
		#content a:hover {
			text-decoration: underline;
		}

		#content blockquote {
			font-size: 15px;
			font-style: italic;
			margin: 12px 45px;
		}
	
		#content blockquote p {
			margin: 0;
		}
	
		#content h1,
		#content h2,
		#content h3,
		#content h4,
		#content h5 {
			line-height: 1.3;
			font-weight: bold;
			margin-top: 25px;
		}
	
		#content h1 { 
			font-size: 24px;
			margin: 0 0 10px 0;
		}

		#content h2 { font-size: 20px; }
		#content h3 { font-size: 18px; }
		#content h4 { font-size: 16px; }
		#content h5 { font-size: 13px; }
	
		#content > h1:first-child,
		#content > h2:first-child,
		#content > h3:first-child,
		#content > h4:first-child,
		#content > h5:first-child {
			margin-top: 0;
		}

		#content p {
			margin: 12px 0;
		}

		#content form {
			background: #fff;
			border: 10px solid #ddd;
			margin: 10px 0 25px 0;
			padding: 12px 25px 12px 25px;
		}

		#content form fieldset {
			border: none;
		}

		#content form fieldset legend {
			display: block;
			color: #3d3d3d;
			font-size: 18px;
			line-height: 1.3;
			font-weight: bold;
		}

		#content form input[type='text'],
		#content form input[type='password'],
		#content form input[type='button'],
		#content form input[type='submit'],
		#content form select {
			font-family: helvetica, arial, sans-serif;
			font-size: 13px;
			padding: 2px;
		}

		#content form textarea {
			font-family: helvetica, arial, sans-serif;
			font-size: 11px;
			height: 100px;
			width: 450px;
		}

		#content form label {
			color: #777;
			font-weight: bold;
		}

		#content form p {
			margin: 10px 0;
		}

		#content form dd,
		#content form .username {
			margin-bottom: 10px;
		}

		#content form dd input[type="text"],
		#content form dd input[type="password"],
		#loginControls input[type='text'],
		#loginControls input[type='password'] {
			width: 200px;
		}

		#content form dd .button,
		#loginControls input[type='submit'] {
			margin-left: 132px;
		}

		#loginControls input[type='submit'] {
			background: url('/assets/images/submit_btn.png') no-repeat left top;
			border: none;
			height: 30px;
			text-indent: -1000em;
			width: 69px;
		}

		#content form dt,
		#content form .username label {
			clear: both;
			float: left;
			margin-right: 10px;
			width: 125px;
		}

		#content img {
			vertical-align: baseline;
		}

		#content img#about_hero {
			margin: -69px 0 0 -28px;
			height: 249px;
			width: 716px;
		}

		#content img.contentlogo {
			clear: both;
			float: left;
			margin: 25px 20px 10px 0;
		}

		#partners #content img.contentlogo {
			float: right;
			margin: 0 20px 75px 15px;
			padding-top: 10px;
		}

		#content table {
			background: #ccc;
			border: 10px solid #ddd;
			line-height: 1.5;
			margin: 12px 0;
			width: 100%;
		}

		#content table td {
			background-color: #eee;
			border: 1px solid #fff;
			padding: 5px 10px;
			text-align: left;
			vertical-align: top;
		}

		#content table tr:nth-child(even) td {
			background-color: #fff;
		}

		#content table tr.alt td {
			background-color: #fff;
		}

		#content table th,
		#content table tfoot th,
		#content table tfoot td {
			background: #5fa900 url('/assets/img/gui/bg-highlight.png') repeat-x;
			border: 1px solid #508e01;
			color: #1d3300;
			font-weight: bold;
			padding: 5px 10px;
			text-align: center;
			text-transform: uppercase;
		}

		#content table tfoot th,
		#content table tfoot td {
			background-color: #3d3d3d;
			background-image: url('/assets/img/gui/bg-burn.png');
			border-color: #000;
			color: #ccc;
			font-size: 11px;
			font-weight: normal;
		}

		#content ul {
			list-style: square;
		}
	
		#content ul,
		#content ol {
			margin: 12px 5px 12px 45px;
		}

		/* ------------------------------
		#SIDEBAR
		------------------------------ */
		#sideBar {
			float: left;
			margin-left: -5px;
			width: 245px;
			position: relative;
			z-index: 2;
		}
		.sideBarNo #sideBar {
			display: none;
		}

		/* ------------------------------
		#SUBNAV
		------------------------------ */
		#subNav {
			font-size: 14px;
			line-height: 1.3;
			margin: 18px 8px 25px 0;
			text-align: right;
		}

		#subNav ul {
			list-style: none;
		}

		#subNav ul li {
			background: url('/assets/img/gui/bg-subnav-brd.gif') no-repeat right top;
			padding: 14px 20px 10px 20px;
			position: relative;
		}

		#subNav ul > li:first-child {
			background: none;
		}

		#subNav ul li.active {
			background: url('/assets/img/gui/bg-subnav-act.png') no-repeat right top;
			margin: -12px 0 2px -7px;
			padding: 26px 46px 8px 24px;
			width: 200px;
			z-index: 2;
		}

		#subNav ul li a {
			color: #3d3d3d;
			display: block;
		}

		#subNav ul li a:hover {
			color: #458a00;
		}

		#subNav ul li.active a,
		#subNav ul li.active a:hover {
			color: #e5eed2;
			font-weight: bold;
			text-shadow: -1px 1px 8px #000;
		}

		#subNav ul li .bottom {
			background: url('/assets/img/gui/bg-subnav-act.png') no-repeat right bottom;
			bottom: -17px;
			display: none;
			height: 17px;
			position: absolute;
			right: 0;
			width: 270px;
		}

		#subNav ul li.active .bottom {
			display: block;
		}

	/* ------------------------------
	#FOOTER
	------------------------------ */
	#footer {
		background: #9f9f9f url('/assets/img/gui/bg-middle-grad.gif') repeat-x;
		color: #232323;
		font-size: 12px;
		line-height: 18px;
		padding: 50px 0 25px;
	}

	#footer a {
		color: #232323;
	}

	#footer a:hover {
		text-decoration: underline;
	}

	#footer p {
		margin: 10px 0;
	}

	#footer ul {
		list-style: none;
		margin: 10px 0;
	}

	#footer table {
		border: none;
		border-spacing: 0;
		margin: 10px 0;
	}

	#footer table th {
		font-weight: normal;
		padding-right: 10px;
		text-align: left;
	}

	#footer .col {
		float: left;
		margin-left: 33px;
		width: 80px;
	}

	#footer .col.wide {
		margin-left: 20px;
		width: 300px;
	}

	#footer .wrapper > .col:first-child {
		margin-left: 0;
	}

/* ------------------------------
.CLASSES
------------------------------ */
.clearing {
	clear: both;
}

.wrapper {
	margin: auto;
	width: 960px;
}

.imgcontainer {
	margin: 10px 0;
	position: relative;
	text-align: center;
	z-index: 1;
}

.closeBtn {
	background: url('/assets/img/gui/btn-close.png') no-repeat center;
	display: none;
	height: 30px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 2px;
	text-indent: -1000em;
	width: 69px;
	z-index: 2;
}

.playBtn {
	background: url('/assets/img/gui/btn-play.png') no-repeat 0 -91px;
	height: 91px;
	left: 273px;
	position: absolute;
	text-indent: -1000em;
	top: 128px;
	width: 91px;
	z-index: 2;
}

.playBtn:hover {
	background-position: 0 0;
}

	/* ------------------------------
	.PRODUCT
	------------------------------ */
	.product {
		border-top: 1px solid #CCCCCC;
		margin-top: 10px;
		padding: 5px 0;
	}

	.product.first_product {
		margin-top: 50px;
	}

	#content .product p.link_list {
		clear: both;
		margin-left: 90px;
	}

	#content .product h2 {
		margin: 15px 0 10px 0;
	}

	/* ------------------------------
	.FORMBTN
	------------------------------ */
	.formBtn {
		background: url('/assets/img/gui/bg-btn-crn.png') no-repeat right top;
		padding-right: 4px;
		float: right;
	}

	.formBtn.large {
		background-image: url('/assets/img/gui/bg-btn-crn-lg.png');
	}

	.formBtn .formBtnCrn {
		background: url('/assets/img/gui/bg-btn-crn.png') no-repeat left top;
		padding-left: 4px;
		height: 29px;
	}

	.formBtn.large .formBtnCrn {
		background-image: url('/assets/img/gui/bg-btn-crn-lg.png');
		height: 37px;
	}

	.formBtn input,
	.formBtn a {
		background: url('/assets/img/gui/bg-btn.png') repeat-x left top;
		border: none;
		color: #3c3c3c;
		line-height: 29px;
		float: left;
		font-size: 11px;
		font-style: italic;
		font-weight: bold;
		height: 29px;
		text-shadow: -1px 1px 0 #e9e9e9;
		text-transform: uppercase;
	}

	.formBtn.large input,
	.formBtn.large a {
		background-image: url('/assets/img/gui/bg-btn-lg.png');
		font-size: 13px;
		height: 37px;
		line-height: 37px;
	}

	.formBtn a {
		padding: 0 15px;
	}

	/* ------------------------------
	.SHADBOX
	------------------------------ */
	.shadBox {
		background: #f9f9f9 url('/assets/img/gui/bg-shad-grad.jpg') no-repeat left bottom;
		clear: both;
		float: right;
		position: relative;
		width: 720px;
	}

	.sideBarNo .shadBox {
		background-image: url('/assets/img/gui/bg-shad-grad-large.jpg');
		width: 960px;
	}

	.shadBox.small {
		background: url('/assets/img/gui/bg-shad-grad-small.jpg') repeat-x;
		float: none;
		min-height: 245px;
		padding: 15px 23px;
		width: 260px;
	}

	.shadBox .shadow {
		background-image: url('/assets/img/gui/bg-shad-sides.gif');
		background-repeat: repeat-y;
		position: absolute;
		height: 100%;
		top: 0;
		width: 6px;
	}

	.shadBox .shadow.left {
		background-position: left top;
		left: 0;
	}

	.shadBox .shadow.right {
		background-position: right top;
		right: 0;
	}

	.shadBox.small .shadow.left,
	.shadBox.small .shadow.right {
		height: 225px;
	}

	.shadBox .shadow .fade {
		background: #f0f0f0 url('/assets/img/gui/bg-shad-sides-grad.gif') no-repeat;
		bottom: 0;
		left: 0;
		position: absolute;
		width: 6px;
	}

	.shadBox.small .shadow .fade {
		height: 90px !important;
	}

	.shadBox .shadow.left .fade {
		background-position: left top;
		height: 130px;
	}

	.shadBox .shadow.right .fade {
		background-position: right top;
		height: 370px
	}

	/* ------------------------------
	.SIDEBOX
	------------------------------ */
	.sideBox {
		background: #e7e7e7 url('/assets/img/gui/bg-sidebox-grad.jpg') repeat-x;
		border: 1px solid #d2d2d2;
		border-radius: 5px;
		box-shadow: 0 0 5px #ccc;
		color: #3d3d3d;
		line-height: 20px;
		margin: 0 8px 35px 5px;
		padding: 20px 20px 0 20px;
		position: relative;
		-moz-border-radius: 5px;
		-moz-box-shadow: 0 0 5px #ccc;
		-webkit-border-radius: 5px;
		-webkit-box-shadow: 0 0 5px #ccc;
	}

	.sideBox.vScroll {
		background: #fcfcfc;
		padding-left: 0;
		padding-right: 0;
	}

	.sideBox.vScroll .scrollBorder {
		background: #fff;
		height: 250px;
		margin-top: 10px;
		overflow: hidden;
		position: relative;
	}

	.sideBox.vScroll .grad {
		background-repeat: repeat-x;
		background-image: url('/assets/img/gui/bg-vscroll-grad.png');
		height: 75px;
		left: 0;
		position: absolute;
		width: 100%;
		z-index: 2;
	}

	.sideBox.vScroll .grad.bottom {
		background-position: left bottom;
		bottom: 0;
	}

	.sideBox.vScroll .grad.top {
		background-position: left top;
		top: 0;
	}

	.sideBox a {
		font-weight: bold;
	}

	.sideBox a:hover {
		text-decoration: underline;
	}

	.sideBox a.feed {
		background: url('/assets/img/gui/icon-feed.gif') no-repeat left top;
		padding-left: 15px;
	}

	.sideBox h4 {
		font-size: 16px;
	}

	.sideBox.vScroll h4 {
		padding: 0 20px;
	}

	.sideBox p {
		margin: 10px 0;
	}

	.sideBox ul,
	.sideBox ol {
		list-style: none;
		margin: 10px 0;
	}

	.sideBox dd {
		margin-bottom: 10px;
	}

	.sideBox dt {
		font-size: 10px;
		font-weight: bold;
	}

	/* ------------------------------
	.SIDEFILES
	------------------------------ */
	.sideFiles {
		color: #5a5a5a;
		font-size: 11px;
		line-height: 15px;
		margin: 35px 0;
	}
	.sideFiles ul {
		list-style: none;
		margin-right: 20px;
	}

	.sideFiles ul li {
		margin: 15px 0;
	}

	.sideFiles ul li a {
		background-position: left top;
		background-repeat: no-repeat;
		color: #5a5a5a;
		padding: 10px 0 0 70px;
		display: block;
	}

	.sideFiles ul li.doc a {
		background-image: url('/assets/img/gui/icon-doc.png');
	}

	.sideFiles ul li a:hover {
		color: #999;
	}

	.sideFiles ul strong {
		color: #444;
		font-size: 14px;
	}

	.sideFiles ul li a:hover strong {
		color: #777;
	}
        .loginError {
                color: red;
        }
       