
	div#thetop{
		position: absolute;
		border-top: 1px solid black;
                border-bottom: 1px solid black;
		top: 0px;
		left: 0px;
		background-color: #3B56AF;
		height: 118px; 
		width: 100%;	
	}

	div.extra1 {
		display: block;
		position: absolute;
        	left: 0px;
                top: 108px;
                width: 100%;
                height: 10px;
                background-color: #FF6600;
		border: 0px;
		font-size: 2px;
	}

        div#thetop .logo {
                position: absolute;
                left: 0px;
                top: 0px;
        }
	
	.h1 { 
		position: absolute;
		left: 12px;
		top: 2px;
		z-level: 10;
		font-family: arial, courier, sans-serif;
		font-size: 22pt;
		font-weight: bolder;
		color: white; 
		padding-top: 0px;
		margin-top: 0px;
		}

	.h1_shadow{
		position: absolute;
		left: 14px;
                top: 4px;
		z-level: 9;
		font-family: arial, courier, sans-serif;
                font-size: 22pt;
                font-weight: bolder;
                color: #777;
		padding-top: 0px;
                margin-top: 0px;
	}

/*	div#thetop table#thelogin {
		position: absolute;
		margin: 0;
		padding: 0;
		top: 5px;
		right: 0px;
	} */

        iframe#main {
                height: 100%;
                width: 100%;
        }

        table.top_login {font-size: 8pt; vertical-align: middle;}
        table.top_login td input {font-size: 8pt; width: 80px;}
        td.white { vertical-align: middle; 
                color: white;
/* 34.353 */
	}
	td.white a { font-size: 8pt; text-decoration: none; 
                color: white;
/* 34.353 */
}


        .top ul li.login{
                display: inline;
                color: white;
                font-family: arial, sans-serif;
                font-size: 11pt;
                padding: 2px 15px 2px 15px;
                margin-left: 10px;
                background-color:  #3B56AF;
                font-weight: bold;
        }
        .top ul li:hover {
                 border-bottom: none;
        }


        div#holder{
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: auto; 
        }

      	div#search {
                display: block;
                position: absolute;
                left: 0%;
                top: 50px;
                width: 100%;
                height: 20%;
        }
        div#left {
                position: absolute;
                width: 35%;
                height: 100%;
                left: 0px;
                top: 0px;
        }
        div#detail {
                position: absolute;
                width: 98%;
                left: 0%;
                top: 20%;
                height: 80%;
        }

        div#right{
                position: absolute;
                width: 65%;
                top: 0%;
                right: 0%;
                height: 100%;
        }

        div#view{
                position: absolute;
                width: 95%;
                top: 0%;
                right: 0%;
                height: 100%;
        }
	
	div#top {
                position: absolute;
                left: 0px;
                top: 0px;

		z-index: 1;

                height: 80%;
                width: 100%;

        }

        div#bottom {
                position: absolute;
                left: 0px;
                top: 80%;
                height: 20%;
                width: 100%;
        }

        div#remoteleft {
		background-color: #FF6600;
                position: absolute;
                z-index: 10;
                right: 0px;
                top: 0px;
                height: 100%;
                width: 4px;
        }

        div#remoteright {
		background-color: #FF6600;

                position: absolute;
                z-index: 10;
                right: 0px;
                top: 0px;
                width: 100%;
                height: 4px;
        }


        div#lightbox{
                position: absolute;
                top: 0%;
                right: 0%;
                width: 100%;
                height: 100%;
        }

        div#footer{
                position: absolute;
                bottom: 0px;
                left: 0px;
                width: 100%;
            /*    height: 20px;
                padding-bottom: 5px; */
		height: 100%;
                text-align: center;
		background-color: #3B56AF;
		color: white;
/* 34.353 */
        }

	div#footer td{
		font-size: 10pt;
                color: white;
	/* 34.353 */
	}

	        div#helper a{
                font-size: 8pt;
                color: white;
        /* 34.353 */
        }


        iframe { width: 100%; height: 100%;}
