/* CONTENT
--------------------------------------------------- */


/* --- HIDE ALL --------------------- */

#Image,
#Caption,
#BackToLink,
#Article,
#Input,
#NewsPanel {
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	z-index: 0;
}


/* --- TYPOGRAPHY --------------------- */

#Content h1 {
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 8px;
	font-weight: normal;
	color: #333;
	margin-left: -2px;
}

#Content h2 {
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 5px;
	font-weight: normal;
	color: #333;
	margin-left: -2px;
}

#Content h3 {
	font-size: 15px;
	line-height: 17px;
	padding-bottom: 5px;
	font-weight: normal;
	color: #333;
	margin-left: -1px;
}

#Content h4 {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #333;
}

#Content p {
	font-size: 10px;
	line-height: 14px;
	padding-bottom: 8px;
	font-weight: normal;
	color: #333;
}

#Content small {
	font-size: 9px;
	line-height: 11px;
	padding-bottom: 8px;
	font-weight: normal;
	text-transform: none;
	display: block;
	color: #333;
}

/* A Typography --- */

/* A conflicts with jScrollPane */

#Content #Caption p a,
#Content #ArticleText p a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	font-weight: normal;
}

#Content #Caption p a:hover,
#Content #ArticleText p a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#Content .TextLink {	
	margin-top: -4px;
	padding-bottom: 10px;
	display: block;
}

#Content #ArticleText .SuccessHeader {
	padding-bottom: 10px;
	display: block;
	font-size:14px;
	font-weight:bold;
}

#Content .TextLink a {
	color: #333;
	font-weight: bold;
	padding-left: 8px;
	background-image: url(../images/link.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	word-wrap: break-word;
	overflow: hidden;	
}

#Content .TextLink a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

/* Article Typography --- */

#Article .TextCaption {
	font-size: 10px;
	line-height: 14px;
	padding-bottom: 8px;
	color: #333;
	font-style: italic;
	margin-top: -4px;
	display: block;
}

/* Article Bullets --- */

#Article ul,
#Article ol {
	margin: 0; padding: 0;
	padding-bottom: 8px;
}

#Article li {
	margin: 0; padding: 0;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #333;
	margin-left: 17px;
	margin-bottom: 4px;
}

#Article li a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

#Article li a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #333;
}


/* Article Text Negative --- */
/*
#Article .ms-rteCustom-NegativeText,
#Article .ms-rteCustom-NegativeText h1,
#Article .ms-rteCustom-NegativeText h2,
#Article .ms-rteCustom-NegativeText h3,
#Article .ms-rteCustom-NegativeText h4,
#Article .ms-rteCustom-NegativeText p,
#Article .ms-rteCustom-NegativeText small,
#Article .ms-rteCustom-NegativeText ul,
#Article .ms-rteCustom-NegativeText li,
#Article .ms-rteCustom-NegativeText ol,
#Article .ms-rteCustom-NegativeText .TextCaption {
	color: #fff;
}



#Content #ArticleText .ms-rteCustom-NegativeText p a,
#Article .ms-rteCustom-NegativeText a,
#Article .ms-rteCustom-NegativeText p a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#Article .ms-rteCustom-NegativeText a 
{
	color: #fff;
	font-weight: bold;
	padding-left: 8px;	
	border-bottom: 1px dotted #fff;	
	background-image: url(../images/link_neg.gif);	
	background-repeat: no-repeat;
	background-position: 0 3px;	
	text-decoration: none;	
}

#Article .ms-rteCustom-NegativeText a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}
*/

#Article .TextNegative,
#Article .TextNegative h1,
#Article .TextNegative h2,
#Article .TextNegative h3,
#Article .TextNegative h4,
#Article .TextNegative p,
#Article .TextNegative small,
#Article .TextNegative ul,
#Article .TextNegative li,
#Article .TextNegative ol,
#Article .TextNegative .TextCaption {
	color: #fff;
	border-bottom-color: #fff;
}

