﻿body
{
	font-family:Verdana, Tahoma;
	font-size:13px;
	background-color:#a5cf5a;
}

.link
{
	font-size:13px;
	font-family:Verdana, Tahoma;
	font-weight: bold;
	color:Gray;
	text-decoration:underline;
}

.LaunchButton
{
    background-repeat: no-repeat;
    background-color: Transparent;
    border: none;
    width: 100px;
    height: 37px;
    cursor: hand;
    font-weight: bold;
    font-family: Verdana, Tahoma;
    color: #333333;
}

.GrayedOutText
{
	color: #777777;	
}

.NormalText
{
	color: Black;	
}

/*
a:hover
{
	font-weight: bold;
}

.ResultPanel
{
	color: #777777;
}

.ResultPanel:hover
{
	color: Black;
}

.GenerateButton
{
    background-image: url(../images/btnGenerate.png);
    background-repeat: no-repeat;
    background-color: Transparent;
    border: none;
    width: 150px;
    height: 37px;
    margin-left: 0px;
    cursor: hand;
}

.GenerateButtonDisabled
{
    background-image: url(../images/btnGenerateOff.png);
    background-color: Transparent;
    border: none;
    width: 150px;
    height: 37px;
    margin-left: 0px;
    cursor: hand;
}

.LaunchButton
{
    background-image: url(../images/button.png);
    background-repeat: no-repeat;
    background-color: Transparent;
    border: none;
    width: 100px;
    height: 37px;
    cursor: hand;
    font-weight: bold;
    font-family: Verdana, Tahoma;
    color: #333333;
}

.LaunchButtonDisabled
{
	text-decoration: none;
    background-image: url(../images/btnLaunchOff.png);
    background-color: Transparent;
    border: none;
    width: 100px;
    height: 37px;
    margin: 0px 0px 0px 0px;
    cursor: hand;
}
*/
