/* Default CSS Stylesheet for a new Web Application project */

/**************************************************************************************/
/*** STANDARD HTML TAGS *****************************************************************/
/**************************************************************************************/

BODY {
    BACKGROUND-COLOR: 	white;
    FONT-FAMILY: 		Arial, Geneva, Helvetica, sans-serif;
    FONT-WEIGHT: 		normal;
    LETTER-SPACING: 	normal;
    TEXT-TRANSFORM: 	none;
    WORD-SPACING: 	normal
}

.title {
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
.trademark {
	color: #666;
	font-size: 17px;
	font-weight: bold;
}

P, LI { 	
	font-family: 	Arial, sans-serif; 
	font-size: 	x-small; 
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT {
    FONT-FAMILY: 		Arial, sans-serif;	
}

H1 {	
	font-size:		medium ;
	font-weight: 	bolder;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: 	Arial, sans-serif;
	color: 		#41397C;
	margin-top: 	15px; 
	margin-bottom: 	15px;
}	
		
H2 {	
	font-size: 	small;
	font-weight: 	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H3 {	
	font-size: x-small;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H4 {	
	font-size:		1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H5, DT {	
	font-size:		1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H6 {	
	font-size:		0.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	

TD {
 	FONT-FAMILY: 	Arial, sans-serif;
 	FONT-SIZE:	x-small;
 	FONT-WEIGHT: 	normal;
 	vertical-align:	top;
}

TR {
 	vertical-align:	top;
}		
		
TFOOT, THEAD {	
    	FONT-FAMILY: Arial, sans-serif;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
	
TH {	
	vertical-align:	baseline;
	FONT-SIZE: x-small;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
    	FONT-FAMILY: Arial, sans-serif;
}	
	
SMALL	{	
	font-size:	.7em;
}	

BIG {	
	font-size:	1.17em;
}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
}	

/*** LIST STYLES ***/

UL LI {	
	list-style-type:	disc ;
}	

UL LI LI {	
	list-style-type:	circle;
}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI {	
	list-style-type:	decimal;
}	

OL OL LI	{	
	list-style-type:	lower-alpha;
}	

OL OL OL LI {	
	list-style-type:	lower-roman;
}	

/**************************************************************************************/
/*** STANDARD <A> STYLES ****************************************************************/
/**************************************************************************************/

a {
	color: #354888;
	text-decoration: none;
}

a:hover 	{
	color: #19519C;
	text-decoration: underline;
}

/**************************************************************************************/
/*** NAVIGATION STYLES ADDED BY Robert Graham (21/03/2003) **************************************/
/**************************************************************************************/

a.dropdown {
	color: #5E6060;
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
}

a.dropdown:visited {
	color: #5E6060;
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
}

a.dropdown:hover {
	color: #19519C;
	text-align: left;
	text-decoration: underline;
}

a.dropdownbreadcrumb {
	color: #19519C;
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
}

a.dropdownbreadcrumb:visited {
	color: #19519C;
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
}

a.dropdownbreadcrumb:hover {
	color: #19519C;
	text-align: left;
	text-decoration: underline;
}

a.levelone {
	color: #8B8C8C;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.levelone:visited {
	color: #8B8C8C;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.levelone:hover {
	color: #19519C;
	text-decoration: underline;
}

a.nav {
	color: #19519C;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}

a.nav:visited {
	color: #19519C;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}

a.nav:hover {
	color: #19519C;
	text-decoration: underline;
}

a.navbreadcrumb {
	color: #19519C;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}

a.navbreadcrumb:visited {
	color: #19519C;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}

a.navbreadcrumb:hover {
	color: #19519C;
	font-weight: bold;
	text-decoration: underline;
}

a.topnav1 {
	color: #999999;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.topnav1:visited {
	color: #999999;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.topnav1:hover {
	color: #19519C;
	text-decoration: underline;
}

a.topnav1breadcrumb {
	color: #19519C;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.topnav1breadcrumb:visited {
	color: #19519C;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.topnav1breadcrumb:hover {
	color: #19519C;
	text-decoration: underline;
}

a.topnav2 {
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.topnav2:visited {
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.topnav2:hover {
	color: #19519C;
	text-decoration: underline;
}

a.topnav2breadcrumb {
	color: #19519C;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.topnav2breadcrumb:visited {
	color: #19519C;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.topnav2breadcrumb:hover {
	color: #19519C;
	text-decoration: underline;
}

/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/

td.anchortextcell {
	width: 100%;
}

td.imagecell {
	padding-right: 3px;
	width: 20px;
}

td.menudropdownarrow {
	padding-left: 10px;
	text-align: center;
	width: 15px;
}

td.menudropdowntext {
	padding-right: 10px;
	text-align: left;
}

td.menuonespaceend {
	padding-left: 10px;
	padding-right: 1px;
	text-align: right;
}

td.menuonespacemiddle {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

td.menuonespacestart {
	padding-left: 1px;
	padding-right: 10px;
	text-align: left;
}

td.menutitle {
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

td.peopledetail {
	border-bottom-color: #808080;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #808080;
	border-right-style: solid;
	border-right-width: 1px;
	font-weight: bold;
	width: 250px;
}

td.peopledetailapprove {
	border-bottom-color: #808080;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #808080;
	border-right-style: solid;
	border-right-width: 1px;
	color: #FF0000;
	font-weight: bold;
	width: 250px;
}

/*added by rg for xmlpeopleroleupdate page*/
td.peopleheader {
	background-color: #C0C0C0;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	font-weight: bold;
	width: 250px;
}

/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/


font.pagemenustandard {
	background-color: #FF0000;
	color: #FFFFFF;
	cursor: auto;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	height: 20px;
	text-decoration: none;
}

font.pagemenustandardfourth {
	background-color: #FFFFFF;
	color: #FF0000;
	cursor: auto;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

font.pagemenustandardselected {
	background-color: #A8233F;
	color: #FFFFFF;
	cursor: auto;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	height: 20px;
	text-decoration: none;
}

font.pagemenustandardselectedfourth {
	background-color: #FFFFFF;
	color: #A8233F;
	cursor: auto;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

font.secondmenunotselected {
	color: #C0C0C0;
	cursor: auto;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}

font.secondmenuselected {
	color: #FF0000;
	cursor: auto;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}

font.mainmenuselected {
	color: red;
	cursor: auto;
	/*cursor:hand;*/
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}

font.mainmenunotselected {
	color: black;
	cursor: auto;
	/*cursor:hand;*/
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}

/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/

span.dummyspan {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	width: 12px;
}

span.nopages {
	color: red;
	font-weight: bold;
}

span.pagemenuimagespan {
	background-image: url(images/navigation/NavigationBullets/ball.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 18px;
	position: static;
	width: 1%;
}

span.pagemenuspan {
	border-left-color: #FF0000;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
	position: static;
	width: 1%;
}

/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/

/* ADDED BY KM FOR NEW TAMPLATE */

.footer 	{
	color: #8B8C8C;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.large-red 	{
	color: #19519C;
	font-size: x-small;
	font-weight: bold;
	margin-left: 10PX;
	margin-right: 10px;
}

/* Added by Kieron for 1st template - news about pa*/
.paredtitle {
	color: #FF0000;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	word-spacing: normal;
}

.right {
	margin-left: 10px;
	margin-right: 10px;
}

a.footer 	{
	color: #8B8C8C;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.footer:hover {
	color: #19519C;
	text-decoration: underline;
}

a.right-extra {
	color: #354888;
	font-size: x-small;
}

/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/

/* Hmmm?
TD.TopLevelMenu {
	padding-right: 15px;
	text-align: right;
}

/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/

/* PA's own styles */
.FooterLinks 
{
	font-size: smaller  ;
	text-align: center;
}	

HR.nav-splitter
{
	height:1px;
	color:Black
}

/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/

TABLE.menutable
{
	width:100%;
	background-color:#ECF0F9
}

TABLE.TopRowNav
{
	width:100%;
}

TABLE.BottomRowNav
{
	width:100%;
}

TABLE.NavWrapper
{
	width:442px;
}

TABLE.NavImageSplitter
{
	width:100%;
}

TABLE.hiddenmenu
{
	display: none;
}

TABLE.showdropdown
{
	background-color: #FFFFFF;
	border-color: #5E6060;
	border-style: solid;
	border-width: 1px;
	width: 200px;
}

/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/

TD.menutitle
{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
}
TD.imagecell
{
	width:20px;
	padding-right:3px
}
TD.anchortextcell
{
	width:100%
}


TD.menuonespacestart
{
	padding-left:1px;
	padding-right:10px;
	text-align:left;
}
TD.menuonespacemiddle
{
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
TD.menuonespaceend
{
	padding-right:1px;
	padding-left:10px;
	text-align:right;
}
TD.menudropdownarrow
{
	text-align:center;
	width:15px;
	padding-left:10px
}
TD.menudropdowntext
{
	padding-right:10px;
	text-align:left
}

/*added by Robert Graham for xmlpeopleroleupdate page*/

TD.peopleheader
{
	border-bottom-color:Black;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-right-color:Black;
	border-right-style:solid;
	border-right-width:1px;
	width:250px;
	font-weight:bold;
	background-color:Silver;
	
}

TD.peopledetail
{
	border-bottom-color:gray;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-right-color:gray;
	border-right-style:solid;
	border-right-width:1px;
	width:250px;
	font-weight:bold
}

TD.peopledetailapprove
{
	border-bottom-color:gray;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-right-color:gray;
	border-right-style:solid;
	border-right-width:1px;
	width:250px;
	font-weight:bold;
	color:Red
}

/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/

/* Added by JTT - for things like the language selectatata */
.StandardInput
{
	height:20px;
	width:120px;
	font-size:10px;
	font-family: Arial, Geneva, Helvetica, sans-serif;	
}

/* Added by Stefanos - for things on homepage */
.StandardInputHomepage
{
	/*height:20px;
	font-size:10px;
	font-family: Arial, Geneva, Helvetica, sans-serif;	*/
	height:20px;
	font-size:9px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	
}

/* Added by Kieron for 1st template - news about pa*/
.PaRedTitle
{
	color:#FF0000;
	font-size:medium;
	font-weight: normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

.PaBlackTitle
{
	color:#000000;
	font-size:medium;
	font-weight: normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

.PaBlackSubTitle
{
	color:#19519C;
	font-size:medium;
	font-weight:normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

/* Added by Kieron for template - 1st and 2nd level summary*/
.PaCaption
{
	color:silver;
	font-size:smaller;
	font-weight:normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

/* Added by Ayyappan for displaying the error message during placeholder content validation*/
.PaContentError
{
	color:red;
	font-size:X-Small;
	font-weight:normal;
	font-style:italic;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

.banner 	{ color: #ffffff; font-size: 13px; margin: 15px; }

.home-header { color: #000000; font-family: Arial, sans-serif; font-size:14px; font-weight: bold; }

.home-content { color:#A9ADB1; font-size:11px;  line-height: 16px;}

a.home-content-more { color:#19519C; font-size:11px;  line-height: 16px;}

.home-header-rhs { color: #93B4DD; font-family: Arial, sans-serif; font-size:13px; font-weight: bold; }

td.home-image-rhs { vertical-align: sub; }

/**************************************************************************************/
/*** ADDED BY Philippe Tellier FOR SITE MAP *****************************************************/
/**************************************************************************************/

div.site-map-level-0 {
	padding-left:1px;
	text-align:left;
	background-color:#FFA8A8;
	border-width: 1px;
	border-color: #FFFFFF;
}

div.site-map-level-1 {
	padding-left:25px;
	text-align:left;
	background-color:#FFC4C4;
	border-width: 1px;
	border-color: #FFFFFF;
}

div.site-map-level-2 {
	padding-left:50px;
	text-align:left;
	background-color:#FFECEF;
	border-width: 1px;
	border-color: #FFFFFF;
}

div.site-map-level-3 {
	padding-left:75px;
	text-align:left;
	background-color:#FFFFFF;
	border-width: 1px;
	border-color: #FFFFFF;
}

div.site-map-level-4 {
	padding-left:90px;
	text-align:left;
	background-color:#FFFFFF;
	border-width: 1px;
	border-color: #FFFFFF;
}
div.site-map-level-5 {
	padding-left:125px;
	text-align:left;
	background-color:#FFFFFF;
	border-width: 1px;
	border-color: #FFFFFF;
}

div.site-map-level-6 {
	padding-left:150px;
	text-align:left;
	background-color:#FFFFFF;
	border-width: 1px;
	border-color: #FFFFFF;
}

/**************************************************************************************/
/*** ADDED BY Kieron Martin FOR PUBLICATIONS LIST ***********************************************/
/**************************************************************************************/

div.pubs-level-0 {
	/*padding-left:1px;
	text-align:left;*/
	color: #41397C;
	font-family: Arial, sans-serif;
	font-size:x-small;
	font-style: normal;
	letter-spacing: normal;
	margin-top: 15px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	word-spacing: normal;
}

div.pubs-level-1 {
	padding-left:25px;
	text-align:left;
	font-size: x-small;
	font-style: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	word-spacing: normal;	
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.pubs-level-2 {
	padding-left:50px;
	text-align:left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.pubs-level-3 {
	padding-left:75px;
	text-align:left;
		font-weight: bold;
		margin-top: 5px;
	margin-bottom: 5px;
}

div.pubs-level-4 {
	padding-left:90px;
	text-align:left;
		font-weight: bold;
		margin-top: 5px;
	margin-bottom: 5px;
}
div.pubs-level-5 {
	padding-left:105px;
	text-align:left;
		font-weight: bold;
		margin-top: 5px;
	margin-bottom: 5px;
}
div.pubs-page-level-2 {
	padding-left:25px;
	text-align:left;
}

div.pubs-page-level-3 {
	padding-left:75px;
	text-align:left;
}

div.pubs-page-level-4 {
	padding-left:90px;
	text-align:left;
}

div.pubs-page-level-5 {
	padding-left:105px;
	text-align:left;
}


/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/
/* registered users*/

FONT.regusersteps {	
	font-size:		medium ;
	font-weight: 	bolder;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: 	Arial, sans-serif;
	color: 		#41397C;
}	

FONT.reguserstepsnormal {	
	font-size:		medium ;
	font-weight: normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: 	Arial, sans-serif;
	color: 		#41397C;
}	

DIV.MyProfile_AreaHeader
{
	background-color:#ECF0F9;
	border-bottom:1px solid #5E6060;
	width:100%;
	font-size: 10pt;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, sans-serif;
	color: #41397C;
}

DIV.MyProfile_Panel
{
	width:100%;
	padding: 10px 10px 10px 10px
}

IMAGE.mystyle
{}
	
.bgblue{background-repeat:no-repeat;background-position:top right; background-color:#D9E5F5;padding-left:10px}
.boxblue{border:1px solid #D9E5F5;padding:10px}
