/*** General CSS styles ***/

/**********************************
** Import div and image classes **
********************************/
@import url(div.css);
@import url(img.css);

/********************
** Overall styles **
******************/
body
{
	background: #EEEEEF;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	line-height: 16px;
	text-align: justify;
}
body, input
{
	font-family: "Trebuchet MS", "Bitstream Vera Sans", "Verdana", "Lucida", "Arial", "Helvetica", "sans-serif";
	font-weight: normal;
}
form
{
	padding: 0;
	margin: 0;
}
p
{
	margin: 0 0 15px 0;
}
input
{
	font-size: 12px;
	border: solid #C2C2C2;
	border-width: 1px;
}

/*****************
** input styles **
**************/
.borderless
{
	border: 0;
}
.w200px
{
	width: 200px;
}
.checkboxStandard
{
	position: relative;
	border: 0;
	margin: 0 1px;
}
.inputSearchContainer
{
	position: relative;
	top: -2px;
	float: right;
	font-size: 11px;
	margin: 0 0 0 2px;
}
.inputSearch
{
 	position: relative;
 	float: left;
	margin: 0 0 0 2px;
	width: 90px;
	height: 17px;
}

/*********************
** textarea styles **
*******************/
textarea.ckeditorTA
{
 	position: relative;
	width: 100%;
	height: 400px;
}
.W100pcH50px
{
	position: relative;
	width: 95%;
	height: 50px;
}

/*******************
** iframe styles **
*****************/
iframe.ifrStats
{
	position: relative;
	width: 550px;
	height: 270px;
	border: 0;
}

/**************
** a styles **
************/
a, a:link, a:visited
{
	color: #515151;
	text-decoration: none;
}
a:link:hover, a:visited:hover, a.lightBlue:link:hover, a.lightBlue:visited:hover
{
	color: #CCC;
	text-decoration: none;
}
/* Light blue link */
a.lightBlue, a.lightBlue:link, a.lightBlue:visited
{
	color: #06C;
	text-decoration: none;
}

/* === Options at the left of the page === */
.menuOption, .menuOption:link, .menuOption:visited, .menuOption:link:hover, .menuOption:visited:hover,
.menuOptionHighlight, .menuOptionHighlight:link, .menuOptionHighlight:visited, .menuOptionHighlight:link:hover, .menuOptionHighlight:visited:hover,
.menuOptionB, .menuOptionB:link, .menuOptionB:visited
.menuOptionBHighlight, .menuOptionBHighlight:link, .menuOptionBHighlight:visited
{
	position: relative;
	display: block;
	min-height: 19px;
	height: auto !important;
	height: 19px;
	width: 176px;
	padding: 4px 1px 1px 3px;
	border: solid #FFF;
	border-width: 0 0 1px 0;
	text-decoration: none;
	text-align: left;
}
.menuOption, .menuOption:link, .menuOption:visited, .menuOption:link:hover, .menuOption:visited:hover
.menuOptionB, .menuOptionB:link, .menuOptionB:visited, .menuOptionB:link:hover, .menuOptionB:visited:hover
{
	background: #E9E7E7;
}
.menuOption:link:hover, .menuOption:visited:hover,
.menuOptionHighlight:link:hover, .menuOptionHighlight:visited:hover
{
	color: #FFF;
	background: #E98136;
}
.menuOptionB, .menuOptionB:link, .menuOptionB:visited, .menuOptionB:link:hover, .menuOptionB:visited:hover
.menuOptionBHighlight, .menuOptionBHighlight:link, .menuOptionBHighlight:visited, .menuOptionBHighlight:link:hover, .menuOptionBHighlight:visited:hover
{
	width: 244px;
}
.menuOptionB:link:hover, .menuOptionB:visited:hover
{
	color: #FFF;
	background: #E98136;
}
.menuOptionHighlight, .menuOptionHighlight:link, .menuOptionHighlight:visited
.menuOptionBHighlight, .menuOptionBHighlight:link, .menuOptionBHighlight:visited
{
	background: #BDBBBB;
}

/* === Sub-headers within boxes === */
.sub_header_options, .sub_header_options:link, .sub_header_options:visited,
.sub_header_options_selected, .sub_header_options_selected:link, .sub_header_options_selected:visited, .sub_header_options_selected, .sub_header_options_selected:link:hover, .sub_header_options_selected:visited:hover
{
	float: left;
	height: 18px;
	padding: 1px 3px 0 3px;
	border: solid #FFF;
	border-width: 1px 2px 0 0;
}
.sub_header_options:link:hover, .sub_header_options:visited:hover,
.sub_header_options_selected:link:hover, .sub_header_options_selected:visited:hover
{
	color: #FFF;
	background: url(../images/orange_gradient.gif) repeat-x top left;
} 
.sub_header_options_selected, .sub_header_options_selected:link, .sub_header_options_selected:visited, .sub_header_options_selected 
{
	background: #FFF;
}

