/*shortcuts*/

 div.shortcuts-inline {
    display: inline;
    float: right;
    text-align: right;
    font-size: 85%;
    line-height: 2em;
    line-height: normal;
    padding: 10px;
}

 div.shortcuts-inline a,
 div.shortcuts-inline a:link,
 div.shortcuts-inline a:visited {
    color: #333333;
    text-decoration: none;
    background: none;
}

 div.shortcuts-inline a:hover,
 div.shortcuts-inline a:active {
    color: #333333;
    text-decoration: underline;
    background: none;
}

 .shortcuts-inline ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

 .shortcuts-inline li {
    display: inline;
    padding: 0 5px;
    background: none;
}

 .shortcuts-inline li.shortcuts-print {
    background: transparent url(../modules/assets/css/img/shortcuts-print.png ) no-repeat 0% 50%;
    padding-left: 16px;
}

 .shortcuts-inline li.shortcuts-typoincrease {
    background: transparent url(../modules/assets/css/img/shortcuts-typoincrease.png ) no-repeat 0% 50%;
    padding-left: 16px;
}

 .shortcuts-inline li.shortcuts-typoreduce {
    background: transparent url(../modules/assets/css/img/shortcuts-typoreduce.png ) no-repeat 0% 50%;
    padding-left: 16px;
}

 .shortcuts-inline li.shortcuts-home {
    background: transparent url(../modules/assets/css/img/shortcuts-home.png ) no-repeat 0% 50%;
    padding-left: 16px;
}

 .shortcuts-inline li.shortcuts-contact {
    background: transparent url(../modules/assets/css/img/shortcuts-contact.png ) no-repeat 0% 50%;
    padding-left: 16px;
}

 .shortcuts-inline li.shortcuts-sitemap {
    background: transparent url(../modules/assets/css/img/shortcuts-sitemap.png ) no-repeat 0% 50%;
    padding-left: 16px;
}

 .shortcuts-inline li.shortcuts-mysettings {
    background: transparent url(../modules/assets/css/img/shortcuts-mysettings.png ) no-repeat 0% 50%;
    padding-left: 16px;
}
 .shortcuts-inline li.shortcuts-contribute {
    background: transparent url(../modules/assets/css/img/shortcuts-contribute.png ) no-repeat 0% 50%;
    padding-left: 16px;
}
 .shortcuts-inline li.shortcuts-edit {
    background: transparent url(../modules/assets/css/img/shortcuts-edit.png ) no-repeat 0% 50%;
    padding-left: 16px;
}

 .shortcuts-inline li.shortcuts-login {
    background-color: #eaeaea ;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #ccc;
}
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
	width:40px;
}

.container_16 .grid_2 {
	width:100px;
}

.container_16 .grid_3 {
	width:160px;
}

.container_16 .grid_4 {
	width:220px;
}

.container_16 .grid_5 {
	width:280px;
}

.container_16 .grid_6 {
	width:340px;
}

.container_16 .grid_7 {
	width:400px;
}

.container_16 .grid_8 {
	width:460px;
}

.container_16 .grid_9 {
	width:520px;
}

.container_16 .grid_10 {
	width:580px;
}

.container_16 .grid_11 {
	width:640px;
}

.container_16 .grid_12 {
	width:700px;
}

.container_16 .grid_13 {
	width:760px;
}

.container_16 .grid_14 {
	width:820px;
}

.container_16 .grid_15 {
	width:880px;
}

.container_16 .grid_16 {
	width:940px;
}



/* Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
	padding-left:60px;
}

.container_16 .prefix_2 {
	padding-left:120px;
}

.container_16 .prefix_3 {
	padding-left:180px;
}

.container_16 .prefix_4 {
	padding-left:240px;
}

.container_16 .prefix_5 {
	padding-left:300px;
}

.container_16 .prefix_6 {
	padding-left:360px;
}

.container_16 .prefix_7 {
	padding-left:420px;
}

.container_16 .prefix_8 {
	padding-left:480px;
}

.container_16 .prefix_9 {
	padding-left:540px;
}

.container_16 .prefix_10 {
	padding-left:600px;
}

.container_16 .prefix_11 {
	padding-left:660px;
}

.container_16 .prefix_12 {
	padding-left:720px;
}

.container_16 .prefix_13 {
	padding-left:780px;
}

.container_16 .prefix_14 {
	padding-left:840px;
}

.container_16 .prefix_15 {
	padding-left:900px;
}



/* Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
	padding-right:60px;
}

.container_16 .suffix_2 {
	padding-right:120px;
}

.container_16 .suffix_3 {
	padding-right:180px;
}

.container_16 .suffix_4 {
	padding-right:240px;
}

.container_16 .suffix_5 {
	padding-right:300px;
}

.container_16 .suffix_6 {
	padding-right:360px;
}

.container_16 .suffix_7 {
	padding-right:420px;
}

.container_16 .suffix_8 {
	padding-right:480px;
}

.container_16 .suffix_9 {
	padding-right:540px;
}

.container_16 .suffix_10 {
	padding-right:600px;
}

.container_16 .suffix_11 {
	padding-right:660px;
}

.container_16 .suffix_12 {
	padding-right:720px;
}

.container_16 .suffix_13 {
	padding-right:780px;
}

.container_16 .suffix_14 {
	padding-right:840px;
}

.container_16 .suffix_15 {
	padding-right:900px;
}



/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
	left:60px;
}

.container_16 .push_2 {
	left:120px;
}

.container_16 .push_3 {
	left:180px;
}

.container_16 .push_4 {
	left:240px;
}

.container_16 .push_5 {
	left:300px;
}

.container_16 .push_6 {
	left:360px;
}

.container_16 .push_7 {
	left:420px;
}

.container_16 .push_8 {
	left:480px;
}

.container_16 .push_9 {
	left:540px;
}

.container_16 .push_10 {
	left:600px;
}

.container_16 .push_11 {
	left:660px;
}

.container_16 .push_12 {
	left:720px;
}

.container_16 .push_13 {
	left:780px;
}

.container_16 .push_14 {
	left:840px;
}

.container_16 .push_15 {
	left:900px;
}



/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
	left:-60px;
}

.container_16 .pull_2 {
	left:-120px;
}

.container_16 .pull_3 {
	left:-180px;
}

.container_16 .pull_4 {
	left:-240px;
}

.container_16 .pull_5 {
	left:-300px;
}

.container_16 .pull_6 {
	left:-360px;
}

.container_16 .pull_7 {
	left:-420px;
}

.container_16 .pull_8 {
	left:-480px;
}

.container_16 .pull_9 {
	left:-540px;
}

.container_16 .pull_10 {
	left:-600px;
}

.container_16 .pull_11 {
	left:-660px;
}

.container_16 .pull_12 {
	left:-720px;
}

.container_16 .pull_13 {
	left:-780px;
}

.container_16 .pull_14 {
	left:-840px;
}

.container_16 .pull_15 {
	left:-900px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
 form.simplesearchform {
	position:relative;
	width:180px;
	margin-bottom:0.5em
}
 form.simplesearchform label {
	display:none;
}
 form.simplesearchform .text-input {
	border:1px solid #BCBBBB;
	background: #fff;
	color:#666;
	height:20px;
	padding:4px 30px 2px 5px;
	vertical-align:middle;
	width:144px;
	border: solid 1px #bcbbbb;
	outline: none;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
 form.simplesearchform .searchsubmit {
	background:transparent url(../modules/search/css/img/search-submit.png) no-repeat;
	border:none;
	cursor:pointer;
	height:26px;
	padding:0;
	position:absolute;
	right:2px;
	text-indent:-9999px;
	top:2px;
	width:26px;
}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}

img,body,html{border:0;}

/******************************************************************************
* Body and GWT .x-border-layout-ct BG
******************************************************************************/
.gwt-body-edit,
body {
	background-color:#f0eee4;
}
body {
	width:100%;
	background-color:#f0eee4;
	font-size:80%;
	color:#36393d;
	font-family: Arial, Helvetica, sans-serif;
	line-height:160%;
}
/******************************************************************************
* Utils
******************************************************************************/
.collapsible {
	display:none;
}
 .clear 	{
	clear:both;
}
 .clearitem 	{
	clear:both;
}

 br.clear {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	line-height:0px;	/* no height ! */
	font-size:0px;
}
 .hide,  .hidden {
	display:none;
}

 .floatright {
	float:right;
	position:relative;
	margin: 5px;
}
 .floatleft {
	float:left;
	position:relative;
	margin: 5px;
}

 .leftside{
	float:left;
	position:relative;
}
 .rightside{
	float: right;
	position:relative;
}
 .clearMaringPadding{
	padding:0;
	margin:0;
}
/******************************************************************************
*  topheader
******************************************************************************/
 #topheader{
	position:relative;
	z-index:900;
	width:960px;
	margin: 0 auto ;
}
/******************************************************************************
*  Languages
******************************************************************************/
 div#languages {
	float:right;
	display:inline;
	padding:10px;
}

 #languages ul  {
	list-style: none;
	float:left;
	display:inline;
	margin:0;
	font-size:85%;
	line-height:normal;
}
 #languages li {
	display:inline;
	padding:0 5px;
	background: none;
}
 #languages li.selected {
	color:#900;
	text-decoration:underline
}
 #languages a,
 #languages a:link,
 #languages a:visited {
	color:#333;
	text-decoration:none;
	background:none;
}
 #languages a:hover,
 #languages a:active {
	color:#900;
	text-decoration:underline;
	background:none;
}
/******************************************************************************
*  Float Right List for ordered or unordered links list
******************************************************************************/
 .FloatRightList ul {
	text-align:right;
	list-style:none;
	margin:0;
	padding:0;
}

 .FloatRightList li {
	list-style:none;
	padding-left:1em;
	display:inline;
	line-height:125%
}
/******************************************************************************
* list Arrow
******************************************************************************/
 ul.arrowList, .arrowList ul {
	margin:5px 0;
	position:relative;
	list-style:none;
}
 .arrowList li {
	background: url(../modules/templates-web/css/img/arrow.png) no-repeat 0 2px;
	padding:0 0 0 12px;
	clear:left;
	list-style:none;
}
/******************************************************************************
*  Hilight List
******************************************************************************/

 .hilightList ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	border-bottom:none;
}
 .hilightList li {
	list-style-type:none;
	margin:0;
	padding:0;
}
 .hilightList li a,
 .hilightList li a:link,
 .hilightList li a:visited
{
	border-bottom:1px solid #ccc;
	padding:0.2em 0.5em;
	display:block;
	text-decoration:none;
	color:#333;
}
 .hilightList li a:hover,
 .hilightList li a:active {
	text-decoration:none;
	color:#900;
	background-color:#eaeaea
}

/******************************************************************************
* header-part1
******************************************************************************/
 div#headerPart1{
	position:relative;
	width: 940px;
}

/******************************************************************************
*  page
******************************************************************************/
 #page {
	padding:10px;
	width:960px;
	background-color:#fff;
	margin: 10px auto 10px auto ;
}
/******************************************************************************
*  bottomheader
******************************************************************************/
/*Navigation N1*/
 div .navigationN1{
	clear:both;
	background:#dad9d8 url(../modules/templates-web/css/img/navigationN1-top.png) no-repeat top left;
	margin: 0;
	padding:0 ;
	width:960px
}
 .navigationN1 ul {
	clear:both;
	list-style-type:none;
	overflow:hidden;
	background:transparent url(../modules/templates-web/css/img/navigationN1-bottom.png) no-repeat bottom left;
	margin: 0;
	padding:0 ;
	width:960px
}
 .navigationN1 li {
	display:inline;
	float:left;
	margin:0;
	padding:0;
}

 .navigationN1 li a {
	background:transparent url(../modules/templates-web/css/img/navigationN1-separator.png) no-repeat 100% 50% ;
	color:#333;
	display:inline;
	float:left;
	padding:6px 15px;
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
	white-space:nowrap
}
 .navigationN1 li.lastInLevel a {
	background:none;
}
 .navigationN1 li a:hover,
 .navigationN1 li.selected a,
 .navigationN1 li.selected a:link,
 .navigationN1 li.selected a:visited,
 .navigationN1 li.selected a:hover,
 .navigationN1 li.selected a:active {
	color:#900;
}

