BODY
{
	margin: 0px;
	background-color: rgb(223, 223, 223);
}

DIV.header
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 6px 16px;
	background-color: rgb(61, 185, 185);
}

DIV.dropdown
{
	border: 1px solid rgb(61, 185, 185);
	background: white url(images/dropdn.gif) no-repeat top right;
	font: 8pt Arial;
	color: black;
	padding: 0px 13px 0px 6px;
	height: 16px;
	cursor: hand;
}

DIV.dropdown-big
{
	border: 1px solid rgb(61, 185, 185);
	background: white url(images/dropdn-big.gif) no-repeat top right;
	font: 8pt Arial;
	color: black;
	padding: 0px 13px 0px 6px;
	height: 22px;
	cursor: hand;
}

DIV.dropdown-disabled
{
	border: 1px solid rgb(174, 212, 212);
	background: white url(images/dropdn.gif) no-repeat top right;
	font: 8pt Arial;
	color: rgb(156, 156, 156);
	padding: 0px 13px 0px 6px;
	height: 16px;
	background-color: rgb(233, 233, 233);
	cursor: default;
}

DIV.dropdown-big-disabled
{
	border: 1px solid rgb(174, 212, 212);
	background: white url(images/dropdn-big.gif) no-repeat top right;
	font: 8pt Arial;
	color: rgb(156, 156, 156);
	padding: 0px 13px 0px 6px;
	height: 22px;
	background-color: rgb(233, 233, 233);
	cursor: default;
}

INPUT.textfield, TEXTAREA.textfield
{
	border: 1px solid rgb(61, 185, 185);
	background: white;
	font: 8pt Arial;
	color: black;
	height: 16px;
}

DIV.control-group
{
	width: 100%;
	padding: 8px 16px 8px 16px;
}

.control-group-label
{
	font: bold 11px Verdana;
}

.control-label, LABEL
{
	font: 9px Verdana;
}

.dialog-text
{
	font: 11px Verdana;
}

.spaced
{
	line-height: 150%;
}

DIV.button-bar
{
	width: 100%;
	text-align: right;
	margin: 0px 10px 10px 10px;
	padding-top: 10px;
	border-top: solid 1px rgb(61, 185, 185);
}

DIV.button-bar IMG
{
	margin-left: 20px;
}

IMG.shlButton
{
	cursor: hand;
}

.preview-panel
{
	background: url(images/shell/bg-preview.gif);
	text-align: center;
	border-top: 1px black solid;
	border-left: 1px black solid;
	border-right: 1px white solid;
	border-bottom: 1px white solid;
}

.preview-panel-disabled
{
	background: url(images/shell/bg-preview-disabled.gif);
	text-align: center;
	border-top: 1px black solid;
	border-left: 1px black solid;
	border-right: 1px white solid;
	border-bottom: 1px white solid;
}

.preview-panel img, .preview-panel-disabled img
{
	vertical-align: middle;
}

.control-panel
{
	border-top: 1px black solid;
	border-left: 1px black solid;
	border-right: 1px white solid;
	border-bottom: 1px white solid;
	background-color: White;
}

/* Inseridos pelo Rodolfo - Wizard de Imagem  - 08/05 - Início */

a.default:visited, a.default:link
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

a.default:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #3DB9B9;
	text-decoration: underline;
}

.subtitle
{
	font-family: Verdana;
	font-size: 9px;
	color: black;
}

.text
{
	font-family: Verdana;
	font-size: 10px;
	color: black;
}

DIV.toolbar
{
	width: 100%;
	padding: 16px 16px 8px 16px;
	color: black;
}

INPUT.file
{
	border: 1px solid rgb(61, 185, 185);
	background: white;
	font: 8pt Arial;
	color: black;
	height: 16px;
}

hr.divisor
{
	color: #3DB9B9;
	height: 1px;
}

BUTTON.iconic-left
{
	padding: 0px 0px 0px 16px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left center;
}

BUTTON.iconic-right
{
	padding: 0px 16px 0px 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right center;
}

BUTTON.shl-button
{
	background-color: #3DB9B9;
	border-top: solid 1px #a2e6e6;
	border-left: solid 1px #a2e6e6;
	border-bottom: solid 1px #138c8c;
	border-right: solid 1px #138c8c;
	margin-left: 10px;
	
	color: White;
	font: bold 10px Verdana;
	text-transform: lowercase;
}

BUTTON.shl-button-disabled
{
	background-color: #aed4d4;
	border-top: solid 1px #cde1e1;
	border-left: solid 1px #cde1e1;
	border-bottom: solid 1px #a1c6c6;
	border-right: solid 1px #a1c6c6;
	margin-left: 10px;
	
	color: #e9e9e9;
	font: bold 10px Verdana;
	text-transform: lowercase;
}

/* Inseridos pelo Rodolfo - Wizard de Imagem - 08/05 - Fim*/

#cadastro td
{
	font-size: 11px;
}

#cadastro td.label
{
	font-size: 11px;
}

#cadastro select
{
	font-size: 11px;
}
