
body {
	background-color:#6b0000;
	margin:0; padding:0;
}

*	{
	font-family:Arial, Helvetica, sans-serif;
}

/*	HEADER	*/
#header {
	height:78px;
	border-bottom:1px dotted #fcc; /* #eee; */
	margin:10px 0 0 5px;
}

#header h1 {
	font-family:serif;
	font-size:24px;
	margin-bottom:3px;
	color:#fcc;
}

#header a {
	text-decoration:none;
	color:#fcc;
}

#allcolor {
	font-size:11px;
	letter-spacing:6px;
	margin:-4px 0 0 7px;
	color:#fcc;
}

#header input {
	font-size:11px;
	padding:0;
}


#container {
	background-color:#900;
	border-bottom:1px dotted #fcc; /* #eee; */
	padding:0; margin:0;
}

#container hr {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
}

/*	MAIN	*/
#main {
	width:70%;
	padding:0; margin:0;
	color:#000;
	background-color:#eee;
	float:left;
}


/*	CONTENT		*/
#content {
	padding:30px 10px;
	font-size:13px;
	min-height:500px;
}

#content h1 {
	color:#000;
	margin:5px 0;
}

#content h2 {
	color:#000;
	margin:15px 0 0 0;
}

#content h3.titleh3 {
	margin:5px 0 0 0;
}

#content p,td,div {
	font-size:13px;
}


#content a {
	color:#900;
	/* text-decoration:none; */
}

#content a:hover {
	color:#fcc;
	background-color:#900;
	text-decoration:none;
}

#content .newsheader {
	color:white;
	line-height:80%;
	background-color:#6b0000;
}

#content .newsbody {
	background-color:white;
	line-height:120%;
	font-family:sans-serif;
	font-size:12px;
	border:1px solid #6b0000;
}

#content .nextprev {
	margin:0;
	padding:0;
	border-bottom:5px solid #6b0000;
}

#content button,#content .button {
	font-size:11px;
	background-color:#900;
	color:#fcc;
	font-weight:bold;
	border-color:#6b0000;
}

#content .intro {
	padding:0 10px 0 15px;
	border-left:6px double #6b0000;
	border-right:6px double #6b0000;
}

#content .listtitle {
	font-size:15px;
}

#content .listsubtitle {
	font-size:12px;
}

#content input,#content textarea {
	font-size:13px;
}

#content .keyword {
	background-color: #ffc;
}


#intro-left	{
	font-size:12px;
}

blockquote	{
	background-color:#ffc;
	padding:5px;
	margin:0 10px 15px 0;
	border:1px solid #cc9;
}

#intro-pic-text	*{
	font-size:12px;
}

/*	RIGHT	*/
#rightm {
	margin:0 0 0 70%;
	width:29%;
	padding:0;
}

#right {
	color:#fcc;
	padding:1% 2px 1% 8px;
}

#right a {
	font-size:12px;
	color:#fcc;
	text-decoration:none;
}

#right a:hover {
	/* color:#900;
	background-color:#fcc; */
	text-decoration:underline;
}

#right ul {
	padding-left:15px;
	margin:0 0 5px;
}

#right h3 {
	font-size:14px;
	margin:10px 0 0 0;
	padding:2px 5px;
	background-color:#6b0000;
	/* border:1px solid #fcc; */
}

#right .rborder {
	/*border-left:1px solid #fcc;
	border-bottom:1px solid #fcc;
	border-right:1px solid #fcc;*/
	padding:3px;
	margin:0 0 15px 0;
}

#right .search {
	text-align:right;
	vertical-align:text-top;
	padding:3px;
}

#right .button {
	font-size:11px;
	background-color:#900;
	color:#fcc;
	font-weight:bold;
	border-color:#6b0000;
	width:10em;
}


/*	BANNER		*/
#banner {
	position:absolute;
	top:2px;
	right:0;
	z-index:3;
	text-align:right;
	float:right;
	width:469px;
}

#adv, #adv a {
	text-align:left;
	font-size:11px;
	letter-spacing:2px;
	color:#fcc;
	margin:3px 0;
}





/*	 main menu	*/
#bar2 {
	background:#900;
	font-size:80%;
}

#menu {
	list-style:none outside none;
	margin:0 5px;
	padding:0;
}

