/**
 * CSS StyleSheet for DPM
 * @author Dave Haefliger
 */


/**
 * General Mambo Styles
 * --------------------
 * The following are styles that are often used
 * site wide by Mambo to provide better control
 * of content's appearences.
 */

a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td, tr, p, div {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.45em;
	color: #666666;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

.clr {
	clear: both;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #FFFFFF;
}

#home {
	height: 100%;
	margin: 0px;
	font-size: 12px;
	line-height: normal;
	padding: 20px 40px 20px 40px;
	color: #666666;
	background: #A09987;
}

#wrap {
	/*position: relative; */
	margin: 0px auto;
	padding: 0px;
	font-size: 12px;
	text-align: left;
	border: 0px;
	border-left: 1px solid #3C444D;
	border-right: 1px solid #3C444D;
	background: #FCFCFC url("../images/fluid-faux.gif") repeat-y 70% 0;
}

/* Commented Backslash Hack
    hides rule from IE5-Mac \*/
#main-body {clear: left;}
/* End IE5-Mac hack */

#main-body {
	float: left;
	width: 70%;
}

#headerbg {
	width: 100%;
	height: 150px;
	background: #336699 url("../images/header_bg_gradient.jpg") repeat-x top left;
}
#header {
	width: 100%;
	height: 150px;
	background: url("../images/panorama_header.jpg") no-repeat top right;
}

#logo {
	float: left;
	margin: 0;
	width: 500px;
	height: 150px;
}

#content {
	margin: 0;
	margin-right: 1px;
	padding: 20px;
	line-height: normal;
/*	background: #FFFFFF url(../images/content_bg.jpg) repeat-x top left; */
}

#content_main {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#sidebar {
	float: right;
	margin: 0;
	padding: 0;
	width: 30%;
/* 	background: url(../images/sidebar_bg.jpg) repeat-x top left; */
	font-size: 12px;
	line-height: normal;
}


#sidebar-wrap {
	padding: 20px 20px 20px 20px;
}

/* ---( footer )----------------------------------- */

#footer_separator {
	padding: 0;
	margin: 0;
	clear: both;
	height: 5px;
	font-size: 0px;
	background: #336600 url('../images/footer_separator.gif') repeat-x top left;
}

#footer {
	clear: both;
	margin: 0;
	padding: 0;
	height: 40px;
	font-size: 10px;
	color: #EAEAEA;
	border-bottom: 1px solid #3C444D;
	background: #677B60; /* url('../images/footer_bg.jpg') repeat-x top left; */
}

#disclaimer {
	float: left;
	padding: 5px;
/*	vertical-align: middle; */
}

#sidebar_disclaimer {
	float: right;
	width: 30%;
	padding: 5px;
}

#footer p {
	margin: 0;
	padding: 5px;
}

/* Fixes float escaping bug in IE/Win, hides from IE Mac \*/
* html #footer p { height: 1%; }
/* End hide from IE Mac */

#footer a {
	color: #EAEAEA;
}

#footer a:hover {
	color: #FFFFFF;
}

hr {
	color: #000000;
	height: 1px;
	padding: 2px;
	elevation: above;
}

hr.separator {
}

ul {
	list-style-image: url("../images/bullet_square.gif");
	list-style-position: inside;
	font-size: 13px;
}

li {
	font-size: 13px;
}

img {
	border: 0px;
}

.pagenavbar {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	float: right;
	color: #CCCCCC;
}

.pagenavbar a {
	color: #333333;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	width: auto;
	font-weight: bold;
	text-decoration: none;
}

.pagenavbar a:link, .pagenavbar a:hover, a.pagenavbar a:visited {
	text-decoration: none;
}

.pagenavbar a:hover {

}

a.pagenavbarnext {
	padding-right: 8px;
	background: url("../images/more.gif") no-repeat center right;
}

a.pagenavbarprev {
	padding-left: 8px;
	background: url("../images/prev.gif") no-repeat center left;
}

.pagenav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	float: right;
	color: #CCCCCC;
}

.sectiontablefooter {

}

.pagenav a {
	color: #999999;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	width: auto;
	font-weight: bold;
	text-decoration: none;
}

.pagenav a:link, .pagenav a:hover, a.pagenav a:visited {
	text-decoration: none;
}

.pagenav a:hover {
	color: #333333;
}

.pagenavcounter {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #999999;
}

.sitemap_mainmenu {
	font-family: Trebuchet MS;
	color: #660000;
	font-weight: bold;
	font-size: 12px;
}

