/*
StyleSheet coding standards:

1. use lowercase if possible

2. format styles like this:

body
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

3. existing html elements on top of the document, then all self defined .classes and at last all self defined #id's.

4. close every property with ; also the last one.
*/

body 
{
	background-image:url(../images/body-background.png);
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

img
{
	border-width:0px;
	border-style:none;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader;
*/
}

ul {
	list-style: url("/uploads/template/orange-ball.png");
}

a:link,a:visited
{
	cursor:pointer;
	color: 014855; 
	text-decoration: none;
	font-weight: bold;

}

/*
a:visited 
{
	color: #006699; 
	text-decoration: none;
	font-weight: bold;

}
*/
a:hover,a:active
{
	cursor:pointer;
	color: #009933;
	font-weight: bold;
	text-decoration: underline;
}
/*
a:active 
{
	color: green; 
	text-decoration: underline;
}
*/
input,button
{
	font-size: 11px; 
	color: #006699; 
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #bbbbbb solid;
}

input[type=submit],input[type=button],button
{
	margin:1px;
	padding:1px;
	cursor: pointer; 
	cursor: hand;
}

input[type=image]
{
	cursor: pointer; 
	cursor: hand;
	border: 0px #bbbbbb none;
}
select 
{
	font-size: 11px; 
	color: #006699; 
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #bbbbbb solid;
}

td
{
	font-size: 11px;
	/*	padding-top:1px;
	padding-bottom:1px;*/
}

.divSidebox
{
	position:relative;
	width: 147px;
	border: #9c9c9c 1px solid;
}

.divSideboxHeader
{
	text-align:center;
	background-image:url(/uploads/template/appbox-header-background.png);
	bachground-repeat:repeat-x;
	#background-color:#dfdddd;
	padding:10px;
	font-size:12px;
	font-weight:bold;
	color:#dfdddd;
	border-bottom: #9c9c9c 1px solid;
	min-height: 10px;
	text-align: center;
	vertical-align:middle;
}

a.divSideboxEntry, .divSideboxEntry
{
	padding: 5px;
	text-align:left;
	background-color:#eeeeee;
}

a.appTitles,.appTitles
{
	font-size: 10px;
	height:18px;
	padding-top:2px;
	padding-bottom:2px;
}

a.textSidebox
{
	font-size: 10px;
	border-top: #aaaaaa 0px none;
}

.textSidebox
{
	font-size: 10px;
	height:18px;
	padding-top:2px;
	padding-bottom:2px;
	border-top: #aaaaaa 1px solid;

}

.sideboxSpace
{
	height:9px;
}

#divMain
{
	background-color:white;
	margin-top: 5px;
	padding:9px;
	border-color:#7e7e7e;
	border-width:1px;
	border-style:solid;
}

#divLogo
{
	position:absolute;
	left:10px;
	top:14px;
	z-index:51;
}

#divAppIconBar
{
	background-color:white;
	height: 135px;
	rb-disabled-border-top-color:#9c9c9c;
	rb-disabled-border-top-width:1px;
	rb-disabled-border-top-style:solid;
	rb-disabled-background-image: url(../images/background-icon-bar.png);
	rb-disabled-background-repeat: repeat-x
}

#divAppTextBar
{
	background-color:white;
}

#divStatusBar
{
	background-color:white;
	height:15px;
	padding-left:170px;
	margin-top: 13px;
	/*	margin-bottom: 2px;*/
}

/*#divSubContainer
{
}
*/
#tdSideboxLeft,#tdSideboxRight
{
	width:170px;
	background-color:white;
	overflow:visible;
	vertical-align: top;
}

#tdSideboxLeft
{
	padding-right:5px;
}

#tdSideboxRight
{
	padding-left:5px;
}

#tdAppbox
{
	background-color:white;
	vertical-align: top;
	width: 100%;
}

#divSideboxContainer
{
	position:relative;
	width:150px;
	top:0px;
	left:0px;
	background-color:white;
	border-width:1px;
	border-style:solid;
	z-index:40;
}

#divAppboxHeader
{
	/*width:100%;*/
	//background-image:url(../images/appbox-header-background.png);
	background-image:url(/uploads/template/appbox-header-background.png);
	background-repeat: repeat-x;
	//background-color: #EBF3BB;
	height:36px;
	line-height:28px;
	text-align:center;
	/*	padding-top:7px;*/
	padding-bottom:0px;
	font-size:14px;
	font-weight:bold;
	color: #dfdddd;
	border-top-color:#9c9c9c;
	border-top-width:1px;
	border-top-style:solid;
	border-left-color:#9c9c9c;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#9c9c9c;
	border-right-width:1px;
	border-right-style:solid;
}

#divAppbox
{
/*	width:100%;*/
	background-color:#f7f7f7;
	padding:5px;
	border-bottom-color:#9c9c9c;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-left-color:#9c9c9c;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#9c9c9c;
	border-right-width:1px;
	border-right-style:solid;
	min-height: 90%;
}

#divGenTime
{
	bottom:14px;
	font-size: 9px;
	color: #ff0000;
	text-align:center;
	width:99%;
}

#divFooter
{
	padding-top: 10px;
	color: #000000;
	text-align:center;
	width:99%;
}

.row_on { color: #000000; background-color: #F1F1F1; }
.row_off { color: #000000; background-color: #ffffff; }
.th { color: #000000; background-color: #D3DCE3; }

/*--------------------------------*/
/*| styles for navigation module |*/
/*--------------------------------*/

.nav-header-subsection { font-weight: bold; }
.nav-header-parent { font-weight: bold; }
.nav-title { font-weight: bold; }
.nav-edit-icons {}
.nav-cat-description { font-style: italic; font-weight: normal;}
.nav-cat-description:before{ content: " " "-" " " ;}
.nav-page-description { font-style: italic; font-weight: normal;}
.nav-full-index { margin-top: 10px; }
.nav-full-index a:before { content: '('; }
.nav-full-index a:after { content: ')'; }

.nav-highlight_current_page a:before { content: '>'; }
.nav-highlight_current_page a:after { content: '<'; }

#navigation-currentsection .nav-cat-entry ul, li { padding-left: 2em; }
#navigation-currentsection .nav-page-entry ul, li { padding-left: 2em; }

#navigation-index .nav-cat-entry { font-weight: bold; }
#navigation-index .nav-cat-entry ul, li { padding-left: 0px; }
#navigation-index .nav-page-entry ul, li { padding-left: 0px; }
#navigation-index .depth-1 { margin-left: 5px; }
#navigation-index .depth-2 { margin-left: 20px; }
#navigation-index .depth-3 { margin-left: 35px; }
#navigation-index .depth-4 { margin-left: 50px; }
#navigation-index .depth-5 { margin-left: 65px; }
#navigation-index li { list-style-image:url("../../../images/pix.gif"); }
#navigation-index li:before { content: "\B7" " ";}

/*#navigation-index_block .depth-1 li { list-style-type: none; }
This code would produce 100% complability with old module, but looks ugly in case of cat collaps*/
#navigation-index_block .depth-2 { margin-left: 15px; }
#navigation-index_block .depth-3 { margin-left: 30px; }
#navigation-index_block .depth-4 { margin-left: 45px; }
#navigation-index_block ul,li { padding-left: 5px; }
#navigation-index_block .nav-cat-entry.depth-1 {margin-top: 4px; padding-left: 5px;}
#navigation-index_block .nav-cat-entry.depth-2 a:after { content: ' ...'; }
#navigation-index_block .nav-cat-entry.depth-3 a:after { content: ' ...'; }
#navigation-index_block .nav-cat-entry.depth-4 a:after { content: ' ...'; }

#navigation-toc .nav-cat-entry ul, li { padding-left: 0px; }
#navigation-toc .nav-page-entry ul, li { padding-left: 0px; }
#navigation-toc .depth-2 { margin-left: 15px; }
#navigation-toc .depth-3 { margin-left: 30px; }
#navigation-toc .depth-4 { margin-left: 45px; }
#navigation-toc .depth-5 { margin-left: 60px; }
#navigation-toc li { list-style-image:url("../../../images/pix.gif"); }
#navigation-toc li:before { content: "\B7" " ";}

#navigation-toc_block .nav-cat-entry ul, li { padding-left: 0px; }
#navigation-toc_block .nav-page-entry ul, li { padding-left: 0px; }
#navigation-toc_block .depth-2 { margin-left: 15px; }
#navigation-toc_block .depth-3 { margin-left: 30px; }
#navigation-toc_block .depth-4 { margin-left: 45px; }
#navigation-toc_block .depth-5 { margin-left: 60px; }
#navigation-toc_block li { list-style-image:url("../../../images/pix.gif"); }
#navigation-toc_block li:before { content: "\B7" " ";}

#navigation-path .nav-cat-entry ul, li { padding-left: 0px; }
#navigation-path .nav-page-entry ul, li { padding-left: 0px; }
#navigation-path li { list-style-image:url("../../../images/pix.gif"); float: left; }
#navigation-path a:before { content: " > "; }

#navigation-path-nosep .nav-cat-entry ul, li { padding-left: 0px; }
#navigation-path-nosep .nav-page-entry ul, li { padding-left: 0px; }
#navigation-path-nosep li { list-style-image:url("../../../images/pix.gif"); float: left; }

/*--------------------------*/
/*| styles for wiki module |*/
/*--------------------------*/
.wiki-title { width: 100%; background: #d0d0d0; font-weight: bold; padding: 2px; font-size: 120%; margin-bottom: 5px; }
.wiki-content { }


/*--------------------------*/
/*| styles for news module |*/
/*--------------------------*/
/*
#news_headerstyle_item a { text-align:left; }


#news_completestyle_item .news_title { font-weight: bold; text-align:left; }
#news_completestyle_item .news_submitter { font-style: italic; text-align:left;}
#news_completestyle_item .news_date { font-style: italic; text-align:left; }
#news_completestyle_item .news_content { text-align:left; }
*/
/*------------------------------------*/
/*| styles for the news_admin module |*/
/*------------------------------------*/

.news_items { text-align: left; }
.news_item { margin-top: 5px; }
.news_date { font-style: italic; display: inline; }
.news_title { display: inline; }
.news_headline { font-weight: bold; font-size: 120%; }
.news_submitted { font-style: italic; }
.news_teaser { font-weight: bold; }
.news_teaser_more { }
/* read more link in a new line .news_teaser_more a { display: block; } */
.news_content {  }
.news_more_news { margin-top: 5px; }
.news_rss { margin-top: 5px; }

/*--------------------------------*/
/*| styles for lang_block module |*/
/*--------------------------------*/
#langsel_flags { width: 150px;}
#langsel_flags ul { display:inline; margin:0; padding:0px 0px 0 0px; list-style:none; }
#langsel_flags li { float:left; margin:0 2px 0 0; padding:0 0px 0 0px; }

/*-----------------------------------------------*/
/*| styles for printing (eg. eTemplate modules) |*/
/*-----------------------------------------------*/

@media screen {	.onlyPrint { display: none; } }
@media print  {	.noPrint { display: none; } }

/*-----------------------------------------------*/
/*| styles for search module                    |*/
/*-----------------------------------------------*/
.search_results {
    border: 1px solid #000000;
    padding: 5px 5px 5px 5px;
}
.highlight { font-family: Verdana; color: red; font-weight: bold; }
/*-----------------------------------------------*/
/*| styles for tables -> addressbook module     |*/
/*-----------------------------------------------*/
.th { 
	color: black; 
	background-color: #D3DCE3; 
}
.row_on { 
	color: black; 
	background-color: #F1F1F1; 
}
.row_off { 
	color: black; 
	background-color: #ffffff; 
}


