/**********************************************************************
 * BaseStyles.LeftToRight.css                                         *
 *                                                                    *
 * This file contains the styles for Left to Right languages.         *
 * This file will be copied to BaseStyles.css if you select a LTR     *
 * language as the primary language of your application.              *
 *                                                                    *
 * Do not modify this file.  To override any of the styles, please    *
 * modify the Styles.css file.                                        *
 *                                                                    *
 **********************************************************************/

HTML
{
	/* language direction flow of content on page */
	direction: ltr;
}


/**********************************************************************
 * Pagination Styles                                                  *
 **********************************************************************/

.prbg a.button_link
{
	/* link text of buttons within pagination row */
	color: #122970;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

.prbg a.button_link:hover
{
	/* link text of buttons within pagination row hover state */
	color: #fffee1;
}

.button_bar_cell, .prbbc
{
	/* button bar button container */
	padding-top: 2px;
	vertical-align: bottom;
}

.prbg
{
	/* pagination row button container */
	background-image: url(Pager_Images/ButtonBarBackground.gif);
	background-repeat: repeat-x;
	color: #666666;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
	white-space: nowrap;
}

.pagination_area, .pra
{
	/* pagination row container */
	color: #003366;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding-top: 2px;
	vertical-align: bottom;
	white-space: nowrap;
}

.pagination_label, .prl
{
	/* pagination row label */
	color: #003366;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap;
	padding: 2px;
}

.pagination_value, .prv
{
	/* pagination row value */
	color: #003366;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	white-space: nowrap;
	padding: 2px;
	padding-right: 5px;
	padding-left: 5px;
}

.Pagination_Input, .pri
{
	/* pagination row input textbox */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	vertical-align: middle;
	background-color: #eeeeff;
	border-bottom: 1px #eeeeee solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-top: 1px #555555 solid;
}

.pagination_row, .pr
{
	/* button bar/pagination row container */
	background-color: #ccccaa;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
}

.paginationRowEdgeL, .prel
{
	/* button bar/pagination row left edge */
	height: 33px;
}

.paginationRowEdgeR, .prer
{
	/* button bar/pagination row right edge */
	height: 33px;
}

.paginationButtonFirst, .prbf
{
	/* pagination row first page button */
	background-image: url(Pager_Images/arrow_beg.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 21px;
}

.paginationButtonPrevious, .prbp
{
	/* pagination row previous page button */
	background-image: url(Pager_Images/arrow_left.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 21px;
}

.paginationButtonNext, .prbn
{
	/* pagination row next page button */
	background-image: url(Pager_Images/arrow_right.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 21px;
}

.paginationButtonLast, .prbl
{
	/* pagination row last page button */
	background-image: url(Pager_Images/arrow_end.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 21px;
}

.gridviewheaderstyle
{
	background-image: url(Pager_Images/ButtonBarBackground.gif);
	background-repeat: repeat-x;
	border-color: #9EA8C5;
	border-style: solid;
	border-width: 1px;
}
.gridview th a
{
	font: bold small "Segoe UI" ,Segoe,sans-serif;
	text-decoration: none;
	color: #0A3B6C;
}

.gridviewitemstyle
{
	vertical-align: top;
	border-color: #9EA8C5;
	border-style: solid;
	border-width: 1px;
}
.gridview
{
	color: Black;
	font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif;
	background-color: Transparent;
}
