body
{
	/*background-color: #E1E1E0;*/
	background-color: #FFFFFF;
	color: Black;

	/* font styles */
	FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
	FONT-SIZE: 11px;
	
	/* element body margin */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	/* allows to set MainPage in the center of the IE browser. Does not work in FireFox.*/
	text-align: left;	
}

/* GENERIC */
A:link  
{
    text-decoration:    none;
    color:  #0033CC;
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
}
A:hover 
{
    text-decoration: underline;
	color:  #0033CC;
	FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
}
A:active    {
    text-decoration:    none;
    color:  #0033CC;
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
}
A:visited
{
    text-decoration:    none;
    color:  #0033CC;
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
}

TFOOT, THEAD    {
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size:  11px;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
}
SMALL   {
    font-size:  11px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

TD
{
    FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica;
    FONT-SIZE: 12px
}

.NewsTitle
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size:  20px;
    font-weight: bold;
	line-height:0.1em;
	margin-top:0.5em;
	color: #923434;
}

.NewsDate
{
    COLOR: #923434;
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
    FONT-SIZE: 10px;
}

.NewsDHR {
BORDER-BOTTOM: 1px dotted; WIDTH: 100%; COLOR: #923434; HEIGHT: 1px
}

.DHR {
BORDER-TOP: 1px dotted; WIDTH: 100%; COLOR: #666666; HEIGHT: 1px
}


