/* CSS Stylesheet for Manheim Asia */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    COLOR: #333399;
    margin-top:2;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    COLOR: #333399;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}
H1	{	
	font-size:	2em;
	font-weight:	700;
	}	
		
H2	{	
	font-size:	1.75em;
	font-weight:	700;
	}	
		
H3	{	
	font-size:	1.58em;
	font-weight:	500;
	}	
		
H4	{	
	font-size:	1.33em;
	font-weight:	500;
	}	
		
H5, DT	{	
	font-size:	1em;
	font-weight:	700;
	}	
		
H6	{	
	font-size:	.8em;
	font-weight:	700;
	}	
		
.title {	
	font-size:	1.58em;
	font-weight:	500;
}

.button 
{ 
	background-color: #333399;
	border-color:#333399;
	color:White;
}

TD.MainMenu
{
 background-color:Navy;
 text-align:center;
 color:White;
 font-size:	.9em;
 /* font-weight:bold; */
 font-family:Arial, Helvetica, sans-serif;
 width:100px
}

TD.MainMenuSpacer
{
 background-color:Navy;
}

TD.SubMenu
{
 background-color:Silver;
 text-align:center;
 color:White;
 font-size:	.9em;
 /* font-weight:bold; */
 font-family:Arial, Helvetica, sans-serif;
 width:140px
}

TD.SubMenuSpacer
{
 background-color:Silver;
}

TR.Menu
{
	height:27;
}

TD 
{
	FONT-SIZE: .8em;
}

TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited, A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
A.menu:link,A.menu:visited, A.menu:active {	
	text-decoration:	none;
	color:	white;
	}	
A.menu:hover	{	
	text-decoration:	underline;
	color:	white;
}

A.mainmenu:link, A.mainmenu:visited, A.mainmenu:active, A.mainmenu:hover {	
	text-decoration:	none;
	color:	white;
}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

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;
	}
	
.MembersTabOn 
{
	background-color:Navy;
	font-weight:bold;
	height:30px;
	width:100px;
	vertical-align:middle;
	text-align:center;
	color:White;	
}
.MembersTabOff 
{
	background-color:Silver;
	font-weight:bold;
	height:30px;
	width:100px;
	vertical-align:middle;
	text-align:center;
	color:White;
}
.MembersContentPanel
{
	height:280px;
    width:100%;
    padding:5px;
    display:none;
	border-bottom: solid 1px silver;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
}

.MembersTabStrip
{
    width:100%;
	border-top: solid 1px silver;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
}
