/* CONSOLE */
#div_shadow{
	background-color:#000;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:none;
	cursor:pointer;
}

#div_console{
	border-style:solid;
	border-width:2px;
	border-color:#FFF;
	position:absolute;
	top:50%;
	left:50%;
	display:none;
	background-color:#333;
}

#div_loading{
	width:16px;
	height:16px;
	background-image:url(images/loader.gif);
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-8px;
	margin-left:-8px;
}

body{
	overflow:hidden;
	margin:0px;
	padding:0px;
	background-color: #CDDFF3;
	color:#7f8da3;
	font-family:arial;
	height:100%;
}

div{
	padding:0px;
	margin:0px;
}

img{
	display:inline;
	border-style:none;
}

form{
	margin:0px;
	padding:0px;
	display:inline;
}

form input{
	font-size:10px;	
	vertical-align:text-bottom;
	border-style:none;
}




/* DIVS */
#div_body{
	width:100%;
	overflow:auto;
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
	height:100%;
}

#div_wrap{
	width:980px;
	display:inline-block;
	background-image:url("images/border.png");
	background-position:center;
	background-repeat:repeat-y;
	clear: left;	
}

#div_parent{
	width:800px;
	display:inline-block;
	text-align:left;
	background-image:url("images/backgroundImage.png");
	background-position:top center;
	background-repeat:no-repeat;	
	min-height:500px;
	_height:500px;	
}

#div_header{
	width:800px;
	height:180px;
	display:inline-block;
	text-align:right;
}

#div_logo{
	float:left;
	margin-left:15px;
	margin-top:30px;
	display:inline;
}

#div_menu{
	top:70px;
	position:relative;
	vertical-align:middle;
	display:inline;
}

#div_content{
	width:800px;
	display:inline-block;
	text-align:left;
	padding-bottom:10px;
	min-height:500px;
}

#div_footer{
	width:980px;
	background-image:url("images/bottom.png");
	background-position:top center;
	background-repeat:no-repeat;
	background-color: #CDDFF3;
	display:inline-block;
	padding-bottom:10px;
}

.div_left{
	margin-left:15px;
	background-image:url("images/transparentBlock.png");
	width:500px;
	min-height:400px;
	_height:400px;
	padding:15px;
	display: inline-block;
	float:left;
}

.div_rightBlank{
	float:right;
	width:210px;
	_height:160px;
	height:140px;
	padding:5px;
	margin-right:10px;
	margin-bottom:10px;
}

.div_right{
	float:right;
	width:210px;
	padding:5px;
	background-color:#67b7ff;
	margin-right:10px;
	margin-bottom:10px;
	text-align:right;
	border-width:5px;
	border-style:solid;
	border-color:#FFF;
}

/* TEXT */
a{
	text-decoration:none;
}

h1,h2,h3,h4,h5{
	padding:0px;
	margin:0px;
	color:#7f8da3;
}

h1.pageTitle{
	overflow:hidden;
}

h2.subTitle{
	overflow:hidden;
	font-size:14px;
}

h3.menuItem{
	display:inline;	
	color: #FFFFF;
	margin-right:10px;
	font-size:25px;
}

h3.menuItem a{
	text-decoration:none;
	color:#FFFFF;
}

h3.menuItem a:hover{
	color:#FFFFF;
}

p{
	padding:0px;
	margin:0px;
	vertical-align:text-top;
}

p.regText{
	font-size:12px;
}

p.smallTxt{
	font-size:10px;	
}

.footerText{
	font-size:10px;
	color:#32597c;
}
/* SPANS */
.span_menuItem a{
	color:#FFF;
	margin-left:5px;
	text-transform:uppercase;
}

/* SIFR */
	
@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

@media screen {
  .sIFR-active h1.pageTitle {
    font-family: Verdana;
    visibility: hidden;
  }
  
  .sIFR-active h2.subTitle {
    font-family: Verdana;
    visibility: hidden;
  }
  
  .sIFR-active h3.menuItem {
    font-family: Verdana;
    visibility: hidden;
  }
  
}

/* News ticker */
#div_newsticker{
	height:30px;
	display:inline-block;
	margin-bottom:20px;
	overflow:hidden;
	width:800px;
	cursor:pointer;
}

.newsTickerStats{
	font-size:14px;
	color:#FFF;
	display:inline;
}

.newsTickerData{
	font-size:14px;
	color:#2d5273;
	font-weight:bold;
	display:inline;
}