/*><script>*/
/****
Last Edited:2005-11-30
This is the start of the "common" css section, i.e. things that are common toall 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, input, li, a{
	font-size:13px;
	font-family:Trebuchet MS, Verdana, Arial;
	line-height:16px;
}
body, form{
	margin:0px;
}
p{
	margin:2px 0px;
}
H2{
	font-size:167%;
	color:#334;
	font-family:Trebuchet MS, Verdana;
	font-weight:800;
	padding-bottom:8px
}
H3{
	font-size:135%;
	color:#445;
	font-family:Trebuchet MS, Verdana;
	font-weight:bold;
	padding-bottom:5px
}
H4{
	font-size:104%;
	color:#445;
	font-family:Trebuchet MS, Verdana;
	padding-bottom:4px
}

a{
	text-decoration:none;
	border-bottom:1px solid #EEE;
	color:#006;
}
a:hover{
	text-decoration:underline;
	color:#EF5A5F
}
a:active{
	text-decoration:none;
	color:#EF5A5F
}
a:visted{
	text-decoration:none;
	color:#8F5052
}

.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(../../c/main/en/index.php);
	margin-left: 15px;
	font-size:11px;
	font-family:verdana, arial,sans-serif;
	line-height: 16px;
}



/*** REMAINDERS FROM stretch_i2_v100_text.css 
.submenu{
	height:18px;
}
td.matty{
	font-size:smaller;
	border:1px solid black;
	text-align:center;
	padding: 0px 15px 0px 15px;
}
.NavSeparatorBar1{
	height:3px;
	background-color:#039;
}
.NavSeparatorBar2{
	height:12px;
	background-color:#FC6;
}
.thinWire{
	border:1px solid #cccccc;
}
****/
.loginMainBody{
	padding:2px 8px 10px 15px;
}

.tab{
	font-size:10px;
	color:#476BA2;
	font-family: verdana, arial,sans-serif;
	font-weight:bold; background-color:#D7DBE7;
	padding-left:12px
}
.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;
}
/**** column controls ****/
.colCtrl1 {
	width:100%;
	height:100%;
	padding:0px 5px 0px 5px;
	margin:0px;
	text-align:left;
	color:#000;
	background-color:menu;
	border:1px solid buttonface;
	border:2px outset buttonhighlight;
	cursor:default;
}
.colCtrl2 {
	width:100%;
	height:100%;
	/** allows text to move 1px right **/
	padding:0px 4px 0px 6px;
	margin:0px;
	text-align:left;
	color:#FFF;
	background-color: #0A246A; /** highlight **/
	border:1px solid buttonface;
	border:2px outset buttonhighlight;
	cursor:default;
}
.ghost{color:#BBB;}
.noghost{color:#000;}

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