/* ALTERNATING rows styles */
.row_0 {background: #FAFAFC; color: #000000}
.row_1 {background: #E9ECF2; color: #000000}


/* Tablecells which will receive very small graphical content (e.g. 1 pix heigh picture) */
.grafikTD
{
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
    FONT-SIZE: 1px;
    color: #000000;
}

.grafikTD1
{
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
    FONT-SIZE: 10px;
    color: #000000;
}



h1
{
	font-size: 20px;
	color: #923434;
	padding: 0px;
	margin: 0px;
}

h2
{
	font-size: 12px;
}

h3
{
	font-size: 18px;
	color: #923434;
	font-style: italic;
	padding: 0px;
	margin: 0px;
}

hr
{
	color: #eeeeee;
}


/* ############### HEADER ############### */
.logoBar 
{
	float:left;			/* !L */
	margin-bottom: 4px;	/* !L - makes a place between logoBar and mainMenuBar */
	width: 400px;		/* !L */	
}
.logoBar img 
{
	/* fits the logo to the top and left of parent DIV */
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}
.searchBar 
{	
	float: right;		/* !L */
	margin-bottom: 4px; /* !L - makes a place between searchBar and mainMenuBar */
	text-align: right;
	width: 385px;		/* !L - should not be greater than 392px (because MainPageOverlay.width - logoBar.width >= searchBar.width)*/	
}

.searchBox
{
	vertical-align: middle;
}

/*###############  PAGE Header ###############*/
.header
{
	background-color: #FFFFFF;
}

.headerTable
{
	background-color: #FFFFFF;
}

.headerLogoCell
{
	FONT-SIZE: 1px;
}

.headerCompNameBig
{
	color:  #7B7B7B;
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
    FONT-SIZE: 24px;
    font-weight: bold;
}

.headerCompNameSmall
{
	color:  #7B7B7B;
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
    FONT-SIZE: 18px;
    font-weight: bold;
}

.headerMenuLine
{
	BORDER-RIGHT: #E1E1E0 1px solid;
	BORDER-LEFT: #E1E1E0 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
	border-top: #E1E1E0 1px solid;
	background-color: #E1E1E0;

}


/*###############  RIGHT MENU ###############*/
.rightMenuTable
{
	background-color: #FFFFFF;
	font-size: 11px;
	font-wight: normal;
}

.rightMenuHeader
{
	BACKGROUND-IMAGE: url('/images/layout/mhback.gif');
	BACKGROUND-REPEAT: repeat-x;
	BACKGROUND-POSITION: top left;
	font-size: 11px;
	font-wight: normal;
}

.rightMenuCell
{
}

.rightMenuLineCell
{
	FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
	FONT-SIZE: 1px;
	color: #000000;
	BACKGROUND-IMAGE: url('../images/layout/mr_left.gif');
	BACKGROUND-REPEAT: repeat-y;
	BACKGROUND-POSITION: top left;
}

.RightMenuSectionTitle
{
   FONT-SIZE: 10px;
   font-weight: bold;
   color: #FFFFFF;
}

/* ###############  FOOTER ############### */
.footerTable
{
	background-color: #E1E1E0;
	border-top: #000000 1px solid;
}

.footer
{
    COLOR: #923434;
    background-color: #E1E1E0;
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
    FONT-SIZE: 11px;
}

A.footer:link  {
    text-decoration:    none;
    font-weight: bold;
    color:  #923434;
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
    FONT-SIZE: 11px;
}

A.footer:visited   {
    text-decoration:    none;
    font-weight: bold;
    color:  #923434;
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
    FONT-SIZE: 11px;
}

A.footer:active    {
    text-decoration:    none;
    font-weight: bold;
    color:  #923434;
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
    FONT-SIZE: 11px;
}

A.footer:hover {
    text-decoration:	underline;
    font-weight: bold;
    color:  #923434;
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
    FONT-SIZE: 11px;
}

/* ############### CONTENT ############### */

.contentTable
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
	FONT-SIZE: 11px;
}

.contentPadding
{

}

.contentCell
{
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	PADDING-TOP: 5px;
	background-color: #FFFFFF;
	color: #000000;
	FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
	FONT-SIZE: 11px;
}

.pageBackground
{
	background-color: #4e5a5f;
}

/* ###############  OTHER  ############### */
/* SIGNALS */
.RedInfo
{
	color: #FF0000;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
}

.GreenInfo
{
	color: #037EB2;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
}

.RedBackgound
{
	color: White;
	BACKGROUND-COLOR: #CE3031;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
}

/* Edit mode controls */
.CMSEditModeButtons
{
	border: 1px solid black;
	background: white;
	cursor: hand;
	font-size: 12px;
	font-weight: bold; 
	display: inline-block;
	color: Black;
}

.CMSPageManager
{
	border: 1px solid #a9a9a9;
	padding: 3px 3px 3px 3px;
	display: block;
	width: 100%;
	background-color: #EEEEEE;
	margin-bottom: 3px;
}

.CMSPageManager A
{
	font-weight: bold;
	text-decoration: underline;
	color: Black;
}

.CMSPageManagerLabel
{
	text-align: right;
}

.CMSPageManagerTDlabel
{
	padding-left: 10px;
}

.CMSEditableRegion
{
	background-color: white;
	border: 1px dotted red;
	text-decoration: none;
	font-weight: normal;
}

/* Image Gallery */
.ImageGalleryPager
{
	border: solid 1 black;
	padding: 2;
	margin: 5 0 5 0;
	text-align: center;	
}
.ImageGalleryPager div
{
	display: inline;
}
.ImageGalleryPagerPrevious
{
	width: 20%;
	text-align: left;
}
.ImageGalleryPagerNext
{
	width: 20%;
	text-align: right;
}

.ImageGalleryPager
{
	background-color: #fec698;
	padding: 2px 2px 2px 2px;
	display: inline-block;
	width: 600px;
}

.ImageGalleryPagerPrevious
{
	float: left;
	vertical-align: middle;
	padding: 3px 3px 3px 3px;
}

.ImageGalleryPagerNext
{
	float: right;
	vertical-align: middle;
	padding: 3px 3px 3px 3px;
}

.ImageGalleryPreviewImage
{
	border-width: 0px;
}

.ImageGalleryDetailImage
{
	border-width: 0px;
}

.ImageGalleryParent
{
	padding: 2px 2px 2px 2px;
}

.ImageGalleryItem
{
	padding: 2px 2px 2px 2px;
}

/* Shopping Cart */

.CommerceCartHeader
{
	background-color: #888888;
	font-weight: bold;
	color: #ffffff;
}

/* Others */

.FormErrorLabel
{
  color: Red;
}

.LogonTextBox
{
  width: 150px;
}

.EditableTextError
{
  color: red
}

/* --- Containers --- */
.BoxTitle, .BoxTitleFull
{
	overflow: hidden;
	padding: 0px 10px 0px 10px;
	background-repeat: repeat-x;
	font-size: 13px;
	line-height: 22px;
}

.BoxTitle
{	
	height: 20px;
	font-weight: bold;
	border-bottom: solid 1px #ffffff;
}

.BoxTitleFull
{
	height: 23px;
	border-bottom: solid 1px #4e5a5f;
}

.BoxArea
{
	vertical-align: top;
	border-top: solid 1px #4e5a5f;
	padding: 5px;
}

.GreenGradient, .BlueGradient, .RedGradient
{
	background-repeat: no-repeat;
	padding: 10px;
	color: #ffffff;
}

.GreenGradient a, .BlueGradient a, .RedGradient a, .GreenGradient a:visited, .BlueGradient a:visited, .RedGradient a:visited
{
	color: #ffffff;
}

/* Green */
.Green .BoxTitle, .Green .BoxTitleFull
{
	color: #ffffff;
	background-color: #9cdc62;
	background-image: url(../app_themes/green/Images/Green/boxtitle.gif);
}

.Green .BoxArea
{
	background-color: #f3f9ed;
}

.GreenGradient
{
	background-image: url(../app_themes/green/Images/Green/box.gif);
	background-color: #4f7a00;
}

/* Blue */
.Blue .BoxTitle, .Blue .BoxTitleFull
{
	color: #ffffff;
	background-color: #5a97e6;
	background-image: url(../app_themes/green/Images/Blue/boxtitle.gif);
	
}

.Blue .BoxArea
{
	background-color: #eaf0f8;
}

.BlueGradient
{
	background-image: url(../app_themes/green/Images/Blue/box.gif);
	background-color: #2e68bf;
}

.LightBlueBox
{
	background-color: #eaf0f8;
	padding: 5px;
}

.LightBlueGradient
{
	background-image: url(../app_themes/green/Images/Blue/whitegradient.gif);
	background-repeat: repeat-x;
	padding: 10px;
}

/* Red */
.Red .BoxTitle, .Red .BoxTitleFull
{
	color: #ffffff;
	background-color: #923434;
}

.Red .BoxArea
{
	background-color: #F5F3EC;
}

.RedGradient
{
	background-image: url(../app_themes/green/Images/Red/box.gif);
	background-color: #b80018;
}

/* Gray */
.Gray .BoxTitle, .Gray .BoxTitleFull
{
	color: #525252;
	background-color: #fafaff;
	background-image: url(../app_themes/green/Images/Gray/boxtitle.gif);
}

.Gray .BoxArea
{
	background-color: #ffffff;
}

.LightGrayGradient
{
	background-image: url(../app_themes/green/Images/Gray/whitegradient.gif);
	background-repeat: repeat-x;
	padding: 10px;
}

/* Navigation controls */

/* tree menu */

.CMSTreeMenuTable { width:100%; border-bottom: 0px solid #E1E1E0;font-size: 11px; }
.CMSTreeMenuItem { FONT-FAMILY: verdana; color: #000000;  padding: 2px; border: 1px solid #FFFFFF; border-bottom-width: 0px;}
/* .CMSTreeMenuSelectedItem { FONT-FAMILY: verdana; color: #000000; padding: 2px; BACKGROUND: #FFFFFF; padding: 2px; border: 1px solid #923434;} */
.CMSTreeMenuSelectedItem { FONT-FAMILY: verdana; color: #000000; padding: 2px; BACKGROUND: #FFFFFF; padding: 2px; border: 1px solid #FFFFFF;}

.CMSTreeMenuLink
{ COLOR: black; TEXT-DECORATION: none}

.CMSTreeMenuLink:link
{ COLOR: #0033CC; TEXT-DECORATION: none}

.CMSTreeMenuLink:hover
{ COLOR: #0033CC; TEXT-DECORATION: underline}

.CMSTreeMenuSelectedLink
{ COLOR: black; TEXT-DECORATION: none}

.CMSTreeMenuSelectedLink:link
{ COLOR: #0033CC; TEXT-DECORATION: none}

.CMSTreeMenuSelectedLink:hover
{ COLOR: #0033CC; TEXT-DECORATION: underline}

/* main menu */

.CMSMenu { BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px; BACKGROUND-COLOR: #E1E1E0; }
.CMSMenuItem { PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-SIZE: 8pt; PADDING-BOTTOM: 2px;  PADDING-TOP: 2px; FONT-FAMILY: verdana; color: #000000; BORDER-TOP: #E1E1E0 1px solid; BORDER-RIGHT: #E1E1E0 1px solid; BORDER-LEFT: #E1E1E0 1px solid; BORDER-BOTTOM: #E1E1E0 1px solid; }
.CMSMenuItemMouseUp { PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-SIZE: 8pt; PADDING-BOTTOM: 2px;  PADDING-TOP: 2px; FONT-FAMILY: verdana; color: #000000; BORDER-TOP: #E1E1E0 1px solid; BORDER-RIGHT: #E1E1E0 1px solid; BORDER-LEFT: #E1E1E0 1px solid; BORDER-BOTTOM: #E1E1E0 1px solid; }
.CMSMenuItemMouseOver { PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-SIZE: 8pt; PADDING-BOTTOM: 2px;  CURSOR: hand; PADDING-TOP: 2px; FONT-FAMILY: verdana; BACKGROUND-COLOR: #FFFFFF; color: #000000; BORDER-TOP: #923434 1px solid; BORDER-RIGHT: #923434 1px solid; BORDER-LEFT: #923434 1px solid; BORDER-BOTTOM: #923434 1px solid;}
.CMSMenuItemMouseDown { PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-SIZE: 8pt; PADDING-BOTTOM: 2px;  COLOR: black; PADDING-TOP: 2px; FONT-FAMILY: verdana; BACKGROUND-COLOR: #FFFFFF; BORDER-TOP: #923434 1px solid; BORDER-RIGHT: #923434 1px solid; BORDER-LEFT: #923434 1px solid; BORDER-BOTTOM: #923434 1px solid; }
.CMSMenuHighlightedMenuItem { PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-SIZE: 8pt; PADDING-BOTTOM: 2px;  PADDING-TOP: 2px; FONT-FAMILY: verdana; BACKGROUND-COLOR: #FFFFFF; color: #000000; BORDER-TOP: #923434 1px solid; BORDER-RIGHT: #923434 1px solid; BORDER-LEFT: #923434 1px solid; BORDER-BOTTOM: #923434 1px solid;}
.CMSMenuHighlightedMenuItemMouseUp { PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-SIZE: 8pt; PADDING-BOTTOM: 2px;  CURSOR: hand; PADDING-TOP: 2px; FONT-FAMILY: verdana; BACKGROUND-COLOR: #FFFFFF; color: #000000; BORDER-TOP: #923434 1px solid; BORDER-RIGHT: #923434 1px solid; BORDER-LEFT: #923434 1px solid; BORDER-BOTTOM: #923434 1px solid;}
.CMSMenuHighlightedMenuItemMouseOver { PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-SIZE: 8pt; PADDING-BOTTOM: 2px;  CURSOR: hand; PADDING-TOP: 2px; FONT-FAMILY: verdana; BACKGROUND-COLOR: #FFFFFF; color: #000000; BORDER-TOP: #923434 1px solid; BORDER-RIGHT: #923434 1px solid; BORDER-LEFT: #923434 1px solid; BORDER-BOTTOM: #923434 1px solid; }
.CMSMenuHighlightedMenuItemMouseDown { PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-SIZE: 8pt; PADDING-BOTTOM: 2px;  CURSOR: hand; PADDING-TOP: 2px; FONT-FAMILY: verdana; BACKGROUND-COLOR: #FFFFFF; color: #000000; BORDER-TOP: #923434 1px solid; BORDER-RIGHT: #923434 1px solid; BORDER-LEFT: #923434 1px solid; BORDER-BOTTOM: #923434 1px solid;}

.SubCMSMenu { BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px; BACKGROUND: #9ad167;}
.SubCMSMenuItem { PADDING-RIGHT: 15px; PADDING-LEFT: 5px; FONT-SIZE: 12px; PADDING-BOTTOM: 5px; WIDTH: 91px; COLOR: white; PADDING-TOP: 5px; FONT-FAMILY: arial; font-weight: bold;  }
.SubCMSMenuItemMouseUp { PADDING-RIGHT: 15px; PADDING-LEFT: 5px; FONT-SIZE: 12px; PADDING-BOTTOM: 5px; WIDTH: 91px; COLOR: white; PADDING-TOP: 5px; FONT-FAMILY: arial; font-weight: bold }
.SubCMSMenuItemMouseOver { PADDING-RIGHT: 15px; PADDING-LEFT: 5px; FONT-SIZE: 12px; PADDING-BOTTOM: 5px; WIDTH: 91px; CURSOR: hand; COLOR: black; PADDING-TOP: 5px; FONT-FAMILY: arial; background-repeat: repeat-x; font-weight: bold}
.SubCMSMenuItemMouseDown { PADDING-RIGHT: 15px; PADDING-LEFT: 5px; FONT-SIZE: 12px; PADDING-BOTTOM: 5px; WIDTH: 91px; COLOR: black; PADDING-TOP: 5px; FONT-FAMILY: arial; font-weight: bold }
.SubCMSMenuHighlightedMenuItem { PADDING-RIGHT: 15px; PADDING-LEFT: 5px; FONT-SIZE: 12px; PADDING-BOTTOM: 5px; WIDTH: 91px; COLOR: #2a4f09; PADDING-TOP: 5px; FONT-FAMILY: arial;  font-weight: bold}
.SubCMSMenuHighlightedMenuItemMouseUp { PADDING-RIGHT: 15px; PADDING-LEFT: 5px; FONT-SIZE: 12px; PADDING-BOTTOM: 5px; WIDTH: 91px; CURSOR: hand; PADDING-TOP: 5px; FONT-FAMILY: arial; color: White; font-weight: bold; }
.SubCMSMenuHighlightedMenuItemMouseOver { PADDING-RIGHT: 15px; PADDING-LEFT: 5px; FONT-SIZE: 12px; PADDING-BOTTOM: 5px; WIDTH: 91px; CURSOR: hand; PADDING-TOP: 5px; FONT-FAMILY: arial; color: black; font-weight: bold;}
.SubCMSMenuHighlightedMenuItemMouseDown { PADDING-RIGHT: 15px; PADDING-LEFT: 5px; FONT-SIZE: 12px; PADDING-BOTTOM: 5px; WIDTH: 91px; CURSOR: hand; COLOR: white; PADDING-TOP: 5px; FONT-FAMILY: arial; font-weight: bold;}

.CMSMenuSep
{  FONT-SIZE: 8pt; FONT-FAMILY: verdana; color: #7B7B7B;
}

/* Product */
.ProductPreview .LinkMore
{
	background-image: url(../app_themes/green/Images/Green/arrowrightmiddle.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 3px 12px 6px 5px;
}

.ProductPreview
{
	width: 170px; 
	text-align: center;
	padding: 3px;
}

.ProductPreview .ProductBox
{
	background-color: #ffffff;
	border: 1px solid #c4cad2; 
	padding: 0px; 
	margin: 0px auto;
}

.ProductPreview .ProductTitle
{
	height: 32px; 
	font-weight: bold; 
	text-align: center;
	background-image: url(../app_themes/green/Images/Gray/whitegradient.gif);
	background-repeat: repeat-x;
	padding: 10px;
}

.ProductPreview .ProductTitle A
{
	text-decoration: none;
}

.ProductPreview .ProductImage
{
	height: 120px;
	overflow: hidden;
	text-align: center;
}

.ProductPreview .ProductFooter
{
	text-align: right;
	background-color: #f7f7f7;
	padding: 5px;
}

.ProductPreview .ProductPrice
{
	font-size: 15px;
	font-weight: bold;
	color: #e0001c;
}

.ProductDetail
{
}

.ProductDetail .ProductData
{
	padding: 5px 60px 5px 60px;
}

.ProductDetail .ProductFooter
{
	text-align: right;
	background-color: #f7f7f7;
	padding: 10px 60px 10px 10px;
}

.ProductDetail .ProductPrice
{
	font-size: 18px;
	font-weight: bold;
	color: #e0001c;
}

.ProductDetail .ProductSummary
{
	vertical-align: top;
}

.ProductDetail .ProductImage
{
	width: 220px;
}

.ProductDetail .ProductShortDescription
{
	font-weight: bold;
}

.ProductDetail .ProductDescription
{
	padding: 10px;
}

/* News */
.NewsDetail .NewsSummary
{
	font-weight: bold;
	padding: 5px;
}

.NewsDetail .NewsReleaseDate
{
	color: #619600;
	padding: 0px 5px 5px 6px;
	font-size: 14px;
	font-weight: bold;
}

.NewsDetail .NewsText
{
	padding: 5px;
}

.NewsDetail .NewsTitle
{
	font-size: 22px;
	font-weight: bold;
	color: #e0001c;
	margin: 0px;
	padding: 10px 5px 0px 3px;
}

.NewsLatest
{
	width: 170px;
	height: 119px;
	overflow: hidden;
}

.NewsLatest .NewsTitle
{
	font-weight: bold;
	font-size: 15px;	
	padding: 5px 0px 0px 0px;
}

.NewsLatest hr
{
	margin: 0px;
	padding: 0px;
	color: #eeeeee;
}

.NewsLatest .NewsSummary
{
	height: 63px;
	overflow: hidden;
}

.NewsLatest .LinkMore
{
	background-image: url(../app_themes/green/Images/White/arrowrightmiddle.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 3px 12px 6px 5px;
	display: block;
	text-align: right;
	font-weight: bold;
}

/* Search result */
.SearchResult
{
	padding: 5px 3px 5px 3px;
}

.SearchResult .ResultTitle
{
	padding: 0px 0px 1px 12px;
	font-weight: bold;
	background-image: url(../app_themes/green/Images/Green/arrowrightmiddle.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.SearchResult .ResultPath
{
	padding-left: 12px;
}
.GuestbookEntry
{
	background-color: #FFFFFF;
	BORDER-RIGHT: #923434 1px solid;
	BORDER-LEFT: #923434 1px solid;
	BORDER-BOTTOM: #923434 1px solid;
	border-top: #923434 1px solid;
}

.GuestbookEntryHeader
{
	background-color: #E1E1E0;
	FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
    FONT-SIZE: 11px;
}

.GuestbookFormHeader
{
	background-color: #923434;
	Color: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
    FONT-SIZE: 18px;
	FONT-WEIGHT:bold;
}
.GuestbookFormSubHeader
{
	background-color: #923434;
	Color: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
    FONT-SIZE: 12px;
	FONT-WEIGHT:bold;
}

.GuestbookFormBack
{
	background-color: #E1E1E0;
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
    FONT-SIZE: 11px;
}

.ImageGalleryOverviewTable { BORDER-RIGHT: #923434 1px solid; BORDER-TOP: #923434 1px solid; BORDER-LEFT: #923434 1px solid; BORDER-BOTTOM: #923434 1px solid; BACKGROUND-COLOR: #E1E1E0; FONT-SIZE: 11px; height: 160px; }

.EditingFormCategory
{
	background-color: #923434;
	Color: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
    FONT-SIZE: 12px;
	FONT-WEIGHT:bold;
}


/* Forum group */
.ForumGroup
{
	width: 100%;
}

.ForumGroup *
{
	font-family: Arial;
}

.ForumGroup .Table
{
	width: 100%;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	background-color: #ffffff;
}

.ForumGroup .Table td
{
	padding: 6px;
}

.ForumGroup .Table .Header td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	color: #666666;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(images/Forums/header.gif);
}

.ForumGroup .Table .Info td
{
	background-color: #5c99e8;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #888888;
	border-top: solid 1px #888888;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/Forums/info.gif);
	height: 55px;
	vertical-align: top;
}

.ForumGroup .Table .GroupName
{
	display: block;
	font-weight: bold;
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 5px;
	/*text-decoration: underline;*/
	color: #ffffff;
}

.ForumGroup .Table .GroupDescription
{
	display: block;
	padding-left: 10px;
	color: #dddddd;
}


.ForumGroup .Table .ForumInfo
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.ForumGroup .Table .Threads
{
	text-align: center;
	width: 50px;
}

.ForumGroup .Table .Posts
{
	text-align: center;
	width: 50px;
}

.ForumGroup .Table .LastPost
{
	text-align: center;
	width: 200px;
}

.ForumGroup .Table .PostTime
{
	white-space: nowrap;
}

.ForumGroup .Table .PostUser
{
	white-space: nowrap;
	font-weight: bold;
	color: #2e68bf;
}

.ForumGroup .ForumOdd td
{
	background-color: #f8f8ff;
}

.ForumGroup .Forum td
{
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.ForumGroup .Forum .ForumName
{
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
	color: #86c74c;
}

.ForumGroup .Forum .ForumDescription
{
	padding-left: 10px;
}


/* Forum flat view */
.ForumFlat *
{
	font-family: Arial;
}

.ForumFlat .Table
{
	width: 100%;
	background-color: #ffffff;
}

.ForumFlat .Table td
{
	padding: 6px;
}


.ForumFlat .Table .Info td
{
	background-color: #5c99e8;
	border: solid 1px #888888;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/Forums/info.gif);
	height: 55px;
	vertical-align: top;
}

.ForumFlat .Table .ForumContent
{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}

.ForumFlat .Table .Posts
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
}

.ForumFlat .Table .ForumName
{
	display: block;
	font-weight: bold;
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 5px;
	/*text-decoration: underline;*/
	color: #ffffff;
}

.ForumFlat .Table .ForumDescription
{
	display: block;
	padding-left: 10px;
	color: #dddddd;
}

.ForumFlat .Table .Actions td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #bbbbbb;
	padding: 5px;
	/*background-image: url(images/Forums/actions.gif);*/
}

.ForumFlat .Table .Actions .ActionLink
{
	color: #0033CC; 
	text-decoration: underline;
	padding: 0px 5px 0px 5px;
}

.ForumFlat .Table .Posts td
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 0px;
}

.ForumFlat .Table .PostsTable
{
	width: 100%;
}

.ForumFlat .Table .PostsTable td
{
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 1px #cccccc;
}

.ForumFlat .Pager td
{
	background-color: #eeeeee;
	border: none;
	padding: 0px;
	height: 23px;
	font-weight: bold;
	background-image: url(images/Forums/pager.gif);
	text-align: center;
}

.ForumFlat .Pager a
{
	font-weight: bold;
	text-decoration: underline;
	color: #0033CC;
}

.ForumFlat .ThreadTable
{
	border-left: solid 1px #cccccc;
}

.ForumFlat .ThreadTable td
{
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.ForumFlat .ThreadTable .Header td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	color: #666666;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(images/Forums/header.gif);
}

.ForumFlat .ThreadTable .Author
{
	text-align: center;
	width: 200px;
}

.ForumFlat .ThreadTable .Posts
{
	text-align: center;
	width: 50px;
}

.ForumFlat .ThreadTable .LastPost
{
	text-align: center;
	width: 200px;
}

.ForumFlat .ThreadTable .PostTime
{
	white-space: nowrap;
}

.ForumFlat .ThreadTable .PostUser
{
	white-space: nowrap;
	font-weight: bold;
	color: #2e68bf;
}

.ForumFlat .ThreadTable .ThreadInfo
{
	text-align: left;
}

.ForumFlat .ThreadTable .ThreadInfo .ThreadName
{
	font-weight: bold;
	text-decoration: underline;
	color: #0033CC;
}

.ForumFlat .ForumBreadCrumbs
{
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial;
	padding: 0px 5px 0px 5px;
}

.ForumFlat .ForumNewPost
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

/* Flat forum post */
.ForumFlat .ForumPost
{
	padding: 8px 8px 8px 8px;
}

.ForumFlat .PostIndent .ForumPost
{
	border-left: solid 1px #cccccc;
}

.ForumFlat .PostIndent
{
	padding-left: 30px;
}

.ForumFlat .PostUser
{
	white-space: nowrap;
	font-weight: bold;
	color: #2e68bf;
	/*color: #86c74c;
	text-decoration: underline;*/
}

.ForumFlat .PostSubject
{
	display: block;
	font-weight: bold;
	font-size: 13px;
}

.ForumFlat .PostText
{
	display: block;
	padding: 3px 5px 3px 5px;
}

.ForumFlat .PostActionLink
{
	text-decoration: underline;
	color: #0033CC;
	padding: 0px 5px 0px 5px;
}

/* New post form */
.ForumNewPost
{
	padding: 5px;
	font-family: Arial;
}

.ForumNewPost .PostReply
{
	border: solid 1px #cccccc;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ForumNewPost .FormPadding
{
	/*border: solid 1px #cccccc;*/
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ForumNewPost .Title
{
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
}

.ForumFlat .ForumNewPost .PostForm td
{
	border: none;
}

.ForumNewPost .ItemLabel
{
	font-weight: bold;
	vertical-align: middle;
	padding: 5px;
}

.ForumNewPost .Button
{
	width: 100px;
}

.ForumNewPost .TextboxItem
{
	width: 500px;
}

.ForumNewPost .TextboxItemShort
{
	width: 300px;
}

.ForumNewPost .TextareaItem
{
	width: 500px;
	height: 200px;
}


/* Forum tree view */
.ForumTree *
{
	font-family: Arial;
}

.ForumTree .Table
{
	width: 100%;
	background-color: #ffffff;
}

.ForumTree .Table td
{
	padding: 6px;
}


.ForumTree .Table .Info td
{
	background-color: #5c99e8;
	border: solid 1px #888888;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/Forums/info.gif);
	height: 55px;
	vertical-align: top;
}

.ForumTree .Table .ForumName
{
	display: block;
	font-weight: bold;
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 5px;
	/*text-decoration: underline;*/
	color: #ffffff;
}

.ForumTree .Table .ForumDescription
{
	display: block;
	padding-left: 10px;
	color: #dddddd;
}

.ForumTree .Table .Actions td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #bbbbbb;
	padding: 5px;
	background-image: url(images/Forums/actions.gif);
}

.ForumTree .Table .Actions .ActionLink
{
	color: #65a02f; 
	text-decoration: underline;
	padding: 0px 5px 0px 5px;
}

.ForumTree .Table .Posts
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 0px;
}

.ForumTree .Table .Posts .PostTree td
{
	padding: 0px;
}

.ForumTree .Table .Posts .PostTree
{
	padding: 5px;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

.ForumTree .ForumNewPost .PostForm td
{
	border: none;
}

/* Tree forum post */
.ForumTree .ForumPost
{
	padding: 8px 8px 8px 8px;
}

.ForumTree .PostDetail .ForumPost
{
	border-bottom: solid 1px #cccccc;
}

.ForumTree .PostUser
{
	white-space: nowrap;
	font-weight: bold;
	color: #2e68bf;
	/*color: #86c74c;
	text-decoration: underline;*/
}

.ForumTree .PostSubject
{
	display: block;
	font-weight: bold;
	font-size: 13px;
}

.ForumTree .PostText
{
	display: block;
	padding: 3px 5px 3px 5px;
}

.ForumTree .PostActionLink
{
	text-decoration: underline;
	color: #65a02f;
	padding: 0px 5px 0px 5px;
}

.ForumTree .PostTree .ForumPost
{
	 border: solid 1px #cccccc;
	 width: 600px;
}

/* Overall */
.HiddenButton
{
	display: none;
}



/* Tree Items*/
.PostTree img
{
}

.ForumTree .PostTree td
{
	vertical-align: top;
}

.ThreadPost, .SubThreadPost, .RootPostItem, .ThreadPostSelected
{
	padding: 3px 3px 1px 3px;
	overflow: hidden;
	color: #000000;
	font-weight: bold;
}

.ThreadPostSelected
{
	background-color: #cccccc;
	font-weight: bold;
	color: #000000;
	overflow: hidden;
	padding: 3px 20px 1px 3px;
}