@charset "utf-8";
/* CSS Document for the office bella admin panel*/

/* -----  HTML Tags ------ */

body {
	margin:0;
	padding:0;
	background-color:#F0F0F0;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:10px 0 0 20px;
	color:#FFFFFF;
}




/* ---- Main container elements ---- */

#mContainer {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

#hContainer {
	width:100%;
	border-bottom:solid 2px #23285e;  /* bottom border of the heading area on the login and forgot password page */
	float:left;
	display:block;
	height:40px;
	text-align:left;
	background-color:#811b60;
	padding:5px 0 5px 0;
	/*
	background-image:url(../images/default-logo.jpg); /* logo image displayed on the right of the login and forgot password page 
	background-position:right;
	background-repeat:no-repeat;
	*/
}

#mnContainer {
	width:100%;
	height:auto;
	background-color:#AEBDE1; /* background color for index page heading */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	float:left;
	border-bottom:solid 2px #23285e;  /* border for the bottom of the index header */
	color:#FFFFFF;
}

#mnInner {
	display:inline;
	height:auto;
	width:auto;
	padding:7px 0 5px 20px;
	float:left;
}

#logOut {
	float:right;
	padding:7px 20px 5px 0px;
	display:inline;
}

#mnContainer a:link, #mnContainer a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

#mnContainer a:hover {
	text-decoration:underline;
	color:#d9e7ef;
}

#nContainer {
	width:200px;
	height:auto;
	float:left;
	display:inline;
}

#cContainer {
	width:800px;
	height:auto;
	float:left;
	background-color:#F0F0F0;
	display:inline;
}

#fContainer {
	width:100%;
	height:auto;
	float:left;
	background-color:#F0F0F0;
	clear:both;
	padding:35px 0 15px 0;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
}

/* ---- navigation inner elements ---- */

#option1, #option2, #option3, #option4, #option5, #option6, #option7, #option8, #option9, #option10, #navSpacer  {
	width:185px;
	height:auto;
	padding:5px 7px 5px 7px;
	text-align:left;
	border-bottom:solid 1px #999999;
	border-right:solid 1px #999999;
	color:#010066;  /* color of the options font text */
	display:block;
	background-color: #F8F8F8;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#choice1, #choice2, #choice3, #choice4, #choice5, #choice6, #choice7, #choice8, #choice9, #choice10 {
	border-right:solid 1px #999999;
	width:185px;
	display:none;
	height:auto;
	background-color: #FFFFFF;
	padding:5px 7px 5px 7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-bottom:solid 1px #CCCCCC;
}


.nChoices, .nChoices:link, .nChoices:visited {
	color: #330066;
	text-decoration:none;
}

.nChoices:hover {
	color: #999999;
	text-decoration:underline;
}


/* ---- secondary navigtion area ---- */
#secondNav1, #secondNav2, #secondNav3, #secondNav4, #secondNav5, #secondNav6, #secondNav7, #secondNav8, #secondNav9, #secondNav10 {
	width:780px;
	height:auto;
	display:none;
	background-color:#F0F0F0;
	padding:5px 10px 5px 0;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}

.innerNav, .innerNav:link, .innerNav:visited {
	display:inline;
	margin:0 20px 0 20px;
	color:#330099;
	text-decoration:none;
}

.innerNav:hover {
	color:#999999;
	text-decoration:underline;
}


	
/* ---- footer info div ---- */

#footerInfo {
	display:block;
	padding:0 10px 0 0;
	width: auto;
	height:auto;
}