#Content #ArticleText .TextNegative p a,
#Article .TextNegative a,
#Article .TextNegative p a {
	color: #fff;
	font-weight: bold;
	border-bottom: 1px dotted #fff;	
	background-repeat: no-repeat;
	background-position: 0 3px;	
	text-decoration: none;	
}

#Content #Article .TextNegative .TextLink a {
	color: #fff;
	font-weight: bold;
	border-bottom: 1px dotted #fff;
	background-repeat: no-repeat;
	background-position: 0 3px;
	text-decoration: none;
}

#Content #ArticleText .TextNegative .TextNegative a:hover,
#Article .TextNegative a:hover,
#Article .TextNegative p a:hover
{
	color: #fff;
	text-decoration:none !important;
	border-bottom: 1px solid #fff !important;
}


/*
#Article .ms-rteCustom-NegativeText
#Article .ms-rteCustom-NegativeText h1,
#Article .ms-rteCustom-NegativeText h2, 
#Article .ms-rteCustom-NegativeText h3, 
#Article .ms-rteCustom-NegativeText h4, 
#Article .ms-rteCustom-NegativeText p, 
#Article .ms-rteCustom-NegativeText small, 
#Article .ms-rteCustom-NegativeText ul, 
#Article .ms-rteCustom-NegativeText li, 
#Article .ms-rteCustom-NegativeText ol
{
	color: #fff;
	border-bottom-color: #fff;
}

.ms-rteCustom-NegativeText a
{
	color: #fff;
	font-weight: bold;
	padding-left: 8px;	
	border-bottom: 1px dotted #fff;	
	background-image: url(../images/link_neg.gif);	
	background-repeat: no-repeat;
	background-position: 0 3px;	
	text-decoration: none;	
}

.ms-rteCustom-NegativeText a:hover
{
	color: #fff;
	border-bottom: 1px solid #fff;	
}
*/

/* Article Form --- */

#Article label {
	font-size: 9px;
	color: #999;
	margin-bottom: 2px;
	display: block;
}

#Article input,
#Article textarea,
#Article select {
	width: 95%;
	margin-bottom: 6px;
	border: 1px solid #ccc;
	border-top-color: #666;
	border-left-color: #666;
	font-size: 11px;
	padding: 2px;
}

#Article .FormRadio,
#Article .FormCheckBox {
	width: auto;
	border: 0;
	margin-right: 6px;
	display: inline;
}
#Article input[type="radio"],
#Article input[type="checkbox"] {
	width: auto;
	border: 0;
	margin-right: 6px;
	display: inline;
}

#Article .FormSubmit {
	width: auto;
	float: right;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #666;
	border-top-color: #ccc;
	border-left-color: #ccc;
	margin: 6px;
}
#Article input[type="submit"] {
	width: auto;
	float: right;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #666;
	border-top-color: #ccc;
	border-left-color: #ccc;
	margin: 6px;
}

/* News Typography --- */

#NewsPanel h1,
#NewsPanel h2,
#NewsPanel h3,
#NewsPanel h4 {
	font-size: 13px;
	line-height: 15px;
	padding-top: 0;
	padding-bottom: 2px;
	margin-top: -2px;
}

#NewsPanel p {
	font-size: 10px;
	line-height: 13px;
	padding-top: 0;
	padding-bottom: 4px;
}

#NewsPanel a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

#NewsPanel a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
}

#NewsPanel .NewsList {
	padding-bottom: 2px;
	display: block;
}

#NewsPanel .NewsList a {
	font-size: 10px;
	line-height: 13px;
	padding-left: 8px;
	background-image: url(../images/link.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	display: block;
	padding-top: 1px;
	padding-bottom: 3px;
	line-height: 12px;
}

#NewsPanel .NewsList a:hover {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #333;
}

#NewsPanel .LastLine,
#NewsPanel .LastLine a,
#NewsPanel .LastLine a:hover {
	border:0;
}

/* Caption Typography --- */