.sitemap_submenu {
	font-family: Trebuchet MS;
	color: #660000;
	font-weight: bold;
	font-size: 11px;
}

.back_button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 5px;
	float: left;
	color: #CCCCCC;
}

.back_button a {
	color: #333333;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	width: auto;
	margin: 1px;
	font-weight: bold;
	text-decoration: none;
}

.back_button a:link, .back_button a:hover, a.back_button a:visited {
	text-decoration: none;
}

.back_button a:hover {
	margin: 0px;
	border: 1px solid #CCCCCC;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

.bold {
	font-weight: bold;
}

.hide {
	display: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
//	text-decoration: underline;
	color: #000000;
}

blockquote {
	color: #666666;
	background: #EAEAEA url("../images/quotemarks.png") no-repeat 5px 5px;
	margin-left: 40px;
	margin-bottom: 1em;
	padding: 5px 5px 10px 30px;
}

blockquote:before {
	background: transparent url("../images/corner_5x5_tr.png") no-repeat top right;
	content: url("../images/corner_5x5_tl.png");
	display: block;
	font-size: 1px;
	height: 5px;
	line-height: 0.1;
	padding: 0px;
	margin: -5px -5px 0 -30px;
}

blockquote:after {
	background: transparent url("../images/corner_5x5_br.png") scroll no-repeat bottom right;
	clear: both;
	content: url("../images/corner_5x5_bl.png");
	display: block;
	font-size: 1px;
	height: 5px;
	line-height: 0.1;
	margin: -5px -5px -10px -30px;
	padding-top: 5px;
}

blockquote.derek {
	color: #003366;
	background: #EAEAEA url("../images/quotemarks_blue.png") no-repeat 5px 5px;
}

blockquote.bible {
	color: #660000;
	background: #EAEAEA url("../images/quotemarks_burgundy.png") no-repeat 5px 5px;
}

/**
 * Mambo Form Styles
 * -----------------
 * Here are 2 styles that Mambo uses to let users control
 * how their forms and buttons may look.
 */

.button {
	border: solid 1px #CCCCCC;
	padding: 5px;
}

.inputbox {

}


/**
 * Mambo Tabbed Frontend Admin Interface
 * -------------------------------------
 * The CSS styles here defines how the frontend admin interface
 * will look like when editing and adding news through frontend.
 */

.ontab {}/* For styling of the "Tab" buttons when editing contents through the frontend as admin.
		This .ontab is the styling for the tab when it is active or after its "clicked" */
.offtab {} /* Same as above, used for styling of the "Tab" buttons when editing contents through the frontend.
		This the styling for the tab when it is NOT active or when it is NOT "clicked" */
.tabpadding {} /* this style is used set the size of the tab in the above */
.tabheading {} /* Not too sure what this is used for. Couldn't find anything related to it yet at the moment */
.pagetext {} /* this style is used to style the content of the editing form contents (where HTMLArea sits and all its forms + contents) in
		the frontend Administration interface */

/**
 * Mambo Menu Styling
 * ------------
 * You can control the way menu behave and look
 * by using the CSS settings below
 */

/* navigation */

#menuarea {
	float: left;
	width: 100%;
	padding: 0;
	/* margin-right: 1px; */
	border-bottom: 1px solid #3C444D;
}

#mainmenu {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #336600 url(../images/mainmenu_bg_green.jpg) repeat-x bottom left;
	border-bottom: 3px solid #336600;
}

#mainmenu ul {
	margin: 0px;
	padding: 0px;
}

#mainmenu li {
	float: left;
	margin: 0px;
	padding: 0px 1px 0px 0px;
	list-style: none;
	background: url(../images/mainmenu_bg_li_green.jpg) no-repeat top right;
}

#mainmenu a {
	float: left;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
	color: #E5F2FF;
}

#mainmenu a:hover, #mainmenu a.active {
	color: #FFFFFF;
	background-color: #336600;
	background: url(../images/mainmenu_bg_li_green_invert.jpg) repeat-x top left;
}

#mainmenu a.active {
	font-weight: bold;
}

#mainmenu #active_menu {
	color: #E5F2FF;
	background-color: #336600;
	font-weight: bold;
}

#mainmenu a#active_menu:hover {
	color: #FFFFFF;
}

#optionsmenu {
	float: right;
	margin: 5px;
	margin-right: 8px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

#optionsmenu a {
	color: #CCCCCC;
}

#optionsmenu a:hover,#optionsmenu a.active {
	color: #FFFFFF;
}

