﻿.GridViewPager
{
	background-image: url(../../images/MasterPage/sidenavigationbox.gif);
	background-repeat:repeat-y;
	background-color:#999;
	font-weight:bold;
}

.ButtonSmall
{
	width:80px;
	height:19px;
	color:#950000;
	text-transform:uppercase;
	font-size:x-small;
	text-align:center;
	margin: 0 2px 0 2px;
	padding: 0 10px 0 0;
	border: 0;
	background: transparent url(../../images/buttons/ButtonW80H19.jpg) 100% 0px no-repeat;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.ButtonMedium
{
	width:140px;
	height:19px;
	color:#950000;
	text-transform:uppercase;
	font-size:x-small;
	text-align:center;
	margin: 0 2px 0 2px;
	padding: 0 10px 0 0;
	border: 0;
	background: transparent url(../../images/buttons/ButtonW140H19.jpg) 100% 0px no-repeat;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.ButtonMediumAlert
{
    width: 140px;
    height: 19px;
    color: #ff0000;
    text-transform: uppercase;
    font-size: x-small;
    text-align: center;
    margin: 0 2px 0 2px;
    padding: 0 10px 0 0;
    border: 0;
    background: transparent url(../../images/buttons/ButtonW140H20.jpg) 100% 0px no-repeat;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    text-decoration :blink;
}
.ButtonLarge
{
	width:170px;
	height:19px;
	color:#950000;
	text-transform:uppercase;
	font-size:x-small;
	text-align:center;
	margin: 0 2px 0 2px;
	padding: 0 10px 0 0;
	border: 0;
	background: transparent url(../../images/buttons/ButtonW170H19.jpg) 100% 0px no-repeat;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.ButtonExtraLarge
{
	width:200px;
	height:19px;
	color:#950000;
	text-transform:uppercase;
	font-size:x-small;
	text-align:center;
	margin: 0 2px 0 2px;
	padding: 0 10px 0 0;
	border: 0;
	background: transparent url(../../images/buttons/ButtonW200H19.jpg) 100% 0px no-repeat;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.LButtonSmall
{
	width:80px;
	height:19px;
	color:#950000;
	text-transform:uppercase;
	font-size:x-small;
	text-align:center;
	margin: 0 2px 0 2px;
	padding: 0 0 0 10px;
	border: 0;
	background: transparent url(../../images/buttons/LButtonW80H19.jpg) 100% 0px no-repeat;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.LButtonMedium
{
	width:140px;
	height:19px;
	color:#950000;
	text-transform:uppercase;
	font-size:x-small;
	text-align:center;
	margin: 0 2px 0 2px;
	padding: 0 0 0 10px;
	border: 0;
	background: transparent url(../../images/buttons/LButtonW140H19.jpg) 100% 0px no-repeat;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.LButtonLarge
{
	width:170px;
	height:19px;
	color:#950000;
	text-transform:uppercase;
	font-size:x-small;
	text-align:center;
	margin: 0 2px 0 2px;
	padding: 0 0 0 10px;
	border: 0;
	background: transparent url(../../images/buttons/LButtonW170H19.jpg) 100% 0px no-repeat;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