#Caption p,
#Caption h1,
#Caption h2,
#Caption h3,
#Caption h4,
#Caption .TextLink {
	margin-top: 0; padding-top: 0;
	margin-bottom: 0; padding-bottom: 0;
	color: #000;
}

#Caption .TextLink a {
	color: #000;
}

#Caption .TextLink a:hover {
	color: #000;
}

#Caption a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	font-weight: normal;
}

#Caption a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
}

/* BackToLink Typography --- */

#BackToLink a {
	color: #fff;
	font-weight: normal;
	padding-left: 10px;
	background-image: url(../images/link_left_neg.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

#BackToLink a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

/* ColumnHeader Typography --- */

#Content .ColumnHeader p,
#Content .ColumnHeader a {
	font-size: 9px;
	line-height: 14px;
	color: #666;
	padding: 0;
	margin-right: 6px;
	white-space: nowrap;
}

#Content .ColumnHeader {
	margin-top: -4px;
	font-size: 9px;
	line-height: 14px;
	color: #666;
	display: block;
	padding-bottom: 6px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

#Content .ColumnHeader a {
	padding-left: 8px;
	background-image: url(../images/link.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

#Content .ColumnHeader a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#Content .BackLink a {
	font-weight: normal;
	padding-left: 10px;
	background-image: url(../images/link_left.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

/* Search Results --- */

#Content .ResultItems table {
	width: 100%;
	border-collapse: collapse;
}

#Content .ResultItems td {
	border-bottom: 1px solid #ccc;
}

#Content .ResultItems tr:hover {
	background: #eee;
}

#Content .ResultItems tr:hover .ItemInfo a {
	color: #000;
}

#Content .ResultItems .ItemThumb {
	margin: 0; padding: 0;
	width: 160px;
	vertical-align: middle;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}

#Content .ResultItems .ItemThumb img {
	margin: 0; padding: 0;
}

#Content .ResultItems .ItemInfo {
	margin: 0; padding: 0;
	height: 60px;
	padding: 8px;
	padding-right: 30px;
	padding-left: 10px;
}

#Content .ResultItems .Web {
	width: 160px;
/*	
	background-image: url(../images/icon_web.gif);
	background-repeat: no-repeat;
	background-position: 55% 50%;
*/
}

#Content .ResultItems .Pdf {
	width: 160px;
	background-image: url(../images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 55% 50%;
}

#Content .ResultItems .Doc {
	width: 160px;
	background-image: url(../images/icon_document.gif);
	background-repeat: no-repeat;
	background-position: 55% 50%;
}

#Content .ResultItems .Ppt {
	width: 160px;
	background-image: url(../images/icon_presentation.gif);
	background-repeat: no-repeat;
	background-position: 55% 50%;
}

#Content .ResultItems .Image {
	width: 160px;
	/*background-image: url(../images/icon_image.gif);*/
	background-repeat: no-repeat;
	background-position: 55% 50%;
}

#Content .ResultItems .Video {
	width: 160px;
	background-image: url(../images/icon_video.gif);
	background-repeat: no-repeat;
	background-position: 55% 50%;
}

#Content .ResultItems .Audio {
	width: 160px;
	background-image: url(../images/icon_audio.gif);
	background-repeat: no-repeat;
	background-position: 55% 50%;
}

#Content .ResultItems .Archive {
	width: 160px;
	background-image: url(../images/icon_archive.gif);
	background-repeat: no-repeat;
	background-position: 55% 50%;
}

#Content .ResultItems .Thumb {
	width: 160px;
	background-image: none;
}

#Content .ResultItems .ItemInfo small {
	margin: 0; padding: 0;
	color: #666;
	font-size: 9px;
	line-height: 12px;
	margin-bottom: 2px;
}

#Content .ResultItems .ItemInfo h4   {
	margin: 0; padding: 0;
	color: #666;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	margin-bottom: 3px;
}