#optionsmenu a.active {
	font-weight: bold;
}

#optionsmenu #active_menu {
	color: #EAEAEA;
	font-weight: bold;
}

/* ---( user menu )-------------------------------- */

#usermenu {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #993333 url(../images/mainmenu_bg_burgundy.jpg) repeat-x bottom left;
	border-bottom: 3px solid #660000;
}

#usermenu ul {
	margin: 0px;
	padding: 0px;
}

#usermenu li {
	float: left;
	margin: 0px;
	padding: 0px 1px 0px 0px;
	list-style: none;
	background: url(../images/mainmenu_bg_li_burgundy.jpg) no-repeat top right;
}

#usermenu a {
	float: left;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
	color: #EAEAEA;
}

#usermenu a:hover, #usermenu a.active {
	color: #FFFFFF;
	background-color: #660000;
}

#usermenu a.active {
	font-weight: bold;
}

#usermenu #active_menu {
	color: #FFFFFF;
	background-color: #660000;
	font-weight: bold;
}

#usermenu a#active_menu:hover {
	color: #F8F8FF;
}


/* ---( login menu )------------------------------- */

#loginmenu {
	width: 30%;
	float: right;
	margin-right: 10px;
	padding: 0px;
	list-style: none;
/*	background: #333333; */
	color: #CCCCCC;
}

#loginmenu ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#loginmenu li {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#loginmenu a {
	float: right;
	padding: 6px 12px 6px 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #EAEAEA;
}

#loginmenu a:hover, #loginmenu a:active {
	color: #FFFFFF;
}

#loginmenu a:active {
	font-weight: bold;
}

/* ---( search )----------------------------------- */

#searcharea {
	float: right;
	width: 30%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	font-size: 80%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #993333 url(../images/mainmenu_bg_burgundy.jpg) repeat-x bottom left;
}

#searchbox {
	width: 30%;
	float: right;
	padding: 10px 10px 10px 10px;
}

/**
 * Mambo General styling for Sections/Categories/Contents
 * ------------------------------------------------------
 * These stylings are either sometimes or often used across
 * Sections, categories and contents. They, therefore, deserves
 * to be mentioned and separated from others.
 */

.createdate {
	font-family: Verdana;
	color: #999999;
}
.modifydate {} /* need me to say? :) Well it styles the "Last updated on" text at the end of articles/contents */

.readon {
	background: url("../images/readon.gif") no-repeat center right;
	text-align: right;
	display: block;

} /* For formatting the "Read on..." link for blogs and on frontpage. */

