/* General rules */
body {
	margin: 0;
	padding: 0 0 20px 0;
	font-family: veranda, helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
}

a {
	color: #3030FF;
	text-decoration: underline;
	cursor: pointer;
}

input[type="text"],
input[type="password"] {
	border: 1px solid #6A6A6A;
	padding: 2px;
}

.error_message {
	color: #FF0000;
}

div.message {
	text-align: center;
	border: 1px solid green;
	background-color: #22FF22;
	padding: 5px;
	margin-bottom: 15px;
}

.radio
{
	border:none;	
	width: auto;
}

textarea
{
	font-family: veranda, helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	padding:2px;
}

/* Content */
div#content_container {
	position: relative;
}

#content,#about {
	background: #FFFFFF;
	width: 679px;
	padding: 5px 30px;
	margin: 0;
	text-align: justify;
}

/* End Content */ /* Titles */
h1 {
	font-size: 14px;
	padding-left: 40px;
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 15px;
	background: url(/img/layouts/jonathan-david/eagle.png);
	background-repeat: no-repeat;
	height: 25px;
	color: black;
}

/* End Titles */ /* Sitemap */
#sitemap ul li {
	padding: 2px;
	font-size: 12px;
	list-style: url("/img/icons/page_white.png");
}

#sitemap {
	padding-left: 35px;
}

/* End Sitemap */ /* Registration */
#registration
{
	width:550px;	
}

#registration h3 {
	text-align: center;
}

#registration .error_message {
	color: red;
}

#registration fieldset {
	border: 1px solid #6A6A6A;
	margin-left:10px;
	margin-top: 10px;
	width:500px;
	padding:5px;
	
}

#registration input,#registration textarea {
	width: 200px;
	border: 1px solid #6A6A6A;
	padding: 2px;
}

#registration table {
	width: 90%;
}

#registration .button {
	width: auto;
	margin-top: 8px;
}

#registration .radio
{
	border:none;	
	width: auto;
}


/* End Registration */ /* About */
#about_list li {
	margin: 5px;
}

/* End About */
.autowidth {
	width: auto;
}

.clearb {
	clear: both;
}

