﻿body {
}

h2.headtxt
{
	position:absolute;
	top:20px;
	left:40px;
}

h3.secdiv 
{
	clear:both;
	width:96%;
	background:#E0E0E0;
	margin:0px;
	line-height:24px;
	padding:0px 2%;
	font-size:14px;
}
div.posleft
{
	position:absolute;
	top:90px;
	left:40px;
	width:350px;	 
}
div.posright
{
	position:absolute;
	top:90px;
	left:500px;
	width:300px;
}
div.posleftbtm
{
	position:absolute;
	top:595px;
	left:40px;
	width:432px;
}
div.posrightbtm
{
	position:absolute;
	top:639px;
	left:500px;
	width:300px;
    height: 295px;
}
div.subfrm
{
    position:absolute;
	top:169px;
	left:40px;
	width:699px;
	height: 319px;
}
/*Reorder List*/
.dragHandle {
	width:30px;
	height:50px;
	background-color:Blue;
	background-image:url(images/bg-menu-main.png);
	cursor:move;
	border:outset thin white;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#6698FF;
	color:Black;
}


.reorderListDemo li {
	list-style:none;
	margin:2px;
	background-color:#5377A9;
	color:Black;
}

.reorderListDemo li a {color:Black !important; font-weight:bold;                  
}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:70px;
}

.itemArea {
	margin-left:50px;
	font-family:Arial, Verdana, sans-serif,;
	font-size:1em;
	text-align:left;	
}
.grid-view
{
   padding: 0;
   margin: 0;
   border: 1px solid #333;
   font-family: "Verdana, Arial, Helvetica, sans-serif, Trebuchet MS";
   font-size: 0.9em;
}

.grid-view tr.header
{
   color: white;
   background-color: #FF5600;
   height: 25px;
   vertical-align: middle;
   text-align: center;
   font-weight: bold;
}

.grid-view tr.normal
{
   color: black;
   background-color: #FDC64E;
   height: 25px;
   vertical-align: middle;
   text-align: center;
}

.grid-view tr.alternate
{
   color: black;
   background-color: #D59200;
   height: 25px;
   vertical-align: middle;
   text-align: center;
}
.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 101px;
    height: 101px;
}
.wraptocenter * {
    vertical-align: middle;
}
.EntryLineHover
{
	cursor:hand;
	background-color:#D19275;	
} 
.EntryLine
{
	cursor:hand;
	background-color:#EEE8AA;	
}
.AlternatingRowStyle
{
	background-color:#EEE8AA;
}
.EmptyEvenCell
{
	background-color:#EEE8AA;
}
.EmptyOddCell
{
	background-color:#FAFAD2;
}
 



	


