/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

.transMenu .content {
	position:absolute;
	}

.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

.transMenu .item {
    color: #000353;
    text-decoration:none;
	border:none;
	cursor:hand;
	}

.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}

.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

.transMenu .item.hover {
	background:#D2D2D2;
	color:black;
	}

.transMenu .item img {
	margin-left:10px;
	}
.toolbar{
	text-decoration : none;
	font-size : 14px;
	font-weight : normal;
	font-style:normal;
	color : #ffffff;
}

A.toolbar{
	text-decoration : none;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
}

A.toolbar:Hover{
	text-decoration : none;
	font-size : 14px;
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
}

A.toolbar:Visited{
	text-decoration : none;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
}

A.toolbar:Active{
	text-decoration : none;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
}
#wrap {
    border:0px solid black;
    width:659px;
    text-align : left;
    }

#menu {
    background:#8B8FA9;
    border-bottom:1px solid white;
    padding:2px 0;
    width:657px;
    }
#menu a {
    padding:4px 10px;
    font-size : 10px;
    text-decoration:none;
    font-weight:bold;
    color:#ffffff;
    }
#menu a.hover {
    background:#CACAD3;
    font-size : 10px;
    }
#menu span {
    display:none;
    }
#img {
    vertical-align:bottom;
    }
    
.inputbox  { 
    font-size: 10px; 
    color: #000000; 
    background-color: #FFFFFF; 
    border: 1px #000363 solid; 
    font-weight: normal;
    margin-bottom : 0px;

}

.inputboximage  { 
    margin-bottom : 1px;

}

.dateNew  {
	text-decoration : none;
	font-size : 10px;
	font-weight : normal;
	font-style : normal;
	color : #333333;
}