fieldset{
	min-height:30px;
}

legend{
	margin-left:10px;
}

.hidden{
	display:none;
}

#loginWindow{
	background-color:#141314;
	color:#000;
}

#ibox_content{
	background:#999;
}

.flashContent{
	padding:10px;
	color:#fff;
}

#pageCreator{
	margin-top:20px;
}

.advancedField{
	width:500px;
	margin-bottom:10px;
}

.jsFiles{
	width:500px;	
}

.cssFiles{
	width:500px;
}

.jsExtras{
	width:500px;
	height:100px;
}

.admin_textarea{
	width:800px;
	height:100px;
}

.calendar_new input[type="checkbox"]{
	width:30px;
	margin-left:0;
}

.calendar_new .eventContent{
	width:600px;
	height:200px;
}

.submitBtn{
	height:50px;
	width:150px;
	margin-top:10px;
}

#page_mod{
	margin-left:-19px;
}

#calendar_list{
	width:900px;
}

#calendar_list tr{
	height:30px;
}

#calendar_list tr.event_row:hover{
	background-color:#40b3d2;
	cursor:pointer;
}

#calendar_list td{
	padding:5px;
}

#calendar_list .delEvent{
	cursor:default;
	text-align:center;
}

#calendar_list .delEvent img{
	cursor:pointer;
}

.cal_detail{
	margin-bottom:30px;
}

#pages_list{
	width:900px;
}

#pages_list tr{
	height:30px;
}

#pages_list tr.page_row:hover{
	background-color:#40b3d2;
	cursor:pointer;
}

#pages_list td{
	padding:5px;
}

#pages_list .delPage{
	cursor:default;
	text-align:center;
}

#pages_list .delPage img{
	cursor:pointer;
}

.notifier_success{
	width:900;
	height:50px;
	border:7px solid #009900;
	background-color:#fff;
	margin-bottom:10px;
	color:#000;
	padding:10px;
}

.notifier_failure{
	width:900;
	height:50px;
	border:7px solid #990000;
	background-color:#fff;
	margin-bottom:10px;
	color:#000;
	padding:10px;
}

#createPage{
	padding:10px;
}

#existing_pages{
	margin-bottom:200px;
}