/******************************************************************************
*  content
******************************************************************************/
 #content{
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
	z-index:700;

}
/******************************************************************************
* footer
******************************************************************************/
 #footer{
	clear:both;
}
 #footer a,
 #footer a:link,
 #footer a:visited {
	color:#333;
	text-decoration:none;
	background:none;
}
 #footer a:hover,
 #footer a:active {
	color:#900;
	text-decoration:underline;
	background:none;
}
/******************************************************************************
*  footerPart1
******************************************************************************/
 #footerPart1{
	background-color:#EAEAEA;
	clear:both;
	color:#333333;
	font-size:85%;
	line-height:100%;
	overflow:hidden;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;

}
/******************************************************************************
*  footerPart2
******************************************************************************/
 #footerPart2{
	clear:both;
	text-align:left;
	font-size:85%;
	line-height:120%;
	color:#666;
	overflow:hidden;
	width:960px;
	padding-top:10px;
	padding-bottom:10px;
}
/******************************************************************************
*  footerPart3
******************************************************************************/
 #footerPart3{
	clear:both;
	text-align:left;
	font-size:85%;
	line-height:100%;
	color:#333;
	overflow:hidden;
	background-color:#eaeaea;
	width:960px;
	padding-top:10px;
	padding-bottom:10px;
}
 #footerPart3 p {
	text-transform:capitalize;
	padding:0.2em 0 0.2em 0;
}
 #footerPart3 p.footerText {
	font-style:italic;
	padding:0.2em 0 2em 0;
	color:#dad0c7
}
 #footerPart3 a,
 #footerPart3 a:link,
 #footerPart3 a:visited {
	color:#333;
	text-decoration:none;
}
 #footerPart3 a:hover,
 #footerPart3 a:active {
	color:#333;
	text-decoration:underline;
}
/*bottomshortcuts*/

 div#bottomshortcuts{
	display:inline;
}

 #bottomshortcuts ul  {
	margin:0;
	padding:0;
	list-style:none;
}
 #bottomshortcuts li {
	display:inline;
	background: url(../modules/templates-web/css/img/bottomshortcuts-bullet.png) no-repeat 100% 50%;
	padding-right:10px;
	margin-right:10px;
}
 #bottomshortcuts .last {
	background:none;
	padding-right:0;
	margin-right:0;
}
/******************************************************************************
*  General
******************************************************************************/
 a,
 a:link,
 a:visited {
	color:#900;
	text-decoration:underline;
}
 a:hover,
 a:active {
	color:#900;
	text-decoration:none;
}
 p{
	margin:0.5em 0;
}
 ul  {
	margin:1em 0 1em 2em;
	padding:0;
	list-style-position:outside;
}

 li  {
	margin:0;
	padding:0;
}
 ol  {
	margin:1em 0 1em 2em;
	padding:0;
	list-style-position:outside;
}

 ol li {
	margin:0;
	padding:0;
	background: none;
	list-style: decimal
}
 dt {
	font-weight:bold;
	color:#900
}
 dd {
	padding:0 0 0 0.5em;
}
 h1 {
	color:#333;
	font-weight:normal;
	font-size:2.2em;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
 h2 {
	color:#900;
	font-weight:normal;
	font-size:2em;
	margin:0 0 0.5em 0 ;
	padding:0;
}

 h3 {
	color:#333;
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 0.5em 0 ;
	padding:0;
}

 h4 {
	font-size:1.2em;
	color:#333;
	font-weight:bold;
	margin:0 0 0.5em 0 ;
	padding:0 0 5px 0;
	border-bottom:1px dotted #ccc
}

 h5 {
	font-size:1em;
	font-weight:bold;
	color:#333;
	margin:0;
	padding:0;

}

 fieldset {
	padding:0.5em;
	border:1px solid #ccc;
	margin:0.5em 0;
}
 legend {
	font-size:1em;
	color:#333;
	padding:0 0.5em;
	background:#fff url(../modules/templates-web/css/img/contactformlegend.png) repeat-x bottom left;
	border:1px solid #ccc;
	display:inline;
	color:#333;
	font-weight:bold;
	text-transform:uppercase
}
 hr {
	height:1px;
	background-color:#ccc;
	color:#ccc;
	border: none;
	margin : 1em 0;
}
 blockquote {
	background:#eaeaea url(../modules/templates-web/css/img/blockquote.png) no-repeat top left;
	border:1px solid #ccc;
	font-style:italic;
	margin-bottom:10px;
	margin-top:10px;
	padding:20px;
}

 div.intro{
	color:#333;
	line-height:1.6em;
	font-size:1.4em;
	text-align:justify;
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
	padding:0.5em 0.5em;
	margin : 1em 0;
}
 div.intro p{
	padding:0;
	margin : 0;
}
 textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%
}
 input,
 select,
 textarea {
	background-color:transparent;
	background:#fff url(../modules/templates-web/css/img/input_bg.png) repeat-x top left;
	border:1px solid #ccc;
	color:#666;
	padding:4px 5px;
}

 input.gobutton{
	background:none;
	border:none;
	margin:0;
		padding:0;
	vertical-align: bottom;
}
 .small {
	font-weight:0.8em;
}
 .colorlight {
	color:#666
}
/******************************************************************************
*  Float Right Links List ordered or unordered
******************************************************************************/
 ul.FloatRightList {
	text-align:right;
	list-style:none;
	margin:0;
	padding:0;
}
 .FloatRightList li {
	list-style:none;
	padding-left:1em;
	display:inline;
	line-height:125%
}
/******************************************************************************
*  Images
******************************************************************************/
 .imagefloatright {
	float:right;
	margin-bottom:20px;
	padding-left:20px;
}
 .imagefloatleft {
	float:left;
	margin-bottom:20px;
	padding-right:20px;
}
 .imagefloatright {
	float:right;
	margin-bottom:20px;
	padding-left:20px;
}

 .itemImage {
	background-color:#F4F4F4;
	border:1px solid #CCC;
	position:relative;
	padding:1px;
	margin-bottom:10px;
}
 .imagefloatleft .itemImage  {
	margin-bottom:0px;
}
 .imagefloatright .itemImage  {
	margin-bottom:0px;
}
 div.itemImageRight {
	float:right;
}
 div.itemImageLeft {
	float:left;
}
 .itemImage img {
	background-color:#e1e1e1;
	display: block;
	padding:9px;
}
 .itemImagewhite img{
	background-color:#fff;
	display: block;
}
/******************************************************************************
*  Button
******************************************************************************/
 .divButton{
	text-align:center;
	margin:0 0 10px 0;
	overflow:hidden;
}
 .divButtonRight{
	text-align:right;
	overflow:hidden;
}
 input.button,  button {
	margin-right:0.5em;
}

 .button,   button{
	background:#fff url(../modules/templates-web/css/img/bg-button.png) repeat-x bottom left;
	border:1px solid #333;
	color:#333;
	text-transform:uppercase;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	text-align:center;
	font-size:80%;
	padding:6px 15px 4px 15px;
}
 .button:hover,  button:hover {
	cursor: pointer;
	background:#fff url(../modules/templates-web/css/img/bg-button-on.png) repeat-x top left;
	color:#900;
}
/******************************************************************************
* Title h3
******************************************************************************/
 h3.titleIcon {
	color:#333;
	padding:0 50px 5px 2px;
	position:relative;
}
 h3.titleIcon img {
	position:absolute;
	right:0;
	top:-5px;
}
/******************************************************************************
*  <A> Button
******************************************************************************/

  a.aButton,
  a.aButton:link,
  a.aButton:visited {
	background: transparent url(../modules/templates-web/css/img/button-right.png) no-repeat scroll top right;
	display: block;
	float: left;
	height: 24px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color:#fff;
	margin-top: 5px;
}
  a.aButton span {
	/* Background left image */
	background: transparent url(../modules/templates-web/css/img/button-left.png) no-repeat;
	display: block;
	line-height: 12px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 6px 0 6px 18px;
}
  a.aButton:hover span{
	text-decoration:underline;
}
  a.aButtonRight,
  a.aButtonRight:link,
  a.aButtonRight:visited{
	float: right;
}
/******************************************************************************
*  <A> bottomanchor
******************************************************************************/
 div.bottomanchor {
	border-top:1px dotted #ccc;
	line-height:1.2em;
	padding:0.2em;
	margin: 1em 0;
	clear:both;
}
 .bottomanchor a,
 .bottomanchor a:link,
 .bottomanchor a:visited  {
	float:right;
	margin:0 ;
	font-size:80%;
	background: url(../modules/templates-web/css/img/bottomanchor.png) no-repeat top right;
	padding-right:20px;
}
 .bottomanchor a:hover ,
 .bottomanchor a:active  {
	cursor: pointer;
	background: url(../modules/templates-web/css/img/bottomanchor-on.png) no-repeat top right;
}
/******************************************************************************
*  Sort
******************************************************************************/
 .sort{
	text-align:right
}
/******************************************************************************
*  Thumbnails
******************************************************************************/
 div.thumbnail {
	float:left;
	position:relative;
	margin-right:20px;
}
 div.thumbnailRight {
	float:right;
	position:relative;
	margin-left:20px;
}
 div.thumbnail img {
	position:relative
}
/******************************************************************************
* Thumbnails  List
******************************************************************************/
 div.thumbnailList{
	margin-top:10px;
	margin-bottom:10px;
}
 div.thumbnailList a{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #fff
}
 div.thumbnailList a:hover{
	border:1px solid #000
}
/******************************************************************************
* breadcrumb
******************************************************************************/

 ul.breadcrumb  {
	font-size:90%;
	margin:1em 0;
	padding:0;
	list-style:none;
	color:#999;
}
 ul.breadcrumb li {
	display:inline;
	margin:0;
	padding:0;
	background: none;
	margin: 0.4em ;
}
 ul.breadcrumb a,
 ul.breadcrumb a:link,
 ul.breadcrumb a:visited
{
	padding:0 1em 0 0;
	margin:0;
	background: url(../modules/templates-web/css/img/breadcrumb-separator.png) no-repeat 100% 50% ;
	color:#999;
	text-decoration:underline;
}
 ul.breadcrumb li:last-child a {
    background-image:none;
}

 ul.breadcrumb a:hover,
 ul.breadcrumb a:active {
	color:#900;
	text-decoration:underline;
}
 pre {
	background-color:#EAEAEA;
	border-left:4px solid #CCCCCC;
	font-family:Courier,"Courier New",monospace;
	font-size:100%;
	overflow:auto;
	margin-bottom:15px;
	margin-top:15px;
	padding:20px;
	line-height:100%
}
/******************************************************************************
* navigationN2
******************************************************************************/
 div .navigationN2 {
	border-top:5px solid #ddd3ca;
	margin-bottom:10px;
}

 .navigationN2 ul{
	margin:0;
	padding:0;
	list-style: none;
	background-color:#fff;

}
 .navigationN2 li{
	margin:0;
	padding:0;
	background: none;
	line-height:2.2em;
	list-style:none
}
 .navigationN2 li li{
	margin:0;
	padding:0;
	border-bottom:none;
}
 .navigationN2 a,
 .navigationN2 a:link,
 .navigationN2 a:visited {
	display: block;
	text-decoration: none;
	height:1%;
	background: none;
	color:#333;
}
 .navigationN2 a:hover,
 .navigationN2 a:active{
	background:none;
	color:#900;
}

 .navigationN2 .level_1 a,
 .navigationN2 .level_1 a:link,
 .navigationN2 .level_1 a:visited {
	padding:0 2px 0 20px;
	background: url(../modules/templates-web/css/img/bg-navigationN2-L1.png) no-repeat 10px 50%;
	border-bottom:1px solid #ccc;
	margin:1px 0;
}
 .navigationN2 .level_1 a.inpath,
 .navigationN2 .level_1 a.inpath:link ,
 .navigationN2 .level_1 a.inpath:visited ,
 .navigationN2 .level_1 a.inpath:hover ,
 .navigationN2 .level_1 a.inpath:active{
	font-weight:bold;
	background: #eaeaea url(../modules/templates-web/css/img/bg-navigationN2-L1-on.png) no-repeat 6px 50%;
}

 .navigationN2 .level_1 a:hover,
 .navigationN2 .level_1 a:active{
	color:#900;
	background: url(../modules/templates-web/css/img/bg-navigationN2-L1-selected.png) no-repeat 10px 50%;
	background-color:#ddd3ca;
}
 .navigationN2 .level_1 a.selected,
 .navigationN2 .level_1 a.selected:link ,
 .navigationN2 .level_1 a.selected:visited ,
 .navigationN2 .level_1 a.selected:hover,
 .navigationN2 .level_1 a.selected:active {
	background: url(../modules/templates-web/css/img/bg-navigationN2-L1-selected.png) no-repeat 10px 50%;
	color:#c03;
}

 .navigationN2 .level_2 a,
 .navigationN2 .level_2 a:link,
 .navigationN2 .level_2 a:visited {
	padding:0 2px 0 40px;
	background: url(../modules/templates-web/css/img/bg-navigationN2-L2.png) no-repeat 30px 50% ;
}
 .navigationN2 .level_2 a.inpath,
 .navigationN2 .level_2 a.inpath:link ,
 .navigationN2 .level_2 a.inpath:visited ,
 .navigationN2 .level_2 a.inpath:hover ,
 .navigationN2 .level_2 a.inpath:active{
	font-weight:bold;
	background: #eaeaea url(../modules/templates-web/css/img/bg-navigationN2-L2-on.png) no-repeat 26px 50% ;
}
 .navigationN2 .level_2 a:hover,
 .navigationN2 .level_2 a:active{
	color:#900;
	background: url(../modules/templates-web/css/img/bg-navigationN2-L2-selected.png) no-repeat 30px 50% ;
	background-color:#ddd3ca;
}

 .navigationN2 .level_2 a.selected,
 .navigationN2 .level_2 a.selected:link ,
 .navigationN2 .level_2 a.selected:visited ,
 .navigationN2 .level_2 a.selected:hover,
 .navigationN2 .level_2 a.selected:active {
	background: url(../modules/templates-web/css/img/bg-navigationN2-L2-selected.png) no-repeat 30px 50% ;
	color:#c03;
}
 .navigationN2 .level_3 a,
 .navigationN2 .level_3 a:link,
 .navigationN2 .level_3 a:visited {
	padding:0 2px 0 60px;
	background: url(../modules/templates-web/css/img/bg-navigationN2-L3.png) no-repeat 50px 50% ;

}
 .navigationN2 .level_3 a.inpath,
 .navigationN2 .level_3 a.inpath:link ,
 .navigationN2 .level_3 a.inpath:visited ,
 .navigationN2 .level_3 a.inpath:hover ,
 .navigationN2 .level_3 a.inpath:active{
	font-weight:bold;
	background: #eaeaea url(../modules/templates-web/css/img/bg-navigationN2-L3-on.png) no-repeat 46px 50% ;
}
 .navigationN2 .level_3 a:hover,
 .navigationN2 .level_3 a:active{
	color:#900;
	background: url(../modules/templates-web/css/img/bg-navigationN2-L3-selected.png) no-repeat 50px 50% ;
	background-color:#ddd3ca;
}
 .navigationN2 .level_3 a.selected,
 .navigationN2 .level_3 a.selected:link ,
 .navigationN2 .level_3 a.selected:visited ,
 .navigationN2 .level_3 a.selected:hover,
 .navigationN2 .level_3 a.selected:active {
	background: url(../modules/templates-web/css/img/bg-navigationN2-L3-selected.png) no-repeat 50px 50% ;
	color:#c03;
}
 .navigationN2 .level_4 a,
 .navigationN2 .level_4 a:link,
 .navigationN2 .level_4 a:visited {
	padding:0 2px 0 80px;
	background: url(../modules/templates-web/css/img/bg-navigationN2-L4.png) no-repeat 70px 50%;

}
 .navigationN2 .level_4 a.inpath,
 .navigationN2 .level_4 a.inpath:link ,
 .navigationN2 .level_4 a.inpath:visited ,
 .navigationN2 .level_4 a.inpath:hover,
 .navigationN2 .level_4 a.inpath:active{
	font-weight:bold;
	background: #eaeaea url(../modules/templates-web/css/img/bg-navigationN2-L4-on.png) no-repeat 66px 50% ;
}
 .navigationN2 .level_4 a:hover,
 .navigationN2 .level_4 a:active{
	color:#900;
	background: url(../modules/templates-web/css/img/bg-navigationN2-L4-selected.png) no-repeat 70px 50% ;
	background-color:#ddd3ca;
}
 .navigationN2 .level_4 a.selected,
 .navigationN2 .level_4 a.selected:link ,
 .navigationN2 .level_4 a.selected:visited ,
 .navigationN2 .level_4 a.selected:hover,
 .navigationN2 .level_4 a.selected:active {
	background: url(../modules/templates-web/css/img/bg-navigationN2-L4-selected.png) no-repeat 70px 50% ;
	color:#c03;
}
 .navigationN2 .level_5 a,
 .navigationN2 .level_5 a:link,
 .navigationN2 .level_5 a:visited {
	padding:0 2px 0 100px ;
	background: url(../modules/templates-web/css/img/bg-navigationN2-L5.png) no-repeat 90px 50% ;
}
 .navigationN2 .level_5 a.inpath,
 .navigationN2 .level_5 a.inpath:link ,
 .navigationN2 .level_5 a.inpath:visited ,
 .navigationN2 .level_5 a.inpath:hover ,
 .navigationN2 .level_5 a.inpath:active{
	font-weight:bold;
	background: #eaeaea url(../modules/templates-web/css/img/bg-navigationN2-L5-on.png) no-repeat 86px 50% ;
}

 .navigationN2 .level_5 a:hover,
 .navigationN2 .level_5 a:active{
	color:#900;
	background: url(../modules/templates-web/css/img/bg-navigationN2-L5-selected.png) no-repeat 90px 50% ;
	background-color:#ddd3ca;
}
 .navigationN2 .level_5 a.selected,
 .navigationN2 .level_5 a.selected:link ,
 .navigationN2 .level_5 a.selected:visited ,
 .navigationN2 .level_5 a.selected:hover,
 .navigationN2 .level_5 a.selected:active {
	background: url(../modules/templates-web/css/img/bg-navigationN2-L5-selected.png) no-repeat 90px 50% ;
	color:#c03;
}

