﻿/* 
================================
 Container Styles for DotNetNuke
================================
*/   
#PrintButton {
text-align: right;
}


.containermaster_blue {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}


/* Hier f�ngt Cancom an*/



/* Definition Box und Paragraph fuer mittlere Pane - ANFANG */
/* ******************************************************** */


#main_container * {
    list-style: none;

}


#main_container li {
	list-style-type: square;
	list-style-position: outside;
        margin-left: 10px;
}

#main_container ol li {
	list-style-type: decimal;
}


#main_container ul {
        margin-bottom: 12px;
}


#main_container {
    margin-bottom: 15px;
    margin-top: 1px;
}



#main_container_with_borders {
	border: 1px solid #7F8789;
	margin: 0;
	padding: 0;
        margin-bottom: 15px;
	overflow: auto;
}


#main_container_with_borders * {
	list-style: none;
}

#main_container_with_borders li {
	list-style-type: square;
	list-style-position: inside;
        margin-left: 10px;

}


#main_container_with_borders ul {
	padding-left: 0;
        margin-bottom: 12px;

}



.content_box
{
   padding-left: 10px;
 

}


.content_box_headline
{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 15px;

}

#main_container a {
	color: #369;
}

#main_container_with_borders a {
	color: #369;
}


#container_header {
	background-color: #f0f0f0;
	display: block;
	margin: 0 -10px 1.2em -10px;
	padding: 2px 10px;
	font-weight: bold;
	font-size: 12px;
	clear: both;
}


#container_header #title .Head {
	background-color: transparent;	
}


#main_container #container_footer {
	border: none;
	padding-bottom: 10px;
}

#main_container_with_borders #container_footer {
	border: none;
	padding-bottom: 15px;
}

/* Definition Box und Paragraph fuer mittlere Pane - ENDE */
/* ****************************************************** */


/* Definition Box fuer rechte Pane - ANFANG */
/* **************************************** */

#right_container_with_borders {
	border: 1px solid #ebebeb;
	margin: 0;
	padding: 0;
        margin-bottom: 15px;
	overflow: auto;
	background-color: #fff;
}

#right_container_with_borders * {
	list-style: none;
}

#right_container_with_borders li {
	list-style-type: square;
	list-style-position: outside;
        margin-left: 20px;

}

#right_container_with_borders ul {
	padding-left: 0;
        margin-bottom: 12px;

}

#right_container_header {
	text-align: left;
	border-bottom: 1px solid #ebebeb;
	font-size: 12px;
	height: 10px;
	padding: 2px 0 6px 5px;
	margin: 0 0 10px 0;
	background-color: transparent;
}

#right_container_header #title .Head {
	background-color: transparent;	
}


#right_container_with_borders #container_footer {
	border: none;
	padding-bottom: 15px;
}


#right_container_with_borders .content_box
{
   padding-left: 10px;
 

}


#right_container_with_borders .content_box_headline
{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;

}

/* ************************************** */
/* Definition Box fuer rechte Pane - ENDE */



.AddNoteLink {
	margin-bottom: -20;
}

.EditNotesTitle {
	margin-left: 100px;
	margin-top: -20px;
}

#DivLblDate {
	display: none;
}

#DivLbl	 {
	font-weight: bold;
	color: #000000;
}

#DivLblText {
	color: #000000;
}

.DateContainer {
	color: black;
	float: left;
}

.ContentContainer {
	color: black;
	float: right;
	width: 450px;
}

#container_footer {
	text-align: right;
}

#PrintButton a {
	font-style: italic;
	margin-top: -15px;
}


/* 
================================
 Job Modul
================================
*/   


#JobList ul
{
	font-weight:bold;
	color: #333;
	margin-bottom: 20px;
	list-style-type:none ;
}


#JobList li
{
	list-style-type:none ;
}


#JobList li li 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}


#JobList ul ul
{
	padding-top 0px;
	font-weight:normal;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;

}

#JobList ul ul br
{
	display: none;
}


#JobList a
{
	text-decoration: none;
	color: #369;
	font-size: 12px;	
}

#JobList a:hover
{
	text-decoration: underline;
	color: #369;
	font-size: 12px;	
}

#JobList a:visited
{
	text-decoration: none;
	color: #636;
	font-size: 12px;	
}

#JobDetails ul
{
	padding-top: 12px;
	padding-left: 25px;
	list-style-type:square    ;
	list-style-position:inside ;
}

#JobDetails .title
{
	color: #333;
	font-weight: bold;
	padding-bottom: 25px;
	padding-top: 12px;
}

#JobDetails .longtext
{
	padding-bottom: 10px;
}

#JobDetails .LocationName
{
		font-weight: normal;
}

#JobDetails a
{
	text-decoration: none;
	color: #369;
	font-size: 12px;	
}

#JobDetails a:hover
{
	text-decoration: underline;
	color: #369;
	font-size: 12px;	
}

#JobDetails a:visited
{
	text-decoration: none;
	color: #636;
	font-size: 12px;	
}


#gobackLink
{
	text-align: center;
}


/* 
================================
 CANCOM-Notes Modul
================================
*/   


.AddNoteLink {
	margin-bottom: -20;
}

.EditNotesTitle {
	margin-left: 100px;
	margin-top: -20px;
}

#DivLblDate {
	display: none;
}

#DivLblTitle {
	font-weight: bold;
	color: #333;
}

#DivLblText {
	color: #333;
}

#DivLblText ul
{
	list-style-type: square ;	
}

.DateContainer {
	color: #333;
	float: left;
}

.ContentContainer {
	color: #333;
	float: right;
	width: 450px;
	padding-bottom: 0px;
}

.ViewNotesTitle
{
	font-weight: bold;
}

.ContentContainer p
{
	margin: 0 0 0 0;	
}

#NotesList ul
{
	list-style-type: none ;
	padding-left: 0;
}

#NotesList li
{
	list-style-type: none ;	
}

#NotesListQuickView
{
	text-align: left;

}

#NotesListQuickView li
{
	list-style-type: none ;
	margin-left: 10px;
}

#NotesListQuickView ul
{
	list-style-type: none ;	
	margin: 0px;
	padding: 0px;
}

#selectYearList li
{
	list-style-type:none ;
	text-align: center;
}


/************************* Style für Standortkarte ********************/

#mapcontainer li {
	list-style-type: none;
}
