/* CSS Stylesheet for Event Registration Application */
/* Modified by Leong on 6 Sept 2003 */

BODY
{
	font-weight: normal;
	font-size: 11pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, 'Microsoft Sans Serif' , Verdana, sans-serif;
	letter-spacing: normal;
	background-color: white;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

H1, H2, H3, H4, H5, TH
{
	color: Black;
}

H1	{	
	font-family:  Arial, 'Microsoft Sans Serif' , Verdana, Arial, sans-serif;
	font-size:	20pt;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family:  Arial, 'Microsoft Sans Serif', Verdana, Arial, sans-serif;
	font-size:	18pt;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family:  Arial, 'Microsoft Sans Serif', Verdana, Arial, sans-serif;
	font-size:	16pt;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family:  Arial, 'Microsoft Sans Serif', Verdana, Arial, sans-serif;
	font-size:	14pt;
	font-weight:	bold;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

H5, DT	{	
	font-family:  Arial, 'Microsoft Sans Serif', Verdana, Arial, sans-serif;
	font-size:	12pt;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{
	font-family:  Arial, 'Microsoft Sans Serif', Verdana, Arial, sans-serif;
	font-size:	10pt;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD
{
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: captiontext;
	font-family: Arial, sans-serif;
	letter-spacing: normal;
	background-color: activecaption;
}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	8pt;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, sans-serif;
	}	

TD 
{
    FONT-FAMILY:  Arial, 'Microsoft Sans Serif', Verdana, sans-serif;
    FONT-SIZE: 10pt;
}

A:link
{
	color: DarkBlue;
	text-decoration: none;
}	
		
A:visited
{
	color: DarkBlue;
	text-decoration: none;
}	
		
A:active
{
	color: DarkBlue;
	text-decoration: none;
}	
		
A:hover
{
	color: #ff9933;
	text-decoration: underline;
}

A.semina_head:link 
{
	color:crimson;
	font-weight:bold;
	font-size:x-small;
		
}

A.seminar_head:visited 
{
	color:crimson;
	font-weight:bold;
	font-size:x-small;
}

A.menu:link 
{
	color:white;
	font-weight:bold;
	font-size:x-small;
		
}

A.menu:visited 
{
	color:white;
	font-weight:bold;
	font-size:x-small;
}

A.menu:hover 
{
	font-weight:bold;
	color: #F4BF1E;
	text-decoration: underline
	font-size:x-small;
}

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

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;
	}

input.Right {text-align:right}
input.Center {text-align:center}
input.Hide {display:none}

SPAN.Error
{
	color:Red;
	font-size:12pt;
	font-weight:bold
}
SPAN.Hide
{
	display:none
}

.BUTTON
{
	background-color: #F0F0F0;  
	font-size : 12px;
	font-family :Verdana, Arial, Helvetica
}

.inputbox 
{    background-color: #F0F0F0;
	 border: solid 1px LightSlateGray; 
	 font-family : Arial, Verdana, Helvetica
	 
}

seminar_detail
{
	font-family:Arial, Helvetica, MS Sans Serif, Verdana ;
	font-size: 2;
	color: Navy;	
}
register
{
	font-family: Georgia, Arial, MS Sans Serif, Verdana;
	font-size: 2;
	color: Silver;
}

.inputTextRequired {
		border-top:1px solid buttonshadow;
		border-left:1px solid buttonshadow;
		border-right:1px solid buttonshadow;
		border-bottom:1px solid buttonshadow;
		background:#F0F0F0;
		color:black;
		font-family:Arial, Helvetica, MS Sans Serif, Verdana ;
		background-image:url(images/required-tick.gif);
	        background-position: right top;
		background-repeat: no-repeat;		
}