/**
 *   Aquamarine Style
 *   -------------------------------------------
 *   aquamarine.css
 *   
 *   Copyright (c) 2009 hokuken
 *   http://hokuken.com/
 *   
 *   created  : 
 *   modified : 2010-01-18 add hovercolor class.  revise document.
 *   
 *   Description
 *   
 *   Usage :
 *   
 */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background:#ccc url(bg_silver_body.png) repeat left top;
	color: #333;
	font-family:'lucida grande','verdana',helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
	overflow-y: scroll;
}
a {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #003d4c;
	text-decoration: underline;
	background-color: #F4F39C;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:none;
	color: #05476C;
	font-size: 120%;
	margin: 0.1em 0;
}
h2 {
	background:none;
	color: #003;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 150%;
	margin: 0.5em 0;
}
h3 {
	color: #288CB3;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 125%;
	padding-top: 1em;
}
h4 {
	color: #288CB3;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	list-style-type: none;
}


dl.note, span.note{
	color: #faa;
}
dl.note dt {
	margin:0;
	padding:0;
	margin-left: 10px;
}
dl.note dd {
	margin:0;
	padding:0;
	margin-top: -4ex;
	margin-left: 2em;
}

p {
	line-height: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
}

p.navi {
	line-height: 1em;
	margin:0;
	text-align: right;
}

/* Layout */
#container {
	text-align: left;
	width:780px;
	margin:0 auto;
	position: relative;
}

#header{
	background-color:transparent;
	padding: 10px 0;
}
#header h1 {
	font-size: 150%;
	background:none;
	color: #003;
	padding: 0px 10px;
}
#header h1 a {
	color: #444;
	background: none;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #444;
	background: none;
	text-decoration: underline;
}
#content{
	clear: both;
	background-color:#fff;
	background-image:url(bg_silver_content_top.png);
	background-repeat:repeat-x;
	background-position:top left;
	color: #333;
	padding: 25px 20px 20px 20px;
	overflow: auto;
}
#footer {
	clear: both;
	background-color:transparent;
	background-image:url(bg_silver_content_top.png);
	background-repeat:repeat-x;
	background-position:top left;
	padding: 10px 10px;
	text-align: right;
	color: #444;
}
#footer a {
	color: #444;
	text-decoration:none;
}

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0 6px;
}

table#admin {
	background-color: transparent;
	border:none;
}
table#admin tr {
	border:none;
}
table#admin td {
	border:none;
	text-align: left;
	background-color: transparent;
}
table.adminMenu th{
	text-align: right;
	width: 150px;
	vertical-align: middle;
	font-weight: normal;
	background-color: inherit;
}
table.adminMenu th * {
	background-color: inherit;
}


table .bottomCell {
	border-bottom: 0;
}
table .rightCell {
	border-right: 0;
}

table a, table a:hover {
	text-decoration: none;
}


/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 100%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	margin-top:10px;
}
dd {
	margin-left: 7em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	padding: 0;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 10px 20px;
	width:90%;
}
fieldset legend {
	background:#fff;
	color: #288CB3;
	font-size: 120%;
	font-weight: normal;
	padding: 0 10px;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
textarea, select, input {
	font-size: 100%;
}

/*  Actions  */
div.actions ul {
	margin: 0 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #333;
}

div.error {
	margin:2em auto;
	padding:20px;
	background-color:#ffeeee;
}
p.err {
	color: #e32;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0;
	margin: 0.5em 0;
	text-align:center;
}

.insertButtons {
	text-align:right;
	padding:0 0;
	margin:0 0;
	width:93%;
	height:30px;
}

#insertLastName{
	width:30px;
	background-image:url(btn_lastname.gif);
}
#insertFirstName{
	width:30px;
	background-image:url(btn_firstname.gif);
}
#insertMail{
	width:54px;
	background-image:url(btn_email.gif);
}
#insertCancelURL{
	width:54px;
	background-image:url(btn_cancelurl.gif);
}
#insertEncodeLastName{
	width:80px;
	background-image:url(btn_encodelastname.gif);
}
#insertEncodeFirstName{
	width:80px;
	background-image:url(btn_encodefirstname.gif);
}
.insertCommonButton{
	clear:none;
	background-color:transparent;
	background-image:url(../images/btn.gif);
	background-position:center top;
	background-repeat:no-repeat;
	cursor:pointer;
	float:right;
	height:30px;
	line-height:95%;
	margin:0 0;
	padding:0 0;
	text-align:center;
	text-decoration:none;
	display:inline;
	color:#444444;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
}

.graySolid {
	border:#ccc solid 1px;
}



.replaceDemo {
	font-weight: bold;
}
.step_master_list 
.step_master_id {
	display:none;
}

.formTemplateSet {
	width:24%;
	float:left;
	margin-right: 5px;
}
.formTemplate {
	width:100%;
	height:260px;
	border: 1px #333 solid;
}

.tooltip {
	background-color: #eee;
	border: 1px #222 solid;
	max-width: 500px;
	max-height: 500px;
	overflow: hidden;
}



.liLine1 {
	height: 30px;
	line-height: 30px;
}
.liLine2 {
	height: 60px;
	line-height: 30px;
}

.liBlock {
	position: relative;
}
.liLeft {
	position: absolute;
	left: 10px;
}
.liRight {
	position: absolute;
	right: 10px;
}



/* !Accordion Header */
.accordionHeader {
	background-color: #666;
	margin-bottom: 2px;
	padding: 5px;
}
	.accordionHeader h3 {
		color: #fff;
	}
.accordionHover {
	background-color: #aaa;
}
