/* Top Elements */

* { margin: 0; padding: 0; }

body {
	background-color: #FFF;
	font: normal 70%/1.5em Verdana, Tahoma,  sans-serif;
	font-size: 11px;
	color: #333; 
	text-align: center;
}
/* links */
a {
	background: inherit;
	text-decoration: none;
	color: #667F99;	
}
a:hover {
	background: inherit;
	color: #996800; 
}

/* headers */
h1, h2, h3 {
	font-family: Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 { font-size: 120%; }
h2 { font-size: 110%; text-transform: uppercase; }
h3 { font-size: 110%; color: #007E80; }

big { font-size: 110%; }

h1, h2, h3, p {
	margin: 0;
	padding: 10px;		
}
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

/* images */
img {
	
}
img.border {
	 border: 2px solid #B6B8BB; 
	padding: 3px;
}
img.noborder {
	 border: 0px; 
}


img.float-right {
  margin: 5px 0px 5px 10px; 
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

/* blockquote */
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
      border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/layout/quote.gif) no-repeat 5px 5px;    
}
#bquote {
	
 	padding: 0 0 0 15px;  
   
}
#block {
	margin: 10px;
 	padding: 0 30px 0 30px;     
}


/* form elements */
form {
	margin:0px; padding: 0 1px;
	border: 1px solid #f2f2f2; 
	background-color: #FFFFFF;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	border:1px solid #d2d2d2;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	border:1px solid #d2d2d2;
	height:120px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	/*background: #FFF;*/
	color: #275F6C;
}
/* search form */
form.search {
	padding: 0; margin: 0; 
	vertical-align: bottom;
	border: none;
	background-color: transparent;
}
form.search input.textbox { 
	margin: 0; padding: 1px;
	width: 65px;
	border: 1px solid #CCC; 
	background-color #FFF;
	color: #333; 
	height: 15px;
}
form.search input.button {
	height: 20px;
	padding: 1px 1px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 809px;
	background: url(images/layout/bg.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	width: 95%;
	margin: 0 auto;
	padding: 0;	
}


/* header */
#header {
	position: relative;
	width: 809px;
	height: 120px;
	background: #FFF url(images/layout/header.jpg) no-repeat center top;
	margin: 0; padding: 0;
	font-size: 12px;
	color: #FFF;
}

#header #lang {
	float: right;
	padding: 95px 20px 0 0;
	display: inline;
}

/* menu */
#menu {
	clear: both;
	width: 809px;
	height: 20px;
	background: #FFF url(images/layout/menubg.jpg) repeat-y;
	
	margin: 0;
	font: bolder 12px/16px Tahoma, Verdana, Arial, Sans-Serif;			
}

#menu span.left {
padding-left: 30px;
float: left;
width:35%;
color: #737373;
}

#menu span.right {
float: right;
text-align: right;
padding-right: 25px;
}
#menu div.right {
float: right;
text-align: right;
padding-right: 25px;
}


#menu ul{
	margin: 0; padding: 0 0 0 25px;
}
#menu ul li {
	float: left;
	list-style: none;		
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 10px;
	background: inherit;
	color: #FFF;
}
#menu ul li a:hover {
   background: #FFF; 
	color: #333;  
}
#menu ul li#current a {	
	background: #30899F; 
	color: #FFF;
}




/* Main */
#main {
	float: right;	
	width: 79%;
	padding: 0;	margin: 0;	
}
#main h1 {
	color: #667F99; 
	border-bottom: 1px solid #CCCCCC;
	background: #F6F6F6 url(images/layout/arrow.gif) no-repeat 5px 50%;	
	padding: 3px 0 3px 20px;	
	margin: 10px 0 0 0;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/layout/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/layout/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/layout/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 21%;
	padding: 0; margin-top: 4px;		
}	
#sidebar h1 {
	margin: 10px 0 0 0; 
	padding: 2px 10px; 
	font: bold 110% Tahoma, Verdana, Sans-Serif;	
	color: #FFF;	
	background: #B6B8BB;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/layout/bullet.gif) no-repeat 2px 3px ;
	padding: 2px 0 2px 25px;
	margin: 0 2px;			 
}

