
html,body,#outermost {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  text-align: center; /* IE/Win bug fix */
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
}

#outer {
  z-index: 10;
  width: 800px;
  height: 530px;
  padding: 0px;
 }
  
 #flashcontent_holder {
  padding: 5px;
  border: 1px solid #666;
  height: 540px;
}
/*
Works in IE5+/Win, Firefox, Safari, Opera 5+, Netscape 6+, Konqueror 3 
Does not work in NS4.x or IE/Mac
*/
.valignmid1 {
  position: relative;
  margin: 0 auto;
}
/* Opera 7.0x is buggy when you put display:table on <body> Opera 7.2+ and 6.x 
   don't appear to have this problem. We hide this from IE5/Mac, because it 
doesn't support display:table-cell and it doesn't have the same bug that allows
this to work in IE5-6/Win (hide from IE/Mac) \*/
.valignmid1 {
  display: table;
  vertical-align: middle;
}
/* Moz1.4 - Moz1.6 (NS7.1) bug, can't put position:relative on .valignmid2 \*/
.valignmid2 {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
/* end hide */
.valignmid3 {
  position: relative;
}

p,h2 {
  margin: 1em;
  padding: 0;
  text-align: left;
  text-indent: 2em;
}
h1 {
  font-size: 1.5em;
  margin: 1em; /* IE/Mac we set it later to 0 for other browsers */
  padding: 0;
  text-align: center;
}
/* hide from IE/Mac \*/
h1 {
  margin: 0;
}
#toCategoryIndex {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}
#toCategoryIndex a {
  background-color: #bfc;
}
.lastUpdate {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 16em;
}

#modal_alert {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#999999; line-height:2em; margin:0px; padding:0px;}
#modal_alert a {color:#00b5e4; font-weight:bold;}
#modal_alert h1 {font-size:26px; font-weight:normal; margin:5px;}
#modal_alert h2 {font-size:15px; font-weight:normal; margin:0;}
#modal_alert p {text-align:center;}
#modal_alert div#wrapper {position:relative; margin:0 auto; padding:10px; width:458px; display: block; text-align:center; background:transparent url(box_bg.png) top left;}
* html div#wrapper { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='box_bg.png', sizingMethod='scale'); background: none; }
#modal_alert div#content {width:438px; background:#ffffff url(bg.jpg) top left no-repeat; padding:10px;}
#modal_alert div#close {text-align:right;}
#modal_alert div#button {width: 400px; margin:15px auto; padding:20px 0; border-top: solid 1px #d1d1d3; border-bottom: solid 1px #d1d1d3;}

p.links { 
	padding-top: 10px;
	color: #666;
	font-family: Helvetica 55 Roman, Helvetica, sans-serif;
	font-size: 9px; 
	line-height: 10px; 
	font-weight: normal;
	text-align: right;
	margin: 0px;
}
p.links a         { font-weight: normal; text-decoration: none; }
p.links a:link    { color: #666; }
p.links a:visited { color: #666; }
p.links a:hover   { color: #9ad7db; }
p.links a:active  { color: #9ad7db; }
