﻿body {
	margin:0;
	padding:0;
	font-family:Arial,Helvetica,sans-serif;
    /*overflow-x:hidden;
	overflow-y:hidden;*/
	overflow:hidden;
	background-color:#fff;

}

table.displayWindow {
	width:1920px;
	height:942px;
}

td {
	text-align:left;
	vertical-align:top;
}

h1 {
	margin:0;
	padding:0;
	font-size:18px;
}

iframe {
	width:512;
	height:626px;

}

#footer {
	width: 1920px;
	font-size:12px;
	text-align:center;
	padding-top:15px;
}

img {
	vertical-align:middle;

}

div.headerBar{
    height:72px;
    width:auto;
}
div.clear{
    clear:both;
}

div.headerwrap{
    padding-top:5px;
    text-align:center;

}
div.headerleft{
    width:60px;
    height:50px;
    float:left;
    background-image:url(images/header/header_left.jpg);
    background-repeat:no-repeat;
    background-position:top left;
}
div.headermiddle{
    height:50px;
    line-height:50px;
    font-size:70px;
    font-weight:bold;
    border:#5C5953 3px solid;
    background-color:#C4BDB2;
    background-repeat:no-repeat;
    background-position:top left;
    text-align:center;
    width:450px;
    margin-left:auto;
    margin-right:auto;
}
div.headerright{
    width:60px;
    height:50px;
    float:left;
    background-image:url(images/header/header_right.jpg);
    background-repeat:no-repeat;
    background-position:top right;
}

a{color:#348781;}


/*-- Debug Console --*/

#debugConsole
{
    position:absolute;
    border:5px solid #f00;
    left:400px;
    top:300px;
    background-color:#fff;
    padding:5px;
    font-size:10px;   
    z-index:999; 
    display:none;
 
}
#debugConsole ul#showstatus
{
    font-size:10px;  
    overflow:scroll;
    height:100px;
    width:200px;
    margin:0px;
    padding:0px;
    font-size:10px;  
    overflow-x: hidden;
}

#debugConsole ul#showstatus li
{
    margin-left:17px;
    font-size:10px;      
}




#pageWrap
{
    width:1920px;
    height:1080px;
    overflow:hidden;   
    border:0px solid #f00;
}