/******************************************************************************
* more info
******************************************************************************/
 div.more {
	float:right;
	font-size:11px;
	font-weight:bold;
	background: transparent url(../modules/templates-web/css/img/more.png) no-repeat 0% 50% ;
	padding:0 0 0 12px;
	margin-bottom:0;
	display:block;
}
 .more span {
}
 a.returnLink {
    background: transparent url(../modules/templates-web/css/img/returnlink.png ) no-repeat 0% 50%;
    padding-left: 16px;
}
/******************************************************************************
*  News List newsList3
******************************************************************************/
 ul.newsList3 {
	margin:0;
	padding:0;
}
 .newsList3 li{
	list-style-type:none;
	margin:0;
	padding:0;
	font-weight:bold;
	border-bottom:1px solid #eaeaea;
	background: url(../modules/templates-web/css/img/newslist3.png) no-repeat 0.5em 0.2em;
	padding:0.2em;
	padding-left:30px;
}
 .newsList3 li:hover{
background-color:#eaeaea
}

 .newsList3 li.lastnews  {
	border:none;
}

 .newsList3 a,
 .newsList3 a:link,
 .newsList3 a:visited {
	color:#333;
	text-decoration:none;
}
 .newsList3 a:hover,
 .newsList3 a:active {
	color:#900;
	text-decoration:underline;
}
/******************************************************************************
*  Pagination
******************************************************************************/
 div.pagination {
	height:1%;
	overflow:hidden;
	text-transform:uppercase;
	border-top : 1px solid #ccc;
	background-color:#eaeaea;
	padding:0.5em 0.5em;
	margin:0.5em 0;
}
 .paginationPosition {
	float:left;
	font-size:0.9em;
	font-weight:bold;
	color:#333;
	padding:0.5em;
}
 .paginationNavigation {
	float:right;
	font-size:0.9em;

}
 .paginationNavigation a,
 .paginationNavigation a:link,
 .paginationNavigation a:visited,
 .paginationNavigation a:hover,
 .paginationNavigation a:active {
	text-decoration:none;
	padding:0.2em 0.5em;
	cursor:pointer;
}

 .paginationNavigation a:hover {
	background:#900;
	color:#fff;
}
 .paginationNavigation .currentPage{
	background:#900;
	color:#fff;
	padding:0.2em 0.5em;
}


 .paginationNavigation span {
	text-decoration:none;
	color:#666;
	padding:0;
}
/******************************************************************************
*  AlphabeticalMenu
******************************************************************************/
 div.alphabeticalMenu {
	height:1%;
	overflow:hidden;
	text-transform:uppercase;
	border-top : 1px solid #ccc;
	background-color:#eaeaea;
	padding:0.5em 0.5em;
	margin:0.5em 0;
}
 .alphabeticalLabel {
	float:left;
	font-size:0.9em;
	font-weight:bold;
	color:#333;
}
 .alphabeticalNavigation {
	float:right;
	font-size:0.9em;

}
 .alphabeticalNavigation a:link,
 .alphabeticalNavigation a:visited,
 .alphabeticalNavigation a:hover,
 .alphabeticalNavigation a:active {
	text-decoration:none;
	padding:0.2em 0.5em;
}

 .alphabeticalNavigation a:hover {
	background:#900;
	color:#fff;
}
 .alphabeticalNavigation .current{
	background:#900;
	color:#fff;
	padding:0.2em 0.5em;
}


 .alphabeticalNavigation span {
	text-decoration:none;
	color:#666;
	padding:0;
}
/******************************************************************************
*  formSearchTop
******************************************************************************/
 #formSearchTop {
	margin:0;
	margin-bottom:10px;
	padding:0;
	display: block;
}
 #formSearchTop label{
	font-weight: normal;
}
 #formSearchTopA label{
	display:none
}

 #formSearchTopA {
	background:transparent url(../modules/templates-web/css/img/bg-formsearchtop.png) no-repeat 0 0;
	margin:0;
	padding:0;
	width:280px;
	height: 36px;
	display: block;
}
 #formSearchTop:hover{
	background:transparent url(../modules/templates-web/css/img/bg-formsearchtop.png) no-repeat 0px -36px;

}
 #formSearchTop p{
	margin:0;
	padding:0;
}

 #formSearchTop .text{
	margin:10px 0 0 20px;
	background-color: transparent;
	border:none;
	color:#666;
	height:15px;
	width:232px;
}

 #formSearchTop .gobutton{
	margin-left:2px;
	vertical-align: bottom;
}

 #formSearchTop p.loginFormTopSection{
	margin:0 1.5em;
	padding:0;
	clear:both;
	font-size:90%;
	line-height:normal;
}
/******************************************************************************
*  links List
******************************************************************************/
 ul.links {
	margin:0;
	padding:0;
}
 .links li{
	list-style-type:none;
	margin:0;
	padding:0;
	font-weight:bold;
	border-bottom:1px solid #eaeaea
}
 .links li:hover{
	background-color:#eaeaea
}
 li.link  {
	background: url(../modules/templates-web/css/img/link.png) no-repeat 0.5em 0.6em;
	padding:0.5em;
	padding-left:30px;
}
 li.externallink  {
	background: url(../modules/templates-web/css/img/externallink.png) no-repeat 0.5em 0.5em;
	padding:0.5em;
	padding-left:30px;
}
 .links li.lastlink  {
	border-bottom:none
}
 .links a,
 .links a:link,
 .links a:visited {
	text-decoration:none;
}
 .links a:hover,
 .links a:active {
	text-decoration:underline;
}



