﻿/* CSS for unsecured pages only */

*
{
	font-family: Verdana, Helvetica, sans-serif;
}


/* --- common --- */

form
{
	margin: 0;
	padding: 0;
}

BODY
{
	padding: 0 0 25px;
	margin: 0;
	background: url(../images/site/hpbackground.gif) no-repeat;
	color: #004000;
	font-size: 12pt;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

H1
{
	position: absolute;
	top: 150px;
	left: 190px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 24pt;
	font-style: italic;
	margin: 0;
	padding: 0;
	z-index: 100;
}

P
{
	margin: 0 0 3px 10px;
	padding: 0 0 5px 0;
}


/* --- links --- */

a:link
{
	color: #056905;
}

a:visited
{
	text-decoration: none;
	color: #509650;
	border-bottom: dashed 1px #006000;
}

a:active
{
	text-decoration: none;
	color: #008000;
	border-bottom: dashed 1px #006000;
}

a:hover
{
	text-decoration: none;
	color: #000000;
	background: #E2EAE2;
	border-top: dashed 1px #004000;
	border-bottom: dashed 1px #004000;
}

/* --- containers --- */

#divButton
{
	position: absolute;
	top: 235px;
	left: 100px;
	z-index: 100;
}

#HomeButton
{
	position: absolute;
	top: 60px;
	left: 380px;
	padding: 5px;
}

#FatherOBIT
{
	position: absolute;
	top: 25px;
	left: 475px;
	width: 450px;
	font-size: 10pt;
	padding: 10px;
	margin-right: 5px;
	border-left: 2px solid #004000;
	border-bottom: 2px solid #004000;
	border-top: 1px solid #009000;
	border-right: 1px solid #009000;
	background-color: #FAFFFA;
}

#divNames
{
	position: absolute;
	top: 250px;
	left: 450px;
	text-align: left;
	font-size: 10pt;
	padding: 10px;
	margin-right: 5px;
	border-left: 2px solid #004000;
	border-bottom: 2px solid #004000;
	border-top: 1px solid #009000;
	border-right: 1px solid #009000;
	background-color: #FAFFFA;
}

#divLogin
{
	position: absolute;
	top: 215px;
	left: 100px;
	background-color: #FEF6E6;
	border: 1px solid #004000;
	border-width: 1px 1px 3px 2px;
	padding: 5px 10px 0px 0px;
	z-index: 100;
}

#divCopyright
{
	position: absolute;
	top: 435px;
	left: 5px;
	text-align: center;
	border-top: 1px solid #005000;
	font-size: 8pt;
	padding: 3px 2px;
	z-index: 100;
}


/* --- other --- */

#divLogin p
{
    font-size: 8pt;
}

.inputField
{
    font-size: 8pt;
    width: 100px;
}

.inputButton
{
    font-size: 8pt;
    color: #004000;
}


#divNames p
{
	font-style: italic;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
}