/*************
** Classes **
************/

p.centreAlign
{
	text-align: center;	
}

p.previousVersions
{
	margin: 0 0 5px 0;
}
p.headerTitle
{
	position: relative;
	top: -6px;
	font-size: 14px;
	padding: 0 0 0 3px;
}
p.intro_text
{
	position: absolute;
	top: 19px;
	right: 80px;
	color: #FFF;
	text-align: center;
}
p.zeroMargin
{
	margin: 0;
}
p.greenHdr
{
	color: #9C0;
}
p.orangeHdr
{
	color: #F60;
}
p.strong
{
	font-weight: bold;
}
.filesize
{
	font-size: 11px;
	font-weight: bold;
	color: #000099;
}
/* === Publication link. === */
.publication
{
	padding: 3px 0 0 15px;
	margin: 3px 0;
	background: url(../images/pdf.gif) no-repeat center left;
}
/* === Work Area links. === */
.WADir, .WAFile
{
	padding: 3px 0 0 0;
	margin: 3px 0;
}

/* === Arrow link. === */
.arrow
{
	padding: 2px 0 0 10px;
	margin: 3px 0;
	background: url(../images/arrow.gif) no-repeat center left;
}

/* === Stats link. === */
.stats
{
	padding: 3px 0 0 15px;
	margin: 3px 0;
	background: url(../images/stats_mini.gif) no-repeat center left;
}
.strong_sub_title
{
	margin: 2px 0;
	font-weight: bold;
}
/* === Sitemap styles === */
.boldDarker
{
	font-weight: bold;
}

/* === Event classes. === */
.eventTable
{
	padding: 0 0 5px 0;
}
.eventTitle
{
	color: #FFF;
	margin: 0 2px 3px 2px;
}
.LastUpdated
{
	font-size: 10px;
	color: #666666;
}

/* === Statistics styles === */
.statistics
{
	padding: 0 2px 0 2px;
	font-size: 10px;
	color: #000099;
	text-decoration: none;
	background: #DCDBDA;
	text-align: left;
}
.statisticsSelected
{
	padding: 0 2px 0 2px;
	font-size: 10px;
	color: #000099;
	text-decoration: none;
	background: #CFC;
	text-align: left;
}
.statisticsType
{
	padding: 0 0 0 2px;
	font-size: 10px;
	color: #000099;
	text-decoration: bold;
	background: #FFCC00;
	text-align: left;
}
.statisticsValue
{
	font-size: 10px;
	color: #000099;
	background: #DCDBDA;
	text-align: center;
}
.statisticsHeader, .statisticsHeaderLeft
{
	font-size: 10px; 
	color: #000099; 
	font-weight: bold; 
	background: #C9C8C7; 
	text-align: center; 
}
.statisticsHeaderLeft
{
	text-align: left; 
}

/************************************************************************
** Classes taken from previous version - To be removed when possible. **
**********************************************************************/

.fonttitle
{
	font-size: 18px;
	color: #000099;
}
.fontsubtitle
{
	font-size: 13px;
	color: #000099;
	font-weight: bold;
	margin: 10px 0;
}
.subtitle 
{
	color: #000099;
	font-weight: bold;
}
.RSC_fontsubtitle
{
	font-size: 13px;
	color: #FF6600;
	font-weight: bold
}
.orangeNormal
{
	color: #FF6600;
}

/******************
** Button styles **
****************/
.buttonContainerRight, .buttonContainerLeft, .buttonContainerRightTop-2px
{
	position: relative;
	float: right;
	cursor: pointer;
	font-size: 11px;
}
.buttonContainerRightTop-2px
{
	top: -2px;
}
.buttonContainerLeft
{
	float: left;
}
.buttonLeft
{
	float: left;
	cursor: pointer;
	height: 19px;
	margin: 0 0 0 2px;
	border: solid #C2C2C2;
	border-width: 1px 0 1px 1px;
}
.buttonRight
{
	float: left;
	cursor: pointer;
	height: 17px;
	text-align: center;
	color: #000;
	padding: 2px 10px 0 10px;
	border: solid #C2C2C2;
	border-width: 1px 1px 1px 0;
	background: url(../images/buttonBG.gif) repeat-x top left;
}

/*****************************
** User management classes **
***************************/
.usersAndPrivileges
{
	position: relative;
	margin: 0 1px 1px 1px;
}
