﻿body
{
	background-color:#BDC391;
	margin:3px 0px 0px 3px;
	background-repeat:repeat-x;
	font-family:Tahoma, Arial, Verdana, Helvetica;
	font-size:11pt;
}

.header-general
{
	background-color:#ffffff;
	background-image: url(images/site_top_middle2.gif); 
	background-repeat:repeat-x ;
	height:64px;
	width:1000px;
}

.header-general-Full
{
	background-color:#ffffff;
	background-image: url(images/site_top_middle2.gif); 
	background-repeat:repeat-x ;
	height:64px;
	width:100%;
}

.header-left
{
	background-image: url(images/site_top_left2.gif); 
	background-repeat:no-repeat;
	width:300px;
}

.new-header-left {
	background-image: url(images/site_top_left2.gif);
	background-repeat: no-repeat;
	width: 95%;
}

.header-center
{/* -- */}

.header-right
{
	background-image: url(images/site_top_right2.gif); 
	background-repeat:no-repeat;
	background-position:right;
	text-align:right;
	vertical-align:top;
}

.header-general-table
{
	height:100%;
	width:100%;
}

.body-general
{
	width:1000px;
}


.body-general-Full
{
	__height:100%;
	width:100%;
}

.body-general-table
{
	__height:100%;
	width:100%;
}

.body-left
{
	background-color:#ffffff;
	vertical-align:top;
	width:10px;
	background-image: url(images/site_middle_left.gif); 
	background-repeat:repeat-y;
}
	
.body-center
{
	vertical-align:top;
	background-color:#FFFFFF;
	padding:0px 0px 0px 0px;	
	text-align:left;

}

.body-content
{
	width:100%;
}

.body-right
{
	background-color:#ffffff;
	width:15px;
	background-image: url(images/site_middle_right.gif); 
	background-repeat:repeat-y;	
}

.footer-general
{
	background-color:Transparent ;
	height:60px;
	width:1000px;
}	/* div */

.footer-general-Full
{
	background-color:Transparent ;
	height:60px;
	width:100%;
}	/* div */

.footer-left
{
	background-image: url(images/site_bottom_left.gif); 
	background-repeat: no-repeat;
	width:528px;	
}	/* td */

.footer-center
{
	background-image: url(images/site_bottom_middle.gif); 
	background-repeat:repeat-x ;	
	padding:0px 0px 0px 0px;
	vertical-align:top ;
	text-align:center;
}	/* td */

.footer-right
{
	background-image: url(images/site_bottom_right.gif);
	background-repeat: no-repeat;
	text-align:right;
	width:190px;	
}	/* td */

.footer-line
{
	width:100%;
	height:0px;
	font-size:1px;
}

.footer-general-table
{
	height:100%;
	width:100%;
}

.close-button {
    border:3px solid #c2c2c2;
    position:relative;
    padding:1px 5px;
    top:0px;
    right:0px;
    background-color:#819FF7;
    border-radius:20px;
    float:right;
    z-index:99999;
}

.close-button a {
    font-size:18px;
    font-weight:bold;
    color:white;
    text-decoration:none;
}

body:nth-of-type(1) img[src*="Blank.gif"] {
	display: none;
}
