﻿/*Reorder List*/

/*Modal Popup*/.modalBackground
{
background-color: black;
filter: alpha(opacity=70);
opacity: 0.7;
}


.dragHandle
{
	width: 15px;
	height: 10px;
	background-color: Black;
	cursor: move;
	border: outset thin white;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table
{
	color: silver;
}


.reorderListDemo li
{
	background-repeat: repeat-x;
	color: #FFF;
	background-color: white;
	list-style-type:none;
	margin:5px;
	list-style-position:outside;
}

.reorderListDemo li a
{
	color: #0033ff;
	font-size: 9pt;
	font-family: Tahoma;
}

.reorderCue
{
	border: dashed thin black;
	width: 100%;
	height: 20px;
}

.itemArea {
	margin-left:5px;
	font-family:Tahoma;
	font-size:8pt;
	text-align:left;
}
/* ResizableControl */

.frameImage
{
	width:130px;
	height:65px;
	overflow:hidden;
	float:left;
	padding:3px;
}

.frameText
{
	width:100px;
	height:100px;
	overflow:auto;
	float:left;
	background-color:#ffffff;
	border-style:solid;
	border-width:2px;
	border-color:Gray;
	font-family:Helvetica;
	line-height:normal;
}

.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;
}
/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	
	opacity:0.7;
}

/* configuração visual do menu */
.toolbar
{
	font-family: Arial;
	font-size: 8pt;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr=  '#000000' , EndColorStr= '#999999' );
	background: -webkit-gradient(linear, left center, right center, from(#000), to(#999));
	background: -moz-linear-gradient(left, #000, #999);
}
.ctl00_Menu1_5
{
	background: none;
}
