
html, body {
margin: 0;
padding: 0;
}

body {
background-color:#CCCCCC;
}

#outer {
height: 756px;
margin: 0 auto;
width: 900px;
}

#header {
background: url(../images/global/header_new.jpg) top left no-repeat;
/*height: 106px;*/
width: 900px;
}

#header #logo {
height: 69px;
padding-top: 20px;
}

#content {
min-height: 600px;
float: left;
width: 900px;
background-color:#FFFFFF;
}

#content div.tab {
padding-left: 15px;
}

#footer {
background-color:#999999;
padding-top: 14px;
padding-bottom:10px;
}

/* navigation */

#nav {
background: url(../images/global/nav_bg.jpg) top left no-repeat;
float: left;
width: 900px;
height: 43px;
}

#nav a {
float: left;
padding:0px;
}

#nav a img {
border: none;
float: left;
}

/* highslide */

.highslide-html {
    background-color: white;
}

.highslide-html div.tab {
padding-left: 15px;
}

.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    /*padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}