/*
Menu related selectors
*/
.jsdomenudiv {
	background-color: #000001;
	border: 2px outset;
	border-bottom-color: #000000;
	border-left-color: #000001;
	border-right-color: #000000;
	border-top-color: #000001;
	cursor: default;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
}

/* sub-menu, no mouse over */
.jsdomenuitem {
	background-color: transparent;
	border: none;
	color: #FF0000;
	font-family: Arial Bold;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 15px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

/* sub-menu, mouse over */
.jsdomenuitemover {
	background-color: #000000;
	border: none;
	color: #FFFFFF;
	font-family: Arial Bold;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 15px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenuarrow {
	background-image: url(classic_arrow.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}

.jsdomenuarrowover {
	background-image: url(classic_arrow_o.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 7px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}

.jsdomenusep {
}

.jsdomenusep hr {
	text-align: center;
	width: 95%;
}

/*
Menu bar related selectors
*/
.jsdomenubardiv {
	background-color: #000001;
	background-image: url(classic_divider.png);
	background-position: left;
	background-repeat: no-repeat;
	border: 2px outset;
	border-bottom-color: #000000;
	border-left-color: #000001;
	border-right-color: #000000;
	border-top-color: #000001;
	cursor: default;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
}

.jsdomenubardragdiv {
	cursor: move;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
	visibility: hidden;
	width: 9px;
}

/* main menu item, no mouse over */
.jsdomenubaritem {
	background-color: #000000;
	border: none;
	color: #FF0000;
	font-family: Arial Bold;
	font-size: 14px;
	padding-bottom: 2px;
	padding-left: 5px; /* 22 */
	padding-right: 9px; /* 10 */
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

/* main menu item, mouse over before click */
.jsdomenubaritemover {
	background-color: #000000;
	border: none;
	color: #FFFFFF;
	font-family: Arial Bold;
	font-size: 14px;
	padding-bottom: 2px;
	padding-left: 5px; /* 22 */
	padding-right: 9px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

/* main menu item, mouse over after click */
.jsdomenubaritemclick {
	background-color: #000000;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-family: Arial Bold;
	font-size: 14px;
	padding-bottom: 2px;
	padding-left: 5px; /* 21 */
	padding-right: 9px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

/*
Example of selectors for icons. Change the height and width to match the actual 
height and width of the icon image.
*/
.icon1 {
	background-image: url(icon1.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.icon2 {
	background-image: url(icon2.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.icon3 {
	background-image: url(icon3.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 2px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

th {
	color : #FFFFFF;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
}
th a {
	color : #FF0000;
	font-weight: bold;
}
th a:hover {
	color : #C0C0C0;
}
