﻿html {
	height:100%
     }

body {
    height:100%;
    font-family:Arial;
	margin: 0px;
	padding: 0px;
	background-color:black;
	color: #cccccc;
	font-size:10pt
}

.main_div {
	width:778px;
	margin: auto;
	border-left: 1px #525252 solid;
	border-right: 1px #525252 solid
	}

.head_left {
	float:left;
	width:389px;
	height:137px;
	background-color:#fc6105
}

.head_right {
	float:right;
	width:388px;
	height:137px;
	background-color:white;
	border-left: 1px #474747 solid
}

a {
	color:#e6ae8d;
	text-decoration:none
}

a:visited {
	color:#e6ae8d;
	text-decoration:none
}

a:hover {
	color: #f68c24;
	text-decoration:none
}

.contents_div {
	padding:10px;
	height:100%;

}

.rightTabels {
	text-align:center;
	height:70px;
	margin-bottom:5px;
	margin-top:5px;
	padding:5px;
	border-bottom:1px #474747 solid
}

.textinput {
	width:94px;
	margin-bottom:3px;
	border:1px #636363 solid;
	background-color:#D1D1D1;
}

.passwordinput {
	background: url('images/lock_icon.gif') #D1D1D1 no-repeat left bottom;
	padding-left:21px;
	width:73px;
	margin-bottom:3px;
	border:1px #636363 solid;
	background-color:#D1D1D1;
}

.usernameinput {
	background: url('images/username_icon.gif') #D1D1D1 no-repeat left bottom;
	padding-left:21px; 
	width:73px;
	margin-bottom:3px;
	border:1px #636363 solid;
	background-color:#D1D1D1
}

.button {
	background: url('images/menu_bg.gif') #1C1C1C ;
	border:1px #1C1C1C solid;
	width:45px;
	height:21px;
	font-family:Arial;
	padding-bottom:4px;
	color:#ffffff;
	font-size:10pt
}

h4 {
	display:inline;
	font-size:13pt
}

.subtxt {
	color:#BABABA;
	font-size:9pt
}

.dl ul {
        list-style: none;
        margin: 0;
        padding: 0
}



/*- Menu --------------------------- */

#menu4 ul {
        list-style: none;
        margin: 0;
        padding: 0
				}

#menu4 {
		font-family:Verdana;
		font-size:9pt;
        height: 24px;
        width: 778px
                }

#menu4 li a {
        height: 24px;
        text-decoration: none
        }

#menu4 li {
		text-align:center;
		width: 129px;
		float:left;
		display:inline;
		overflow:hidden;
	   	border-bottom: 1px #474747 solid
        }

#menu4 li a:link, #menu4 li a:visited {
        color: #7e7e7e;
        display: block;
        background:  url(images/menu4.gif) 0 -32px;
        padding: 8px 0 0 0px
        }

#menu4 li a:hover, #menu4 li #current {
        color: #f68c24;
        background:  url(images/menu4.gif);
        padding: 8px 0 0 0px
        }

-->

/*- Menu --------------------------- */