a.readon:link, a.readon:visited {
	padding-right: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

a.readon:hover {
	color: #333333;
}

/**
 * Mambo Styling for Contents
 * --------------------------
 * All the styling for contents are listed
 * below.
 */

.contentpaneopen {
	margin: 0px;
	padding: 0px;
	/* margin: 5px 0px 4px 0px; */
}

.contentpane {
	margin: 0px;
	padding: 0px;
	/* margin: 5px 0px 4px 0px; */
}

.contentheading {
	font-family: Trebuchet MS;
	color: #660000;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
}

.contentheading a {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
	text-decoration: none;
	color: #660000;
}

.contentpagetitle {
	font-family: Trebuchet MS;
	color: #660000;
	font-weight: bold;
	padding-bottom: 2px;
}

.contentpagetitle a {
	font-family: Trebuchet MS;
	color: #660000;
	font-weight: bold;
	padding-bottom: 2px;
	text-decoration: none;
}

.contentdescription {
	font-family: Verdana;
	color: #999999;
	font-weight: normal;
	font-size: 12px;
}

table.contentpane {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

table.contentpaneopen {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

table.contenttoc {
	float: right;
	margin: 10px 0px 10px 10px;
	border: 1px solid #CCCCCC;
	padding: 0px;
	padding-bottom: 5px;
	background: #EAEAEA url("../images/toc_bg.jpg") repeat-x top left;
}

table.contenttoc th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 2px 5px 2px 5px;
}

table.contenttoc td {
	padding: 0px 5px 0px 5px;
	font-size: 12px;
}

table.contenttoc td a {

}

.toclink {

}

.content_rating {} /* used for styling the texts used for displaying
	   those "stars" for rating in an article */
.content_vote {} /* used for those voting texts (the one with voting RADIO buttons) */

.buttonheading { /* the buttons used in the contentheading (pdf, print, email) */
	padding: 2px;
	border: 0px;
}

.componentheading {
	font-family: Trebuchet MS;
	color: #660000;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5em;
	padding-top: 10px;
}

.bild_rechts {
	margin: 5px;
	padding: 5px;
	float: right;
	border: 1px solid #CCCCCC;
}

.bild_links {
	margin: 5px;
	padding: 5px;
	float: left;
	border: 1px solid #CCCCCC;
}

.bild {
	float: both;
	margin: 5px;
}

.bildlegende {
	font-family: Verdana;
	font-size: 11px;
	line-height: normal;
	caption-side: bottom;
}


/**
 * Mambo Sections Styles
 * ---------------------
 * Styling of sections tables
 */

.sectiontableheader {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.sectiontableentry1 {
	background-color: #EAEAEA;
}

.sectiontableentry2 {
	background-color: #CCCCCC;
}


/**
 * Mambo Styles for Categories
 * ---------------------------
 * The following are the styling for "Category" items
 * generated from the Sections area
 */

.category {
	font-family: Trebuchet MS;
	color: #660000;
	font-weight: bold;
	font-size: 14px;
	line-height: 1em;
	padding-top: 10px;
}

a.category:link, a.category:visited {} /* same as above, but to set the link format */
a.category:hover {} /* same as above, but for links with mouse pointer over it */



/**
 * Mambo Blog styling
 * ------------------
 * Not too sure where this is used yet. I tried the blog section
 * but it doesn't seem to use it. If you have info on this,
 * email me. I'll update this part.
 */

a.blogsection {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

a.blogsection:link, a.blogsection:visited {
	color: #660000;
	text-decoration: none;
}

a.blogsection:hover {
	color: #333333;
}

.blog_more {
	margin-top: 10px;
}

.blog_more ul {
	list-style-image: url("../images/bullet_document.gif");
	list-style-position: outside;
}

.blog ul {
	list-style-image: url("../images/bullet_circle.gif");
	list-style-position: outside;
}

.blog {}


table.moduletablenewsflash {
	margin-bottom: 10px;
}

table.moduletablenewsflash th {
	font-family: Trebuchet MS;
	color: #660000;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
	text-align: left;
}

table.moduletablenewsflash td {
}

/**
 * Mambo Components Styles
 * -----------------------
 * These stylings are to format the way components title
 * is displayed
 */




/**
 * Mambo Modules formatting
 * ------------------------
 * These stylings are to format the way modules are
 * displayed. It mainly deals with the format of its
 * table. I think this doesn't need too much explaining
 */

table.moduletable {} /* styling the module table */
table.moduletable th {} /* styling the module header, and the module titles */
table.moduletable td {}	/* well.. for formatting the table cells of the module table */


table.section_thumbnail{
	padding: 5px 0px 5px 0px;
	margin-bottom: 5px;
	width: 100%;
	background: #EAEAEA;
	border-bottom: #CCCCCC 1px solid;
}

table.section_thumbnail td{
	background: #EAEAEA;
	text-indent: 10px;
	border:  5px solid #CCCCCC;
}

table.section_thumbnail img{
	border: solid red 0px;
}

/**
 * Mambo's Built-in Component's Syling
 * -----------------------------------
 * These stylings are used for Mambo's built-in components
 * such as newsfeeds, weblinks, contact, search and polls.
 * A commented subtitle will guide you which is for which
 */


 /*  Polls  */

.poll {} /* polls texts */
.pollstableborder {} /* set the border properties of the polls voting table */


/*  Weblinks */
.weblinks{} /* well.. to format the link's titles under the "Weblinks"
	   section on the frontend */
a.weblinks:hover {} /* same as above, but for link with mouseover */


/*  Newsfeeds */
.newsfeedheading {} /* The newsfeed title. NOTE: This will not affect the newsfeed's news title! */
.newsfeeddate {} /* yeah.. the date on the newsfeed */
.fase4rdf {} /* this is the body text of the newsfeed */


/* Search page */
table.searchintro {} /* This is for formatting the box with "Search Keyword: test returned 4 matches" box
	   that appears after you have entered a search value. It appears on the mainbody
	   with the search results  */


/*  Contact's table settings  */
table.contact {} /* for formatting the entire "Contact" table which includes
	   the name, address icons and form. Note this table DOES NOT
	   enclose the dropdown list for selecting the Department/person
	   to contact */
table.contact td.icons {} /* the name gave it away. This formats the <td> cells
	   where the little icons sits next to the details (those addresses,
	   phone number etc) */
table.contact td.details {} /* this is for formatting the <td> cells where all the details sits.
	   The details where addresses, phone number and additional info are */