#menu li {
	position:relative;
	bottom:11px;
	display:inline;
	line-height:1.2em;
	margin:0;
	padding:0;
}

html>body #menu li {
	/*background:#000;*/
	margin:0 3px 0 0;
	padding:4px 0px;
}

#menu a, #menu a:link, #menu a:visited {
	background:#6b0000;
	border:1px solid #fcc;
	bottom:2px;
	color:#fcc;
	cursor:pointer;
	display:inline;
	height:1em;
	margin:0 2px;
	padding:3px 5px 3px 5px;
	position:relative;
	right:2px;
	text-decoration:none;
}

#menu a:hover {
	background:#900;
	bottom:1px;
	color:#fcc;
	position:relative;
	right:1px;
}

#menu a:active {
	/*background:#999;
	bottom:0px; */
	color:#fcc;
	position:relative;
	right:0px;
}

#menu li#active {
	background:#900;
	bottom:13px;
	right:2px;
	display:inline;
	margin:0 3px 0 0;
	padding:0;
	position:relative;
}

html>body #menu li#active {
	background:#000;
	margin:0 4px;
}

#menu #active a { 			/*, #menu #active a:link, #menu #active a:visited, #menu #active a:hover*/
	background:#900;
	border-bottom:none;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-top:1px solid #eee;
	bottom:0;
	color:#fcc;
	cursor:text;
	margin:0;
	padding:2px 5px 1px 5px;
	position:relative;
	right:0;
}


#footer {
	text-align:left;
	margin:5px;
}

#footer, #footer a {
	color:#fcc;
	font-size:11px;
}

/*
.dmenu	{
	font-size:10px;
	background:#6b0000;
	border:1px solid #fcc;
	bottom:2px;
	color:#fcc!important;
	height:1em;
	margin:0 2px;
	padding:3px 5px 3px 5px;
	position:relative;
	right:2px;
	text-decoration:none;

}
*/

#articles {
	width:63%;
	padding:0;
	float:left;
}

.wzlist	{
	margin: 20px 0 0;
	min-height:50px;
	width:100%;
}

.wz-intro-pic {
	float:left;
	border:1px solid #666;
	margin: 4px 7px 3px 0;
}

.wzlist h3,.commHeader	{
	margin: 0;
}

.wzlist h3 a,.ItemFooter a {
	color:#900!important;
}

.wzlist h3 a:hover,.ItemFooter a:hover {
	color:#fcc!important;
}

.wz-right {
	width:35%;
	padding:0;
	float:right;
}

.wz-border {
	border:1px solid #fcc;
	margin-top:20px;
}

.wz-header {
	background-color:#6b0000;
	color:#fcc;
	text-align:left;
	padding:3px 12px;
}

.wz-text *,.wz-text {
	font-size:12px;
}

.wz-text {
	padding:5px;
}

.divspace {
	margin-top:7px;
}

.ItemFooter	{
	font-style:italic;
	font-size:0.9em;
}


.Item	{
	padding:2px;
	text-align:justify;
}

.ad-container {
	/* border:4px double #6b0000; */
	width:230px;
	margin: 5px;
	background-color:#ffc;
}

.ad-header {
	background-color:#6b0000;
	color:#fcc;
	text-align:center;
	padding:5px;
}

.ad-text	{
	padding:5px;
	margin:10px auto 20px;	
	background-color:#ffc;
	/*background-color:#eee;*/
}

.osho {
	font-size:20px;
	font-weight:bold;
}
.calendar_trigger{
  border: gray 1px solid;
  background: url("/img/calendar.gif") no-repeat left bottom; 
  width: 18px;
  height: 17px;
  margin-left: 5px;
}
.required {
	color: red;
	font-weight: bold;
}
.warning {
	color: red;
	font-weight: bold;
}

.event-list {
	list-style-type: none;
}

.event-list li img {
	margin:0 5px -2px -13px;
}

.event-date {
	float:left;
	width:40px;
	margin: 4px 10px 3px 0;
	text-align:center;
	font-weight:bold;
}

.event-month {
	background-color:#6b0000;
	color:#eee;
	padding: 0;
}

.event-day {
	font-size:120%;
	border-left:1px solid #6b0000;
	border-bottom:1px solid #6b0000;
	border-right:1px solid #6b0000;
	padding:4px;
}