/* CSS Document */
/* 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; /*1000*/
	}

.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:pointer;
	cursor:hand;
	}

.transMenu .background {
	position:absolute;
	left:0px; top:0px; /*0*/
	z-index:1;  /*1*/
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	}

.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:#DDDDE1;
	color:black;
	}

.transMenu .item img {
	margin-left:10px;
	}

/*=================================================*/

#wrap {
	position:relative;
	top:198px;/*198*/
    border:0px solid black;
    width:965px;
    /*text-align : center;*/
	/*display: block;*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	z-index:0;
    }
#wrap img{
	margin-bottom: -4px;
}

#menu {
    background:#8B8FA9;
    border-bottom:0px solid white;
    padding:0px 0px 0px 0px;
    width:972px; /*772px*/
	
    }
#menu a {
    padding:4px 10px;
    font-size : 11px;
    text-decoration:none;
    font-weight:bold;
    color:#ffffff;
    }
#menu a.hover {
    background:#CACAD3;
    font-size : 11px;
    }
#menu span {
    display:none;
    }
#img {
    vertical-align:bottom;
    }
    
td {
	text-decoration : none;
	font-size : 10px;
	font-family : Verdana, Arial Greek,  Arial;
	font-weight : bold;
	font-style : normal;
	color : #000353;
}    

.inputbox  { 
    font-family: Verdana, Tahoma, Arial; 
    font-size: 9px; 
    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-family : Verdana, Arial Greek,  Arial;
	font-weight : normal;
	font-style : normal;
	color : #333333;
}

A.ert  {
	text-decoration : none;
	font-size : 10px;
	font-family : Verdana, Arial Greek,  Arial;
	font-weight : normal;
	font-style : normal;
	color : #000000;
}

A.ert:Visited  {
	text-decoration : none;
	font-size : 10px;
	font-family : Verdana, Arial Greek,  Arial;
	font-weight : normal;
	font-style : normal;
	color : #000000;
}

A.ert:Active  {
	text-decoration : none;
	font-size : 10px;
	font-family : Verdana, Arial Greek,  Arial;
	font-weight : normal;
	font-style : normal;
	color : #000000;
}

A.ert:Hover  {
	text-decoration : none;
	font-size : 10px;
	font-family : Verdana, Arial Greek,  Arial;
	font-weight : normal;
	font-style : normal;
	color : #691F02;
}