#Content .ResultItems .ItemInfo p {
	margin: 0; 
	padding: 0;
	color: #666;
	font-size: 9px;
	line-height: 11px;
	margin-bottom: 4px;
	margin-right: 50px;
	padding-top:4px;
}

#Content .ResultItems .ItemInfo a {
	margin: 0; padding: 0;
	color: #666;
	font-size: 11px;
	line-height: 12px;
	margin-right: 8px;
	border-bottom: 1px dotted #666;
	font-weight: normal;
}

#Content .ResultItems .ItemInfo a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

/* --- TEMPLATES --------------------- */

/* --- BASIC 1A --------------------- */

#Image {
	width: 930px; height: 395px;
	position: absolute;
	z-index: 50;
}

#Caption {
	width: 620px; height: 395px;
	position: absolute;
	z-index: 51;
}

#Caption.CaptionOpacity {
	/* opacity conflict in FF Mac */
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#CaptionAlign {
	position: absolute;
	width: 265px; height: auto;
	margin: 13px;
	background-color: #fff;
	padding: 8px;
	padding-left: 11px;
}

#Caption .NoCaption,
#CaptionAlign.NoCaption {
	visibility: hidden;
}

#Caption .TopLeft,
#CaptionAlign.TopLeft {
	visibility: visible;
}

#Caption .TopRight,
#CaptionAlign.TopRight {
	visibility: visible;
	right: 0;
}

#Caption .BottomLeft,
#CaptionAlign.BottomLeft {
	visibility: visible;
	bottom: 0;
}

#Caption .BottomRight,
#CaptionAlign.BottomRight {
	visibility: visible;
	right: 0;
	bottom: 0;
}

#Article {
	width: 310px; height: 395px;
	position: absolute;
	left: 620px; top: 0;
	z-index: 52;
	overflow: hidden;
}

#ArticleText {
	margin: 15px;
}

#Article .ScrollPane {
	width: 310px; height: 100%;
	overflow: auto;
	overflow-x: hidden;
}

#Article img {
	/* max-width: 100%; */
	margin: 10px;
}

#Article table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}

#Article td {
	min-width: 100px;
	padding-right: 15px;
	vertical-align: top;
}

/* --- BASIC 1B & 2B --------------------- */

#Template.Basic1B #Article,
#Template.Basic2B #Article {
	background-color: #fff;
}

/* --- BASIC 2A & 2B --------------------- */

#Template.Basic2A #Image,
#Template.Basic2B #Image {
	text-align: right;
}

#Template.Basic2A #Image img,
#Template.Basic2B #Image img {
	right: 0;
}

#Template.Basic2A #Caption,
#Template.Basic2B #Caption {
	left: 310px;
}

#Template.Basic2A #Article,
#Template.Basic2B #Article {
	width: 310px; height: 395px;
	position: absolute;
	left: 0px; top: 0;
	z-index: 52;
	overflow: hidden;
}


/* --- RELATED --------------------- */

#Template.Related #Image {
	width: 310px;
	overflow: hidden;
}

#Template.Related #Image img {
	position: absolute;
	left: -0px;
}

#Template.Related #Caption {
	width: 310px;
	margin: 0; padding: 0;
}

#Template.Related #CaptionAlign {
	width: 291px;
	margin: 0;
	bottom: 0;
	padding-bottom: 35px;
}

#Template.Related #BackToLink {
	width: 291px; height: auto;
	position: absolute;
	z-index: 51;
	bottom: 0;
	padding-left: 11px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#Template.Related #Article {
	background-color: #fff;
	width: 620px;
	left: 310px;
}

#Template.Related .ScrollPane {
	width: 620px;
}


/* --- PRODUCT 1 --------------------- */

#Template.Product1A #Article,
#Template.Product1B #Article,
#Template.Product2A #Article,
#Template.Product2B #Article {
	width: 370px; height: 395px;
	position: absolute;
	left: 560px; top: 0;
	z-index: 52;
	overflow: hidden;
}

