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

body {
	background-color: #000000;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
		

a {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color:#FFFFFF;
}
		

a:visited {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color:#FFFFFF;
}


a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color:#FFFFFF;
}


th {
    font-weight: normal;
	background-color: #212121;
	padding: 6px 6px;
	color: #ffffff;
	letter-spacing: 1px;
}


tr.alt th {
    font-weight: normal;
   	background-color: #141414;
	padding: 6px 6px;
	color: #ffffff;
	letter-spacing: 1px;
}


tr.over th, tr:hover th {
	font-weight: normal;  
	background-color: #303030;
	padding: 6px 6px;
	letter-spacing: 1px;
	color: #ffffff;
}


#head {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 74px;
    z-index: 1;
	background-color: #000000;
}


#logo {
    font-weight: bold;
    position: fixed;
    top: 5px;
    left: 24px;
    z-index: 5;
}


#history {
    position: fixed;
    top: 0px;
    right: 25px;
    z-index: 2;
    letter-spacing: 1px;
	background-color: #000000;
	color: #ffffff;
	border-width: 1px;
    border-color: #ffffff;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
}

#sep {
    position: fixed;
    left: 0px;
    z-index: 2;
    border-width: 1px;
    border-top-color: #FFFFFF;
    border-top-style: dotted;
    width: 100%;
    margin-top: 60px;
}


#menu-head {
    position: fixed;
    width: 10%;
    top: 76px;
    left: 24px;
	font-style: italic;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
    z-index: 3;
    border-width: 1px;
    border-color: #FFFFFF;
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-left-style: dotted;
    border-right-style: dotted;
}


#menu {
    position: absolute;
    top: 98px;
    left: 25px;
    width: 10%;
    letter-spacing: 1px;
    background-color: #000000;
}


#content-head {
    position: fixed;
    width: 83%;
    top: 76px;
    right: 24px;
	font-style: italic;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
    z-index: 2;
    border-width: 1px;
    border-color: #FFFFFF;
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-left-style: dotted;
    border-right-style: dotted;
}


#list {
    position: absolute;
    top: 91px;
    right: 25px;
    width: 83%;
	font-size: 11px;
    letter-spacing: 1px;
    padding-bottom: 15px;
	background-color: #000000;
}


input, textarea, select {
	border: 1px solid #ffffff;
	background: #dce5f3;
	font-family: Verdana;
	font-style: normal;
	font-size: 11px;
    letter-spacing: 1px;
    padding: 2px;
	color: #404c63;
}


input:hover, textarea:hover, select:hover {
	border: 1px dashed #909cb0;
	background: #eff2ff;
}


input:focus, textarea:focus, select:focus {
	border: 1px dashed #909cb0;
	background: #eff2ff;
}


hr {
    border-width: 1px;
    border-color: #FFFFFF;
    border-top-style: none;
    border-bottom-style: dashed;
    border-left-style: none;
    border-right-style: none;
	height: 5px;
}