
/******************************************************************************
  
  RSC Notice Board Style sheet

  http://rsc.anu.edu.au/rsc_notice_board.css
  https://rsc.anu.edu.au/rsc_notice_board.css

  Version for User-Agent class: MOZ_4
 
 ******************************************************************************/

body.noticeScreen
{
	background: #f6f6f6;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}


div.notice
{
	width: 1240px;    /* 1280 - margins - menu */
	height: 650px;    /* 768 - margins - banner - footer */
	background:	#fcfcfc;
	padding: 10px;
	border:1px solid #bbbbbb;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.safetyNotice
{
	width: 1240px;    /* 1280 - margins - menu */
	height: 650px;    /* 768 - margins - banner - footer */
	background:	#f2f200;
	padding: 10px;
	border:1px solid #bbbbbb;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

h1.noticeType
{
	text-align: 	center;
	font-family:    sans-serif; 
	font-size:      60px;
	font-weight:    bold;
	color:		#123456;
}

h1.noticeSeminarTitle
{
	text-align: 	center;
	font-family:    'Times New Roman', 'FreeSerif', serif;
	font-size:      60px;
	font-weight:    bold;
	font-style:	italic;
	color:		#123456;
}

h1.noticeTitle
{
	text-align: 	center;
	font-family:    'Times New Roman', 'FreeSerif', serif;
	font-size:      60px;
	font-weight:    bold;
	font-style:	italic;
	color:		#123456;
}


p.noticeSeminarAbstract
{
	text-align:	left;
	background:	#abcdef;
}

p.noticeSeminarInstitution
{
	text-align:	center;
	font-family:    'Times New Roman', 'FreeSerif', serif;
	font-size:	32px;
	font-weight:	normal;
	color:		#000000;
}

p.noticeSeminarPresenter
{
	text-align:	center;
	font-family:    'Times New Roman', 'FreeSerif', serif;
	font-size:	48px;
	font-weight:	normal;
	font-style:	normal;
	color:		#000000;
}

p.noticeSeminarVenue
{
	text-align: 	center;
	font-family:    'Times New Roman', 'FreeSerif', serif;
	font-size: 	44px;
}
p.noticeText
{
	text-align: 	justify;
	font-family: 	arial helvetica, sans-serif;
	font-size: 	32pt;
}

p.noticeTextSmall
{
	text-align: 	center;
	font-family: 	arial helvetica, sans-serif;
	font-size: 	32px;
}



td.noticeText
{
	text-align: 	center;
	font-family:    'Times New Roman', 'FreeSerif', serif;
	font-size: 	28px;
}

