/* basic elements */
html {
	height: 100%;
	width: 100%;
	overflow: hidden;
	}
	
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #5e5f61;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #ffffff;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #ffffff;
	}

/* specific divs */
#global {
    height: 100%;
    width: 100%;
	overflow: hidden;
     }
     
#main_container { 
	height: 100%;
	width: 100%;
	min-width: 960px;
	}
	
#flashcontent {
	height: 100%;
	width: 100%;
}

#sorry_global {
	height: 100%;
	width: 100%;
	background: #5e5f61 url(../images/sorry_bg.gif) no-repeat center;
}

#sorry_container {
    position: absolute;
    left: 50%; 
    top: 50%;
    width: 930px;
    height: 580px;
    margin-top: -280px; /* half of the height */
    margin-left: -465px; /* half of the width */
}

#sorry {
	position: absolute;
	top: 90px;
	left: 40px;
    width: 400px;
    height: 300px;
	font: 15px/20px Helvetica, san-serif;
	color: #ffffff;
}

#sorry_copyright {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 930px;
	font: 10px/10px Arial, san-serif;
	color: #afafaf;
	text-align: right;
}
#sorry_copyright a:link, #sorry_copyright a:visited { text-decoration: none; color: #afafaf;}
#sorry_copyright a:hover, #sorry_copyright a:active { text-decoration: underline; color: #afafaf;}

.req { color: #723835;}
input, select, textarea { font: 13px 'Times New Roman', Times, serif; color: #39281C; border: solid 1px #D0C5A0; background: #ffffff;}
input.none, select.none, textarea.none{ font: 13px 'Times New Roman', Times, serif; border: none; background: #ffffff;}

input:focus, select:focus, textarea:focus { background: #ffffff; border: solid 1px #39281C;}

.note { font-family: Arial ; font-size: 10px; color: #686868;}