/* join declaration */

BODY, TD, TH, P, H1, H2, H3, A, INPUT, SELECT, TEXTAREA, DIV, UL, LI {
	color:#EEEEEE;
}

IMG.withb {
	border:1px dotted black;
	}
	
DIV.join {
	background-color: transparent;
	background-image: url(./img/element_r.gif); 
	layer-background-image: url(./img/element_r.gif)
}
DIV.nob {
	background-image: none; 
	layer-background-image: none;
}
DIV.invContent, DIV.content {
	background-color: #D93447;
	padding:10px;
	background-image: none; 
	layer-background-image: none;
	padding-left:30px;
	}

DIV.invContent {
	background-color:transparent;
	color:#FFFFFF;
	
}

DIV.content {
   color:#EEEEEE;
}

TD.content {
	background-color: #D93447;
	padding-left:10px;
	border-left:1px dotted black;
}

TD.subcontent {
	background-color: #D93447;
	padding-left:26px;
	border-left:1px dotted black;
}

TD.contentSubmenu {
	font-weight:bold;
	font-size:8pt;
	padding-left:10px;
	padding-bottom:7px;
	border:1px solid #D93447;
	border-right:10px solid #D93447;
	text-align:right;
	padding-top:2px;
	padding-right:10px;
	}

TD.contentSubmenu A {
	font-size:8pt;
}

	
INPUT, SELECT, TEXTAREA {
	border:1px solid black;
   background-color:#cccccc;
}

P.newstitle {
	color:white;
	font-weight:bold;
	padding-left:10px;
}


