﻿/*body, div, p, h1, h2, h3, h4, ul, li, table*/
body, div, p, h1, h2, h3, h4, table, a
{
	font-size:10px;
	font-family: Verdana, Arial, Times New Roman, Tahoma;
}

/*body*/
body
{
	margin: 0;
	padding: 0;
	border: none;
	background-color:#f5f5f5;
}

a
{
	font-weight:bold;
	color:#ffffff
}

a:hover
{
	font-weight:bold;
}


.Default_Edit
{
	color: blue;
	font-size: 11px;
	font-weight: normal;
	background-color: #f5f5f5;
	border-left: #000000 2px inset;
	border-top: #000000 2px inset;
	border-bottom: #f5f5f5 2px inset;
	border-right: #f5f5f5 2px inset;

}
.Default_Edit_ReadOnly
{
	color: navy;
	font-weight: normal;
	font-size: 110%;
	background-color: Transparent;
}
.Default_EditDouble
{
	color: blue;
	font-size: 11px;
	font-weight: normal;
	background-color: #f5f5f5;
	border-left: #000000 2px inset;
	border-top: #000000 2px inset;
	border-bottom: #f5f5f5 2px inset;
	border-right: #f5f5f5 2px inset;
	text-align:right;	
}
.Default_EditDouble_ReadOnly
{
	color: navy;
	font-weight: normal;
	font-size: 110%;
	background-color: Transparent; 	
	text-align:right;	
}





/*Reorder List*/

.dragHandle
{
	width: 20px;
	cursor: move;
	font-size: 12px;
	font-weight: bold;
	text-align:right;
	padding-right:5px;
}


.ReorderList_CallbackCssStyle 
{
	border:thin #73a210 inset;		
}

.ReorderList_CallbackCssStyle table 
{
	background-color:#73a210;	
	color:#212421;
}



.ReorderList_CssClass 
{
	 
	 
}

.ReorderList_CssClass table 
{
}

.ReorderList_CssClass ul li 
{
	list-style-type:none;
}


.ReorderList_ReorderTemplate 
{
	border:dashed thin #73a210;
	height:27px;
}


.ReorderList_ItemTemplate
{
	border-top: solid 1px inset;
}
.ReorderList_EditItemTemplate
{
	background-color:#212421;
}
.ReorderList_InsertItemTemplate
{
	background-color:#39454a;
}
