/****
Last Edited:2005-11-30
This is the start of the "common" css section, i.e. things that are common to all of relatebase.  The main areas are 1) body is 0 margin, font size is 11px verdana height 16, 2) h1-h5 are declared here, 3) links (hrefs), 4) base margins of items like forms, list items, and p tags are declared here, 5)menu and button colors and layouts.  They can be overridden lower.

This css stylesheet should be the first one referenced in the page.
****/

body, div, td, li, input{
	font-size:14px;
	font-family:Trebuchet MS, Verdana, Arial;
	line-height:16px;
}

h1{
	padding:7px 0px 5px 15px;
	margin:15px 0px 10px 0px;
}

h2{
	padding:6px 0px 4px 15px;
	margin:15px 0px 10px 0px;
}

h3{
	padding:5px 0px 3px 15px;
	margin:15px 0px 10px 0px;
} 

h4{ 
	padding:4px 0px 2px 15px;
	margin:15px 0px 10px 0px;
}

h5{
	padding:3px 0px 1px 15px;
	margin:15px 0px 10px 0px;
}


.skin1{
	position:absolute;
	cursor:default;
	font-family:Verdana;
	font-size:11px;
	line-height:17px;
	padding: 0 3;
	text-align:left;
	width:100px;
	background-color:menu;
	border:1 solid buttonface;
	visibility:hidden;
	border:2 outset buttonhighlight;
}
.mitems{
	padding-left:15px;
	padding-right:10px;
}
/** remainder from another stylesheet, can be improved I'm sure **/
ul{
	list-style-image:   url();
	margin-left: 15px;
	font-size:11px;
	font-family:verdana, arial,sans-serif;
	line-height: 16px;
}



.overflowInset1, .overflowInset110{
	background-color:#FFF;
	width:95%;
	overflow:scroll;
	border:1px solid #555;
}
fieldset{	padding:3px 5px 6px 7px; }
legend{	padding:0px 5px; }


/*** menu options **********/
.menuskin1 {
	width:150px;
	padding:2 1;
	position:absolute;
	visibility:hidden;
	text-align:left;
	background-color:menu;
	border:1 solid buttonface;
	border:2 outset buttonhighlight;
	cursor:default;
}
.menuitems {
	padding:0px 5px 2px 10px;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
}
.mhr{
	padding:-5;
	margin:-5;
}

/****** new additions starting October 2005 ******/
.trebHdr1{
	font-size:147%;font-weight:900;font-family:Trebuchet MS;
}
