
/* Overall window */
.winBox {
	position:absolute;
	width: 18em;
	height:auto;
	font-size:90%;
	color:#000;
	visibility:hidden;
	cursor:default;
}
.winDynamicBox {
	position:absolute;
	font-size:90%;
	color:#000;
	visibility:hidden;
	cursor:default;
	height:auto;
}
/* Title Bar */
.winBar {
	font-size: 95%;
	font-weight:bold;
	color:#FFF;
	background-color:#354B87;
	padding: .5em .75em;
/* RT/RCG colours */
/* background-color:#718FC5;
/* AY colours */
/* border: 1px solid #FFF;
/* AY Colours */
	margin: 0;
	cursor:move;
}

/* News page renders */
body#news .winBar { background-color: #003366; }

/* Navigation */
.winFooterBar {
	font-size:100%;
	font-weight:bold;
	color:#FFF;
	background-color:#FFF;
}
.winDynamicFooterBar {
	font-size:100%;
	font-weight:bold;
	color:#FFF;
	background-color:#AAA;
	margin: 0;
	padding: 2px 0 0 0;
	text-align:right;
/* border: 1px solid #FFF;
/* AY Colours */
}
/* Content Window */
.winContent {
	font-size: 95%;
	padding: 10px 12px;
	background-color: #F0F0F0;
/* RT/RCG Colours */
	border: 2px solid #354B87;
/* RT/RCG Colours */
/* background-color: #F0F5FA;
/* AY Colours */
/* border: 1px solid #718FC5;
/* AY Colours */
	border-top: none;
	filter:alpha(opacity=98);
	-moz-opacity:.98;
	opacity:.98;
/* translucency effect (98%) */
	overflow:auto;
	max-height:125px;
	_height:125px;
	line-height: 1.65em;
}
/* Dynamic Content Window */
.winDynamicContent {
	font-size: 95%;
	padding: 4px;
	background-color: #FFFFEB;  /* RT/RCG Colours */
	border: 1px solid #310000;  /* RT/RCG Colours */
/* background-color: #F0F5FA;  /* AY Colours */
/* border: 1px solid #718FC5;  /* AY Colours */
	border-top: none;
	filter:alpha(opacity=98);
	-moz-opacity:.98;
	opacity:.98;  /* translucency effect (98%) */
	overflow:auto;
}
/* News page Renders */
body#news .winDynamicContent { background-color: #fafdfe; border: 1px solid #003366; }

/* Close Button */
.winBtn {
	float: right;
	margin: 4px 4px 0 0;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 95%;
	line-height:normal;
/* background-color: #718FC5;
/* AY Colours */
	background: url("/images/interface/sprites_close_subjects.png") no-repeat scroll 0 -24px transparent;
	width: 14px;
	height: 14px;
	text-indent: -5000em;
/* RCG/RT Colours */
}
.winBtn:hover {
	color: #000;
	background-position: 0 0;
	cursor: pointer;
}
/* Nav Buttons */
.slicknav {
	padding: 6px 0 3px 28px;
	margin: 0;
	background-color: #FFF;
	border-bottom: 1px solid #d2d2d2;
/* RCG/RT Colours */
	border-right: 2px solid #354B87;
/* RCG/RT Colours */
	border-left: 2px solid #354B87;
/* RCG/RT Colours */
/* background-color: #F0F5FA;
/* AY Colours */
/* border-right: 1px solid #718FC5;
/* AY Colours */
/* border-left: 1px solid #718FC5;
/* AY Colours */
}
.winBtnInvert {
	display: inline;
	font-size: 95%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#AAA;
	background:#FFF;
	padding: 0 10px;
	margin: -2px 0 0 3px;
	border: none;
	cursor:pointer;
}
.winBtnInvert:hover {
	color:#FFF;
	font-size: 95%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.winIMGContent {
	padding: 4px;
	padding-right: 0;
	margin-right: 4px;
}
.winContent p {
	padding: 2px 6px 4px 4px;
}
img {
	border: 0;
}
/* IMAGE */
.winIMGContent p {
	clear: left;
	padding: 4px 10px 0 0px;
	line-height:1.5em;
	font-size: 85%;
}
.winIMGContent .source {
	font-size: 85%;
	font-style: italic;
	line-height: normal;
}
.winIMGBox {
	position:absolute;
	width:fixed;
	visibility:hidden;
	filter:alpha(opacity=98);
	-moz-opacity:.98;
	opacity:.98;
/* translucency effect (98%) */
	background-color: #FFFFEB;
/* RT/RCG Colours */
	border: 1px solid #310000;
/* RT/RCG Colours */
/* background-color: #F0F5FA;
/* AY Colours */
/* border: 1px solid #718FC5;
/* AY Colours */
	cursor:default;
}
/* UNUSED IN CURRENT IMPLEMENTATION */
.winBtnResize {
	float: right;
	margin: 0 1px 0 0;
	padding: 0 6px 0 6px;
	font-size: 95%;
	line-height:normal;
	border: 1px solid #FFF;
	color:#FFF;
	background-color:#AAA;
	cursor:se-resize;
}
