/* CSS for gallerymp.com */

body {
	background-color: #cccccc;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
}

#divWrapper {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 700px;
	background-color: white;
	margin-top: 30px;
	padding-top: 20px;
}

#divFlash {
	position: absolute;
	text-align:center;
	top: 220px;
	width: 800px;
}

#divHeader {
	position: absolute;
	height: 60px;
	width: 770px;
	margin-left: 30px;
	background: #ffffff url("/images/mp_logo_resized.jpg") top left no-repeat scroll;
}

#divContent {
	position: absolute;
	top: 60px;
	height: 540px;
	width: 800px;
} 

#divFooter {

}

#divLinks {
	position: absolute;
	left: 300px;
	top: 20px;
	text-align:right;
	width:430px;
}

#divLinks a {
	color: #6a6464;
	text-decoration: none;
	padding-left: 9px;
	padding-right: 9px;
}

#divLinks a.selected {
	color: #000000;
	text-decoration: none;
	padding-left: 9px;
	padding-right: 9px;
}

#divLinks a:hover {
	padding-left: 9px;
	padding-right: 9px;
	color: #000000;
	text-decoration: none;
}

#divNow {
	position: absolute;
	width: 720px;
	top: 50px;
	height: 490px;
}

#divNowDate {
	font-size: 14px;
	color: #6a6464;
	text-align:right;
	padding-bottom: 5px;
	vertical-align: text-top;
	height: 50px;
}

#divNowTextTitle {
	text-align: right;
}

.nowTitleShow {
	font-family: Arial;
	font-weight: bold;
	font-size: 19px;
	color: #6699cc;
}

.nowTitleArtist {
	font-family: Arial;
	font-weight: bold;
	font-size: 19px;
	color: #000000;
}

#divNowText {
	position: absolute;
	left: 150px;
	font-family: Arial;
	font-size: 14px;
	text-align: justify;
	color: #6a6464;
}

#divAbout {
	position: absolute;
	width: 720px;
	top: 50px;
	height: 470px;
}

#divAboutTitle {
	text-align: right;
	width: 340px;
	float: left;
	height: 470px;
	padding-right: 20px;
}

#divAboutText {
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	color: #6a6464; 
	line-height: 20px;
}

#divFooter {
	position: absolute;
	top: 525px;
	width: 720px;
	height: 100px;
	left: 45px;
}

.footItem {
	float: left;
	text-align: left;
	line-height: 18px;
}

.title {
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}

.item {
	font-family: Arial;
	font-size: 14px;
	color: #6a6464;
}

.item a {
	text-decoration: none;
	color: #6a6464;
}

#divFooter a {
	text-decoration: none;
	color: #6a6464;
}

#divForm {
	position: relative;
	left: 10px;
	top: 50px;
	float: left;
	width: 380px;
	height: 490px;
	font-size: 14px;
	color: #6a6464;
	font-family: Arial;
	line-height: 18px;
}

#divFormHeader {
	position: relative;
	left: 100px;
	width: 260px;
	text-align: justify;
}

.formTitle {
	width: 90px;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
}

.formField {
	padding-bottom: 10px;
	width: 270px;
}

.inputBox, .textBox {
	width: 250px;
	border: 2px solid #eee;
	border-left: 2px solid #999;
	border-top: 2px solid #999;
	color: #6a6464;
	font-size: 12px;
	font-family: Arial;
}

.textBox {
	height: 138px;
}

.inputButton {
	display: block;
	border: 1px solid #aaa;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #fff;
}

.inputButtonOver {
	display: block;
	border: 1px solid #000;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #fff;
}

#divContact {
	position: relative;
	left: 10px;
	top: 50px;
	float: left;
	width: 370px;
	height: 490px;
	font-size: 14px;
	color: #6a6464;
	font-family: Arial;
	line-height: 18px;
	padding-left: 10px;
}

.textTitle {
	font-size: 18px;
	color: #000;
	font-family: Arial;
}

#Upcoming {
	width:720px;
	text-align:right;
}

#divUpcoming {
	position: absolute;
	width: 720px;
	top: 50px;
	height: 490px;
}

#divUpcomingText {
	position: absolute;
	left: 150px;
	font-family: Arial;
	font-size: 14px;
	text-align: justify;
	color: #6a6464;
}

#divContinue {
	position:relative;
	width:350px;
	text-align:right;
	margin:0 auto;
	font-family:Arial;
	font-size:12px;
	color:#6a6464;
}

#divContinue a {
	color: #6a6464;
	text-decoration: none;
}

#divContinue a:hover {
	color: #000000;
	text-decoration: none;
}