	/* CALENDAR FORM STYLING */

form div {
border-bottom:1px solid #fff;
padding:11px 0;
overflow:auto;
}


form div label{
display:block;
float:left;
width:130px;
}

form div select {
width:200px;
}

form div input{
width:300px;
}

form div textarea {
width:310px;
height:200px;
}

form div .submit {
margin-left:130px;
width:50px;
}

#current_photo {
list-style-type:none;
margin:0; padding:0;
min-height:75px;
margin-bottom:15px;
}

#current_photo li {
width:100px;
height:75px;
overflow:hidden;
float:left;
position:relative;
margin:0 5px 5px 0;
border:1px solid #666;
background:#eee;
}

#current_photo li a img {
display:block;
}

#current_photo li input {
position:absolute;
right:0; top:0;
}

#current_document {
list-style-type:none;
margin:0; padding:0;
}

#articlephoto {
	float:left;
	width:200px;
	padding:5px;
	margin-right:10px;
	margin-bottom: 10px;
	font-size:8px;
	color: #666;
	overflow:auto;
	border:1px solid #ddd;
	text-align:center;
}

#articlephoto p {
	font-size:10px;
}

ul#photos {
	list-style:none;
	margin-bottom: 8px;
	overflow:auto;
}

ul#photos li {
	display:inline;
	margin:10px; 
	float:left;
	width:100px;
	height: 75px;
	padding:5px;
	overflow:hidden;
	border: 1px solid #ddd;
}


thead th {
	text-align:left;
	padding:5px;
	background:#036;
	color:white;
}

tfoot td {
	text-align:right;
	padding:5px;
}

td {
	vertical-align:top;
}

.styletbl td, #newsmodule td {
	padding:5px;
}

#searchnews, #searchevents {
	margin-top: 25px;
	font-size:90%;	
}

#searchnews form div, #searchevents form div {
	padding: 6px 0;
}

#searchnews #query, #searchevents #query{
	color:#999;
}

#searchnews small,#searchevents small{
	clear:both;
	margin-left: 130px;
}

#searchnews .day,#searchnews .year,#searchnews .month {
	width: 75px;
}

#searchstart, #searchend, #bydate {
	overflow:auto;
}



form {
	margin-bottom:20px;
}

form div {
border-bottom:1px solid #eee;
padding:11px 0;
}

* html form div {
height:30px;
}

form div.simple {
	padding:0;
	border:none;
}

form label{
display:block;
float:left;
width:130px;
}

form select {
width:100px;
}

form .cat {
width:204px;
}

form input{
width:310px;
}

form #body {
width:420px;
height:330px;
}

form #gallery {
width:420px;
height:120px;
}

form #submit, form .submit {
margin-left:130px;
height:30px;
width:100px;
}

form fieldset {
	padding: 10px;
}

iframe, #photomanager {
	width:100%;
}

fieldset .submit{
	margin-left:10px;
}

iframe{border:0;}

select#day,
select.day,
select#month,
select.month,
select#year,
select.year,
select.hour,
select.minute,
select.merid{
	width:75px;
}