/********************************************** Sytles ***************************************************/

body, table, p
{
    font-family: Arial;
}

.PopupFrocen 
{
	background-color:#444444;
	z-index:1000;	
}



.PopupWindow
{
	z-index:1001;
}

.PrintContainer
{
	position:relative;
	width:100%;
	height:100%;
	overflow:auto;
}

.PrintContent
{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:0;
	width:97%;
}

.PrintLock
{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:10;
}

.ScrollBoxContainer{position:relative;width:100%; height:100%; overflow:auto; padding-right:10px; margin:solid 1px black; }
.ScrollBox{position:absolute; top:0; bottom:0; left:0; right:0; width:615px; height:100%; overflow:auto; padding-right:10px;}

/********************************************** /Styles ***************************************************/

a
{
   cursor: pointer;
}

/*****************************MENU FLYOUT*****************************/
.flyoutHidden
{
	position: absolute;
	visibility: hidden;
	display: none;
	
}
#MenuTop
{
	
}
#MenuTop .item
{
	padding-top:0px;
	width: 103px;
	
}

#MenuTop .flyout0container
{
	position:relative; 
	z-index: 1;
	height: 30px;
}

.flyoutShowLvl2
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#MenuTop .flyout1
{
	position: absolute;
	top: 11px;
	left: -1px;
	width: 180px;
}

#MenuTop .flyout1 .flyoutspacer
{
	float: none;
	height: 3px;
	font-size: 3px;
	line-height: 3px;
}

#MenuTop .menu1 .menu1bg
{
	padding: 5px 15px 5px 5px;
}
#MenuTop .menu1:hover .menu1bg
{
	padding: 5px 15px 5px 5px;
}

#MenuTop .flyoutitem
{

}

#MenuTop .flyout2position
{
	position: relative;
	bottom: 30px;
	left: 0px;
}
#MenuTop .flyout2
{
	
	position: absolute;
	top: 30px;
	left: 1px;
	width: 180px;
}


#MenuTop .spacer
{
	height: 20px;
	line-height: 20px;
	font-size: 20px;
}


#MenuTop .flyout1 .flyoutspacer
{
	float: none;
	height: 3px;
	font-size: 3px;
	line-height: 3px;
}

#MenuTop .menu0
{
	text-decoration:none;
}

#MenuTop .menu1
{
	text-decoration:none;
}

#BoxMenuTop
{
	height: 100%;
}


/*****************************/

.bg_banner
{
   background: url(/media/banner.jpg);
   background-repeat: no-repeat;
}


/******************News********************/

.frameNewsDescription
{
   padding: 10px 0px 5px 0px;
}

#frameNewsTitle
{
   text-transform: uppercase;
}


/******************editor styles********************/
.textblue { color: #0099cc;  font-size: 11px; line-height: 15px; font-family: Arial; text-decoration: none}
