﻿.GridNavBox
{
	cursor:hand; padding: 5px 3px 3px 3px;height:25px; border: solid 1px black; vertical-align:middle; text-align:center; text-decoration:none;
}

.GridNavBoxDisabled
{
	cursor:hand; padding: 5px 3px 3px 3px;height:25px; border: solid 1px #BEBFC3; vertical-align:middle; text-align:center; text-decoration:none;
}

.GridNextButton
{
	font-family: Verdana, Arial, Geneva,  Helvetica, Sans Serif;
	font-size:xx-small;
	color: #EDEEF1;
	font-weight:bold;
	background-image: url(/BtyPlayground/images/arrow_right.gif); background-repeat:repeat-x;
	background-color: #9499AE;
	border-style: solid;
	border-top-color: #A6A7A9;
	border-left-color: #A6A7A9;
	border-right-color: #CDCDD0;
	border-bottom-color: #CDCDD0;
	border-width: 1px;
	padding: 1px;
	height: 20px;
	text-decoration: none;
	text-align: center; 
}

.GridPrevButton
{
	font-family: Verdana, Arial, Geneva,  Helvetica, Sans Serif;
	font-size:xx-small;
	color: #EDEEF1;
	font-weight:bold;
	background-image: url(/BtyPlayground/images/arrow_left.gif); background-repeat:no-repeat;
	background-color: #9499AE;
	border-style: solid;
	border-top-color: #A6A7A9;
	border-left-color: #A6A7A9;
	border-right-color: #CDCDD0;
	border-bottom-color: #CDCDD0;
	border-width: 1px;
	padding: 1px;
	height: 20px;
	text-decoration: none;
	text-align: center; 
}


.GridNavButton
{
	font-family: Verdana, Arial, Geneva,  Helvetica, Sans Serif;
	/*font-size:xx-small;*/
	color: #EDEEF1;
	font-weight:bold;
	/*background-image: url(/BtyPlayground/images/arrow_right.gif); background-repeat:repeat-x;*/
	background-color: #9499AE;
	border-style: solid;
	border-top-color: #A6A7A9;
	border-left-color: #A6A7A9;
	border-right-color: #CDCDD0;
	border-bottom-color: #CDCDD0;
	border-width: 1px;
	padding: 1px;
	height: 20px;
	text-decoration: none;
	text-align: center;  vertical-align: middle;
}


.GridNavButtonDisabled
{
	font-family: Verdana, Arial, Geneva,  Helvetica, Sans Serif;
	/*font-size:xx-small;*/
	color: #CDD0D9;
	font-weight:bold;
	/*background-image: url(/BtyPlayground/images/button_back2.jpg); background-repeat:repeat-x;*/
	background-color: #E1E2E6;
	border-style: solid;
	border-top-color: #A6A7A9;
	border-left-color: #A6A7A9;
	border-right-color: #CDCDD0;
	border-bottom-color: #CDCDD0;
	border-width: 1px;
	padding: 1px;
	height: 20px;
	text-decoration: none;
	text-align: center;  vertical-align: middle;
}