/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
}

form {
  margin: 0;
  padding: 0;
}

body {
	height: 100%;
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

* html .wrapper {
    height: 100%;
}

table.wrapper {
	height: 100%;
	background-color: #99AEE5;
}

td.top {
	height: 120px;
	vertical-align: middle;
}

td.left {
	width: 125px;
	vertical-align: top;
	padding-top: 55px;
}

td.content {
	background: #fff;
	width: 100%;
	height: 100%;
	padding: 10px;
	text-align: justify;
    vertical-align: top;
}

.contentheading, .componentheading {
	color: #99aee5;
	font-size: 18px;
	padding-left: 30px;
}

.contentpaneopen {
    width: 100%;
}