﻿/*these are our blue btuttons. Float can complicate layout but makes the whole button appear in non IE browsers */
/* We are using linkbuttons because we can easily change the text in them, and they respond to "hover" etc.  */
A:link.LongButt
{
	/*float makes it work in FireFox*/
	float:left;
	padding-top:4px;
	background-repeat: no-repeat;
	background-image:url(Images/Buttons/141_by_26.gif);
	width:141px;
	height:26px;
	text-align:center;
	color: black;
	font-size: 115%;
}

A:visited.LongButt
{
	/*float makes it work in FireFox*/
	float:left;
	padding-top:4px;
	background-repeat: no-repeat;
	background-image:url(Images/Buttons/141_by_26.gif);
	width:141px;
	height:26px;
	text-align:center;
	color: black;
	font-size: 115%;
}

A:hover.LongButt
{
	color: red;
}
/*************************************/
A:link.LongButtMargins
{
	/*float makes it work in FireFox*/
	float:left;
	padding-top:4px;
	background-repeat: no-repeat;
	background-image:url(Images/Buttons/141_by_26.gif);
	width:141px;
	height:26px;
	text-align:center;
	color: black;
	font-size: 115%;
	text-decoration: none;
	font-weight: bold;
	margin-left: 40px;
	margin-right: 10px;
}

A:visited.LongButtMargins
{
	/*float makes it work in FireFox*/
	float:left;
	padding-top:4px;
	background-repeat: no-repeat;
	background-image:url(Images/Buttons/141_by_26.gif);
	width:141px;
	height:26px;
	text-align:center;
	color: black;
	font-size: 115%;
	text-decoration: none;
	font-weight: bold;
	margin-left: 40px;
	margin-right: 10px;
}

A:hover.LongButtMargins
{
	color: red;
}

/***************************************/

A:link.LongButtRight
{
	/*float makes it work in FireFox*/
	float:right;
	padding-top:4px;
	background-repeat: no-repeat;
	background-image:url(Images/Buttons/141_by_26.gif);
	width:141px;
	height:26px;
	font-size: 115%;
	color: black;
	text-align:center;
}

A:visited.LongButtRight
{
	/*float makes it work in FireFox*/
	float:right;
	padding-top:4px;
	background-repeat: no-repeat;
	background-image:url(Images/Buttons/141_by_26.gif);
	width:141px;
	height:26px;
	font-size: 115%;
	color: black;
	text-align:center;
}

#HomeButtRight
{
	margin-right:40px;
}

/**************************************/
A:link.NextButt
{
	/*float makes it work in FireFox*/
	float:left;
	padding-top:4px;
	background-repeat: no-repeat;
	background-image: url(Images/Buttons/Next_Button_80_by_26.gif);
	width:80px;
	height:26px;
	text-align:center;
	color: black;
	font-size: 115%;
}

A:visited.NextButt
{
	/*float makes it work in FireFox*/
	float:left;
	padding-top:4px;
	background-repeat: no-repeat;
	background-image: url(Images/Buttons/Next_Button_80_by_26.gif);
	width:80px;
	height:26px;
	text-align:center;
	color: black;
	font-size: 115%;
}

A:hover.NextButt
{
	color: red;
}

A:link.NextButtRight
{
	/*float makes it work in FireFox*/
	float:right;
	padding-top:4px;
	margin-right: 100px;
	background-repeat: no-repeat;
	background-image: url(Images/Buttons/Next_Button_80_by_26.gif);
	width:80px;
	height:26px;
	text-align:center;
	color: black;
	font-size: 115%;
}

A:visited.NextButtRight
{
	/*float makes it work in FireFox*/
	float:right;
	padding-top:4px;
	margin-right: 100px;
	background-repeat: no-repeat;
	background-image: url(Images/Buttons/Next_Button_80_by_26.gif);
	width:80px;
	height:26px;
	text-align:center;
	color: black;
	font-size: 115%;
}

A:hover.NextButtRight
{
	color: red;
}

/***************************************/

/* Puts the above button in the page center.  Size specific. */
.CenterLongButt
{
	/*Controls float in firefox*/
	MARGIN-BOTTOM: 30px; 
	/*Move the left floated 146px button to the center of the 770px screen */
	MARGIN-LEFT: 312px
}
/******************************************/

/***************************************/

/* Puts the next button in the page center.  Size specific. */
.CenterNextButt
{
	/*Controls float in firefox*/
	MARGIN-BOTTOM: 30px; 
	/*Move the left floated 80px button to the center of the 770px screen */
	MARGIN-LEFT: 345px
}
/******************************************/

/* Positions this button specially, next goes to the right */
#lbtnNext
{
	float:right;
	margin-right: 100px;
}
/*************************************/

/* Positions this button specially, Back stays to the left */
#lbtnBack
{
	margin-left: 100px;
}
/*************************************/

/* Small go button */
A:link.gobutt
{
	float: right;
	background-image: url(IMages/Buttons/35by20.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	height: 20px;
	width: 35px;
	color: Black;
    FONT-SIZE: 115%;
}

A:visited.gobutt
{
	float:right;
	background-image: url(IMages/Buttons/35by20.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	height: 20px;
	width: 35px;
	color: Black;
    FONT-SIZE: 115%;
}

A:hover.gobutt
{
	color: Red;
}
/******************************************/

#GoLB
{
	float:left;
	text-align:center;
}