@charset "UTF-8";
/*reset*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
/*end reset*/
html {
	background: url(../img/bgorange.png) #ff9933;
	background-repeat: repeat-x;
	background-position: top;
}
body {
	background: url(../img/bg_alpha.png) ;
	margin: 0px auto;
	width: 800px;
	padding: 0 200px 0 200px
}
#tophead {
	width: 800px;
	color: #FFF;
	font-size: 5px;
	height: 16px;
	background-image: url(../img/framecornersxhighbg.png);
	background-repeat: no-repeat;
}
.mid {
	background-image: url(../img/frametopbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 776px;
	height: 16px;
	float: left;
	margin: 0px 0px 0px 016px;
}
#mainconteiner {
	background-image: url(../img/framebg.png);
	background-position: left;
	background-repeat: repeat-y;
	border-right: 1px solid #300;
	padding: 0px 0px 0px 8px;
	width:790px;
}
#chiudiban{
	font-size:0.5em;
	color: #500;
	cursor:pointer;
	float: right;
}
#under_main {
	background-color:#900;
}
			
#header {
	background-color:  #900;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFF;
	padding: 10px 10px 10px 10px;	
}
#main {
	float: left;
	width: 383px;
	height: 353;
	color: #900;
	margin: auto;
	text-align:center
}
#main_img {
	float: right;}
	.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }
	.ui-autocomplete {
		max-height: 100px;
		overflow-y: auto;
	}
	/* IE 6 doesn't support max-height
	 * we use height instead, but this forces the menu to always be this tall
	 */
* html .ui-autocomplete {
		height: 100px;}
#footer {	
	width: 784px;
	clear: both;
	color: #999;
	padding-left: 8px;
	padding-bottom: 8px;
}
#cornersx {
}			
#flash_space {
	margin: 0 auto;
}
#riemp {
	width: 800px;
	color: #FFF;
	font-size: 5px;
	height: 16px;
	float: left;
	background-image: url(../img/framebottombg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#riemdx {
	height: 8px;
	width: 8px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	padding: 10px 10px 10px 10px;
}
.cornerdx 
 {
	float: right;
	margin: 0px 0px 0px 0px;
	border:none;
}
#static
{
	height: 100%;
	bottom: 100%;
	text-align: justify;
	//font-size: 12px;
	color:#BBB;
	font-family:"Courier New", Courier, monospace
	}
#static a
{
 text-decoration:none;
	}
#static a:link
{
	color:#888;	
	}
#static a:hover
	{
	color:#000;
	cursor:pointer;
}



