@charset "utf-8";

/* CONTENT GENERAL
=============================================================================== */

.content {
	color: #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.content a {
	color: #2979c3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.content a:hover, a:active {color: #8b0000;}

.content td {font-size: 12px;}

.content hr {color: #fff; border: 1px dotted #999; border-style: none none dotted; }

.content img {border: none;}

.nextbutton {
	display: block;
	text-align: center;
}


/* CONTENT SPECIFIC
=============================================================================== */

.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
}
.notation {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	font-style:italic;
}
.error {
	color: #CC0000;
	font-weight: bold;
}
.warning {
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
}
.gentlewarning {
	color: #06C;
	font-weight: bold;
	font-size: 12px;
}
.title1 {
	color: #333333;
	display: block;
	font-size: 20pt;
	font-weight: bold;
}
.title2 {
	color: #000000;
	display: block;
	font-size: 24pt;
	font-weight: bold;
}
.highlight {
	color: #950000;
}
.holiday {
	color: #090;
}
.subtitle {
	color: #000000;
	display: block;
	font-size: 12pt;
	font-weight: bold;
}
.subtitle1 {
	color: #333333;
	display: block;
	font-size: 14pt;
	font-weight: bold;
	padding: 10px 0px;
	text-align: justify;
}
.subtitle2 {
	color: #333333;
	display: block;
	font-size: 11pt;
	font-weight: bold;
	text-align: justify;
}

.confirmtext {
	color: #333333;
	display: block;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

.confirmtext span {
	color: #900;
	display: block;
	font-size: 12pt;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
}

.checklist {
	margin-left: 0px;
	padding-left: 0px;
}
.checklist li {
	background: url(images/studio_checkmark.gif) no-repeat left top;
	display: block;
	list-style: none;
	margin: 10px 0px;
	padding-left: 30px;
}
.subtitle3 {
	background: url(images/studio_bullet.gif) no-repeat 10px 5px;
	color: #333333;
	font-size: 11pt;
	font-weight: bold;
	height: 40px;
	padding-left: 25px;
}
.continueform {
	margin: 0px;
}
.continueform_field {
	width: 95%;
}
.continueform_label {
	font-size: 10pt;
}
.smalltext {
	font-size: 10px;
}
.smalldescription {
	display: block;
	font-size: 10px;
	padding: 5px 0;
}
.row_divide {
	border-bottom: dotted 1px #999999;
	padding-top: 20px;
}


/* STANDARD FORM FIELDS
=============================================================================== */

input[type="text"], select {
	background: #ffffff;
	border: solid 1px #aec1c5;
	color: #333333;
	font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 23px;
	line-height: 23px;
	margin: 2px 0;
	padding: 0 3px;
}
select {
	padding: 2px;
}
input[type="text"]#templatesettingid {width: 150px;}
select#availablefonts {height: 100px;}
input[type="text"]:focus, select:focus {
	background: #ffffff;
	border: solid 1px #666666;
}


/* FORM PANEL
=============================================================================== */

.content_form {
	margin: 0;
	padding: 0;
}
.content_form label {
	color: #333333;
	font: bold 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	margin-top: 10px;
	width: 150px;
}
.content_form label span {
	color: #000900;
	font-weight: bold;
}
.content_form input[type="text"], select.dropdown {
	background: #eeeeee;
	border: solid 1px #666666;
	color: #333333;
	display: block;
	float: left;
	font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 25px;
	line-height: 25px;
	margin-top: 4px;
	padding: 0 3px;
	width: 275px;
}
select.dropdown {
	padding: 2px;
	width: 280px;
}

.content_form input[type="text"]:focus, select.dropdown:focus {
	background: #ffffff;
	border: solid 1px #999999;
}
.content_required {
	color: #ab0000;
	display: block;
	float: left;
	font: bold 12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 7px;
	width: 10px;
}
#content_form {
	border: dotted 1px #999999;
	padding: 5px;
}
#content_form_inner {
	background: #dddddd;
	padding: 10px;
}
.content_form_row {
	display: block;
	border-bottom: dotted 1px #ffffff;
	padding: 10px 0;
}
.content_requiredsub {
	color: #ab0000;
	display: block;
	font: 8pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 7px;
	padding-right: 10px;
	text-align: right;
}	
.content_requiredsub span {
	color: #ab0000;
	font: bold 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content_button {
	padding-top: 20px;
	text-align: center;
}
.content_button {
	color: #062d65;
	font: bold 11pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 40px;
	width: 300px;
}


/* GENERATES POPUP
=============================================================================== */

a.info {
	color: #0000ff;
	font: 8pt Tahoma, Geneva, sans-serif;
	position: relative;
	text-decoration: underline;
	z-index: 24;
}
a.info:hover {
	color: #cc0000;
	background-color: #ffffff;
	z-index: 25;
}
a.info span {
	display: none;
	text-decoration: none;
}
a.info:hover span {
	background-color: #ffffcc;
	border: 1px solid #000000;
	color: #000;
	display: block;
	left: 2em;
	padding: 5px;
	position: absolute;
	text-align: left; 
	top: 1em;
	width: 10em;
}