﻿.RotuloInformacao {
	font-size: 16px;
	font-weight: bold;
}

.LinhaInformacao {
	border-bottom: solid 1px #000000;
	padding-top: 7px;
}

.sepMenu {
	width: 100%;
	height: 10px;
}

#imgLogo {
	position: relative;
	left: 10px;
	top: 9px;
	float: left;
}

div.art-header.default:before {
	background-image: url("../images/header_original.png?2012a06m22d");
}

/* ########## FORM ########## */
body, * {
	font-family: Arial, Helvetica, Sans-Serif;
}

/* ########## IMG ########## */
img {
	border: none 0px;
}

/* ########## LINK ########## */
.link {
	color: #1E809B;
	text-decoration: underline;
	cursor: pointer;
}

/* ########## TEXTBOX ########## */

.art-textbox, .art-dropdown, .art-listbox, .art-textarea {
	border: 1px solid #84C2EB;
	background: #FFFFFF none;
	color: #333333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.art-textarea {
	border-spacing: 0px;
	padding: 0px;
	padding-left: 3px;
}

.art-textbox {
	height: 20px;
	border-spacing: 0px;
	padding: 0px;
	padding-left: 3px;
}

/* ########## DROPDOWNLIST ########## */
.art-dropdown {
	height: 22px;
}

/* ########## LISTBOX ########## */
.art-listbox {
}

/* ########## BUTTON ########## */

span.art-button-wrapper > input.disabled {
	color: #CCCCCC !important;
	cursor: default;
}


/* ########## GRIDVIEW ########## */
table.gridview {
	font-size: 85%;
	color: #333333;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none #005BA5 1px;
	line-height: 125%;
}

	table.gridview tr.header {
		background: #FFFFFF none;
		color: #F7F7F7;
		font-weight: bold;
		text-align: center;
	}

		table.gridview tr.header > th {
			padding: 4px;
			background-color: #4AA0A1;
			font-weight: bold;
			border: solid 1px #005BA5;
		}

		table.gridview,
		table.gridview tr.header > th,
		table.gridview tr.row > td,
		table.gridview tr.pager {
			border: solid 1px #005BA5;
		}

			table.gridview tr.row {
				color: #333333;
				background-color: #FFFFFF;
				max-height: 21px;
			}

				table.gridview tr.row td {
					padding: 2px;
				}

			table.gridview tr.alternatingrow {
				background-color: #E9F6F7;
			}

			table.gridview tr.selectedrow {
				background-color: #738A9C;
				color: #F7F7F7;
			}

			table.gridview tr.row:hover {
				background-color: #BFE6E7;
			}

			table.gridview tr.selectedrow:hover {
				background-color: #004070;
			}

			table.gridview tr.pager {
				border: none;
			}

				table.gridview tr.pager a, table.gridview tr.pager span {
					background: #4AA0A1;
					color: #ffffff;
					display: block;
					width: 20px;
					height: 20px;
					vertical-align: middle;
					text-align: center;
					text-decoration: none;
					border: solid 1px #1A94F8;
					-moz-border-radius: 4px;
					-webkit-border-radius: 4px;
					border-radius: 4px;
					behavior: url(/PIE.htc);
				}

				table.gridview tr.pager span {
					font-size: 95%;
					font-weight: bold;
					cursor: default;
					text-decoration: underline;
				}

/*##### HORIZONTAL MENU #####*/

ul.art-hmenu a, ul.art-hmenu a:link, ul.art-hmenu a:visited, ul.art-hmenu a:hover {
	font-size: 13px;
}

/*##### VERTICAL MENU #####*/

/*ORANGE*/
ul.art-vmenu > li.orange > a:before, ul.art-vmenu > li.orange > a:after {
	background-image: url('../images/vmenuitem_orange.png?2012a06m22d');
}

ul.art-vmenu ul.orange a {
	background-image: url('../images/vsubitem_orange.png?2012a06m22d');
}

/*RED*/
ul.art-vmenu > li.red > a:before, ul.art-vmenu > li.red > a:after {
	background-image: url('../images/vmenuitem_red.png?2012a06m22d');
}

ul.art-vmenu ul.red a {
	background-image: url('../images/vsubitem_red.png?2012a06m22d');
}

/*BLUE*/
ul.art-vmenu > li.blue > a:before, ul.art-vmenu > li.blue > a:after {
	background-image: url('../images/vmenuitem_blue.png?2012a06m22d');
}

ul.art-vmenu ul.blue a {
	background-image: url('../images/vsubitem_blue.png?2012a06m22d');
}

/*GREEN*/
ul.art-vmenu > li.green > a:before, ul.art-vmenu > li.green > a:after {
	background-image: url('../images/vmenuitem_green.png?2012a06m22d');
}

ul.art-vmenu ul.green a {
	background-image: url('../images/vsubitem_green.png?2012a06m22d');
}

/*##### AJAX INDICATOR #####*/

.glasspanel {
	z-index: 100001;
	background-color: #ffffff;
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0.3;
}

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

.modalPopup {
	background-color: #ffffff;
	border: solid 1px #8099B3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

	.modalPopup.help {
		overflow: auto;
		width: 900px;
		height: 550px;
		max-width: 900px;
		max-height: 550px;
	}

/*##### STYLE #####*/
.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.bold {
	font-weight: bold;
}

.art-postcontent li {
	margin-left: 15px;
}

/*##### ARTISTEER BLOCK #####*/

.art-blockcontent.withoutHeader:before, .art-blockcontent.withoutHeader:after {
	content: url('../images/blockcontent_t_nh.png?2012a06m22d');
	background-image: url('../images/blockcontent_b.png?2012a06m22d');
}

/*##### Conteudo #####*/
.content-inl {
	min-height: 400px;
}

/*##### Close #####*/
.close {
	font-size: 40px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
	text-decoration: none;
	float: right;
}

	.close:hover {
		color: #000000;
		text-decoration: none;
		opacity: 0.4;
		filter: alpha(opacity=40);
		cursor: pointer;
	}
