@charset "utf-8";
/* CSS Document */

html, body {width:100%; height:100%; margin:0px; padding:0px; background-color:#1c1c1c; background-image:url(../Assets/BG_paternShort.jpg); background-position:top center; background-repeat:repeat-x; text-align:center;}

div#outer_container {background:url(../Assets/bottom.jpg) repeat-x bottom; min-height:100%;}
div#inner_container {width:800px; height:inherit; margin:auto; position:relative;}

#div_header-flash, #div_header-noflash {position:absolute; left:0px; top:0px; width:800px; height:300px; visibility:visible;}
#div_header-flash {z-index:1;}
#div_header-noflash {z-index:2;}
div#languageBar {position:absolute; left:250px; top:0px; width:500px; height:25px; background:url(../Assets/languageBar.gif) no-repeat; z-index:5; line-height:25px;}
div#bottomBar {background:url(../Assets/bottomBar.gif) no-repeat center; width:700px; height:60px; z-index:5; text-align:center; line-height:25px; clear:both; margin:auto; vertical-align:middle; text-align:right;}
div#bottomBar:hover {background:url(../Assets/bottomBar_over.gif) no-repeat center;}
div#bottomBar div {line-height:60px; margin-right:10px;}

form .textField {border:#2661a3 1px solid; background-color:#333333;}
form input.textField {height:15px; width:150px;}
form textarea.textField {height:65px; width:300px;}
form .textField:hover {border:#99FF00 1px solid;}
form .textField:focus {border:#99FF00 1px solid;}
form .button {height:20px; color:#000066;}