body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
margin:0px;
padding:0px;
} 

html, body {
margin:0px;
padding:0px;
width:100%;
}

body {
background-color:#092344;
background-image:url(wallpaper.jpg);
background-position:top center;
background-repeat:no-repeat;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height:20px;
}


/*=========================================================================
						GENERIC TEXT STYLES
=========================================================================*/

a:focus {
outline:none;
}

a img {
border:none;
}

/*=========================================================================
						WINDOW STYLES
=========================================================================*/

.floatLeft {
float:left;
margin-right:5px;
}

.floatRight {
float:right;
margin-left:5px;
}

div.window {
width:980px;
height:700px;
margin:50px auto 0px;
background-color:#cccccc;
background-image:url(../img/handler.png);
background-position:right bottom;
background-repeat:no-repeat;
text-align:left;
}

div.titleBar {
height:21px;
overflow:hidden;
padding:4px 5px 0;
background-image:url(../img/title-bar-bkg.png);
background-position:0px 0px;
background-repeat:repeat-x;
}

	div.titleBar h2.windowTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:center;
	font-weight:normal;
	line-height:16px;
	}

div.actionBar {
height:20px;
overflow:hidden;
padding:5px;
}

	div.actionBar input.addressField{
	border:solid 1px #999999;
	height:14px;
	padding:2px;
	/* width: (windowWidth - 128)px */
	width:852px;
	font-size:11px;
	}

div.windowContent {
/* width: (windowWidth - 10)px */
width:970px;
/*
IF BROWSER
	height: (windowHeight - 60)px
ELSE
	height: (windowHeight - 30)px
*/
height:640px;
margin:0 5px;
overflow:hidden;
}

iframe.viewport {
border:solid 1px #999999;
overflow:auto;
padding:0;
/* width: (windowWidth - 12)px */
width:968px;
/* height: (windowHeight - 62)px */
height:638px;
}

img.imageButton {
cursor:pointer;
}

div.resizeHandler {
width:5px;
height:5px;
overflow:hidden;
float:right;
cursor:nw-resize;
}


















