body {
	margin: 0px;
	padding: 0px;
}
.bg-logo {
	background-color: #ECECEC;
}
.bg-title {
	background-color: #7A0026;
	background-image: url(resources/images/bg-title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.bg-menu {
	background-color: #677D98;
}
.text-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	padding-left: 30px;
}
.text-login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
}
.text-login a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
}
.text-loginbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
	font-weight: bold;
}
.text-loginbold a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
	font-weight: bold;
	text-decoration: none;
}
.title-messages {
	background-color: #EDEDED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #7a0026;
	padding-left: 35px;
}
.down-bar {
	background-color: #7A0026;
}
.text-messages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
	padding-left: 35px;
}
.text-details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #586e89;
	line-height: 14px;
}
.text-detailsbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #586e89;
	line-height: 14px;
	font-weight: bolder;
	padding: 0px;
}
.text-status {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff6600;
}





/* menu */
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 37px;
	}
.paddingtable {
	padding-top: 20px;
	padding-left: 35px;
}

.title-details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #7a0026;
	height: 30px;
}


	#menu li {
	/* all list items */
		float: left;
	position: relative;
	line-height: 37px;
	text-align: center;
	width: 200px;
	}

	#menu li ul {/* second-level lists */
	position: absolute;
	display: block;
	top: 2em;
	left: 0;
	height: 0px;
	}

	#menu li>ul {/* to override top and left in browsers other than IE */
		top: auto;
		left: auto;
	}

	/* Fix IE. Hide from IE Mac \*/
	* html #menu ul li { float: left; height: 1%; }
	* html #menu ul li a { height: 1%; }
	/* End */

	#menu li:hover ul { display: block; }

	#menu li:hover>ul { visibility:visible; }

	#menu ul ul { visibility:hidden; }

	/* Make-up syles */
	#menu ul, li {
		margin: 0 0 0 0;
	}

	/* Styles for Menu Items */
	#menu ul a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #fff;
	padding: 0px;
	border: 1px;
	border-color: #666666;
		
	}
	/* Hover Styles */
	#menu ul a:hover {
	color: #493F36;
	background-color: #FFFF00;
	}

	/* Sub Menu Styles */
	#menu li ul a {
	text-decoration: none;
	color: #000000;
	padding: 5px;
	background-color: #C1D4DB;
	font-size: 9px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5e8fa2;
	border-right-color: #5e8fa2;
	border-bottom-color: #5e8fa2;
	border-left-color: #5e8fa2;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}

	/* Sub Menu Hover Styles */
	#menu li ul a:hover {
	color: #000000;
	background-color: #ecf4f7;
	font-size: 9px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #5e8fa2;
	border-right-color: #5e8fa2;
	border-bottom-color: #5e8fa2;
	border-left-color: #5e8fa2;
	font-family: Arial, Helvetica, sans-serif;
	}

	/* Icon Styles */
	#menu li a.submenu {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #677D98;
	font-size: 12px;
	font-weight: bold;
	line-height: 37px;
	height: 37px;
	background-image: url(resources/images/button.gif);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
	#menu li a.submenu:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #A1B1C4;
	line-height: 37px;
	background-image: url(resources/images/button-over.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
}
	#menu li ul a.submenu {
	color: #000000;
	padding-right: 20px;
	padding-left: 20px;
}
	#menu li ul a.submenu:hover {
	color: #000000;
	}