#Template.Product1A #Article .ScrollPane,
#Template.Product1B #Article .ScrollPane,
#Template.Product2A #Article .ScrollPane,
#Template.Product2B #Article .ScrollPane {
	width: 370px;
}

/* --- PRODUCT 1 & 2 --------------------- */

#Template.Product1B #Article,
#Template.Product2B #Article {
	background-color: #fff;
}

#Template.Product1A #Caption,
#Template.Product1B #Caption,
#Template.Product2A #Caption,
#Template.Product2B #Caption {
	width: 560px;
}

/* --- PRODUCT 2 --------------------- */

#Template.Product2A #Article,
#Template.Product2B #Article {
	left: 0px;
}

#Template.Product2A #Caption,
#Template.Product2B #Caption {
	left: 370px;
}

/* --- PRODUCT 2A & 2B --------------------- */

#Template.Product2A #Image,
#Template.Product2B #Image {
	text-align: right;
}

#Template.Product2A #Image img,
#Template.Product2B #Image img {
	right: 0;
}

/* --- FIRSTPAGE 1,2 & 3 --------------------- */

#Template.FirstPage1 #Image,
#Template.FirstPage2 #Image,
#Template.FirstPage3 #Image {
	height: 265px;
}

#Template.FirstPage1 #Caption,
#Template.FirstPage2 #Caption,
#Template.FirstPage3 #Caption {
	height: 265px;
}

#Template.FirstPage1 #Article,
#Template.FirstPage2 #Article,
#Template.FirstPage3 #Article {
	height: 265px;
}

/* FirstPage News --- */

#NewsPanel {
	width: 930px; height: 130px;
	position: absolute;
	top: 265px;
	z-index: 52;
	background-color: #fff;
	overflow: hidden;
}

#NewsColumn1,
#NewsColumn2,
#NewsColumn3 {
	width: 309px; height: 130px;
	float: left;
	overflow: hidden;
}

#NewsColumn2 {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

#NewsPanel .NewsImage {
	width: 130px; height: 130px;
	float: left;
	margin-right: 10px;
}

#NewsPanel .NewsImage img {
	width: 130px; height: 130px;
}

#NewsPanel .ImageRight .NewsImage {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
}

#NewsPanel .NewsText {
	padding: 10px;
	padding-top: 8px;
}

#FullImage .NewsImage
{
	width: 100%;
	height: 100%;
}


/* --- FIRSTPAGE 1 --------------------- */

#Template.FirstPage1 #Caption {
	width: 930px;
}

/* --- FIRSTPAGE 3 --------------------- */

#Template.FirstPage3 #Image {
	right: 0;
}

#Template.FirstPage3 #Caption {
	left: 310px;
}

#Template.FirstPage3 #Article {
	width: 310px; height: 265px;
	position: absolute;
	left: 0px; top: 0;
	z-index: 52;
	overflow: hidden;
}

/* --- ARTICLE 1 & 2 --------------------- */

#Template.Article #Image {
	width: 310px;
}

#Template.Article #Caption {
	width: 310px;
}

#Template.Article #Article {
	width: 620px; height: 395px;
	position: absolute;
	left: 310px; top: 0;
	z-index: 52;
	overflow: hidden;
	background-color: #fff;
}

#Template.Article #Article .ScrollPane {
	width: 620px; 
}

#Template.Article #Article p {
	margin-right: 60px;
}

#Template.Article #Article .ImageLeft {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 14px;
	float: left;
}

#Template.Article #Article .ImageRight {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 14px;
	float: right;
}

/* --- NEWS --------------------- */

#Template.News #Article {
	width: 930px; height: 395px;
	position: absolute;
	left: 0; top: 0;
	z-index: 52;
	overflow: hidden;
	background-color: #fff;
}

#Template.News #Article .ScrollPane {
	width: 930px; 
}

#Template.News #Article p {
	/*margin-right: 60px;*/
	margin-right: 10px;
}

#Template.News #Article .ImageLeft {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 14px;
	float: left;
}

#Template.News #Article .ImageRight {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 14px;
	float: right;
}

