/* Copyright iMedia 2005 */
* html div#ContentInner { height:800px; }
* html div#SubmenuInner { height:800px; }

html, body {
	height: 100%;
	background: #C7C8C5;
	margin: 0;
	padding: 0;
	border: 0;
}

html, td, body, div, p, ul, li, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f6466;
}

#Layout {
	margin: 0 auto;
	margin-top: 20px;
	width: 900px;
}

#Submenu {
	margin-top:120px;
	margin-left:200px;
	width:190px;
}

#Content {
	margin-top:75px;
	padding-left:20px;
	padding-right:20px;
	min-height: 388px;
}

/* --------------------------------------------------*/
/* Header styles */
/* --------------------------------------------------*/
h1 {
	color: #B3A100;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

h2 {
	color: #999;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h3 {
	color: #999;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
}

/* --------------------------------------------------*/
/* Layout elements
/* --------------------------------------------------*/

.imgcontent {
	margin:10px;
	margin-right:0px;
	padding: 5px;
	border:1px solid #C7C8C5;
	float: right;
	clear: both;
}

form {
	padding: 0;
	margin: 0;
}
	
table {
	border-spacing: 0px;
	border-collapse: collapse;
}

td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

/* --------------------------------------------------*/
/* Global styles */
/* --------------------------------------------------*/
	
a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
	 a img { color: inherit;     /* undo the rule above */
	 border: none;               /* hide from Netscape 4 */
	 }
}

p {
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	display:block;
}

/* Global links */
a:link,a:active,a:visited {
	font-weight : bold;
	color : #777;
	text-decoration : none;
}
a:hover {
	color : #333;
}

.outlined {
	border: 1px solid #7FB4C8;
}

.context1 {
	width : 100%;
	text-align: center;
}

.context2 {
	width : 750px;
	border : 1px solid #987987;
}

/* --------------------------------------------------*/
/* Breadcrumb styles */
/* --------------------------------------------------*/
#BreadCrumb {
	font-size: 10px;
	color:#003F78;
	}
#BreadCrumb a:link, #BreadCrumb a:active, #BreadCrumb a:visited {
	color:#003F78;
	font-weight:normal;
	text-decoration:none;
	}
	
#BreadCrumb a:hover {
	text-decoration:underline;
	}	
	
/* --------------------------------------------------*/
/* Menu styles Level 0*/
/* --------------------------------------------------*/
	
/* InActive */
td.MenuLevel0 {
	padding-top:5px;
}
a.MenuLevel0:link, a.MenuLevel0:active, a.MenuLevel0:visited {
}
a.MenuLevel0:hover {
	color:#000;
}	

/* Active */
td.MenuLevel0Active {
	padding-top:5px;
}
a.MenuLevel0Active:link,a.MenuLevel0Active:active,a.MenuLevel0Active:visited {
	color:#B3A100;
}
a.MenuLevel0Active:hover {
	color:#000;
}	

/* --------------------------------------------------*/
/* Language Switch
/* --------------------------------------------------*/
	
a.LanSwitch:link, a.LanSwitch:active, a.LanSwitch:visited, a.LanSwitch:hover {
}	
a.LanSwitch_ro:link, a.LanSwitch_ro:active, a.LanSwitch_ro:visited, a.LanSwitch_ro:hover {
	color:#B3A100;
}	

/* --------------------------------------------------*/
/* Menu styles Level 1*/
/* --------------------------------------------------*/
	
/* InActive */
td.MenuLevel1 {
	padding-top:3px;
	padding-left:10px;
}
a.MenuLevel1:link,a.MenuLevel1:active,a.MenuLevel1:visited {
	font-weight: normal;
}
a.MenuLevel1:hover {
	font-weight: normal;
	color: #000;
}	

/* Active */
td.MenuLevel1Active {
	padding-top:3px;
	padding-left:10px;
}
a.MenuLevel1Active:link,a.MenuLevel1Active:active,a.MenuLevel1Active:visited {
	font-weight: normal;
	color:#B3A100;
}
a.MenuLevel1Active:hover {
	font-weight: normal;
	color : #000;
}	

/* --------------------------------------------------*/
/* Menu styles Level 2*/
/* --------------------------------------------------*/

/* InActive */
td.MenuLevel2 {
	padding-top:3px;
	padding-left:20px;
}
a.MenuLevel2:link,a.MenuLevel2:active,a.MenuLevel2:visited {
	font-weight : normal;
}
a.MenuLevel2:hover {
	font-weight: normal;
	color : #000;
}	

/* Active */
td.MenuLevel2Active {
	padding-top:3px;
	padding-left:20px;
}
a.MenuLevel2Active:link,a.MenuLevel2Active:active,a.MenuLevel2Active:visited {
	font-weight : normal;
	color:#B3A100;
}
a.MenuLevel2Active:hover {
	color:#000;
}

/* --------------------------------------------------*/
/* Menu styles Level 3*/
/* --------------------------------------------------*/

/* InActive */
td.MenuLevel3 {
	padding-top:3px;
	padding-left:30px;
}
a.MenuLevel3:link,a.MenuLevel3:active,a.MenuLevel3:visited {
	font-weight : normal;
}
a.MenuLevel3:hover {
	font-weight : normal;
	color : #000;
}	

/* Active */
td.MenuLevel3Active {
	padding-top:3px;
	padding-left:30px;
}
a.MenuLevel3Active:link,a.MenuLevel3Active:active,a.MenuLevel3Active:visited {
	font-weight : normal;
	color:#B3A100;
}
a.MenuLevel3Active:hover {
	color : #000;
}


.MenuBar {
	padding-bottom:5px;
	position:absolute;
	bottom: 0;
}