/******************************************************************************
*  Summary
******************************************************************************/
 ul.summary,  .summary {
	margin:10px 0;
	line-height:130%;
	padding: 10px;
	background-color:#eaeaea;
	border:1px solid #ccc;
	list-style:none;
}
 .summary a,
 .summary a:link,
 .summary a:visited {
	text-decoration:none;
}
 .summary a:hover,
 .summary a:active {
	text-decoration:underline;
}

 .summary ul {
	margin:0;
	padding:0 0 0 2em;
	list-style:none;
}
 .summary li {
	padding:0;
	margin-bottom:10px
}

/******************************************************************************
*  Tables
******************************************************************************/
 .table th img{
	vertical-align: middle
}
 .table,
 .table caption
{
    margin: auto;
	line-height:1.9em;

}

 .table
{
    border-collapse:collapse;
	margin-bottom:1em;
	font-size:0.85em;
	border:none;
}

 .table caption
{
	font-weight:normal;
	font-size:2em;
	margin:0 ;
	padding:0;

}
 .table,  .table th,  .table td
{
border: 1px solid #ccc;
}
 .table th {
    color: #333;
	white-space:nowrap;
	background-color:#CCCCCC;
	padding:5px;
}
 .table td
{
	background-color:#fff;
	padding:5px;
}
 .table tr:hover{
	background-color:#f0f0f0
}
 .table .odd td{background-color:#eaeaea}
 .table .even td{ background-color:#fff}
 .col1{}
 .col2{}
 .col3{}
 .col4{}

 .table td.center,
 .table th.center
{
	text-align:center;
}
/******************************************************************************
*  Visibility
******************************************************************************/
 .visibility
{
	display:block
}
 span.visibility
{
	font-weight:bold;
	font-size:0.85em
}
/******************************************************************************
*  Preferences Form
******************************************************************************/
 .preferencesForm
{
margin:10px 0;
}
 .preferencesForm fieldset
{
border:none
}
 .preferencesForm legend
{
display:none
}
/******************************************************************************
*  menu-tabs-home
******************************************************************************/
 div.idTabs-home{
	margin-top:1em;
	margin-bottom:1em
}

 /******************************************************************************
*  video
******************************************************************************/
 div.clip{
	margin-bottom: 0.5em ;
}
/******************************************************************************
*  Code
******************************************************************************/
 code,
 .code{
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #333;
	background-color:#eaeaea;
	padding:0 0.5em;
}
/******************************************************************************
*  highlight
******************************************************************************/
 .highlight{
	background-color:#ffff99;
	padding-right:0.5em;
	padding-left:0.5em;
}
/******************************************************************************
*  Home shortcuts
******************************************************************************/
 ul.homeShortcuts {
	margin:0.5em 0;
	padding:0;
	list-style:none;
}
 .homeShortcuts li{
	margin:0;
	padding:0.5em 0;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	list-style:none;
}

 .homeShortcuts li:hover{
	background-color:#eaeaea;
	border-bottom:1px solid #ccc;
}
 li.codebase {
	background:url(../modules/templates-web/css/../img-text/codebase.png) no-repeat 0px 2px;
	padding-left:26px;
}
 li.faq {
	background:url(../modules/templates-web/css/../img-text/faq.png) no-repeat 0px 2px;
	padding-left:26px;
}
 li.hotFixes {
	background:url(../modules/templates-web/css/../img-text/hotFixes.png) no-repeat 0px 2px;
	padding-left:26px;
}
 li.forum {
	background:url(../modules/templates-web/css/../img-text/forum.png) no-repeat 0px 2px;
	padding-left:26px;
}
 li.architecture {
	background:url(../modules/templates-web/css/../img-text/architecture.png) no-repeat 0px 2px;
	padding-left:26px;
}

/******************************************************************************
*  Preferences
******************************************************************************/
 div.preferences{
	border: 1px solid #ccc;
	background-color:#eaeaea;
	padding:5px;
	font-size:90%;
	line-height:100%;
	margin:1em 0;
}
 .preferences p{
	margin:0;
	padding:0
}
 .preferences h2{
	margin:0;
	padding:0;
	font-size:1.2em;
	font-weight:bold;
}
 .preferences .preference-label{
	font-weight:bold;
}
/******************************************************************************
*  Back
******************************************************************************/
 .back{
	float:right;
	font-size:11px;
	font-weight:bold;
	padding:0 0 0 18px;
	margin-bottom:0;
	margin-left:0.5em;
	display:block;
}

/******************************************************************************
* Form
******************************************************************************/
 .Form  p{
	clear:both;
	margin:0.5em 0;
	padding:0px
}
 .Form {
	margin:1em 0 0 0;
	overflow:hidden;
}
 .formMarginLeft{
	margin:0 0 0 25%;
	padding:0 1em 0 2.3em;
}
 .Form label.left {
	float:left;
	width:25%;
	margin:0 1em 0 1em;
	padding:2px;
	text-align:right;
}

/******************************************************************************
*  error
******************************************************************************/
 input.error{
	background-color:#ffebe8;
	border:1px solid #cc3300;
}

 label.error {
 clear: both;
 display: block;
 margin: 10px 0;
 padding:10px;
 padding-left:35px;
 border:1px solid #cc3300;
 -webkit-border-radius:10px;
 -moz-border-radius:10px;
 border-radius:10px;
 background:#ffebe8 url(../modules/templates-web/css/img/error-messages.png) no-repeat 5px 50%;
}
/******************************************************************************
* Portal
******************************************************************************/
 .color-box {background:#666 ;}
 #columns .widget {
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	box-shadow: 0 1px 3px #999;
}
#columns .widget .widget-head h3 {
	color:#fff
}
/******************************************************************************
* Portal Panel slider
******************************************************************************/
  #panel {
background-color:#eaeaea;
}
 .slide {
	background: url(../modules/templates-web/css/img/mod/btn-slide.gif) no-repeat center top;
}
#panel .content .left, #panel .content .right {
border:none
}
 #toppanel ul.panellist {