#Template.News #Article .ColumnRelated {
	width: 285px;
	float: left;
	margin-bottom: 20px;
}

#Template.News #Article .ColumnArticle {
	width: 580px;
	float: right;
}

#Template.News .ItemThumb {
	width: 60px;
}

#Template.News .ItemInfo {
	padding-right: 0;
}


/* --- SEARCH --------------------- */

#Template.Search #Image {
	left: 0;
}

#Template.Search #Article {
	width: 620px; height: 395px;
	position: absolute;
	left: 310px; top: 0;
	z-index: 52;
	overflow: hidden;
	background-color: #fff;
}

#Template.Search #Article .ScrollPane {
	width: 620px; 
}

#Template.Search .SearchHeader,
#Template.Search .SearchFooter {
	margin-top: -4px;
	font-size: 10px;
	line-height: 14px;
	display: block;
	padding-bottom: 25px;
	border-bottom: 1px solid #777;
	color: #444;
}

#Template.Search .SearchHeader .Results,
#Template.Search .SearchFooter .Results {
	display: inline;
	margin-right: 20px;
	float:left;
}

#Template.Search .SearchHeader .Navigation,
#Template.Search .SearchFooter .Navigation {
	display: inline;
	float:left;
}

#Template.Search .SearchHeader a,
#Template.Search .SearchFooter a {
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 2px;
	margin-right: 2px;
	color: #444;
	text-decoration: none;
	border-bottom: 1px dotted #444;
}

#Template.Search .SearchHeader a:hover,
#Template.Search .SearchFooter a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#Template.Search .SearchFooter {
	border-top: 1px solid #777;
	border-bottom: 0;
	padding-bottom: 10px;
	margin-top: -1px;
	padding-top: 10px;
}

/* Search Input --- */

#Input {
	width: 280px; height: 395px;
	position: absolute;
	left: 0; top: 0;
	z-index: 52;
	overflow: hidden;
	padding: 15px;
	color: #fff;
}

#Input h1,
#Input h2,
#Input h3,
#Input h4,
#Input p,
#Input td,
#Input label {
	color: #fff;
}

#Input h4 {
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 4px;
}

#Input label {
	display: block;
	margin-bottom: 2px;
}

#Input .Line {
	border-top: 1px solid #666; 
	border-bottom: 1px solid #fff;
	display: block;
	margin-top: 6px;
	margin-bottom: 8px;
}

#Input form {
	margin-top: 10px;
}

#Input table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-bottom: 8px;
}

#Input input,
#Input textarea,
#Input select {
	width: 150px;
	margin-bottom: 6px;
	border: 1px solid #ccc;
	border-top-color: #666;
	border-left-color: #666;
	font-size: 11px;
	line-height: 14px;
	padding: 2px;
}

#Input .FormRadio,
#Input .FormCheckBox {
	margin: 0; padding: 0;
	width: auto;
	border: 0;
	margin-right: 6px;
	display: inline;
}
#Input input[type="radio"],
#Input input[type="checkbox"] {
	margin: 0; padding: 0;
	width: auto;
	border: 0;
	margin-right: 6px;
	display: inline;
}

#Input .FormSubmit {
	width: auto;
	float: right;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #666;
	border-top-color: #ccc;
	border-left-color: #ccc;
	margin-top: 4px;
}
#Input input[type="submit"] {
	width: auto;
	float: right;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #666;
	border-top-color: #ccc;
	border-left-color: #ccc;
	margin-top: 4px;
}

#Input input.DateSelect {
	width: 100px;
}
#Input select.DateSelect {
	width: auto;
}

/* --- SHOW PARTS --------------------- */

/* FirstPage --- */

#Template.FirstPage1 #NewsPanel,
#Template.FirstPage2 #NewsPanel,
#Template.FirstPage3 #NewsPanel {
	visibility: visible;
}

#Template.FirstPage1 #Image,
#Template.FirstPage2 #Image,
#Template.FirstPage3 #Image {
	visibility: visible;
}

