/*
	WSM browser stylesheet
	Standard style
---------------------------------------------------------------------------------------*/

body		{
			background-color	: white;
			font-family		: verdana, sans-serif;
			color			: black;
			margin			: 0px;
}

body.doc	{
			background-color	: #EEEEAA;
			border			: 1px solid #555555;
			padding-left		: 5px;
			padding-right		: 5px;
			padding-top		: 5px;
			padding-bottom		: 5px;
			
}

body.mappage	{
			background-color	: white;
			border			: 1px solid #555555;
}

body.toolbar	{
			padding-left		: 3px;
			padding-right		: 3px;
			padding-top		: 1px;
			padding-bottom		: 1px;
			background-color	: #AAAAAA;
			border			: 1px solid #555555;
}

body.titlebar	{
			padding-left		: 3px;
			padding-right		: 3px;
			padding-top		: 1px;
			padding-bottom		: 1px;
			background-color	: white;
			border			: 1px solid #555555;
}

body.legend	{
			padding-left		: 3px;
			padding-right		: 3px;
			padding-top		: 1px;
			padding-bottom		: 1px;
			border			: 1px solid #555555;
}

body.blank	{
			background-color	: white;
}


h1,h2,h3,h4	{
			font-family	: tahoma, sans-serif;
			font-weight	: bold;
			color		: maroon;
			padding-left	: 5px;
		}

h1		{	font-size	: 16px;
		}

h2		{	font-size	: 14px;
		}

h3		{	font-size	: 12px;
		}

h4		{	font-size	: 10px;
		}

p,ul		{
			font-family	: tahoma, sans-serif;
			font-weight	: normal;
			color		: black;
			font-size	: 11px;
			padding-left	: 5px;
}

p small		{
			font-size	: 9px;
}


a		{	text-decoration	: none;
			font-weight	: bold;
}

a:hover		{	text-decoration	: underline;
}

/* Documents 
---------------------------------------------------------------------------------------*/


.fieldtab	{	width			: 95%;
			border-top		: 1px solid maroon;
			border-bottom		: 2px solid maroon;

}


.fieldname	{
			font-family		: Verdana, sans-serif; 
			font-weight		: bold;
			color			: maroon;
			font-size		: 12px;
}


.fieldvalue	{
			font-family		: Verdana, sans-serif; 
			font-size		: 9px;
			font-weight		: normal;
			color			: black;
}


/* Map controls	
---------------------------------------------------------------------------------------*/
.mc-dropdown	{
			font-family		: Verdana, sans-serif; 
			font-size		: 9px;
			color			: black;
			background-color	: #EEEEAA;
			width			: 100px;
		}

.mc-caption	{
			font-family		: Verdana, sans-serif; 
			font-size		: 9px;
			color			: white;
		}


.apptitle	{
			font-family		: Verdana, sans-serif; 
			font-size		: 11px;
			font-weight		: bold;
			color			: maroon;
			height			: 24px;
			padding-left		: 10px;
		}

