@charset "utf-8";

/*This sheet is used in all areas where the artist logged in ie non public areas*/
* {
	margin-top:0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #F0EEE8;
	/*  background-color: #e4ded1;*/
	font:  Arial, Helvetica, Verdana, sans-serif;
	min-width: 1200px;
	height:100%;
}

#container {
	background-color: #e4ded1;
	width: 1200px;
	/*	background: #e4ded1;*/
	margin: 0 auto;
	min-height: 1000px;
	height: auto !important;
	height: 100%;
	padding-bottom: 10px;
}
	
#header {
	width: 100%;
	margin:0 auto;
	color: black;
	padding-top:10px;
}

#header p {
	padding-left:10px;
	font-size:1.25em;
	font-weight:bold;
}
	
#header-bottom {
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
	height: 1%;
}

#header-bottom ul {
	margin: 0;
	padding: 0;
	padding: 0 10px 0 0;
	text-align: right;
}

#header-bottom li {
	display: inline;
	color: #0000FF;
}

#header-bottom a:link, #header-bottom a:visited {
	text-decoration: none;
	color: #0000FF;
}

#tagline {
	margin: 0;
	padding: 0;
	width: 300px;
	float: left;
}

#tagline p{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:5 ems;
	padding: 0;
}


#sidebarLeft {
	float: left;
	width: 200px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	float: left;
	padding-top: 17px;
}


h3{
text-align:center;
font-weight:bold;
font-size:.9em;
margin-bottom:10px;
background-color:#000099;
color:#FFFFFF;
}

.separator{
text-align:center;
font-size:3em;
color:#FFFFFF;

}

#sidebarLeft .studentTitle{
text-align:center;
font-weight:bold;
font-size:.8em;
}

#sidebarLeft .studentPicture{
text-align:center;

padding-bottom:5px;
padding-top:5px

}

#sidebarLeft .studentName{
text-align:center;
font-weight:bold;

font-size:.8em;

}

#sidebarLeft .studentComment{
text-align:center;
font-size:.8em;

}




#content {
	width: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	float: left;
	padding-top: 15px;
} 



#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #000066;
}

#sidebarRight {
	float: right;
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 20px;
	margin-top:0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	float:left;
}

#sidebarRight .accommName {

}

#sidebarRight .accommType {

}

#sidebarRight .accommContact {

}

#sidebarRight .accommTel {

}

#sidebarRight .editAccomm {
	float:left;

}

#sidebarRight .deleteAccomm {
text-align:right;

}



#footer {
	clear:both;
	margin:0 auto;
	text-align:center;
	width:auto;
}
	
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:150%;
	}
p {
	font-size:85%;
	max-width: 650px;
	margin: 0 auto 10px 0;
	}
	
.popup {
	background-color: #FFFFFF;
}

	

	

	
#title {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
