/* Getting the new tags to behave */
article, aside, audio, 
canvas, command, 
datalist, details, 
embed, 
figcaption, figure, footer, 
header, hgroup, 
keygen, 
meter, 
nav, 
output, 
progress, 
section, source, 
video {
	display:block;
}

/* Global properties ======================================================== */
body { 
	background:#fff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#454545;
}
html { 
	min-width:940px;
}
html, 
body { 
	height:100%;
}



/* Global Structure ============================================================= */
.container {
	margin:0 auto;
	width:870px;
	overflow:hidden;
	font-size:.875em;
	padding-bottom:176px;
	
}
	}

	/* Header */
	header {
		background:url(../images/header-bg.jpg) no-repeat center top;
		min-width:940px;
	}
		header .container {
			width: 970px;
			position:relative;
			padding:0;
		}
	
	/* Content */
	section#content {
/*		background:url(../../../../../portal/templates/benha.png);
*/background-repeat: no-repeat;
		height: auto;
	}
	/* Footer */
	footer {
		background:url(../images/footer-bg.png) no-repeat center top;
		margin-top:-121px;
		min-width:940px;
	}
		footer .container {
			height:121px;
			padding:0;
		}
.clear { 
	clear:both;
}

.aligncenter { 
	text-align:center;
}	

.wrapper { 
	width:100%;
	overflow:hidden;
}
.wrap {
	height:auto !important;
	height:100%;
	min-height:100%;
	background:url(../images/tail-middle.jpg) repeat-y center 194px;
	min-width:940px;
}


/*----- form defaults -----*/

/*----- txt, links, lines, titles -----*/

a {
	color:#ff7b01; 
	outline:none;
}
a:hover {
	color:#008cc4; 
	text-decoration:none;
}

h1 {
	text-indent:-9999px;
}
	h1 a {
	width: 473px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 104px;
	background: url(../images/logo.png) no-repeat left top;
	}
h2 {
	font-size:24px;
	line-height:1.2em;
	text-transform:capitalize;
	margin-bottom: 7px;
	margin-top: 5px;
	}
	h2 span {
		color:#8d8d8d;
	}
h3 {
	font-size:20px;
	line-height:1.2em;
	text-transform:capitalize;
	margin-bottom:15px;
	color:#CC490C;
	margin-top: 5px;
}
h4 {
	font-size:1em;
	color:#008cc4;
	line-height:25px;
	
}
h4 span {
		color:#8d8d8d;
	}
	h4 a {
		color:#ff7b01;
		text-decoration:none;
	}
	h4 a:hover {
		color:#008cc4;
	}


.txt1 {
	color:#008cc4;
	font-weight:bold;
}

.link {
	position:absolute;
	right:0;
	top:159px;
}


.linkinverted {
	text-decoration: none;
	color: #008cc4;
}
.linkinverted:hover {
	color:#ff7b01;  
	text-decoration:none;
}
/*==========================================*/
 /*------------------table-----------------*/
 .ViewProfElement
{
	/*background-color:rgb(237, 242, 252);*/
	border-color:#ff7b01;
	border-width:1px;
	border-style:solid;
	font-size: 14px;
	font-family:Arial;
	border-collapse: separate;
  	border-spacing: 2px;
	color: #322124;
}
 
.ViewProfElement td
{
	padding:5px;
	border-bottom-color:#bebebe;
	border-bottom-width:1px;
	border-bottom-style:solid;
} 

.ViewProfElementTH
{
	height:30px;
	width:140px;
	padding-top:10px;
	padding-left:10px;
	font-weight:bold;
	background-color:#0087c1;
	color: #ffffff;
	font-size: 14px;	
	margin-right:100px;
}


.ViewProfElementTD
{
	border-bottom-color:#bebebe;
	border-bottom-width:1px;
	border-bottom-style:solid;
}