#log {
	margin: 0px 0 0 0; 
	/*padding: 2px 10px; 
	font: bold 120% Tahoma, Verdana, Sans-Serif;	*/

	color: #363636;	
	background: #949494;	
}


* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	padding: 2px 0; 		
	background: none;
}

/* footer */
#footer {
	clear: both;
	color: #66737B;
	font: normal 90% Verdana, Tahoma, sans-serif;
	background: #FFF url(images/layout/footerbg.jpg) no-repeat center top;	
	width: 809px;
	height: 60px;
	text-align: center;
	padding: 0px 2px 0 0;
	margin: 0 auto;	
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray { color: #CCC; }


#i {
	border: 1px solid #f2f2f2; 
	background-color: #f5f5f5; 
}

.g { 
background-color: #efefef;
}


td { background-color: #f3f3f3;
	color: #202020;
	font-family: Verdana,Arial,Helvetica;
	font-size: 8pt;
	 
}

.bg { 
 background-color: #ffffff;	
background-color:#FFFFFF;
}


table.data {
margin-top: 5px;
 margin-left: 10px; 
}

table.data td{
background-color:#FFFFFF;
}


table#blank {
margin-left: 10px;
background-color:#FFFFFF;
}
table#blank td{
background-color:#FFFFFF;
}
table.page {
margin-left: 10px;
background-color:#FFFFFF;
}

table.page td {

background-color:#FFFFFF;
}


table.border td {
  padding: 5px;
  border: 1px solid #d8d8d8;  
}

table#bottomline {

border-bottom:1px groove #cecece;

}



.title {
 text-align: center;
 border-top: 1px solid #CCCCCC;
 border-right: 0px;
 border-left: 0px;
 font-size: 20px;
 width: 71%;
}

.weekday {
 text-align: center;
 width: 14%;
 border: 1px solid #CCCCCC;
 font-style: oblique;
 background: url("images/calendar/wd_bg.png");
}

.day {
 border: 1px solid #CCCCCC;
 width: 14%;
 height: 100px;
 vertical-align: top;
  line-height: 1.2;
 font-size: 11px;
 background-image: url("images/calendar/bg.png");
}

#weekend {
  background-image: url("images/calendar/ebg.png");
}


table.calendar {
 color: black;
 margin-right: auto;
 margin-left: auto;
 width: 99%;
 border: 1px solid #CDCDCD;
}

.back {
 text-align: left;
 border-top: 1px solid #CCCCCC;
 border-right: 0px;
 border-left: 1px solid #CCCCCC;
}

.back img {
border: 0px;
}


.next {
 text-align: right;
 border-top: 1px solid #CCCCCC;
 border-right: 1px solid #CCCCCC;
 border-left: 0px;
}

.next img {
border: 0px;
}

.fback {
 text-align: left;
 border-bottom: 1px solid #CCCCCC;
 border-right: 0px;
 border-left: 1px solid #CCCCCC;
 vertical-align: top;
}

.fback img {
border: 0px;
}

.fnext {
 text-align: right;
 border-bottom: 1px solid #CCCCCC;
 border-right: 1px solid #CCCCCC;
 border-left: 0px;
 vertical-align: top;
}

.fnext img {
border: 0px;
}


#now {
border: 1px solid #ff0000;
 background: #ffffff;
}
#day-now {

 background: #ffffff;
}

#free {
background: url("images/calendar/free.png");
}


#freenow {
border: 1px solid #ff0000;
 background: url("images/calendar/free.png");
}


#freedaytitle{
color: #BB0000;
}

table.header {
 width: 99%;
 margin-right: auto;
 margin-left: auto;
 border-top: 1px solid #CCCCCC;
 border-right: 1px solid #CCCCCC;
 border-left: 1px solid #CCCCCC;
 background-image: url("images/calendar/abg.png");
}

.footer  {
 width: 99%;
 margin-right: auto;
 margin-left: auto;
 border-top: 0px;
 border-right: 1px solid #CCCCCC;
 border-left: 1px solid #CCCCCC;
 border-bottom: 1px solid #CCCCCC;
 background-image: url("images/calendar/abg.png");
}

