/* Base , Set up fonts etc.    */
body
{
	font				: 0.8em Trebuchet MS, Arial, Sans Serif;
	background			: #2B2B2B url(images/css/backdrop.png) repeat-x;
	margin				: 0px 5% 0px 5%;
	padding				: 10px 0px;
}

#pageWrapper
{
	width				: 75%;
	margin				: 0px auto;
	background-color	: #273f5c;
	max-width: 75%;
	float: left;
}

#subPageWrapper
{
	width				: 100%;
	background-color	: #395c7a;
	max-width: 100%;
	float: left;

}

#pageHeader 
{
	border-left: medium #2f4b6c solid;
	border-top: medium #2f4b6c solid;
	border-right: medium #2f4b6c solid;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	/* Code for outdated browser support */
	-moz-border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	background-color: #273f5c;
} 

#pageContent
{
	border-left			: medium #2f4b6c solid;
	border-bottom		: medium #2f4b6c solid;
	border-right		: medium #2f4b6c solid;
	padding				: 5px 10px 10px 10px;
	background-color	: #273f5c;
	color				: #e6f7ff;
	overflow			: auto;
}

#pageFooter
{
	clear				: both;
	padding				: 5px;
	color				: #e6f7ff;
	text-align			: center;
	font-size			: 10px;
}

.commentLink
{
	font-size: 10px;
	float: right;
	padding: 0px 5px 5px 0px;
}

.moreLink
{
	font-size: 10px;
	float: left;
	padding: 0px 0px 5px 5px;
}

.contentPanel
{
	padding				: 5px 5px 5px 5px;
	background-color	: #2b2b2b;
	color				: #e6f7ff;
	border-radius		: 10px;
	overflow			: auto;
	max-width			: 99%;
}

.contentPanelH
{
	padding				: 5px 5px 5px 5px;
	background-color	: #2b2b2b;
	color				: #e6f7ff;
	border-radius		: 10px;
	overflow			: auto;
	max-width			: 99%;
	display: none;
}

.contentData
{
	float: right;
	text-align: right;
	font-size: 10px;
}

/* User group colours */

.mbAdmin
{
	color: #9DE209;
	font-weight: bold;
}

.rootAdmin
{
	color: green;
	font-weight: bold;
}
.youtubeEmbed
{
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 5px;
}

.detailPanel
{
	float: right;
	padding				: 10px 5px 5px 5px;
	background-color	: #2b2b2b;
	color				: #e6f7ff;
	border-radius		: 10px;
	overflow			: auto;
	max-width:25%;
	margin: 0px 0px 0px 15px;
}

.modInfo
{
	margin: 10px 5px 5px -15px;
}

.sidePanelR
{
	padding				: 5px 5px 5px 5px;
	background-color	: #2b2b2b;
	color				: #e6f7ff;
	border-radius		: 10px;
	margin				: 0px 0px 5px 0px;
	overflow			: auto;
}

.sideBarR
{
	float				: right;
	list-style-type		: none;	
	width				: 20%;
	color				: #e6f7ff;
	padding: 5px;
	border: medium #2f4b6c solid;
	border-radius: 10px;
	/* Code for outdated browser support */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #273f5c;
}

.sideBarL
{
	float				: left;
	list-style-type		: none;	
	width				: 20%;
	color				: #e6f7ff;
	padding				: 5px 5px 5px 5px;
	border: medium #2f4b6c solid;
	border-radius: 10px;
	/* Code for outdated browser support */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #273f5c;
}

.screenShotSidePanel
{
	padding				: 5px 5px 5px 5px;
	background-color	: #2b2b2b;
	color				: #e6f7ff;
	border-radius		: 10px;
	margin				: 0px 5% 5px 0px;
	overflow			: auto;
	width: 20%;
	float: right;
}

.quote
{
    display: block;
    margin-left: auto;
    margin-right: auto;
	border: 1px #273f5c dashed;
	padding: 5px;
	background-color	: #4a4d50;
	width: 75%;
}

.collapseArrow
{
	float: left;
	margin-top: 4px;
	cursor: pointer;
}

#overlay {
	z-index: 1000;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 89%;
	height: 100%;
	background:rgba(0,0,0,0.5);
	visibility:hidden;
	padding: 10px 6% 10px 6%;
	overflow: auto;
}

/*
.sidePanelL
{
	padding				: 5px 5px 5px 5px;
	background-color	: #2b2b2b;
	color				: #e6f7ff;
	border-radius		: 10px;
	margin				: 0px 15px 5px 0px;
	overflow			: auto;
	min-width			: 275px;
	max-width			: 275px;
}


.sideBarL
{
	float				: left;
	list-style-type		: none;
}
*/

a, a:visited
{
	text-decoration: none;
	border-bottom: 1px dotted #A8B6CF;
	color: #d97b33;
}

a:hover
{
	text-decoration: none;
	border-bottom: 1px dotted #346;
}

.contentDivider
{
	text-align: center;
	padding: 0px 0px 8px 0px;
}

.contentDividerH
{
	text-align: center;
	padding: 0px 0px 8px 0px;
	display: none;
}

