/*========================== Layout - Start ============================*/

/*
==== Tree ====
pagemaster
	skinmaster
		controlpanel_container
		skinheader-container
			skinheader
			sitesearch_container
				sitesearch
		HeaderMenuContainer
			HeaderMenu
			HeaderDate
		toppane
		leftpane
			leftpane-top
			#houseMenuV
		PaneSeparator1
		contentpane / contentpane_bigger
		PaneSeparator2		
		rightpane
		panelwidth
			leftpane-width
				img
			PaneSeparator1-width
				img
			contentpane-width / contentpane_bigger-width
				img
			PaneSeparator2-width
				img
			rightpane-width
				img
		footer
			siteinfo
			sitelinks
*/

.pagemaster {
	text-align:center;
	margin-bottom:80px; /*added as last menu was getting cut - increse it when size of the last menu increases*/
}

.skinmaster {
	/*height: 100%;*/
	width:800px;
	margin:0px auto;
	position:relative;
}
.skinheader-container {
	
}
.skinheader 
{
	text-align:left;
	height:76px;
	
	background-position:left;
	background-repeat:no-repeat;
}

.skinheader a.skinheader_logo_link {
	text-align:left;
}

.skinheader img.skinheader_logo {
	border:none;
	margin-left:14px;
}

.sitesearch_container {
	float:right;
	margin-right:9px;
}

.HeaderMenuContainer
{
	background-color:#F4F4F4;
	margin-top:3px;
	line-height:21px;
}

.HeaderDate
{
	padding-right:10px;
}

.HeaderMenu
{
    padding-left:13px;
}

.controlpanel_container {
	/*padding-bottom:10px;*/
}


/*
.homepage .toppane {
	padding-top:10px;
	padding-bottom:10px;
}
*/
/*.innerpage .toppane, .multicontent .toppane */

/*

.toppane {
	padding: 7px 13px;
	width:100%;
}

.toppane, .toppane span, .toppane td, .toppane div { 
	line-height:19px;
}

*/

.toppane {
	padding:0px 13px;
	*width:100%;
}

.toppane td {
	line-height:35px;
}

.leftpane {
	background-repeat:no-repeat;
	background-color: #F1F6FC;

	background-image:url(Images/leftmenu-bottom.jpg);
	background-position:bottom left;
}

.leftpane .leftpane-top {
	background-image:url(Images/leftmenu-top.gif);
	background-position:top left;
	height:4px; /*Height of curve*/
	overflow:hidden;
}

.contentpane_searchbox { 
	width:175px;
	position:absolute;
	text-align:right;
	
	margin-top:7px;
	margin-left:416px;
	*margin-left:121px
}

.contentpane_searchbox table {
	display:inline;
}

.contentpane_bigger {
	/*top:-30px;
	position:relative;*/
}

.multicontent
	.contentpane_right 
	{
		width :100%;
}

.multicontent
	.contentpane_left 
	{
		
}

.PaneSeparator1 {
}

.PaneSeparator2 {
}

.contentpane { /*for 3 col layout*/
}

.contentpane_bigger { /*for 2 col layout*/
}

.rightpane {
}

.bottompane {
    height:1px;
}

.footer {
	background-color:#F4F4F4;
	margin-top:11px;
	padding-right:10px;
	line-height:26px;
}

.footer a {
	border-left:1px solid;
	padding-left:7px;
	margin-left:0px;
}

.footer td.sitelinks {
	text-align:right;
}

.footer td.siteinfo {
	text-align:left;
}

/*---------------------- Panel Width Controls ----------------------*/ 

.panelwidth img {
    height:1px;
    border:0px;
}

.panelwidth img.leftpane-width {
    width: 190px;
    /*display:none;*/
}

.panelwidth img.contentpane-width { 
    width: 405px;
}

.panelwidth img.contentpane_bigger-width{ 
    width:591px;
}

.panelwidth img.rightpane-width {
    width:167px;
}

.panelwidth img.PaneSeparator1-width {
    width: 19px;
}

.panelwidth img.PaneSeparator2-width {
    width: 19px;
}

/* -------- multi content - start -------- */
.multicontent 
	.panelwidth 
		img.PaneSeparator_Multicontent-width 
{
	width:20px;
}

.multicontent 
	.panelwidth 
		img.contentpane_right-width {
	/*width:286px;*/
}

.multicontent 
	.panelwidth 
		img.contentpane_left-width {
	/*width:286px;*/
}

.multicontent
	.contentpane_left,
.multicontent
	.contentpane_right {
	vertical-align:top;
}

/* -------- multi content - finish -------- */

/* -------- Other - Start -------- */

/*
.SiteHeader {
	margin-left:110px;
}
.SiteHeaderText {
	margin-left:114px;
}
*/

.SiteHeader {
	color:white;
	font-size:45px;
	font-weight:bold;
	height:1em;
	filter: Shadow(Color=#000000, 	
			Direction=135, 
			Strength=2);
	line-height:45px;
	letter-spacing:0.04em;
}

.SiteHeaderText {
	color:White;
	font-size:13px;
}

.SiteSearchTextbox {
	border:1px solid #A5ACB2;
	color: #999999;
	background-color:#ffffdd;
	padding-left:5px;
}

/* -------- Other - Finish -------- */

/*---------------------- Panel Width Controls ----------------------*/ 


/*========================== Layout - Finish ============================*/


