html
{
	height: 100%;
	margin-bottom: 1px;
	margin:0px;
	overflow-y: scroll; 
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 	#595959;
	height: 100%;
	margin:0px;
    background-image: url(../images/gen/back.png);
	background-repeat:repeat-x;

}
form
{
	height:100%;
}
table
{
	border-spacing: 0;
	padding: 0;
	border: none;
}

td
{
	padding: 0;
	background-position: left;
	background-repeat:no-repeat;
	font-family : Arial, sans-serif;
	font-size: 12px;
	color: #595959;

}


h1
{  
	font-size: 24px;
}


h1, h2
{
	color: #696969;
}

h3
{
	margin-top: 30px;
}


img
{
	border: none;
}

:focus
{
	outline: 0;
}

code, pre {
	color: #002688;
	font: 12px Courier New;
	font-weight: bold;
}

pre
{
	padding-bottom: 10px;
}



a 
{

	color: #d20000;
	color: #e06a23; 
	color: #ce6220;
	color: #c43509;
	text-decoration: none;
}

a:hover 
{
	color: #366db5;

}

div
{
	background-repeat:no-repeat;
	padding: 0;
	margin: 0;
}


ul
{
	padding-left: 20px;
}

li
{
	margin-bottom: 5px;
}

p, li
{
	line-height: 1.4;
	font-size: 12px;
	color: #595959;
}

#CONTAINER
{
   	min-height:100%;
    position:relative;
   	margin-left: auto;
   	margin-right: auto;
	width: 930px;
	background-color: White;
	padding-bottom: 70px;
}

#MAIN
{
	padding: 0px 29px 40px 29px;
	height:100%;
}

#FOOTER
{
	font-size: smaller;
	text-align: center;
	position: absolute;
    bottom: 0;
    height: 40px;
    width: 100%;
}

.loggedOnUser
{
	text-align: right;
	font-style: italic;
	padding-top: 3px;
	height: 12px;
	font-size: 11px;
	color: #535353;
}

#LOGO
{
	padding-top: 30px;
	padding-left: 30px;
	height: 61px; /* 91 */
}

#LOGIN
{
	text-align: right;
	padding-right: 32px;
	height: 20px;
}


#LOGIN  img
{
	vertical-align:top;
	margin: 0;
	padding-top: 2px;
}

#LOGIN .langSwitcherSep
{
	background-image: url(../images/gen/menu-separator.gif);
	background-repeat:no-repeat;
	background-position: left 60%;
	margin-left: 7px;
	padding-left: 9px;
}

#GREENSEP
{
	background-image: url(../images/gen/menu-separator-green.gif);  
	background-repeat:no-repeat;
    background-position: center center;
    padding: 0 15px;
	
}

div.language
{
	position: relative;
	margin-right: 10px;
}
.language ul
{
	margin: 4px 0 0 0;
}

.language a, .language span
{
/*	background-image: url(../images/com/arrow-combo.gif);
	background-repeat: no-repeat;
	background-position: 100% 34%;
*/
	padding: 0; /* ! */
	margin-right: 0px;
}

/*
.language a:hover, .language span:hover
{
	background-image: url(../images/com/arrow-combo-hover.gif);
}
*/

#LANGUAGE-MENU
{
	position:absolute;
	left: 5px;
	top: 17px;
	list-style: none;
	display: none;
	border: solid 1px #808080;
	background-color: #9fa63c;
	padding: 1px 0px 2px 0px;
	text-align: left;
	width: 73px;
}


#LANGUAGE-MENU a, #LANGUAGE-MENU span
{
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	background-image:none;
	padding: 0px 14px 0px 9px;
	margin: 0;
}

#LANGUAGE-MENU a:hover, #LANGUAGE-MENU span:hover
{
	color: #000000;
}


#LANGUAGE-MENU li
{
	margin: 0;/* 3px 7px 3px 7px;*/
	padding: 0;
}


#MENU
{
	height:51px;
	background-color:  #b4bc2d;
	background-image: url(../images/gen/menu-back.png);
	background-repeat: repeat-x;
	font-size: 16px;
}




#NAV-LINE
{
	margin-top: 7px;
}

