html, body
{
	height: 100%;
  margin-left: -1px;
}

body
{
	padding: 0px;
	margin: 0px;
	color: #000;
	background: #e0e0e0 url( ../image/bg.gif ) repeat-y top center;
	text-align: center;
}

body, input, textarea, select, td
{
	font-family: verdana, tahoma, geneva, sans-serif;
	font-size: 11px;
}

div
{
	position: relative;
}

form
{
	position: relative;
	padding: 0px;
	margin: 0px;
}

a
{
	font-weight: bold;
	text-decoration: none;
	color: #fb9433;
}

img
{
  padding: 0px;
  margin: 0px;
}

#container
{
	width: 712px;
	margin: 0px auto;
	text-align: left;
}

#header
{
	text-align: right;
	height: 82px;
	padding-top: 10px;
	background-color: #fff;
	z-index: 100;
}

#wrapper
{
	border-top: 1px solid #33ddfb;
}

#home
{
	padding-left: 10px;
	float: left;
}

#menu
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 100%;
	color: #33ddfb;
	font-weight: bold;
	font-size: 110%;
}

#menu a
{
	margin: 0px 10px;
}

#menu a.sel
{
	color: #33ddfb;
	margin: 0px 10px;
}

#side
{
  float: right;
  width: 200px;
  padding: 0px;
  margin: 0px;
	text-align: center;
	color: #33ddfb;
}

#side a
{
	font-weight: normal;
}

#side div
{
	padding: 10px 20px;
}

#side img
{
	border-bottom: 1px solid #33ddfb;
}

#content
{
	margin-right: 200px;
}

#content div#innerContent
{
	padding: 5px 15px;
}

#footer
{
	font-size: 90%;
	text-align: center;
	border-top: 1px dashed #33ddfb;
	color: #33ddfb;
	margin: 20px;
}


div#tooltip
{
	position: absolute;
	display: none;
	text-align: left;
	border: 1px solid #fb9433;
	color: #fb9433;
	background-color: #fff;
	padding: 10px;
	z-index: 999;
}

.hastooltip
{
	font-weight: bold;
	font-style: italic;
	color: #fb9433;
}

.emph
{
	font-weight: bold;
	color: #33ddfb;
}

span.emph
{
	font-weight: normal;
}

.warning
{
	font-weight: bold;
	color: #e00;
}

div.row, div.rowem
{
	background-color: #f9feff;
	background: #fff url( ../image/row_bg.gif ) repeat-y right top;
	border: 1px solid #cef7fe;
	border-right: none;
	border-left: none;
	padding: 5px;
	margin: 5px;
}

div.rowem
{
	background-color: #fff;
	background-image: none;
}

div.row div
{
	padding: 0px 5px;
}

div.row div a
{
	font-weight: normal;
}

div#content div#subheader
{
	background-color: #fff8f2;
	color: #33ddfb;
	border: 1px solid #33ddfb;
	border-left: none;
	border-top: none;
	padding: 5px;
	font-style: italic;
	font-size: 90%;
	text-align: center;
}

