/*
	common styles for ORE pages
*/
body { 
    background-image: url(images/bgOppba_white.gif);
    font-family: Tahoma, Helvetica, sans-serif; font-size: 0.7em;
    line--height: 15px;
    margin: 0; padding: 0;
    border-left:  12px solid #666666; 
    border-right: 12px solid #666666;
}
#container {
    width: 735px;
    margin: 0 auto 0 auto;
    border-right: 1px solid #666666; border-left: 1px solid #666666;
    background-color: #FFF; 
}
#header {	 
    width: 735px; height: 55px; 
    margin-top: 2px;
    border-top: 1px solid rgb(232,236,241);
    background: url(images/unLogo_white_small.png) no-repeat, url(images/bannerApp_v1.jpg) repeat-x;
    background-position: 14px 8px;
    background-color: rgb(59,94,140);
	}
#header h1 {	
	color: white; display: block;
	float: left; text-align: left;
   font-size: 18px; font-weight: bold;
	font-family: Arial,Helvetica, sans-serif;
	letter-spacing: 2px;
	margin: 25px 0px 0px 70px;
}
#header h2 {	
	color: white; display: block;
	float: left; text-align: left;
	font-size: 13px; font-family: Arial,Helvetica, sans-serif;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 25px 0px 0px 70px;
}
#generalText {
	text-align: justify;
	}
#main {
	position: relative;  float: right;
	width: 555px; h-eight: 475px;
	b-order: 1px solid blue; margin: 0 0 0 0; padding: 0 10px 0 0;
	}
#main h2 {
	margin: 0; padding: 0;
	}
.main-text {
	font-family: Verdana; font-size: 1em;
	}
#bot {
	position: relative; b-ottom: 2px;
	float: right; 
	width: 733px;
	margin: 0 auto 0 auto;	
	padding: 5px 0 5px 0;
	border: 1px solid #666666; 
	text-align: center;
	font-family: Times New Roman, serif; font-size: 1.0em;
	}
#msg {
	b-order: 1px dashed yellow; margin: 2px; padding: 2px;
	font-family: Verdana; font-size: 1.2em; font-style: italic;
	color: black; background--color: #82A3E4; /* #5A72A1  */
	visibi-lity: hidden;
	}
#msg1 P:first-line {
	color: yellow; font--weight: bold; text-decoration: underline;
}
.spacer { clear: both; }
.highlight { background: #F3F3AB; }
.c1 {
	color: #2B2D65; cursor: url('cursor.cur'), default;
	}
.c2 {
	color: #2B2D65; display: none;
	}
.bg1 {
	background-color: #FAFCFC; /* light bg F3F8FA*/
	}
.bg2 {
	background-color: #E1F1F7; /* dark bg CBE0E8 */
	}