﻿.ExprButton
{
	border-right: black 2px solid;
	padding-right: 2px;
	border-top: black 2px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: black 2px solid;
	padding-top: 2px;
	border-bottom: black 2px solid;
	
	border-color: black;
}

.ButtonHref
{
	border-color: red;
	padding-bottom: 3px;
	border-top-style: outset;
	padding-top: 3px;
	border-right-style: outset;
	border-left-style: outset;
	border-bottom-style: outset;
	cursor: hand;
}

.ButtonImg
{
	padding-bottom: 3px;
	border-top-style: outset;
	padding-top: 3px;
	border-right-style: outset;
	border-left-style: outset;
	border-bottom-style: outset;	
}

.TaskCounter
{
	font-weight: bolder;
	font-size: medium;
	color: White;	
}

.InputHelper
{
	color: Red;
	border-width: 0px;
	border-style: None;
	width: 100%;
}


A:link 
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	TEXT-DECORATION: none;
}
A:active {
	TEXT-DECORATION: none;
}
A:visited {
	TEXT-DECORATION: none;	
}
A:hover {
	TEXT-DECORATION: = underline;
}

A:link .ButtonImg
{
	padding-bottom: 3px;
	border-top-style: outset;
	padding-top: 3px;
	border-right-style: outset;
	border-left-style: outset;
	border-bottom-style: outset;	
}


