/* A.subitem classes can be used to display the visited link as */
/* different color.                                             */
/* ------------------------------------------------------------ */

A.subitem:visited, A.subitem:link, A.subitem:hover {
 	font-family : Arial;
 	font-weight : bold;
 	font-style : normal;
 	/* text-decoration : none; */
}
	A.subitem:visited {
	 	color : #669999;
	}
	A.subitem:link {
		color : #003399;
	}
	A.subitem:hover {
	 	color : #cc0000;
	}

/* td.aRight & td.aCenter should match the default td tag with  */
/* the exception of alignment.                                  */
/* ------------------------------------------------------------ */
td.aRight, td.aCenter {
	font-size: 9.5pt;
	font-family: arial;
	color: black;
}
	td.aRight {
		text-align: right;
	}
	td.aCenter{
		text-align: center;
	}

/* the tr.shaded class is used to produce an accent row in a		*/
/* table.  for list tables the accent can be every other row		*/
/* to make it easier to read.  for financial tables the accent	*/
/* should be on summary lines.																	*/
/* ------------------------------------------------------------ */
tr.appshaded	{	background-color:	#F5F5F5;	}

/* the hr.appListEnd will produce a thin line to highlight the	*/
/* end of a list.																								*/
/* ------------------------------------------------------------ */
hr.appListEnd	{	height: 1px; color: #00264D;	}

/* the blkBar classes are used for the black bar with white     */
/* lettering which is a standard for CompNet.  Each class is    */
/* further distinguished by it's alignment.                     */
/* ------------------------------------------------------------ */
.appBlkBarC, .appBlkBarR, .appBlkBarL {
	font-size: 12.5pt;
	font-family: arial;
	font-weight: bold;
	color: #F5F5F5;
	background-color:#333399;
}
	.appBlkBarC {
		text-align: center;
	}
	.appBlkBarR {
		text-align: right;
	}
	.appBlkBarL {
		text-align: left;
	}

/* the buttons class can be used to provide a standardized way  */
/* to highlight a row of forms buttons.                         */
/* ------------------------------------------------------------ */
.appButtons {
	background-color: #ffffff;
	border: 2px solid white;
	padding: 5px;
	width: 100%;
	text-align: center;
}
 .navbar-header a {
    color: #232A48;
	text-decoration: none;
}

 .navbar-header a:hover {
    color: #F0F0F0;
	background: #232A48;
}

 .navbar-header div a {
    color: #232A48;
	text-decoration: none;
}

 .navbar-header div:hover {
    color: #F0F0F0;
	background: #232A48;
}
 .navbar-header div:hover a {
    color: #F0F0F0;
	background: #232A48;
}

/* the msg class provides a standardized way to display some    */
/* kind of special message to the user such as an invalid       */
/* logon attempt or no data meets criteria.                     */
/* ------------------------------------------------------------ */
.appMsg {
	border-top:			1px solid #990000;
	border-bottom:	1px solid #990000;
	padding:				3px;
}

.AppXXSmall {
	font-weight:	bold;
	font-size:		70%;
	color:			#000000;
}

.appXXSmallRed {
	font-weight:	bold;
	font-size:		70%;
	color:			#990000;
}
/* the form class can be used to provide a standardized way */
/* to set the background color of a form
/* ----------------------------------------------------------*/
table.appForm{
	background-color: #FFFFFF;
	border: 2px solid #00264D;
	padding: 0px;
}
.appFormButtons {
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
}
