@charset "utf-8";
/* CSS Document */

/* general layout */
img
{
	border-style:none;
}

body
{
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:#1c2a35;
}

#tpl_wrapper
{
	height:100%;
	min-width:980px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}

#tpl_container
{
	position:relative;
	margin:0px auto;
	padding:0px 10px 0px 10px;
	width:960px;
}

/* header */

#tpl_headerArea
{
	position:relative;
	background:url(../images/general/bg_header.jpg) repeat-x;
}

#tpl_header
{
	position:relative;
	margin:0 auto;
	padding:25px 10px 30px 10px;
	width:960px;
	height:51px;
	overflow:hidden;
}

#headerLogo
{
	float:left;	
}

#tpl_headerNavMenu
{
	position:relative;
	float:right;
	margin:17px 0 0 0px;
	padding:0 0 0 0;
}

#tpl_headerNavMenu li
{
	margin:0 1px;
	padding:0 0 0 0;
	float:left;
	list-style:none;
	background: url(../images/general/bg_menu.jpg) no-repeat;
}

#tpl_headerNavMenu li:hover
{
	background: url(../images/general/bg_menu_1.jpg) no-repeat;	
}

#tpl_headerNavMenu li.selected
{
	background: url(../images/general/bg_menu_2.jpg) no-repeat;	
}

#tpl_headerNavMenu li div.menu
{
	margin:2px;
	border:solid 1px #8da4b6;
	padding:5px 15px 0px 15px;
	font-size:16px;
	line-height:17px;
	color:#ffffff;
	font-family:"BigNoodleTitling", Arial;
}

#tpl_headerNavMenu li a
{
	outline:none;
	text-decoration:none;
}

ul#tpl_sideSubMenu
{
	position:relative;
	top:0px;
	left:0px;
	margin:0px 0 0px 0;
	padding: 0 0 0 0;
	border-top:solid 1px #cccccc;
}

#tpl_sideSubMenu li
{
	margin:0 0 0 0;
	padding:6px 35px 6px 20px;
	text-align:right;
	border-bottom:solid 1px #cccccc;
	width:165px;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	color:#003d5e;
	list-style:none;
}

#tpl_sideSubMenu li.hover
{
	cursor:pointer;
}

#tpl_sideSubMenu li.hover:hover
{
	background:#e9ddaf;
}

/* footer */

#tpl_footer
{
	position:relative;
	margin:0 0 0 0px;
	padding:10px 20px 20px 20px;
	width:920px;
	background: url(../images/general/img_shadow_footer.jpg) repeat-x top #e6e6e7;
}

#tpl_footer div
{
	color:#333333;
	font-size:10px;
	font-weight:bold;	
}

/*** content ***/

#tpl_content
{
	background: url(../images/general/bg_content.jpg) top center no-repeat #fbf5dd;
}

#contentLeft
{
	position:relative;
	padding:50px 0 20px 0;
	margin:0;
	width:220px;
}

#contentCenter
{
	position:relative;
	padding:36px 30px 30px 50px;
	margin:0;	
	width:425px;
}

#contentRight
{
	position:relative;
	padding:50px 10px 20px 10px;
	margin:0;
	width:215px;
	background: url(../images/general/bg_content_right.png) repeat-y;
}

#downloadArea
{
	margin:10px 0 0 0;
	padding:0 5px;
	border:solid 1px #cccccc;
	background:#ffffff;
}

#downloadList
{
	padding:0;
	margin:0;
}

#downloadList td
{
	color:#003d5e;
	padding:5px 6px 5px 4px;
	border-bottom:solid 1px #cccccc;
	font-weight:bold;
	font-size:11px;
	line-height:12px;
}

.tableQueries
{
	margin:0;
	padding:0 0 10px 0;	
}

.tableQueries td
{
	padding:2px 10px 2px 0;
}

input.button
{
	margin:2px;
	border:solid 1px #8da4b6;
	padding:5px 10px 0px 10px;
	font-size:16px;
	line-height:17px;
	color:#ffffff;
	background:none;
	font-family:"BigNoodleTitling", Arial;
}

div.button
{
	padding:0 0 0 0;
	background: url(../images/general/bg_menu.jpg) no-repeat;
	
}

div.button:hover
{
	background: url(../images/general/bg_menu_1.jpg) no-repeat;	
}

.wf-bignoodletitling-n4-loading #tpl_headerNavMenu, .wf-bignoodletitling-n4-loading div.button{ 
	visibility:hidden;
}

.wf-bignoodletitling-n4-active #tpl_headerNavMenu div.menu, .wf-bignoodletitling-n4-active div.button , .wf-bignoodletitling-n4-inactive #tpl_headerNavMenu div.menu, .wf-bignoodletitling-n4-inactive div.button{
	visibility:visible;
}

.clear
{
	clear:both;
	height:0px;	
}