#NAV-LINE a
{
	color: #d81a0e;
}

#NAV-LINE span.navItem
{
	color: #595959;
	background-image: url(../images/com/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 20px;
	float:left;
	margin: 0 20px 0 0px;
}



#NAV-LINE img
{
	display: none; /* Fix for the first unwanted image in SiteMapPath*/
}

div.content
{
	float: left;
	margin-top: 15px;
	margin-right: 25px;
	width: 597px;
}



div.content p
{
	color: #595959;
	font-style: normal;
	margin-bottom: 20px;
/*	font-family:  Verdana, Arial, sans-serif;*/
}

div.content ol
{
	padding-left: 0;
	list-style-position:outside;
	margin-left: 25px;
	text-indent: 2px;
}

div.content ol li
{
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 7px;
}

div.contentMainBlock
{
	
}

div.content h1
{
	margin-top: 5px;
}

div.content h2
{

	/*color: #b53e36;*/
	font-size: 16px;
	
}

div.content ul
{
	margin-bottom: 20px;
}


div.content table
{
	background-color: #ffffff;
	border-collapse: collapse;
}

div.content th
{
	background-color: #f9f9f9;
	font-size: 13px;
}

div.content table th, div.content table td
{
	padding: 8px;
	border: solid 1px #d2d2d2;
}

div.content table td img
{
	margin-right: 7px;
}

.content .tableBlock
{
	margin-top: 20px;
}

.productBox
{
	padding: 0 0px 0px 0;
	height: 375px;
}


.productBoxPicture
{
	float: left;
	width: 178px;
	height: 100%;
	margin-right: 40px;
	position:relative;
	

}

div.productBoxPicture p
{
	margin-top: 250px;
	padding-left: 70px;
	font-weight: bold;
	font-size: 14px;
}

.productBoxPicture img
{
	position:absolute;
	height:218px;
	/*top:20%;
	margin-top:-42px;*/
}

.productBox h1
{
	margin-top: 0;
}

.productBox h2 span
{
 font-size:11px;
}

#RIGHT-PANE
{

	float:left;
	margin-top: 15px;
	width: 250px;
}

.blockHeader, .blockHeaderNews
{
	background-image: url(../images/gen/right-pane-links.png);
	font-size: 16px;
	font-weight: bold;
    color: #fffadb; 
	text-align: left;
	padding: 11px 0px 11px 70px;
}

.blockHeaderNews
{
	background-image: url(../images/gen/right-pane-news.png);
	text-align: center;
	padding: 12px 0px 12px 0px;
}

.blockHeaderNews img
{
    margin-right: 8px;
}

.block
{
	border-left: solid 1px #d2d2d2;
	border-right: solid 1px #d2d2d2;
	padding: 20px 25px 5px 25px ;
	margin-bottom: 0px;
}

.block h1
{
	font-size: 12px;
	margin: 5px 0 10px 0;
}

.block h2
{
	font-size: 11px;
	margin: 5px 0 0 0;
}

.block p
{
	margin: 0;
}

.block p a
{
	font-style: italic;
}

.block div
{
	padding-bottom: 15px;
}

.block ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.block ul li
{
	color: #777;
	font-weight: bold;
	font-size: 16px;
}

.block ul ul
{
	margin: 10px 0 0 0px;
	padding:0 0 0 0;
	list-style-position: outside;
}

.block li li, div.oneLevelList li
{
	color: #595959;
	font-weight: normal;
	font-size: 13px;
	background: url(../images/com/bullet-arrow-right.gif) no-repeat 0 25%;
	padding-left: 15px;
	padding-bottom: 13px;
	margin:0;
}


.blockBottom
{
	background-image: url(../images/com/r-pane-b.png);
	height: 5px;
	margin: 0;
	padding: 0;
}

#FOOTER div
{
   	border-top: solid 1px #d6d6d6;
	border-bottom: solid 1px #d6d6d6;
	padding: 5px 0;
    width: 850px;
    margin: 0 auto;
}


#FOOTER span
{
	background-image: url(../images/gen/footer-separator.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #ffffff;
}

#FOOTER span.last
{
    background-image: none;
}

.links
{
	margin-top: 10px;
}

.links a
{
	font-size: 12px;
	padding-right: 30px;
	font-weight: bold;
}

.testimonials
{
	padding-top: 10px;
	clear: both;
}

.testimonials p
{
	font-style: italic;
}

.dynamicArticle
{
	
	
}

.versionHistory
{
	margin-top: 25px;

}

.content  .versionHistory div
{
	margin-bottom: 30px;
}

div.versionHistory h3
{
	color: #565656;
	font-size: 10px;
	margin-bottom: 0;
	font-weight: normal;
	font-style: italic;
}

div.versionHistory h2, div.contact h2
{
	/*color: #b53e36;*/
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
}

div.versionHistory ul,
.uList
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

div.versionHistory li,
.uList li
{
	background: url(../images/com/bullet-br-ye.png) no-repeat 0 top;
	padding-left: 22px;
	margin-bottom: 15px;
}

div.versionHistory div.bodyHistory
{
	padding: 5px  10px 0px 10px;
	background-color: #f9f9f9;
	border: solid 1px #f0f0f0;
	/*background: url(../images/com/article-marker.png) no-repeat 4% bottom;*/
}


div.versionHistory ol li
{
	background: none;
	padding-left: 0px;
}

div.versionHistory p
{
	margin-bottom: 0px;
	margin-bottom: 20px;
}

.faq{ margin: 30px 0;}

.faq div
{
	margin:0;
	margin-bottom: 3px;
}

.faq .question
{
	margin-bottom: 7px;
	font-weight: bold;
	font-style: italic;
}

.faq div.answer
{
	margin-bottom: 35px;
}
span.headerWord
{
	color: #b53e36;
	font-size: 14px;
	margin-right: 5px;
}

.contact dl
{
	position: relative;
	margin-top: 25px;
}	

.contact dt
{
	width: 10em; float: left;
	margin-bottom: 5px;
	font-weight: bold;
}

.contact dd
{
	margin-left: 10px; 
	margin-bottom: 5px;
}

.contact div
{
	font-weight: bold;
	font-size: larger;
	margin-top: 0px;
	margin-bottom: 0;
}

.navigationLine
{
	background-color: #b8c236;
	border: solid 1px #d2d2d2;
	margin-top: 30px;
	padding: 10px;
}

.navigationLine a
{
	margin-left: 15px;
	color: #ffffff;
	font-weight: bold;
}

.navigationLine a:hover
{
	color: #000000;
}



.khaki
{
	color: #8b922a;
}

.backForward, .backForward1
{
	border-top: solid 1px #b8c236;
	border-bottom: solid 1px #b8c236;
	padding: 3px 0;
}

.backForward1
{
	border-top: none;
}


.content .dataGrid th, .content .dataGrid td
{
	padding: 5px 7px;
}

.content .dataGrid th th, .content .dataGrid td td
{
	border: none;
}

.content th.AscSorting, .content th.DescSorting, .content th.NoSorting
{
	padding-right: 20px;
	background-image:url(../images/com/sort-ascending.gif);
	background-repeat:no-repeat;
	background-position: right center;
}
.content th.AscSorting
{
	background-image:url(../images/com/sort-ascending.gif);
}
.content th.DescSorting
{
	background-image:url(../images/com/sort-descending.gif);
}

.content .dataGrid td td
{
	width: 10px;
	font-weight: bold;
	font-size: 14px;
	
}


.content .fillInForm
{
	padding: 20px 5px 10px 20px;
	background-color: #f9f9f9;
	border: solid 1px #d2d2d2;
}

.content .fillInForm  div
{
	margin-bottom: 10px;
}

.content .fillInForm p
{
	float: left;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
	width: 130px;
}

.content .fillInForm input
{
	width: 270px;
	margin-right: 5px;
	padding-left: 3px;
}

/*
.fillInForm div span
{
	color: red;
	font-style: italic;
}*/



.content .radioProducts input
{
	width: 30px;
	margin-left: 123px;
	margin-right: -5px;
	margin-bottom: -1px;
}

.content .userObjects p
{
	margin-left: 129px;
	width: 300px;
	float: none;
	margin-bottom: 0;
}


.content .userObjects input
{
	margin-left: 129px;
	width: 270px;
}

.content .send input
{
	margin-left: 130px;
	margin-top: 20px;
}

.content .fillInForm img
{
	border: solid 1px #abadb3;
}

.content .captcha input
{
	float: none;
	width: 100px;
	margin-left: 10px;
	margin-top: 0px;
}


.content .dataGrid
{
	width: 900px;
}

.dataGrid td, .content table.dataGrid th
{
	width: 150px;	
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	/*word-wrap: break-word;*/ /* Internet Explorer 5.5+ */
	_white-space: pre; /* IE only hack to re-specify in addition to word-wrap */
}

 .twoColumnPar1, .twoColumnPar2
 {
 	float: left;
 	width: 285px;
 	margin-top: 30px;
 }
 
 .twoColumnPar2
 {
   margin-left: 20px;
 }
 

.dataSettings
{
	width: 900px;
}
 
 .dataSettings div
 {
	float: left;
	margin-bottom: 10px;
}
 
 .dataSettings input
 {
	width: 250px;
	text-align: right;
 }
 
 .dataSettings .dataSearch
 {
 	float: right;
 }
 
  .dataSettings .dataSearch input
 {
 	text-align: left;
 	padding: 0px 2px;
 }
 
 .dataSettings input.dataSearchButton
 {
 	width: 90px;
 	text-align: center;
 	margin-left: 10px;
 } 
 
.content .admin, .content .admin table
{
	width: 900px;
}

 .content .admin td, .content .admin th
 {
 	padding: 5px 7px;
 	text-align: center;
 }
 
 .content .admin select
 {
 	margin-right: 20px;
 	margin-left: 5px;
 }

 .content .admin .article input.controlButton
 {
 	margin-right: 10px;
 	width: 16px;
 }
 .content .admin .article td
 {
 	text-align: left;
  }
  

 .content .admin .article input
 {
 	margin: 0;
 }
 
 .content .admin .textEditor
 {
 	width: 780px;
 }
 
 .content .admin .editableGrid
 {
 }
 
 .content .admin .editableGrid td
 .content .admin .editedCell option, .content .admin .editedCell select
 {
 	margin-left: 0;
 }
 
.content .admin .editableGrid td,
.content .admin .editableGrid th 
{
	text-align: left;
	vertical-align: top;
}

.content .admin .editableGrid .centerText
{
	text-align: center;
}

.content .admin .editableGrid .rightText
{
	text-align: right;
}

 
 .content .admin .adminButton
 {
 	/*border: solid 1px #d2d2d2;*/
	background-image: url(../images/com/admin-button.png);
	background-repeat: no-repeat;
	width: 150px;
	color: black;
	padding: 7px;
 }
 
 
  .content .adminButtonLeft, 
  .content .adminButtonCenter,
  .content .adminButtonRight
  {
  	float: left;
  	padding: 6px 7px;
  }
  
  .content .adminButtonLeft, 
  .content .adminButtonRight  
  {
  	padding: 6px 0px;
  }
 
 .content .adminButtonLeft
 {
 	background-image: url(../images/com/admin-button-l.png);

 }
 
 .content .adminButtonCenter
 {
 	background-image: url(../images/com/admin-button-c.png);
 	background-repeat: repeat-x;
 }
 
 .content .adminButtonRight
 {
 	background-image: url(../images/com/admin-button-r.png);
 }
 
 .content .adminButtonCenter img
 {
	vertical-align: middle;
	margin-right: 5px;
 }
 
 .content .adminButtonCenter a
 {
 	color: Black;
 }
 
 .content .admin .actionButton
 {
 	margin-left: 5px;
 }
 
 .content .admin .cellWithTextBox
 {
 	padding: 0;	
 }
 
 .content .admin .cellWithTextBox input
 {
 	width: 130px;
 }
 
 .content .admin .comment
 {
 	font-style: italic;
 	color: #bababa;
 }
 
 .content .admin .contentLeft
 {
 	text-align: left;
 }
 
 .content .admin .contentRight
 {
 	text-align: right;
 }
 
 .content .admin .commandButton
 {
 	margin-left: 5px;
 }
 
 .clearCache
 {
	margin-top: 10px;
	margin-right: 10px;
	border: solid 2px white;	
 }
 

.content .warning
{
	font-style: italic;
} 
 
.content .warning ul
{
	font-style: normal;
}

.content .warning ul li
{
	color: Red;
}

.content .adminList
 

/*A:LINK.menu, A:VISITED.menu { color: #289A00; text-decoration: none; }
A:HOVER.menu { color: #CCCCCC; text-decoration: none;}
A:ACTIVE.menu { color: #901E25; text-decoration: none; }
*/

	

/*
A:LINK.content, A:VISITED.content, A:LINK, A:VISITED { color: #6BC24C; text-decoration: none; }
A:HOVER.content, A:HOVER { color: #AAAAAA; text-decoration: none; }
A:ACTIVE.content, A:ACTIVE { color: #6BC24C; text-decoration: none; }
*/


.tip {font:10px/12px Arial,Helvetica,sans-serif; border:solid 1px #666666; width:250px; 
      padding:4px; position:absolute; z-index:100; visibility:hidden; color:#333333;
      top:20px; left:90px; background-color:#FFFFFF; }

.headline { color: #309C00; font-weight: bold; line-height: 150%; }

.slideshow {
      font-size: 14pt;
}

.menuItem
{
	margin-right:5px;
}

.content .toc, .content .tocCategories
{
	margin: 20px 0 30px 0;
	padding-left: 0;
	list-style-type: none;
}

.content .tocCategories ul
{
	margin-top: 10px;
}

.content .toc li, .content .tocCategories li
{
	background-image: url(../images/com/folder-open.png);
	background-repeat: no-repeat;
	padding:  0px 0 0 20px;
	margin: 20px 0 10px 0;
}
.content .toc li
{
   background-image: url(../images/com/bullet-blue.png);
}

.content .tocCategories li li
{
	background-image: url(../images/com/bullet-blue.png);
}

.backToTop
{
	text-align: right;
}
.backToTop a
{
	font-style: italic;
	font-size: 10px;
}

.red 
{
	color: Red;
	font-weight: bold;
}

.normalRed 
{
	color: Red;
}

.messageError
{
	font-style: italic;
	color: Red;
}

.messageInfo
{
	font-style: italic;
	color: purple;
}

.messageOK
{
	font-style: italic;
	color: green;
}

a.downloadLink
{
	background-image: url(../images/com/download.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
}

.content .Legal
{
	margin-top: 20px;
}
.content .Legal h2
{
	margin: 20px 0 0 0;
}

.content div.advLinks
{
	margin: 10px 5px 0 5px;
}
.content .advLinks a
{
	font-weight: bold;
}
.content .advLinks div
{
	float: left;
	padding: 0 10px;
}
.content .advLinks div div
{
	float:none;
	text-align: center;
	padding: 7px 0 0 0;
}

.content .dynamicArticle p, .content .dynamicArticle ul
{
	margin-bottom: 20px;
}


.highslide-image
{	
	background-color: #ffffff;
}

div.date
{
	font-style: italic;
	font-size: 11px;
	padding-bottom: 0;
	color: #303030;
}

.content div.downloadFile table td,
.content div.downloadFile table th
{
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: center;
}
.content div.tourNavigation
{
	margin-bottom: 40px; 
}
.content div.tourNavigation a
{
	color: #D1380A;
}
.content div.tourNavigation a.linkNext
{
	font-weight: bold;
	font-size: 14px;
}

.content div.tourNavigation span.separator
{
	margin-left: 10px;
	margin-right: 10px;
	color: #acacac;
}
.content div.tourFeature
{
	/*font-weight: bold;
	font-size: 14px;
	color: #494949;*/
} 

.content p.figure
{
	margin-top: 25px;
	margin-bottom: 0px;
}

.content table.figure td
{
	border: none;
	vertical-align: bottom;
}

.content p.caption
{
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 40px;
}

.content p.AccentedPar{ font-size: 14px; }


