#error {
	color: #FF0000;
	text-shadow: red 0em 0em 0.6em;
}
.gallery_img {
	margin-left:85;
    margin-right:85;
	width:480;	
  	padding-top:40px;
	padding-bottom:40px;
}

body {
    height: 100%;
	margin: 0;
	padding: 0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: white;  	
}

h1, h2, h3 {
	font-weight: normal;
	color: White;
	padding: 10px 0px 0px 0px;
	text-shadow: yellow 0em 0em 0.7em;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

input[type="text"], input[type="password"]{	
	width: 200px;
	padding: 6px 5px 2px 5px;
	border: 2px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;	
	float:right;
	margin-right:550px;
}

input[type="submit"] {	
	float:right;
	margin-right:550px;
}

#field {
	width:214px;
	float:right;
	margin-right:550px;
	padding: 6px 5px 2px 5px;
	border: 2px solid #DEDEDE;
	background: #FFFFFF;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;	
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	text-shadow: yellow 0em 0em 0.6em;
}

table {
	text-shadow: yellow 0em 0em 0.6em;
}

ul, ol {
}

a {	
	color: #00FF00;
	font-weight: bold;	
	text-decoration: none;
	text-shadow: green 0em 0em 0.6em
}



/* Header */

#header-wrapper {
	height: 160px;
	border-bottom: 10px solid #505050;
	background: #EDEBD5 url(images/header.jpg);		
}

#header {	
	margin: 0 auto;
	padding: 0px 30px 0px 10px;	
}

#header p {
	float: right;		
	color: white;	
	padding-top: 10px;
}


/* Menu */

#menu {	
	width: 900px;	
	padding: 30px 0px 0px 0px;	
    margin: 0 auto;	
}

#menu ul {	
	margin: 0;
	padding: 90px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 10px 15px 15px 15px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
	text-shadow: yellow 0em 0em 0.6em;
}

#menu a:hover, #menu .current_page_item a {
	background: #505050;
	text-decoration: none;
}

#wrapper {   
   min-height:100%; 
   min-width:100%; 
   position:absolute;	
   background-image:url('images/1.png');
}

/* Page */

#page {    
	width: 900px;		
	margin: 0 auto;	
	padding: 0px 30px 30px 30px;		
}

/* Footer*/

#footer { 	
    width:100%;
    height:80px;    
	margin: 0 auto; 
	font-family: Arial, Helvetica, sans-serif;  
    background: url(images/footer.jpg);	
	border-top: 10px solid #505050;
}

#footer p {
	margin: 0;
	padding-top: 35px;
	line-height: normal;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color:white;	
	font-weight: bold;	
	text-shadow: yellow 0em 0em 0.6em;
}

#footer a {
	color: #FFFFFF;
}

table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
	background-color: white;
	border: solid #999999 1px;
	background-color: white;
	width: 215px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar a {
}
table.calendar a:hover {
}
table.calendar input, table.calendar select {
	font-size: 10px;
}
table.calendar td, table.calendar th {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	margin: 2px;
}
.closeBtn {
	/*float: right;
	width: 15px;
	/*font-size: 1.5em;
	height: 13px;

	padding: 0 0 3px 0;
	margin: 1px 8px 0 0;
	border: solid black 1px;*/
}
/*all styles related to the main calendar grid*/
table.cells {
	border-collapse: collapse;
	border: solid #CCCCCC 1px;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
/*the day headings*/
table.cells th {
	border: solid #CCCCCC 1px;
	text-align: left;
	font-weight: bold;
	color: #0054E3;
	width: 22px;
}
table.cells th.wkhead {
	border-right: double #CCCCCC 3px;
	cursor: default;
	width: 22px;
}
/*The date cells*/
table.cells td {
	border: solid #CCCCCC 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	height: 20px; /*IE doesn't like ems*/
}
table.cells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #0054E3;
}
table.cells td.noselect {
	background-color: #EEEEEE;
	color: #BBBBBB;
	text-decoration: line-through;
	cursor: default;
}
table.cells td.hlday {
	background-color: #99FF99;
}
table.cells td.wkday {
	background-color: #DDDDDD;
}
table.cells td.wkend {
	background-color: #DDDDDD;
}
table.cells td.curdate {

}
table.cells td.cell_selected {
	background-color: #99CCFF;
	color: black;
}
table.cells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}
table.cells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.cells td.hover {
	background-color: #999999;
}
table.cells td div {
	padding: 1px;
	margin: 0;
}