.ajax-load {
	background: url(/img/icons/ajax-loader.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

legend
{
	font-weight:bold;	
}

@media screen , projection {
	body {
		background-color: #100300;
	}
	/* Containers */
	div#container { /*margin:auto;*/
		width: 900px;
		min-height: 277px;
		padding-top: 205px;
		padding-left: 65px;
		padding-right: 35px;
		background: url(/img/layouts/jonathan-david/header.jpg);
		background-repeat: no-repeat;
	}
	div#inner_countainer {
		margin-bottom: 10px;
	}
	
	div#content_container {
	width: 740px;
	}
	/* End Containers "/
	
	
	/*First Menu */
	div#first_menu_outer {
		width: 900px;
		background-image: url(/img/layouts/jonathan-david/first_menu_line.png);
		background-repeat: no-repeat;
		padding: 0;
		margin-bottom: 10px;
	}
	div#first_menu_inner {
		width: 900px;
		height: 22px;
		background-image: url(/img/layouts/jonathan-david/first_menu_line.png);
		background-repeat: no-repeat;
		background-position: bottom left;
		padding: 0px 25px;
		position: relative;
	}
	#first_menu_inner ul {
		list-style: none;
		margin: 0;
		padding: 1px;
		line-height: 2em;
	}
	#first_menu_inner li {
		float: left;
		width: 120px;
		height: 20px;
		text-align: center;
		padding: 0;
	}
	#first_menu_inner a {
		font-size: 12px;
		color: white;
		text-decoration: none;
		width: 130px;
	}
	#first_menu_inner li:hover,#first_menu_inner #active_heading {
		background: url(/img/layouts/jonathan-david/first_menu_selected.png);
		background-repeat: repeat-x;
	}
	#first_menu_inner #active_heading {
		border-left: 1px solid #6A6A6A;
		border-right: 1px solid #6A6A6A;
		width: 128px;
	}
	/* End First Menu */ /* Second Menu */
	#second_menu {
		float: right;
		width: 150px;
	}
	.second_menu_title {
		font-size: 13px;
		line-height: 1.7em;
		color: white;
		text-decoration: none;
		padding: 0;
		padding-left: 15px;
		width: 133px;
		height: 20px;
		border: 1px solid #6A6A6A;
		background: url(/img/layouts/jonathan-david/first_menu_selected.png);
		background-repeat: repeat-x;
	}
	.second_menu_title a {
		color: white;
		text-decoration: none;
	}
	#second_menu ul
	{
		list-style: none;
		margin: 0;
		padding: 5px 5px 0 10px;
		border-right: 1px solid #6A6A6A;
		border-left: 1px solid #6A6A6A;
	}
	#second_menu ul a {
		font-size: 12px;
		color: white;
		text-decoration: none;
	}
	#second_menu ul li {
		margin: 0;
		padding: 2px 0px 2px 5px;
		margin-top: 10px;
	}
	#second_menu ul li:hover,#second_menu #active_article {
		padding-left: 4px;
		border-right: 1px solid #F6D100;
		border-left: 1px solid #F6D100;
	}
	.second_menu_body {
		margin-bottom: 0;
	}
	.second_menu_end,#login_box_end {
		margin: 0;
		height: 20px;
		width: 150px;
		background: url(/img/layouts/jonathan-david/second_menu_end.png);
		background-repeat: no-repeat;
	}
	.second_menu_end {
		margin-bottom: 25px;
	}
	/* End Second Menu */ /* Login-Box */
	#login_body {
		width: 138px;
		padding: 5px;
		border-right: 1px solid #6A6A6A;
		border-left: 1px solid #6A6A6A;
		font-size: 10px;
		color: #6A6A6A;
	}
	#login_body #login_links {
		text-align: right;
		margin: 10px 5px;
	}
	#login_body #login_links a {
		color: #ffffff;
	}
	#login_body input {
		width: 133px;
		border: 1px solid #6A6A6A;
		margin: 2px;
	}
	#login_body #login_button,#login_body #logout_button {
		width: auto;
	}
	
	#login_body #username {
		color: white;
		font-size: 11px;
		text-align: center;
		margin: 5px;
	}
	/* End Login-Box */ 
	
	/* NEW Login Box*/
	#loginBox
	{
		width:130px;
		height:10px;
		position:absolute;
		top:50px;
		left:814px;
		padding:2px 10px;
		font-size:10px;
	}
	
	#loginBox form
	{
		margin:0;
	}
	
	#loginBox input
	{
		font-size:9px;
		height:11px;
		margin:1px;	
	}
	
	#loginBox input.text
	{
		width:100%;
	}
	
	#loginBox a
	{
		color:white;	
	}
	
	#loginBox .button
	{
		text-align:right;	
	}
	
	#loginBox #login_button,
	#loginBox #logout_button
	{
		height:20px;	
	}
	
	#loginBox p
	{
		margin: 5px 2px;	
		padding:0;
	}
	
	#loginBox #login_links
	{
		font-size:9px;
		text-align:right;
		margin-top:3px;	
	}
	
	#loginBox #account_links
	{
		font-size:9px;
		text-align:center;
		margin:7px;
	}
	
	#loginBox #username
	{
		font-weight:bold;
		color:white;	
	}
	
	#loginBox #userImage
	{
		text-align:center;
		margin-top:5px;
		height:70px;
	}
	
	#loginBox #userImage img
	{
		max-width:80px;
		max-height:70px;	
		margin:auto;
	}
	/* End New Login-Box */
	
	/* Third Menu */
	#third_menu {
		margin: 0;
		padding: 0;
	}
	#third_menu_body {
		margin: 0;
		height: 20px;
		position: relative;
	}
	/*#third_menu_shadow {
		height: 4px;
		background: url(/img/layouts/jonathan-david/content_top_shadow.png);
		background-repeat: no-repeat;
		background-position: bottom left;
		margin: 0;
	}*/
	#third_menu_body ul {
		padding: 0;
		margin: 0 10px;
		list-style: none;
	}
	#third_menu_body ul li {
		line-height: 2em;
		float: left;
		width: 100px;
		height: 20px;
		text-align: center;
		margin: 0 1px;
		padding: 0;
		background: url(/img/layouts/jonathan-david/tab.png);
		background-repeat: no-repeat;
	}
	#third_menu_body ul li:hover {
		background: url(/img/layouts/jonathan-david/tab_hover.png);
		background-repeat: no-repeat;
	}
	#third_menu_body #active_subArticle {
		background: url(/img/layouts/jonathan-david/tab_active.png);
		background-repeat: no-repeat;
	}
	#third_menu_body a {
		color: black;
		text-decoration: none;
	}
	/* End Third Menu */ /* Content */
	#content_top,#about_top {
		width: 100%;
		height: 12px;
		background: url(/img/layouts/jonathan-david/content_top.png);
		background-repeat: no-repeat;
		margin: 0;
		padding: 0;
	}
	#content_bottom,#about_bottom {
		width: 100%;
		height: 11px;
		background: url(/img/layouts/jonathan-david/content_bottom.png);
		background-repeat: no-repeat;
		margin: 0;
	}
	#content,#about {
		border-right: 1px solid #A8A5A4;
	}
	/* End Content */ /* Footer */
	#footer_outer {
		margin-top: 10px;
		text-align: center;
		font-size: 11px;
		color: #6A6A6A;
		width: 900px;
		background-image: url(/img/layouts/jonathan-david/first_menu_line.png);
		background-repeat: no-repeat;
	}
	#footer_inner {
		background-image: url(/img/layouts/jonathan-david/first_menu_line.png);
		background-repeat: no-repeat;
		background-position: bottom;
		padding: 4px 0 2px 0;
	}
	#footer_inner a {
		color: #6A6A6A;
	}
	/* End Footer */
	
	/* Itinerary Widget */
	
	#itineraryWidgetTop	
	{
		background:url(/img/layouts/jonathan-david/itineraryWidgetTop.png);
		background-color:#100300;
		background-repeat:no-repeat;
		height:40px;
	}
	#itineraryWidgetBottom
	{
		background:url(/img/layouts/jonathan-david/itineraryWidgetBottom.png);
		background-repeat:no-repeat;
		background-color:#100300;
		height:10px;
	}
	
	#itineraryWidget
	{
		width:150px;
		font-size:10px;
		text-align:center;
		background:#FFFFFF;
		margin:0;
	}
	
	#itineraryWidget #itTitle
	{
		font-size:11px;
		margin-bottom:5px;
		font-weight:bold;
	}
	
	#itineraryWidget table
	{
		border-collapse:collapse;
		margin:auto;
	}
	
	#itineraryWidget table a
	{
		text-decoration:none;
		color:#222222;
	}
	
	#itineraryWidget td
	{	
		width:14px;
		height:14px;
		border:1px solid #6A6A6A;
		padding:2px;
		background: #FFFFFF;	
		text-align:center;
	}
	
	#itineraryWidget .notExistingDay
	{
		background:#AAAAAA;
	}
	
	#itineraryWidget .eventTd
	{
		color:#AAAAAA;
	}
	
	#itineraryWidget .gone_event
	{
		background:#CCCCCC;
	}
	#itineraryWidget .coming_event
	{
		background:#FF9999;
	}
	
	#itineraryWidget .currentDay
	{
		/*background-image:url(/img/layouts/jonathan-david/itineraryCurDay.png);*/
		background:#FFCC00;
	}
	
	#itineraryWidget .currentDayEvent
	{
		background:#FFCC00;
	}
	
	/* End Itinerary Widget */

}

@media print {
	#first_menu_outer,#second_menu,#third_menu {
		display: none;
	}
	/* Footer */
	#footer_inner {
		text-align: center;;
		margin-top: 20px;
	}
	#footer_inner a {
		color: #6A6A6A;
	}
	/* End Footer */ /* Registration */
	#registration h3 {
		text-align: center;
	}
	#registration .error_message {
		color: red;
	}
	#registration fieldset {
		border: 1px solid #6A6A6A;
		margin-top: 10px;
	}
	#registration input,#registration textarea {
		width: 50%;
		border: 1px solid #6A6A6A;
		padding: 2px;
	}
	#registration table {
		width: 90%;
	}
	#registration .button {
		width: auto;
		margin-top: 8px;
	}
	/* End Registration */ /* About */
	#about_list li {
		margin: 5px;
	}
	/* End About */
	.autowidth {
		width: auto;
	}
	.clearb {
		clear: both;
	}
}