
/* Overall window */
.winBox {
	position:absolute;
	width: 18em;
	height:auto !important;
	font-size:90%;
	color:#000;
	visibility:hidden;
	cursor:default;
	border: 2px solid #718FC5 !important; 
}
.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: #718FC5;
/* RT/RCG colours */  
/* background-color:#718FC5; 
/* AY colours */
	padding: 0.5em 0.75em;
/* 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: none;
/* RT/RCG Colours */  
/* background-color: #F0F5FA; 
/* AY Colours */  
/* border: 1px solid #718FC5; 
/* AY Colours */
	filter:alpha(opacity=98);
	-moz-opacity:.98;
	opacity:.98; 
/* translucency effect (98%) */
	overflow:auto;
	max-height:125px;
	_height:125px;
	font-size: 95%;
	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;
	padding: 0;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 95%;
	line-height:normal;  
/* background-color: #718FC5; 
/* AY Colours */
	background: url("images/interface/sprites_close_btn.png") no-repeat scroll 0 -24px transparent;
	height: 14px;
 	width: 14px;
	text-indent: -5000em;
/* RCG/RT Colours */
}
.winBtn:hover {
	color: #000;
	background-color: #F0F5FA;
	background: url("images/interface/sprites_close_btn.png") no-repeat scroll 0px 0px;
	color: #000000;
    cursor: pointer;
}
/* Nav Buttons */
.slicknav {
	padding: 6px 0 3px 28px;
	margin: 0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #D2D2D2;
/* RCG/RT Colours */	
/* background-color: #F0F5FA; 
/* AY Colours */	
/* border-right: 1px solid #718FC5; 
/* AY Colours */	
/* border-left: 1px solid #718FC5; 
/* AY Colours */
}
.winBtnInvert {
	background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    color: #AAAAAA;
    cursor: pointer;
    display: inline;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 95%;
    margin: -2px 0 0 3px;
    padding: 0 10px;
}
.winBtnInvert:hover {
	color: #FFFFFF;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 95%;
}

.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: #E0EEFC; 
/* 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;
}