/* Use contentBreak instead of contentDivider to end a collapsible section */
.contentBreak
{
	text-align: center;
	padding: 0px 0px 8px 0px;
}

.contentHeading{
	font-size: 24px;
	text-align: left;
	padding-left: 5px;
}

.contentHeadingC{
	font-size: 24px;
	text-align: center;
	padding-left: 5px;
}

.contentSubHeading{
	font-size: 18px;
	text-align: center;
}

.contentSubHeadingL{
	font-size: 18px;
	text-align: left;
}

.linkButton a, .linkButton a:visited
{
	font-size			: 90%;
	font-weight			: bold;
	white-space			: nowrap;
	padding				: 2px 6px;
	text-decoration		: none;
	background-color	: #273f5c;
	color				: #e6f7ff;
	border				: 1px #273f5c solid;
	border-radius		: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	width: 50%;
	text-align: center;
}

.linkButton a:hover
{	
	white-space			: nowrap;
	color				: #e6f7ff;
	background-color	: #35537a;
	border				: 1px #273f5c solid;
	border-radius		: 10px;
}

.nextButton a, .nextButton a:visited
{
	font-size			: 90%;
	font-weight			: bold;
	white-space			: nowrap;
	padding				: 2px 6px;
	text-decoration		: none;
	background-color	: #273f5c;
	color				: #e6f7ff;
	border				: 1px #273f5c solid;
	border-radius		: 10px;
	float: right;
	width: 30%;
	text-align: center;
}

.nextButton a:hover
{	
	white-space			: nowrap;
	color				: #e6f7ff;
	background-color	: #35537a;
	border				: 1px #273f5c solid;
	border-radius		: 10px;
}

.prevButton a, .prevButton a:visited
{
	font-size			: 90%;
	font-weight			: bold;
	white-space			: nowrap;
	padding				: 2px 6px;
	text-decoration		: none;
	background-color	: #273f5c;
	color				: #e6f7ff;
	border				: 1px #273f5c solid;
	border-radius		: 10px;
	float: left;
	width: 30%;
	text-align: center;
}

.prevButton a:hover
{	
	white-space			: nowrap;
	color				: #e6f7ff;
	background-color	: #35537a;
	border				: 1px #273f5c solid;
	border-radius		: 10px;
}

.closeButton a, .closeButton a:visited
{
	font-size			: 90%;
	font-weight			: bold;
	white-space			: nowrap;
	padding				: 2px 6px;
	text-decoration		: none;
	background-color	: #273f5c;
	color				: #e6f7ff;
	border				: 1px #273f5c solid;
	border-radius		: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	width: 30%;
	text-align: center;
}

.closeButton a:hover
{	
	white-space			: nowrap;
	color				: #e6f7ff;
	background-color	: #35537a;
	border				: 1px #273f5c solid;
	border-radius		: 10px;
}

#screenShotNumber
{
	text-align: center;
}

/* Image classes */
.titlePic
{
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 5px;
}

.largePic
{
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 5px;
	border: 1px #e6f7ff solid;
}

.smallPic
{
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 5px;
	border: 1px #e6f7ff solid;
}

.smallPicR
{
	float: right;
	padding: 5px;
	margin: 5px 15px 15px 5px;
	border: 1px #e6f7ff solid;
}

.smallPicL
{
	float: left;
	padding: 5px;
	margin: 5px 5px 15px 15px;
	border: 1px #e6f7ff solid;
}

.screenShot
{
	padding: 5px;
	border: 1px #e6f7ff solid;
	margin: 1%;
}

.screenShot:hover
{
	background-color: #4a4d50;
	z-index:1;
	cursor: pointer;
}

.largeScreenShot
{
	background-color	: #2b2b2b;
	float: left;
	padding: 5px;
	border: 1px #e6f7ff solid;
	max-width: 75%;
}

/* Top Horizontal Navigation */

#siteNavigation
{
	border-left			: medium #2f4b6c solid;
	border-right		: medium #2f4b6c solid;
	background-color	: #273f5c;
	padding-bottom		: 5px;
}
#subPageBreaker
{
	display				: none;
}
#listBreaker
{
	clear				: both;
	display				: block;
}

#siteNavigation ul
{
	list-style-type		: none;
	margin				: 0px;
	padding-left		: 5px;
}


#siteNavigation ul li 
{
	display				: inline;
}

/* Setup Navigation Buttons */

#siteNavigation a, #siteNavigation a:visited
{
	font-size			: 90%;
	font-weight			: bold;
	white-space			: nowrap;
	float				: left;
	padding				: 2px 6px;
	text-decoration		: none;
	background-color	: #273f5c;
	color				: #e6f7ff;
	border				: 1px #273f5c solid;
	border-radius		: 10px;
}

#siteNavigation a:hover
{	
	white-space			: nowrap;
	color				: #e6f7ff;
	background-color	: #35537a;
	border				: 1px #273f5c solid;
	border-radius		: 10px;
}

#siteNavigation a.active
{
	white-space			: nowrap;
	background-color	: #2b2b2b;
	color				: #e6f7ff;
	border				: 1px #2b2b2b solid;
	border-radius		: 10px;
}