﻿.bgHeaderSilver
{
	background-image: url(images/bgGridTopAdministration.jpg);
	background-repeat: repeat-x;
	height: 24px;
	 font-family: Arial;
	 font-size: 11px;
	 
}


.handleImage
{
	width:15px;
	height:16px;
	background-image:url(images/HandleHand.png);
	overflow:hidden;
	cursor:se-resize;
}

.handleText
{
	width:16px;
	height:16px;
	background-image:url(images/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}

.resizingImage
{
	padding:0px;
	border-style:solid;
	border-width:3px;
	border-color:#B4D35D;
}

.resizingText
{
	padding:0px;
	border-style:solid;
	border-width:2px;
	border-color:#7391BA;
}

.CalendarioTop
{
	z-index: 999999999;
}

.btnLang
{
	margin-right: 2px;
}

.lblMarginLeft
{
	margin: 5px;
	padding: 5px;
}




/*Reorder List*/
.dragHandle {
	width:10px;
	height:15px;
	background-color:Blue;
	background-image:url(images/bg-menu-main.png);
	cursor:move;
	border:outset thin white;
}

.callbackStyle {
	border: 1px solid #000000;	
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}


.reorderListDemo li {
	list-style:none;
	margin:0px;
	background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
	color:#000;
	width: 100%;
}

.reorderListDemo li a {color:#000 !important; font-weight:bold;}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea {
	margin-left:0px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}


