﻿TD.AS_DisplayValues
{
	font-weight: normal;
	font-size: 10pt;
	font-family: Verdana;
	background-color: #fff;
}
tr.Title
{
	font-weight: bold;
	font-size: 10pt;
}

/*Reorder List*/
div.MM_DragHandle
{
	width: 25px;
	height: 16px;
	cursor: move;
	background-color: #F4F5E8;
	background-image: url(images/Swap.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.MM_ReorderList
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.MM_ReorderList ul
{
	list-style: none;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.MM_ReorderList li
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	cursor: default;
}

div.MM_ReorderCue
{
	padding: 0px 0px 0px 0px;
	height: 18px;
}

div.MM_ReOrderPanel
{
	background-color: #F4F5E8;
	border-top: #086142 1px solid;
	border-right: #086142 1px solid;
	border-left: #086142 1px solid;
	border-bottom: #086142 1px solid;
	padding: 5px 5px 5px 5px;
}

div.MM_AdminPanel
{
	background-color: #d9dbd0;
	border-right: #086142 1px solid;
	border-top: #086142 1px solid;
	border-left: #086142 1px solid;
	border-bottom: #086142 1px solid;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}


/*Modal Popup*/
div.modalBackground
{
	background-color: Gray;
	background-position: center;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

div.modalPopup
{
	background-color: White;
	border: solid 5px #444444;
	padding: 5px;
}

div.modalPopupBig
{
	background-color: White;
	border: solid 1px #086142;
	padding: 5px;
	width: 650px;
}

/* GridView Styles */
Table.Grid
{
	border-right: #817973 1px solid;
	border-top: #817973 1px solid;
	border-left: #817973 1px solid;
	border-bottom: #817973 1px solid;
	background-color: White;
}

.GridHeader
{
	background-color: #817973;
	color: White;
}

.GridHeader th
{
	text-align: left;
	font-weight: bold;
}

.GridHeader th a
{
	color: White;
}

th.GridHeaderRight
{
	text-align: right;
	font-weight: bold;
}

th.GridHeaderCenter
{
	text-align: center;
	font-weight: bold;
}

tr.GridRow
{
	vertical-align: top;
}

tr.GridRow a
{
	color: #ff7100;
}

tr.AlternatingRow
{
	vertical-align: top;
	background-color: #F2EFEA;
}

tr.AlternatingRow a
{
	color: #ff7100;
}

.AlternateGridHeader
{
	background-color: #F4F5E8;
}

.AlternateGridHeader a
{
	color: #086142;
}

tr.GridPager
{
	text-align: center;
	background-color: #817973;
	color: White;
	font-weight: bold;
	font-size: larger;
}

tr.GridPager a
{
	color: White;
	font-weight: normal;
}

tr.GridPager
{
	text-align: center;
	font-weight: bold;
	font-size: larger;
}

tr.GridPager a
{
	font-weight: normal;
}

tr.GridPager td
{
	border-top: solid 1px #817973;
	padding: 1px;
}

tr.GridPager td td
{
	border: none;
}

div.Articles_ReorderDragHandle /*DONE*/
{
	width: 24px;
	height: 24px;
	cursor: move;
	background-image: url(Graphical/Images/MoveUpDown.png);
	background-repeat: no-repeat;
	background-position: Center;
}

div.Articles_ListItemReorderList /*DONE */
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.Articles_ListItemReorderList ul /*DONE*/
{
	list-style: none;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.Articles_ListItemReorderList li
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

div.Articles_ReorderCue
{
	padding: 0px 0px 0px 0px;
	height: 18px;
}

div.Articles_ReOrderPanel
{
	border-right: #817973 1px solid;
	border-left: #817973 1px solid;
	border-bottom: #817973 1px solid;
}

div.Articles_ReOrderHeader
{
	background-color: #d9dbd0;
	border-right: #817973 1px solid;
	border-top: #817973 1px solid;
	border-left: #817973 1px solid;
	border-bottom: #817973 1px solid;
}

tr.DragableRow:hover
{
	background-color: #F2EFEA;
}
