html, #popup
{
  height: 100%;
  width: 100%;
  overflow: auto;
  margin: 0px 0px 0px 0px;
}

#popup
{
  overflow: hidden;
}

a, a:visited
{
  color: black;
  font-weight: bold;
}

#infocontent
{
  width: 750px;
  height: 550px;

}

#outerpage {
}

#page
{
  position: relative;
  width: 980px;
  min-height: 540px;
  border: 1px solid #cccccc;
  margin: 20px auto 10px auto;
  background-image: url(layout/bg.gif);
  background-repeat: repeat-y;
}

#innerpage {
  position: relative;
  width: 100%;
}

#seperator1
{
  position: absolute;
  left: 224px;
  top: 98px;
  width: 756px;
  height: 1px;
  background-color: #cccccc;
  z-index: 10;
  overflow: hidden;
  
}

#left
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 229px;
  height: 540px;
  background-image: url('layout/left.jpg');
  background-repeat: no-repeat;
}

#leftbottom
{
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 5px;
}

#logo
{
  position: absolute;
  left: 240px;
  top: 35px;
  width: 350px;
  height: 63px;
  background-image: url('layout/logo.jpg');
  background-repeat: no-repeat;
}

#content
{
/*  position: absolute;
/*  top: 100px;
  left: 230px;
  width: 750px;
  height: 440px;
  overflow: auto;*/
  padding-top: 100px;
  margin-left: 230px;
  min-height: 400px;
}

#contentplaceholder
{
/*  position: relative;
  top: 10px;
  left: 10px;
  width: 710px;
  height: 390px;*/
  padding: 10px 30px 40px 10px;
}


#mainmenu
{
  position: absolute;
  top: 107px;
  left: 2px;
  height: 310px;
  line-height: 33px;
}
#monitormenu a
{
  text-decoration: none;

}
#monitormenu
{
  text-align: center;
}
.monitor
{
  text-decoration: none;
}
.mainmenu_item
{
  height: 35px;
  width: 0px;
  text-decoration: none;
  cursor: pointer;
}

.mainmenu_item a {
  text-decoration: none;
}

.mainmenu_item_text, .mainmenu_item_text_on
{
  position: absolute;
  margin-top: -5px;
  width: 223px;
  font-size: 17px;
  font-family: Tahoma, Verdana;
  color: #043a54;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 1px;
  z-index: 5;
	cursor: pointer;
}

.mainmenu_item_text_on
{
	color: #ffffff;
}

.mainmenu_item_block
{
  position: absolute;
  left: 0px;
  height: 35px;
  width: 227px;
  background-color: #5a9894;
  filter: alpha(opacity=40);
  opacity: 0.4;
	cursor: pointer;
	text-decoration: none;
}

.submenu_item, .submenu_item_on
{
	position: relative;
	left: 25px;
	width: 155px;
  line-height: 20px;
}


.submenu_item a, .submenu_item_on a
{
  font-size: 10px;
  font-family: Tahoma, Verdana;
  color: #043a54 !important;
  font-weight: normal !important;
  text-decoration: none;
  letter-spacing: 1px;
	/*font-style: italic;*/
}

.submenu_item_on a
{
  font-weight: bold !important;
}

.submenu_item a:hover
{
  font-weight: bold !important;
}


*
{
  font-family: Arial;
}

#content, p, td, div, li, ul
{
  font-size: 11px;
}

h1, h2, h3, h4, h5, h6
{
  color: #004f70;
  font-family: Arial;
  font-size: 24px;
  font-weight: normal;
}

