
body {
	margin: 0px;
	margin-top: 0px;
	font-size: 14px;
	font-family: Sans, Verdana;
	background-color: #EEEEEE;
}

body.print {
	margin: 10px;
	background-color: #FFFFFF;
}

ul {
	padding: 5px;
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 10px;
}

li {
	margin-bottom: 5px;
}

.hl {
	font-weight: bold;
}

button {
	border: outset 1px ;
}

#meta_menu {
	text-align: right;
	margin: 3px;
	padding-right: 170px;
	font-size: 11px;
	height: 13px;
}

#username_label {
	font-weight: bold;
}

#left_frame {
	margin-left: 0px;
}

#left_cell {
	width: 200px;
	_width: 160px;
}

#center_frame {
	width: 100%;
}

#center_frame td {
	text-align: left;
	vertical-align: top;
}

#center_frame #left_cell {
	background-color: #DDDDDD;
	border-right: solid 1px #777777;
}

#center_frame #content_cell {
	background-color: #FFFFFF;
	padding: 0px;
}

#content_frame {
	padding: 20px;
	padding-top: 5px;
}

#center_frame #bottom_cell {
	background-color: #EEEEEE;
	border-top: solid 1px #777777;
}

#bottom_frame, #bottom_frame a {
	color: #777777;
	font-size: 11px;
	padding: 10px;
	padding-bottom: 0px;
}
/*
#app_logo {
	top: 7px;
	width: 100px;
	position: absolute;
}
*/
#app_logo {
    /*
	top: 40px;
	width: 500px;
	position: absolute;
	*/
    padding:15px;
}
/*
#top_frame {
	height: 110px;
	background-color: #DDDDDD;
	background-image: url('../images/marquesina_int_2.gif');
	background-repeat: repeat-x;
	border-bottom: solid 1px #777777;
}
*/
#top_frame {
	height: 110px;
	background-color: #DDDDDD;
	background-image: url('../images/marquesina_int_2.gif');
	background-repeat: repeat-x;
	border-bottom: solid 1px #777777;
}

#app_owner_frame {
	position: absolute;
	right: 15px;
	top: 0px;
	height: 110px;
	text-align: center;
	padding-top: 20px;
	_padding-top: 20px;
	width: 120px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	border: solid 1px #777777;
	border-top: solid 0px;
	border-bottom: solid 0px;
}

#app_owner_frame a {
	color: #555555;
	font-size: 11px;
}

#app_owner_logo {
	position: absolute; 
	*position: fixed;
	top: 20px;
	right: 0px;
}

#app_owner_label {
}
/*
#app_name_label {
	margin-top: 25px;
	font-size: 16px;
	font-weight: Bold;
	padding-left: 120px;
	width: 50%;
}
*/
#app_name_label {
	margin-top: 90px;
	font-size: 16px;
	font-weight: Bold;
	margin-left: 20%;
	width: 60%;
	display:block;
	display:none;
}
/*
#app_package_label {
	padding-top: 20px;
	padding-left: 120px;
	font-weight: bold;
}
*/
#app_package_label {
	padding-top: 20px;
	margin-left: 20%;
	font-weight: bold;
	width:60%;
	display:none;
}
#app_package_label a {
	letter-spacing: 3px;
	text-decoration: none;
	color: #AA7700;
}

#left_menu {
	padding: 10px;
}

.section_title {
	font-weight: bold;
}

#left_frame a {
	color: #000000;
	font-size: 13px;
}

#app_authors_frame {
	float: right;
	right: 20px;
	opacity: .6;
}

#footer_text {
	width: 80%;
}

#login_box {
	padding: 20px;
	background-color: #DDDDDD;
	border: solid 1px #777777;
	width: 270px;
	margin: 30px;
	margin-left: 100px;
	margin: 50px auto;
}

#page_title {
	border-bottom: solid 1px #777777;
	margin-top: 20px;
	margin-bottom: 10px;
}

#page_title h1 {
	font-size: 18px;
	width: 80%;
	margin: 0px;
}

