@import url("popup.css");
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #555;
}

h1 {
	font-size: 180%;
	line-height: 50px;
	padding: 0 10px;
}

body {
	width: 940px;
	margin: 10px auto;
}

#header {
	position: relative;
	height: 50px;
}

#menu {
	float: left;
	width: 150px;
	padding-bottom: 10px;
}

#menu li {
	height: 25px;
	list-style-type: none;
}

#menu li.liTitulo{
	line-height: 25px;
	color: #fff;
	background: #aaa;
	font-weight:bold;
	padding-left: 10px;
	text-transform: uppercase;
	width:140px;
}

#menu li a {
	color: #666;
	text-decoration: none;
	line-height: 23px;
	display: block;
	padding-left: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	width: 140px;
	background: #eee;
}

#menu li a:hover {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #eee;	
	background: #f6f6f6;
}

#container {
	padding-top: 10px;
}

#content  {
	float: right;
	width: 770px;
	position:relative;
}

#content h2 {
	line-height: 25px;
	font-size: 120%;
	padding: 0 10px;
	border-bottom: 1px solid #fff;
}

#content h3 {
	border-top: 1px dashed #ddd;
	padding: 10px;
}

#content #nav {
	height: 25px;
	margin-bottom: 10px;
}

#content #nav li{
	height: 25px;
	float: left;
	list-style-type: none;
}

#content #nav li a {
	line-height: 25px;
	text-decoration: none;
	padding: 0 10px;
	display: block;
	color: #fff;
}

#content #nav li:hover {
	background-color: #fff;
}

#content a:hover {
	text-decoration: none;
}

#foot {
	padding: 0 10px;
	height: 30px;
}

#foot * {
	line-height: 30px;
}

#foot p {
	float: left;
}

#foot a {
	float: right;
	display: block;
	width: 65px;
	height: 15px;
	margin-top: 8px;
}

#foot a img {
	border: 0;
	/*width: 30px;*/
	/*height: auto;*/
	/*margin-top: -5px;*/
}

#carregando{
	position:absolute;
	left:100px;
	top:118px;
	display:none;
	width:16px;
	height:16x;
}

#ie {
	background-color: red;	
}

#ie * {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 2em;
	font-size: 12pt;
}

.clear {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/* GALERIA FOTOS */
#fotosContent {
		width: 768px;
		border: 1px dashed #ddd;
		margin: 10px 0 15px;
	}
	
	#sortable {
		list-style-type: none;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		padding: 10px 4px 0;
	}
	
	#sortable li{
		cursor:move;
		position:relative;	
		margin: 0 5px; 
		padding: 5px; 
		width: 170px;
		height: 130px;
		float:left;
	}

	.statusOk{
		color:#0C0;
		font-weight:bold;	
	}
	
	.inputLegendaFoto {
		border: 0;
		height: 20px;
		line-height: 20px;
		font-size: 90%;
	}


/* PERSONALIZAÇÕES */
#header {
	background:#8d4705;
}

h1 {
	color: #fff;
}

#content h2 {
	background: #f7a911;
	color: #fff;
}

#menu li a:hover { /* = cor do h2 */
	color: #f7a911;
}

#content #nav,
#content #nav li { /* = cor header */
	background-color: #8d4705;
}

#content #nav li a:hover { /* = cor do h2 */
	color: #f7a911;
}

#content a { /* = cor do h2 */
	color: #f7a911;
}

#foot { /* = cor fundo do h2 */
	background:#f7a911;
}

#foot p { /* = cor do h2 */
	color: #fff;
}

#ola {
	padding: 9px 9px 0;
	border: 1px solid #ddd;
	margin-top: 15px;
}
	#ola p {
		margin-bottom: 1em;
	}

#ds_login,
#ds_senha {
	max-width: 175px;
}