﻿.image_left{
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}
.image_right{
	float:right;
	padding-left:20px;
	padding-bottom:20px;
}
.dragHandle {
	width:20px;
	height:19px;
	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:black;
	font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:#ffffff; 
    padding-right:8px;
    }

.reorderListDemo li a {
   font-family:Arial;
   font-size:12px;
   font-weight:bold;
   color:#ffffff; 
   padding-right:8px;
   }
   
   .reorderListDemo li a:hover{
   font-family:Arial;
   font-size:12px;
   font-weight:bold;
   color:#FFCC00; 
   padding-right:8px;
   }
   
   
.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea {
	margin-left:10px;
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	text-align:left;
	color:  #ffffff;
	font-weight: bold;
}


/* Rounded Corners*/

.roundedPanel
{	
	width:300px;	
	background-color:#5377A9;	
	color:Black;
	font-weight:bold;		
}
.demoarea {
	
	padding:20px;
	background:#FFF url(../images/demotop.png) no-repeat left top;
}

.demoarea p 
{
	padding:5px;
}

.demoheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}

.demobottom {
	height:8px;
	background:#FFF url(../images/demobottom.png) no-repeat left bottom;
}
.modalBackground
{
 background-color:white;
	filter:alpha(opacity=80);
	opacity:0.8;
}
.modalPopup {
    font-family:Arial;
    color: #666666;
    font-size:10pt;
    text-align:left;
    background-color: #C2DBE7;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}