/* 
CSS:  Master
Author: Kurtis Best
Modified: February 14, 2006
Version: 1.0 beta
Description: Provides the basic layout, fonts and font-size for the documents
*/

/* 	Body
---------------------------------------- */
body {
	width: 760px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
} 

/* 	TopPanel
---------------------------------------- */
#HeaderPanel {
	height: 96px;
	width: 100%;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: none;
}

#HeaderPanel h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	float: left;
	white-space: nowrap;
	display: inline;
	margin-top: 36px;
	margin-left: 105px;
	height: 40px;
	width: 100%;
}

#HeaderPanel h1 br {
	display: none;
}

/* 	BottomPanel
---------------------------------------- */
#FooterPanel {
	display: inline;
}

/* 	Menu Navigation
	For header and footer
---------------------------------------- */
.GlobalMenu {
	display: none;	
}

#SideMenu {
	display: none;		
}



/* 	NaviagtionPanel
---------------------------------------- */
#NavigationPanel {
	display: none;
}

/* 	Tracker
---------------------------------------- */
#Tracker {
	display: none;	
}

/* 	ContentPanel
---------------------------------------- */
#ContentPanel {
	width: 100%;
	/*float: left;*/
	height: auto;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}


#ContentPanel #MainPanel {
	float: left;
	height: inherit;
	width: 100%;
	clear: none;
}
/*#ContentPanel #MainPanel #MainPanelContent {
	width: 100%;
	float: left;
	clear: none;
	margin-top: 0px;
	padding-top: 0px;
}*/
#ContentPanel #MainPanel #MainPanelContent {
	width: 100%;
	/*float: left;
	clear: none;
	background-image: url(../images/Themes/default/leftnav.gif);
	background-repeat: repeat-y;*/
	margin-top: 0px;
	padding-top: 0px;
	min-height: 290px;
	display:table-cell;
}
/* IE HACK*/
* html #ContentPanel #MainPanel #MainPanelContent {
	height: 100%;
}

#ContentPanel #RightPanel {
	display: none;	
}


/* 	Content RightPanel
---------------------------------------- */


#SearchPanel {
	display: none;	
}


/* 	MiddlePanel
---------------------------------------- */
#InnerContentPanel {
	width: 80%;
	height: 100%;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	vertical-align: text-top;
	margin-left: 30px;
	margin-right: 4px;
	white-space: normal;
	float: left;
}

#InnerContentPanel .TopPanel {
	border-top: 1px dashed;
}

#InnerContentPanel h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	vertical-align: text-top;
	display: inline;
	margin: 0px;
	padding: 0px;
	white-space: normal;
}

	
		
#InnerContentPanel #Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	vertical-align: text-top;
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#InnerContentPanel p {
	text-align: justify;
	white-space: normal;
}


#InnerContentPanel .imgCentre {
	display: none;
}

#InnerContentPanel #LeftInnerContentPanel {
	display: none;
}

#InnerContentPanel #RightInnerContentPanel {
	display: none;
}

#Copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	display: inline;
}
