/***********************
	  LAYOUT
************************/
#content {
	width: 94%;
	margin: 10px auto;
	text-align: left;
	padding: 0px;
}

#picker_target {
	margin: 0px;
	padding-bottom: 20px;
	vertical-align: top;
}

#body {
	margin: 0px;
	padding-bottom: 20px;
	vertical-align: top;
}

/* Footer */
#footer { 
	color: #000000; 
	border-top:3px solid #481e5d;
	padding: 5px 0px 10px 0px;
	margin: 0px auto;
	text-align: right;
	font-size: 80%;
	width: 95%;
}


#pageloadingdisplay {
	background-image:url('loading.gif');
	background-repeat:no-repeat;
}

#graphimage {
	padding: 5px;
}


table.popuparea
{
	z-index: 1100;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
div.popupbox
{
	padding: 20px;
	width: 300px;
	max-height: 300px;
	overflow: auto;
	background-color: #F5F5F5;
	border-top: solid 1px #A0A0A0;
	border-left: solid 1px #A0A0A0;
	border-right: solid 2px #505050;
	border-bottom: solid 2px #505050;
}

#phpmessagebutton, #systempopupbutton
{
	margin-top: 15px;
	display:block;
}


#pickerpanelarea
{
/*
	opacity: 0.9;
	filter:alpha(opacity=90);
*/
	z-index:100;
	color: #F0F0F0;
	border: 1px solid black;
	background-color: #505050;
	position: fixed;
	bottom: 0;
	left: 0;
	margin: 10px;
	padding: 10px;
	min-width: 400px;
	text-align: left;
}

#dispxml
{
	padding-top: 10px;
}

#dispxml a
{
	font-size: 70%;
	background-color: #F0F0F0;
	color: black;
	border: 2px solid #505050;
}

div.popupshadow
{
	z-index: 1090;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
/*
	background-color: black;
	opacity: 0.4;
	filter:alpha(opacity=40);
*/
	background: -moz-linear-gradient(top, 		rgba(0,0,0,0.55) 0%,rgba(0,0,0,.10) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, 	rgba(0,0,0,0.55) 0%,rgba(0,0,0,.10) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, 		rgba(0,0,0,0.55) 0%,rgba(0,0,0,.10) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

@media screen and (max-width: 800px) {
	#body_holder {
		overflow-x: auto;
	}
}