#Template.FirstPage1 #Caption,
#Template.FirstPage2 #Caption,
#Template.FirstPage3 #Caption {
	visibility: visible;
}

#Template.FirstPage2 #Article,
#Template.FirstPage3 #Article {
	visibility: visible;
}

/* Basic --- */

#Template.Basic1A #Image,
#Template.Basic1B #Image,
#Template.Basic2A #Image,
#Template.Basic2B #Image {
	visibility: visible;
}

#Template.Basic1A #Caption,
#Template.Basic1B #Caption,
#Template.Basic2A #Caption,
#Template.Basic2B #Caption {
	visibility: visible;
}

#Template.Basic1A #Article,
#Template.Basic1B #Article,
#Template.Basic2A #Article,
#Template.Basic2B #Article {
	visibility: visible;
}

/* Product --- */

#Template.Product1A #Image,
#Template.Product1B #Image,
#Template.Product2A #Image,
#Template.Product2B #Image {
	visibility: visible;
}

#Template.Product1A #Caption,
#Template.Product1B #Caption,
#Template.Product2A #Caption,
#Template.Product2B #Caption {
	visibility: visible;
}

#Template.Product1A #Article,
#Template.Product1B #Article,
#Template.Product2A #Article,
#Template.Product2B #Article {
	visibility: visible;
}

/* Related --- */

#Template.Related #Image,
#Template.Related #Input,
#Template.Related #Caption,
#Template.Related #BackToLink,
#Template.Related #Article {
	visibility: visible;
}

/* Article --- */

#Template.Article #Image,
#Template.Article #Input,
#Template.Article #Caption,
#Template.Article #Article {
	visibility: visible;
}

/* News --- */

#Template.News #Article {
	visibility: visible;
}

/* Search --- */

#Template.Search #Image,
#Template.Search #Input,
#Template.Search #Article {
	visibility: visible;
}


/* --- COLORS --------------------- */

#Content .Blue {
	background-color: #5891d4;
}

#Content .Red {
	background-color: #b91f17;
}

#Content .Orange {
	background-color: #FF7D17;
}

#Content .Green {
	background-color: #19972c;
}


/* --- FIX --------------------- */

.ClearFloat {
	width: 0; height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

.SiteMapLink
{
	z-index: 0;
	position: absolute;
	top: 2px;
	right: 330px;
}

#Input .FormSubmitLeft {
	float: left;
}

#Input .FormTextLeft {
	float: left;
	margin-top: 3px;
}

#Input .FormSelect {
	float: left;
	margin-top: 4px;
}




/* ---------- negative input --------- */
#Input .TextNegative,
#Input .TextNegative h1,
#Input .TextNegative h2,
#Input .TextNegative h3,
#Input .TextNegative h4,
#Input .TextNegative p,
#Input .TextNegative small,
#Input .TextNegative ul,
#Input .TextNegative li,
#Input .TextNegative ol,
#Input .TextNegative .TextCaption {
	color: #fff;
	border-bottom-color: #fff;
}

#Content #InputText .TextNegative p a,
#Input .TextNegative a,
#Input .TextNegative p a {
	color: #fff;
	font-weight: bold;
	border-bottom: 1px dotted #fff;	
	background-repeat: no-repeat;
	background-position: 0 3px;	
	text-decoration: none;	
}

#Content #Input .TextNegative .TextLink a {
	color: #fff;
	font-weight: bold;
	border-bottom: 1px dotted #fff;
	background-repeat: no-repeat;
	background-position: 0 3px;
	text-decoration: none;
}

#Content #InputText .TextNegative .TextNegative a:hover,
#Input .TextNegative a:hover,
#Input .TextNegative p a:hover
{
	color: #fff;
	text-decoration:none !important;
	border-bottom: 1px solid #fff !important;
}

/* ShareThis Image --- */
.sharethis
{
	BORDER-TOP-WIDTH: 0px;
	PADDING-RIGHT: 5px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px
}

