/*----------FOR INSTALL----------*/
#BgContainer {
	background-color: #FFF;
	padding: 10px 40px;
}

#BgContainer h4 {
	font-size: 16px !important;
}

#BgContainer p {
	width: 94%;
}

#BgContainer table {
	margin: 10px !important;
	width: 94%;
}

#BgContainer ul#Themes label {
	margin-top: 2px !important;
}



/*-----------------------------------------------MISC STYLES AND DEFAULTS-----------------------------------------------*/
html, body {
	background-color: #EEE;
	color: #333;
	font-family: Verdana, Lucida, sans-serif; 
	margin: 0;
}

a {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

hr {
	border: none;
	border-bottom: 1px dotted #CCC;
	margin: 20px 0;
}

iframe {
	border: 1px solid #CCC;
}

.clear {
	clear:both;
}

.romanList li {
	list-style-type: upper-latin;
}

#sideBar {
	color: #FFF !important;
	padding: 10px;
}
	#sideBar a {
		color: #FFF;
	}

	#sideBar h3{
		letter-spacing: 1px;
	}

	#sideBar ul {
		margin-left: 15px;
	}


/*-----------------------------------------------HEADER-----------------------------------------------*/
#hd { 
	background: #FFF url(../images/menu.png) repeat-y scroll 0 0;
	height: 250px;
	width: 950px;
	overflow: hidden;
	position: relative;
}

	#hd #home { 
		background: transparent url(../images/banner.jpg) no-repeat scroll 0 0;
		height: 250px;
		position: relative;
		width: 950px;
		z-index: 200;
	}

		#hd #logoTop {
			position: absolute;
			bottom: 30px;
			right: 30px;
		}



/*-----------------------------------------------BODY-----------------------------------------------*/
#bd {
	background: #FFF url(../images/body.png) repeat-y scroll 0 0;
	margin-top: -2px;
	position: relative;
	width: 950px !important;
	z-index: 100;
}

	#Layout {
		clear: both;
		min-height: 300px;
		overflow: hidden;
		padding: 20px 25px 15px 15px;
	}

	#Content {}



/*-----------------------------------------------FOOTER-----------------------------------------------*/
#ft {
	background-color: #3D8EB9;
	clear: both;
	height: 50px;
	padding-top: 10px;
	position: relative;
	width: 950px;
	text-align: center;
}

	#ft p {
		color: #FFF;
		text-align: center;
	}

	#ft a {
			color: #FFF;
			text-decoration: none;
		}

			#ft a:hover {
				color: #FFF;
				text-decoration: underline;
			}



/*-----------------------------------------------MESSAGEBOXS-----------------------------------------------*/
.message {
	background: #EEE;
	border: 4px solid #AAA;
	color: #666;
	margin: 15px;
	padding: 5px;
}

span.middleColumn .message {
	margin: 4px 0 0 3px;
}

.required {
	background: #FFDFDF;
	border: 1px solid #FF0000;
	color: #000;
	margin: 3px 0 0 3px;
	padding: 0px;
}

#Remember label {
	margin: 0 0 0 10px;
}

.entry {
	border-bottom: 1px solid #EEE;
}