﻿.page
{
	/*background-color:		#B5D3EA;*/
	padding:				25px;
}

.upperdiv
{
	width:					350px;
}

.menusmall
{
	width:					150px;
	float:					left;
}

.menumed
{
	width:					200px;
	float:					left;
}

.menularge
{
	width:					300px;
	float:					left;
}


.menuxlarge
{
	width:					400px;
}

.buttonarea
{
	width:					450px;
	text-align:				right;
}

.menuleft
{
	float:					left;
}

.menuright
{
	float:					right;
}

.menuleftpad
{
	padding:				30px;
}

euinput
{
	width:					150px;
	padding:				2px;
}

.adminforms
{
	border-style: none;
	border-color: inherit;
	border-width: 1px;
width:					485px;
		text-align:				left; 
	/*background-color:		#b5d3ea;*/ 
		padding:				20px;
	}

.forumheader
{
	float:					right;
	width:					240px;
	height:					55px;
}

.forumname
{
	width:					484px;
	float:					left;
	padding-left:			10px;
}

.forumcontent
{
	margin-top:				30px;
}

.categoryBox
{
	border-style:			solid; 
	border-width:			1px; 
	border-color:			Black; 
	margin:					5px; 
	float:					left; 
	min-width:				500px;
}

.categoryBoxTitle
{
	background-color:		#b5d3ea; 
	font-weight:			bold;
}

/*Modal Popup*/
.modalBackground {
	background-color:#af3030;
	filter:alpha(opacity=60);
	opacity:0.6;
}
.modalPopup {
	background-color:#FFF;
	border-width:1px;
	border-style:solid;
	border-color:black;
	padding:3px;
}
.modalText
{
	color:Black;	
}
.hidden
{
	display:none;
}
.lightbox{background-color:#FFF; padding:10px;}
.lightboxWrap{background-color:#FFF;}