.footer form{ 
background-color: #efefef;
}



.jump {
 text-align: center;
 border-bottom: 1px solid #CCCCCC;
}

.event {
 background: url("images/calendar/event_bg.png");
 border: 1px outset #808080;
  margin-bottom: 3px;

}


.event span {
 display: block;
 background-color: #B5C8E6;
 clear: right;

}

.orthodox{
  border: 1px outset #808080;
  margin-bottom: 3px;
 font-size: 9px;
}

.orthodox span {
 display: block;

}

.free{
background: url("images/calendar/free.png");
color: red;
 margin-bottom: 3px;
 font-size: 9px;
}

.islam{
border: 1px outset #808080;
 margin-bottom: 3px;
 font-size: 9px;
background: url("images/calendar/islam.png");
}

.islam span {
 display: block;

}

.paneltwo {
 width: 300px;
 margin-right: auto;
 margin-left: auto;
 border: 2px outset #AAAAAA;
 margin-bottom: 10px;
 padding-right: 5px;
 padding-left: 5px;
 padding-top: 0px;
 padding-bottom: 0px;
 background-color: white;

}



#center {  
	text-align:center; 
	 }

.day-elist {
 border: 1px solid black;
 width: 170px;
 margin-right: auto;
 margin-left: auto;
 margin-top: 5px;
 overflow: auto;
 height: 65px;
text-align: left;

}

.day-elist a:link {
 display: block;
 color: #520D0D;
 background-color: white;
 margin: 1px;
 text-decoration: none;
}

.day-elist a:visited {
 display: block;
 color: #520D0D;
 background-color: white;
 margin: 1px;
 text-decoration: none;
}

.day-elist a:hover {
 display: block;
 color: black;
 background-color: #E2E2E2;
 margin: 1px;
}

.day-sidebar {
 width: 200px;
 float: right;

background-image: url("images/calendar/sidebar_bg.png");

 background-repeat: repeat-y;
 margin-top: 0px;
 padding-left: 1px;

}

.day-editevent {
 border-top: 1px solid #d6d6d6;
}

.day-title {
margin-left: 5px;

 color: #1C4480;
}

.day-title a:visited {
 color: #1C4480;
 text-decoration: none;
}

.day-title a:link {
 color: #1C4480;
 text-decoration: none;
}

.day-title a:hover {
 color: black;
 text-decoration: none;
}


.day-event {
 border: 1px solid gray;
 padding-left: 5px;
 margin-right: 210px;
 margin-bottom: 15px;
margin-top:5px;

}

.day-event span{
 font-weight: bold;
}


#day-event {
  background-image: url("images/calendar/day_event_bg.png");
 
}

#day-free {

  background-color: #ffd2d2;
 
}

#day-orthodox {
 
}

#day-islam {

  background-color: #80ff80;

}

.day-etitle-free {
 color: red;
 padding: 3px;
 font-weight: bold;
 font-size: 14px;
}

.day-etitle {
 color: #040D3B;
 padding: 3px;
 font-weight: bold;
 font-size: 16px;
}

.day-event span {
 font-size: 12px;

 font-family: Verdana;
}

.day-body {
margin-left: 5px;
}

.day-addevent {
width:200px;

}
.paneltwo textarea{
width:260px;

}

.day-addevent textarea{
width:170px;

}

.day-editevent textarea{
width:170px;

}

.day-sidebar form {
 background-image: url("images/calendar/sidebar_bg.png");
 background-repeat: repeat-y;

}

.toolbar{
margin-left: 25px;
}

.msg {
 	margin-left: 10px; 
	margin-top: 5px;
}
.msgsmall {
 	margin-left: 10px; 
	margin-top: 10px;
	font-size: 9px;
}

.map{
text-align: center;
width: 600px;
border: 0px solid #ff0000; 
}

 form.map {
	 
border: 0px ;	
width: 600px;

}
 form.noborder {
	 
border: 0px ;	

}