#page_meta_menu {
	position: absolute;
	right: 20px;
	width: 20%;
	font-size: 12px;
	text-align: right;
	margin-top: -5px;
}

#page_meta_menu .item {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	padding-left: 10px;
}

#page_meta_menu .item img {
	width: 20px;
	position: relative;
	top: 5px;
}

/* Form related styles */

table.form thead tr.last th {
	border-bottom: solid 1px #000000;
}

table.form {
	background-color: #EEEEEE;
	padding: 5px;
	border: solid 1px #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

td.field.label {
	text-align: right;
	font-weight: bold;
}

input.text, input.password {
}

table.form tr.field td.label, table.form tr.field td.control {
	padding: 3px;
	font-size: 12px;
}

table.form tr.field td.label span {
	text-align: right;
	display: block;
	font-weight: bold;
}

td.controls {
}

input.text, input.password, textarea.text {
}

/* ========================== */

div.help {
	float: right;
	width: 25%;
	margin: 5px;
	margin-right: 0px;
	padding: 10px;
	border: solid 1px #777777;
	font-size: 12px;
	display: none;
	background-color: #FFFFEE;
}

div.help h3 {
	margin: 5px;
}

.breadcrumbs {
	font-size: 11px;
}

/* User level messages */
.error {
	color: #FF0000;
}

.warning {
	color: #997711;
}

.success {
	color: #007700;
}

div.result.messages {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

div.result.message {
	font-weight: bold;
}

.tip {
	font-size: 11px;
}

/* Collection rules */

table.collection {
	width: 100%;
	margin-top: 10px;
	font-size: 13px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

table.collection thead {
	background-color: #EEEEEE;
	font-size: 13px;
}

table.collection thead th, table.collection tbody td {
	padding: 3px;
}

table.collection thead tr.last th {
	border-bottom: solid 1px #000000;
}

table.collection td.action form {
	display: inline;
}

/* ============================================== */

p.nav {
	text-align: center;
}

/* Renta styles */

.rentaFlag_din, .rentaFlag_dc1, .rentaFlag_dc2, .rentaFlag_dii {
	color: #007700;
}

.text.menu .item {
	padding-left: 5px;
	padding-right: 5px;
}

.wizard.buttons {
	text-align: center;
}


/* ================================================ */
/* Summary page */


table.summary {
	width: 100%;
	border-right: dashed 1px #BBBBBB;
	border-bottom: dashed 1px #BBBBBB;
}

table.summary td.summary {
	padding: 3px;
	border: dashed 1px #BBBBBB;
	border-right: solid 0px;
	border-bottom: solid 0px;
}

td.summary table.form {
	background-color: #FFFFFF;
	border: 0px;
	padding: 0px;
	padding-left: 5px;
}

table.summary table.layout {
	width: 100%;
}

table.summary table.layout td {
	padding: 5px;
}

td.summary table.form td.control {
	font-size: 15px;
	font-weight: bold;
}

table.summary td.title {
	padding-left: 20px;
	width: 95%;
}

table.summary td.title h3 {
	margin: 0px;
	font-size: 17px;
}

table.summary td.icon {
	padding: 0px;
	width: 5%;
}

table.summary td.icon img {
	width: 75px;
}

/* Installation scripts */

table.config tr.field {
	background-color: #EEEEEE;
}

table.config {
	background-color: #FFFFFF;
	border: solid 0px;
}

table.config tr.field td.label {
	font-size: 105%;
	padding-top: 7px;
	white-space: nowrap;
}

table.config thead tr.field {
	font-size: 115%;
	background-color: #CCC;
}

table.config tr.field td.control img {
	padding-right: 20px;
}

table.config tr.field td.control div.note {
/*	width: 60%; */
}

.folio{
margin: auto;
margin-top: 50px;
padding: 50px;
border: 1px solid gray;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 11px 11px 10px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    11px 11px 10px rgba(50, 50, 50, 0.75);
box-shadow:         11px 11px 10px rgba(50, 50, 50, 0.75);
}
