﻿body 
{
	font-family:Tahoma;
	font-size:12px;
}
input
{
	font-family:Tahoma;
	font-size:12px;
	margin-bottom: 0px;
}
a
{
	text-decoration:none;
	color:Blue;
}
a:hover
{
	text-decoration:underline;
	color:Red;
}
.popupcss
{
	border: solid 1px black;
	border-color:Black;
	background-color:White;
	padding:5px 5px 5px 5px;	
}
.watermark
{
	color:Gray;
	font-family:Tahoma;
	font-size:10px;
}
.dragHandle {
	/*width:10px;*/
	height:15px;
	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:#5377A9;	
	color:Black;
}


.reorderListDemo li {
	list-style:none;
	/*margin:2px;*/
	background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-x;
	color:#FFF;
}

.reorderListDemo li a {color:#FFF !important; font-weight:bold;}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:15px;
	/*background-color:Gray;*/
	
}

.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}

.modalBackground {
            background-color:Gray;
            filter:alpha(opacity=70);
           opacity:0.7;
        }