border:none
}
#panel .content .right {
border:none
}
/******************************************************************************
shortcuts
******************************************************************************/
 #shortcuts{
	height:38px;
	position:relative;
	width:100px;
	float:right
}
 #shortcuts h3 {
	background:#6d6d6d url(../modules/templates-web/css/img/mod/shortcuts-bg.png) repeat-x top left;
	border:1px solid #333;
	margin:5px;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display:block;
	font-size:1.2em;
	bottom:0;
	position:absolute;
	right:0;
	color:#fff;
	margin:0;
	text-decoration:none;
	width:100px
}
 #shortcuts h3:hover {
	background:#a60000 url(../modules/templates-web/css/img/mod/shortcuts-bg-on.png) repeat-x top left;
	border:1px solid #990000;
}
 #shortcuts h3 a,
 #shortcuts h3 a:link,
 #shortcuts h3 a:visited {
	color:#fff;
	text-decoration:none
}
 #shortcuts h3 a:hover,
 #shortcuts h3 a:active{
	text-decoration:none;
	color:#fff
}

 #shortcuts ul {
	background-color:#eaeaea;
	border:1px solid #ccc;
	display:none;
	right:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:10px 4px;
	position:absolute;
	top:30px;
	margin:0;
	width:138px;
	z-index:9999;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	box-shadow: 0 1px 3px #999;
}
 #shortcuts li {
	font-size:1.1em;
	line-height:20px;
	padding:5px 5px 5px 10px;
}
 #shortcuts li a {
	text-decoration:none;
	color:#333;
}
 #shortcuts li a:hover {
	text-decoration:none;
	color:#990000;
}
/******************************************************************************
shortcuts inline
******************************************************************************/
 .shortcuts-inline li.shortcuts-print {
    background: transparent url(../modules/templates-web/css/img/mod/shortcuts-print.png ) no-repeat 0% 50% !important;
}

 .shortcuts-inline li.shortcuts-typoincrease {
    background: transparent url(../modules/templates-web/css/img/mod/shortcuts-typoincrease.png ) no-repeat 0% 50% !important;
}

 .shortcuts-inline li.shortcuts-typoreduce {
    background: transparent url(../modules/templates-web/css/img/mod/shortcuts-typoreduce.png ) no-repeat 0% 50% !important;
}

 .shortcuts-inline li.shortcuts-home {
    background: transparent url(../modules/templates-web/css/img/mod/shortcuts-home.png ) no-repeat 0% 50% !important;
}

 .shortcuts-inline li.shortcuts-contact {
    background: transparent url(../modules/templates-web/css/img/mod/shortcuts-contact.png ) no-repeat 0% 50% !important;
}

 .shortcuts-inline li.shortcuts-sitemap {
    background: transparent url(../modules/templates-web/css/img/mod/shortcuts-sitemap.png ) no-repeat 0% 50% !important;
}

 .shortcuts-inline li.shortcuts-mysettings {
    background: transparent url(../modules/templates-web/css/img/mod/shortcuts-mysettings.png ) no-repeat 0% 50% !important;
}
 .shortcuts-inline li.shortcuts-contribute {
    background: transparent url(../modules/templates-web/css/img/mod/shortcuts-contribute.png ) no-repeat 0% 50% !important;
}
 .shortcuts-inline li.shortcuts-edit {
    background: transparent url(../modules/templates-web/css/img/mod/shortcuts-edit.png ) no-repeat 0% 50% !important;
}
/******************************************************************************
*  idTabs
******************************************************************************/

  ul.idTabs {
	background:transparent url(../modules/templates-web/css/img/mod/tab-bg.png) repeat-x bottom left;
}

 .idTabs li a {
	background:transparent url(../modules/templates-web/css/img/mod/tab-left.png) no-repeat scroll 0 0;
	color:#fff;
}
 .idTabs li a.selected,
 .idTabs li a:hover,
 .idTabs li a.selected {
	color:#fff;
}
 .idTabs li a span {
	background:transparent url(../modules/templates-web/css/img/mod/tab-right.png) no-repeat scroll 100% 0;
	color:#cccccc;
}
 .idTabs li a.selected span,
 .idTabs li a:hover span,
 .idTabs li a.idTabs span {
	color:#fff;
}
 .navigationN1-1  {
	float: left;
	width: 100%;

}
 .navigationN1-1 ul.level_1  {
	margin: 0; padding: 0;
	float: left;
	width: 100%;
	list-style: none;
	position: relative;
	font-size: 1em;
	background:#101010 url(../modules/templates-web/css/navigationN1-1/topnav_stretch.gif) repeat-x;
	line-height:1.2em;
}
 .navigationN1-1 ul.level_1 li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555;
}
 .navigationN1-1 ul.level_1 li a {
	padding: 10px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
 .navigationN1-1 ul.level_1 li.selected,
 .navigationN1-1 ul.level_1 li.inPath
 {background:#8ebde5 url(../modules/templates-web/css/navigationN1-1/topnav_selected.gif) repeat-x; color:#333}
 
 .navigationN1-1 ul.level_1 li:hover
 {background:#1376c9 url(../modules/templates-web/css/navigationN1-1/topnav_active.gif) repeat-x;}
 
 .navigationN1-1 ul.level_1 li div.box-inner {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:35px;
	display: none;
	width: 100%;
	background: #1376c9;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	z-index:999;
}
 .navigationN1-1 ul.level_1 li:hover div.box-inner { display: block; }
 .navigationN1-1 ul.level_1 li div.box-inner a { display: inline; }
 .navigationN1-1 ul.level_1 li div.box-inner a:hover {text-decoration: underline;}
 .navigationN1-1 ul.level_2  {
	margin: 0; padding: 0;
	list-style: none;
}
 .navigationN1-1 ul.level_2 li {
	border-right: 1px solid #fff;
}
 .navigationN1-1 ul.level_2 li:hover,
 .navigationN1-1 ul.level_2 li.selected,
 .navigationN1-1 ul.level_2 li.inPath {background:none;background-color:transparent;}
 .navigationN1-1 ul.level_2 li.selected a{text-decoration: underline;}

 .navigationN1-2 ul {
margin:0;
padding:0;
font-size:0.85em;
line-height:1.4em
}
 .navigationN1-2 li {
list-style:none;
float:left;
padding:0 1em;
border-right:1px dashed #ccc
}
 .navigationN1-2 li.lastInLevel {
border-right:none
}
 .navigationN1-2 li a,
 .navigationN1-2 li a:link,
 .navigationN1-2 li a:visited
{
	text-decoration:none;
}
 .navigationN1-2 li a:hover,
 .navigationN1-2 li a:active {
	text-decoration:underline;
}
 .navigationN1-2 li.selected {

}


 .navigationN1-3 ul {
margin:0.5em 0;
padding:0;
}
 .navigationN1-3 li {
list-style:none;
float:left;
}
 .navigationN1-3 li.lastInLevel {
border-right:none
}
 .navigationN1-3 li a,
 .navigationN1-3 li a:link,
 .navigationN1-3 li a:visited
{
	color:#fff;
	text-decoration:none;
	padding:0.5em;
	margin:0.2em 0.2em;
	border:1px solid #000;
	font-size:1.2em;
	font-weight:bold;
	background:#101010 url(../modules/templates-web/css/navigationN1-3/topnav_stretch.png) repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 2px #999;
	-webkit-box-shadow: 0px 1px 2px #999;
	box-shadow: 0px 1px 2px #999;
}
 .navigationN1-3 li a:hover,
 .navigationN1-3 li a:active {
	text-decoration:none;
	color:#fff;
	background-color:#005094;
	border:1px solid #006699;
}
 .navigationN1-3 li.selected a{
	background:#8ebde5 url(../modules/templates-web/css/navigationN1-3/topnav_selected.png) repeat-x; color:#000;
	border:1px solid #8ebde5;
}
 .navigationN1-3 li a:hover{
	background:#8ebde5 url(../modules/templates-web/css/navigationN1-3/topnav_active.png) repeat-x; color:#fff;
	border:1px solid #003366;
}


 .navigationN1-4 ul {
	clear:right;
	list-style: none;
	display:block;
	text-align: center;
	float: right;
	margin:0;	
	padding:0;
	font-family:"Calibri","Lucida Unicode",Arial,Verdana,sans-serif;
	font-size:1em;
}
 .navigationN1-4 li {
	margin: 0 0 0 5px;
	height: 30px;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	padding:0px;
}
 .navigationN1-4 li a,
 .navigationN1-4 li a:link,
 .navigationN1-4 li a:visited
{
	line-height: 30px;
	padding:0 20px;
	display: block;
	color: #ccc;
	background:#212121;
	text-decoration:none;
}
 .navigationN1-4 li a:hover,
 .navigationN1-4 li a:active {
	color:#fff;
	background:#333;
	text-decoration:none;
}
 .navigationN1-4 li.selected a{
	color:#fff;
	background:#333;
	text-decoration:none;
}
 .navigationN2-1 ul {
margin:0.5em 0;
padding:0;
}
 .navigationN2-1 li {
list-style:none;
}
 .navigationN2-1 li.lastInLevel {
border-right:none
}
 .navigationN2-1 li a,
 .navigationN2-1 li a:link,
 .navigationN2-1 li a:visited
{
	color:#fff;
	text-decoration:none;
	padding:0.5em;
	margin:0.2em 0.2em;
	border:1px solid #000;
	font-weight:bold;
	background:#101010 url(../modules/templates-web/css/navigationN2-1/topnav_stretch.png) repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 2px #999;
	-webkit-box-shadow: 0px 1px 2px #999;
	box-shadow: 0px 1px 2px #999;
	display:block
}
 .navigationN2-1 li a:hover,
 .navigationN2-1 li a:active {
	text-decoration:none;
	color:#fff;
	background-color:#005094;
	border:1px solid #006699;
}
 .navigationN2-1 li.selected a{
	background:#8ebde5 url(../modules/templates-web/css/navigationN2-1/topnav_selected.png) repeat-x; color:#000;
	border:1px solid #8ebde5;
}
 .navigationN2-1 li a:hover{
	background:#8ebde5 url(../modules/templates-web/css/navigationN2-1/topnav_active.png) repeat-x; color:#fff;
	border:1px solid #003366;
}
 .navigationN2-1 ul.level_2  li a
{
	margin-left:1em;
}
 .navigationN2-1 ul.level_3  li a
{
	margin-left:2em;
}
 .navigationN2-1 ul.level_4  li a
{
	margin-left:3em;
}
 .navigationN2-1 ul.level_5  li a
{
	margin-left:4em;
}
 .navigationN2-2{
	border:1px solid #ccc;
	border-bottom:none;
	font-size:0.9em;
}
 .navigationN2-2 ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
 .navigationN2-2 li {
	list-style-type:none;
	margin:0;
	padding:0;
}

 .navigationN2-2 li a,
 .navigationN2-2 li a:link,
 .navigationN2-2 li a:visited
{
	border-bottom:1px solid #ccc;
	padding:0.2em 0.5em;
	display:block;
	text-decoration:none;
	color:#333;
}
 .navigationN2-2 li a:hover,
 .navigationN2-2 li a:active {
	text-decoration:underline;
}
 .navigationN2-2 li.selected a {
	background-color: #eaeaea;
	font-weight:bold;
}
 .navigationN2-2 li.selected ul li a{
	background-color: transparent;
	font-weight:normal;
}
 .navigationN2-2 ul.level_2 li a
{
	padding-left:2em;
}
 .navigationN2-2 ul.level_3 li a
{
	padding-left:4em;
}
 .navigationN2-2 ul.level_4 li a
{
	padding-left:6em;
}
 .navigationN2-2 ul.level_5 li a
{
	padding-left:8em;
}
