﻿
.Blank
{
	display:none;
}
.Green
{
	border: thin solid #00FF00;
	display: inline;
	background-image: url( '../Images/003.png' );
	background-repeat: no-repeat;
	background-position: left;
	font-size:11px;
}

.Red
{
	border: thin solid #FF0000;
	display: inline;
	background-image: url( '../Images/004.png' );
	background-repeat: no-repeat;
	background-position: left;
	font-size:11px;
}
.Text
{
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
}


/* subscriber list page */
.SelectRow
{
	font-size: 11px;
	font-weight:bold;
	color: White;
	background-color:#666666;
	height:40px;
}

.SelectRow a
{
	color:White;
}

.StyleDeleteButton
{
	background-color:Gray;
}


.linkSubmit
{
	font-size:11px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	vertical-align:middle;
}

.fullwidth
{
	width:100%;
}

.button
{
	background: url(images/buttontopleft_12.jpg) top left no-repeat #00488C;
	border: 1px solid #05396A;
	height: 21px;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	font-family: verdana;
	text-align: center;
	cursor: pointer;
	padding: 2px;
}
