﻿a.menu_link, a.menu_link:hover
{
	text-decoration: none;
}

a:link.menu_link
{
	color:       white;
	position:    absolute;
	left:        30px;
	font-size:   10pt;
	font-weight: bold;
	text-decoration:none;
	
}
a:visited.menu_link
{
	color:       white;
	position:    absolute;
	left:        30px;
	font-size:   10pt;
	font-weight: bold;
	text-decoration:none;
}

a:hover.menu_link
{
	color:       #FF9900;
	font-weight: bold;
	text-decoration:underline;
}

a:link.white_link
{
	color:           white;
	text-decoration: none;
}

a:visited.white_link
{
	color:           white;
	text-decoration: none;
}

a:hover.white_link
{
	color:       #FF9900;
	text-decoration:underline;
}

a:link.hide_link
{
	text-decoration: none;
}

a:visited.hide_link
{
	text-decoration: none;
}

a:hover.hide_link
{
	text-decoration:none;
}




input.box_username, input.box_password
{
	width:    60px;
	height:   15px;
	position: absolute;
	top:      50px;
}

input.box_username
{
	left: 450px;
}

input.box_password
{
	left: 520px;
}

.login_button
{
	width:    27px;
	height:   17px;
	position: absolute;
	top:      52px;
	left:     590px;
}

p.login_info
{
	text-align:    right;
	color:         #a8a8a8;
	font-size:     x-small;
	font-weight:   bold;
	padding-right: 10px;
	position:      absolute;
	right:         0px;
	top:           40px;
}

img.library_link
{
	width:    209px;
	height:   82px;
	border:   none;
	position: absolute;
	bottom:   0px;
	left:     0px;
}

img.assessments_link
{
	width:    207px;
	height:   82px;
	border:   none;
	position: absolute;
	bottom:   0px;
	left:     209px;
}

a:link.service_link
{
	color:    black;
	position: absolute;
	font-size: small;
}

a:visited.service_link
{
	color:    black;
	position: absolute;
	font-size: small;
}

a:hover.service_link
{
	color:    #619A13;
	position: absolute;
	font-size: small;
	text-decoration:underline;
}

a:link.green_link
{
	color:    black;
	font-size: small;
}

a:visited.green_link
{
	color:    black;
	font-size: small;
}

a:hover.green_link
{
	color:    #619A13;
	font-size: small;
	text-decoration:underline;
}


span.auth_label
{
	position:    absolute;
	font-weight: bold;
	font-size:   8pt;
	top:         35px;
	color:       white;
}

span.label_username
{
	left: 452px;
}

span.label_password
{
	left: 522px;
}

