﻿
.DTToolbar
{
	width:586px
}

.DTToolbar td
{
	vertical-align: middle
}

.NextLinks
{
	list-style-type: none;
	margin-left:0px;
	margin-bottom:0px
}

.NextLinks a:hover
{
	text-decoration:none
}

.BackLinks a:hover
{
	text-decoration:none
}

.NextLinks li
{
	background-image:url(../../images/NextBullet.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:20px;
	min-height:20px;
	padding-bottom:3px;
	
	color: blue;
	text-decoration: none;
	cursor:pointer;
}

.BackLinks
{
	list-style-type: none;
	margin-left:0px;
	margin-top:0px
}

.BackLinks li
{
	background-image:url(../../images/BackBullet.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:20px;
	min-height:20px;
	
	color: blue;
	text-decoration: none;
	cursor:pointer;
}

.InfoMessage
{
	background-color: #afa; 
	border: 1px solid #6a6;
	font-weight: bolder; 
	color: black;
	background-image: url(../images/smallInfo.gif);
	background-position: 3px 2px;
	background-repeat: no-repeat;
	padding: 3px;
	padding-top:3px;
	padding-left: 23px;
	width:100%;
	min-height: 18px;
	margin-bottom:3px
}

.ErrorMessage
{
	background-color: #F9ECEC; 
	border: 1px solid #FCC9C9;
	font-weight: bolder; 
	color: red;
	background-image: url(../images/smallError.gif);
	background-position: 3px 2px;
	background-repeat: no-repeat;
	padding: 3px;
	padding-top:3px;
	padding-left: 23px;
	width:100%;
	min-height: 18px;
	margin-bottom:3px
}
