/* CSS Document */

html>body, html>body #mainWrapper {
       height: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	color: #0A0053; */
	color: #013567;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*----divs----*/

div#mainWrapper {
 width: 98%;
 margin: 0 auto;
 /*height:1%;*/
 position:absolute;
        top: 0;
        left: 0;
}

div#theTop {
	height:118px;
	overflow:hidden;
	padding-left:6px;
	border-bottom: 1px solid #CCCCCC;
}

div#topNav {
	height:15px;
	overflow:hidden;
	width: 100%;
	margin-top:100px;
	margin-left:6px;
	margin-right:8px;
	font-size:10px;
	position:relative;
}

div#topNav li {
	float:right;
	margin-right:15px;
}

div#topNav li a:link{
	display:block;
	color:#999999;
	text-decoration:none;

}

div#topNav li a:visited{
	display:block;
	color:#999999;
	text-decoration:none;

}

div#topNav li a:hover{
	display:block;
	color:#000000;
	text-decoration:none;

}

div#topNav li a:active{
	display:block;
	color:#000000;
	text-decoration:none;
}

div#mainArea {
	padding-left:16px;
	padding-right:16px;
	padding-top: 12px;
	padding-bottom: 12px;
	height:1%;
	position:relative;
}

div#bottomArea {
	font-size:11px;
	color:#FFFFFF;
	height:50px;
	width: 100%;
	overflow:hidden;
	border-top: 1px solid #CCCCCC;
/*	position:absolute; */
    bottom: 0;
}

div#bottomAreaLeft {
	float:left;
}

div#bottomAreaRight {
	float:Right;
}

div#bottomAreaCenter {
	font-size:10px;
	color:#999999;
	text-align:center;
	margin-top: 15px;
}

div#bottomAreaCenter a {
	
	font-size:10px;
	color:#999999;
}

div#bottomAreaCenter p {
	
	font-size:10px;
	color:#999999;
}

div#bottomAreaCenter td {
	
	font-size:10px;
	color:#999999;
}

div#bottomAreaCenter select {
	
	font-size:10px;
	color:#999999;
}

/*----clases----*/

.tidyUp {
	clear:both;
	height:1px;
	overflow:hidden;
}

.openlink {
	display:block;
	color:#333333;
	padding: 5px 5px 5px 5px;
	margin-right: 5px;
	text-align:center;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	background-color:#ffffff;
}

/*---others----*/

a {
	text-decoration:none;
	color:#013567;
}
a:hover {
	text-decoration:none;
	color:#013567;
}

#mainLogo {
	float:left;
	margin-top:15px;
	margin-left:16px;
	width:80px;
	height:85px;
	z-index:1;
	position: absolute;
}

#tmplayelogoimg {
	margin: 0 auto;
	margin-top:20px;
	position:absolute;
	width: 100%;
/*	height: 100%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-transform: none;
	text-align: center;
}

#miniJoulesLogoLeft  {
	float:left;
	margin-top:10px;
	margin-left:35px;
	width:27px;
	height:28px;
	z-index:1;
	position:absolute;
}

#miniIPPlogoRight {
	margin-top:-20px;
	margin-left:-50px;
	width:27px;
	height:28px;
	z-index:1;
	position:absolute;
}

#miniIPPlogoleft  {
	float:left;
	margin-top:10px;
	margin-left:35px;
	width:27px;
	height:28px;
	z-index:1;
	position:absolute;
}

#miniSpacerRight {
	float:left;
	margin-top:-20px;
	margin-right:0px;
	width:27px;
	height:28px;
	z-index:1;
}

/*--- action buttons ----*/

.actionbtn {
	background-image:url(../Images/buttons/actionbtn.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
/*	width:50px; */
	padding-left:20px;
	color:#013567;	
	text-decoration:none;
}

.actionbtn:link {
	background-image:url(../Images/buttons/actionbtn.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
/*	width:50px; */
	padding-left:20px;
	color:#013567;	
	text-decoration:none;
}

.actionbtn:hover {
	background-image:url(../Images/buttons/actionbtn-hover.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#013567;
}
