/******************************************
Structure of document:
    = General stuff =
    = Site layout =
    = Pages layout =
******************************************/

/*
    = General stuff =
*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 67.5% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url(gfx/bg-body.jpg);
	background-position: 50% top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body#default-page {
	background-image: url(gfx/bg-body-plus.jpg);
}
h1, h2, h3, h4 {
	font-weight: bold;
}
h1{
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.17em;
}
h4 {
	font-size: 1.0em;
}
a, a:active, a:hover, a:visited {
	color: #000;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	display: none;
}
img {
	border: 0px;
}
ul {
	list-style: none;
}
p {
}
div.clear {
	display: block;
	visibility: hidden;
	clear: both;
	line-height: 1px;
	height: 1px;
	margin: 0;
	margin-bottom: -1px;
	overflow: hidden;
}
a.buttonbg {
	display: block;
	padding: 5px 24px 5px 13px;
	line-height: 1.1em;
	font-weight: bold;
	background-color: #CDB17B;
	color: #000;
	border: 1px solid #000;
}

/*
	Basic layout
*/
#skip-navigation {
	display: none;
}
#wrapper {
	width: 989px;
	margin: 0 auto;
}
	/*
		Header layout
	*/
	#header {
		height: 107px;
		position: relative;
		margin-right: 15px;
	}
		#header h1 {
			background: url(gfx/logo.gif) top left no-repeat;
			height: 21px;
			position: absolute;
			top: 46px;
			width: 290px;
			z-index: 11;
		}
			#header h1 a {
				display: block;
				height: 47px;
				outline: none;
			}
				#header h1 span {
					display: block;
					text-indent: -10000px;
				}
		#header #navigation {
			/*background: url(gfx/bg-navigation.jpg) top left no-repeat;*/
			background-color: #ddd; /*#f1f1f1;*/
			font-size: 1.17em;
			height: 29px;
			line-height: 2.3em;
			position: absolute;
			/*width: 746px;*/
			right: 0px;
			text-align: right;
			top: 40px;
			z-index: 10;
		}
			#header #navigation h2 {
				display: none;
			}
			#header #navigation ul {
				padding-left: 6px;
				padding-right: 20px;
			}
				#header #navigation li {
					display: inline;
					margin-left: 1em;
					text-transform: uppercase;
				}
				#header #navigation li a.selected {
					font-weight: bold;
				}
				
	/*
		Content layout
	*/
	#content {
	}
		#content #sub-navigation {
			float: left;
			width: 167px;
			padding-left: 8px;
		}
			#content #sub-navigation h4 {
				margin: 4px 0px 6px 0px;
				font-size: 1.17em;
				font-weight: bold;
				text-transform: uppercase;
			}
			#content #sub-navigation ul {
				line-height: 1.7em;
				margin-bottom: 4px;
			}
				#content #sub-navigation ul li {
				}
					#content #sub-navigation ul li ul {
						margin-top: 4px;
						padding-left: 8px;
					}
		#content #sub-content {
		}
		#content #sub-content.has-navigation {
			background-image: url("gfx/has-navigation-wo-right-col-bg.gif");
			background-repeat: repeat-y;
			background-position: top left;
			padding-left: 20px;
			padding-right: 15px;
			margin-left: 195px;
			height: 500px;
		}
			#obs_releaser-page #content #sub-content.has-navigation {
				height: auto;
			}
		#content #sub-content.skip-navigation {
		}
		.scroll-pane { 
			width: 100%; 
			overflow: auto; 
			height: 500px; 
		}
		.scroll-pane_start { 
			width: 100%; 
			overflow: auto; 
			height: 380px; 
		}
		.jScrollPaneContainer { 
			position: relative; 
			overflow: hidden; 
			z-index: 1; 
		}
		.jScrollPaneTrack {
			background:#f1f1f1 none repeat scroll 0 0;
			cursor:pointer;
			height:100%;
			position:absolute;
			right:0;
			top:0;
		}
		.jScrollPaneDrag {
			background:#bbb none repeat scroll 0 0;
			cursor:pointer;
			overflow:hidden;
			position:absolute;
		}
		.jScrollPaneDragTop {
			left:0;
			overflow:hidden;
			position:absolute;
			top:0;
		}
		.jScrollPaneDragBottom {
			bottom:0;
			left:0;
			overflow:hidden;
			position:absolute;
		}
		a.jScrollArrowUp {
			display:block;
			height:9px;
			overflow:hidden;
			position:absolute;
			right:0;
			text-indent:-2000px;
			top:0;
			z-index:1;
		}
		a.jScrollArrowDown {
			bottom:0;
			display:block;
			height:9px;
			overflow:hidden;
			position:absolute;
			right:0;
			text-indent:-2000px;
			z-index:1;
		}
		a.jScrollArrowUp {
			background:transparent url(/images/basic_arrow_up.gif) repeat-x scroll 0 0;
		}
		a.jScrollArrowUp:hover {
			background-position:0 -15px;
		}
		a.jScrollArrowDown {
			background:transparent url(/images/basic_arrow_down.gif) repeat-x scroll 0 0;
		}
		a.jScrollArrowDown:hover {
			background-position:0 -15px;
		}
		a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
			background-position:0 -30px;
		}


			#content #sub-content h2 {
				margin-bottom: 8px;
			}
	/*
		Footer layout
	*/
	#footer {
		border-top: 1px dotted #000;
		margin-top: 20px;
		margin-right: 15px;
		margin-left: 15px;
		padding: 10px 0px;
		position: relative;
		width: 959px;
		font-size: 0.9em;
		color: #818181;
	}
		#footer h2 {
			font-size: 1.17em;
			color: #000;
		}
		#footer a {
			color: #818181;
		}
		#footer #press-releases {
			float: left;
			width: 750px;
		}
			#footer table {
				width: 100%;
				border-collapse: collapse;
				margin-bottom: 12px;
			}
				#footer table .date {
					font-weight: bold;
					width: 90px;
				}
			#footer a#press-rel-all {
				position: relative;
			}
		#footer #contact-info {
			float: right;
			width: 165px;
		}
		#footer #contact-info h2{
			display: none;
		}
		#footer #contact-info strong{
			color: #000;
		}
		#footer #panagora-logotype {
			background: url(gfx/panagora-room-logo-small.gif) no-repeat;
			bottom: 10px;
			display: block;
			height: 5px;
			position: absolute;
			right: 10px;
			text-indent: -10000px;
			width: 75px;
		}

	/*
		Default page layout
		Campaigns
	*/
		#default-page #content h2 {
			display: none;
		}
			#default-page #content #sub-content p#quote {
				text-align: right;
			}
			#default-page #content #sub-content p#quote2 {
				text-align: right;
			}
			#default-page #content #sub-content p {
				padding-right: 15px;
			}
	#campaign-box {
		width: 989px;
		margin-top: 16px;
	}
		.campaign {
			float: left;
			position: relative;
			margin-right: 23px;
			width: 312px;
			height: 312px;
		}
		.last {
			margin-right: 0px;
		}
			.campaign a {
				outline: none;
			}
			.campaign .border {
				position: absolute;
				background-image: url(gfx/campaign-border.png);
			}
			.campaign img {
				position: relative;
				padding: 12px;
				display: block;
				height: 288px;
				width: 288px;
			}
	/*
		html page layout
	*/
	#disclaimer-page #sub-content h2#page-title,
	#prospekt-page #sub-content h2#page-title,
	#html-page #sub-content h2#page-title,
	#press_login-page #sub-content h2#page-title,
	#press_files-page #sub-content h2#page-title {
		display: none;
	}
		#disclaimer-page #sub-content #html-container,
		#prospekt-page #sub-content #html-container,
		#html-page #sub-content #html-container {
			background-image: url("gfx/html-container-right-col-bg.gif");
			background-repeat: repeat-y;
			background-position: top left;
			float: left;
			margin-right: 16px;
			padding-right: 15px;
			width: 479px; 
			display: inline;
		}
			#html-page #sub-content #html-container ul {
				list-style: disc;
				list-style-position: outside;
				line-height: 1.4em;
				padding-top: 0em;
				padding-bottom: 0em;
				padding-left: 2em;
				padding-right: 2em;
			}
		#disclaimer-page #sub-content #image-pane,
		#prospekt-page #sub-content #image-pane,
		#html-page #sub-content #image-pane {
			float: left;
			width: 247px; 
		}
			#disclaimer-page #sub-content #image-pane img,
			#prospekt-page #sub-content #image-pane img,
			#html-page #sub-content #image-pane img {
				display: block;
			}
	#html-page #sub-content p {
		margin-bottom: 8px;
	}
	/*
		disclaimer page layout
	*/
	#disclaimer-page #sub-content p {
		margin-bottom: 8px;
	}
	#disclaimer-page #sub-content p.disclaimer-button {
		line-height: 3em;
	}
		#disclaimer-page #sub-content p.disclaimer-button a.buttonbg {
			display: inline;
			margin-right: 8px;
		}
	/*
		prospect page layout
	*/
	#prospekt-page #sub-content p {
		margin-bottom: 8px;
	}
	#prospekt-page #sub-content p.disclaimer-button {
		line-height: 3em;
	}
		#prospekt-page #sub-content p.disclaimer-button a.buttonbg {
			display: inline;
			margin-right: 8px;
		}
	/*
		Login page layout
	*/
	#login-page #sub-content p {
		line-height: 2em;
	}
	#login-page form {
		background-color: #f1f1f1;
		padding: 8px;
	}
		#login-page fieldset {
			border: 0px;
		}
			#login-page fieldset legend{
				font-weight: bold;
				line-height: 2em;
			}
		#login-page fieldset #savepass,
		#login-page fieldset .checkbox {
			vertical-align: middle;
		}
		#login-page fieldset .checkbox {
			margin-left: 8px;
		}
		#login-page #login-form .buttonbg {
			width: 106px;
		}
	/*
		Contact page layout
	*/
	#contact-page #sub-content p {
		line-height: 1.8em;
		position: relative;
	}
		#contact-page #contact-save .buttonbg {
			width: 35px;
		}
	/*
		Press_login page layout
	*/
	#press_login-page #sub-content p {
		line-height: 1.17em;
		margin-bottom: 1.17em;
	}
	#press_login-page #sub-content input {
		border: 1px solid #000;
		padding: 2px;
	}
		#press_login-page #sub-content #submitbutton {
			width: 148px;
		}
	/*
		Timeout page layout
	*/
	#timeout-page #sub-content p {
		line-height: 1.17em;
		margin-bottom: 1.17em;
	}
	#timeout-page #sub-content p#ok-button {
		width: 150px;
	}
	/*
		obs_rapport_view page layout
	*/
	#rss_view-page #sub-content.has-navigation,
	#obs_rapport_view-page #sub-content.has-navigation,
	#obs_release_view-page #sub-content.has-navigation {
		height: auto;
	}
/*
new rss feed 
*/	
table.obs-table td.date
{
	padding-right:10px;
	padding-bottom:5px;
	width: 85px;
}
table.obs-table td.title
{
	padding-bottom:5px;
}


/*
	Waymaker classes
*/
#archive {
	margin-bottom: 12px;
}
.redRub {
	font-weight: normal;
}
.obsDatePadd {
	font-weight: bold;
	width: 90px;
}
.obsTable {
	width: 98%;
}
	.obsTable td {
		padding-bottom: 2px;
	}
.obsTicker {
	width: 80%;
}

.redRub {
}
