@charset "utf-8";
/* CSS Document */
.clear {
display:block;
clear:left;
font-size:0px;
height:0px;
}
span.attention {
font-size:10px;
font-style:italic;
}
input.txt {
border:1px solid #7F9DB9;
}
form#studio-application select {
width:144px;
height:18px;
}
div.group {
margin:12px 0 12px 0;
background-color:#f3f3f3;
padding:5px;
border:1px solid #ddd;
position:relative;
overflow:visible;
page-break-inside: avoid;
}
div.important {
border-width:3px;
border-color:#ccc;
}
form#studio-application {
margin:0;
padding:0 0 30px 0;
display:block;
}
form#studio-application input.txt {
width:134px;
height:14px;
padding:1px 3px;
font-size:11px;
}
#forms td {
padding-right:5px;
}
form#studio-application input.number {
width:40px;
}
form#studio-application table#employees input.txt {
width:40px;
}
table#policy-coverage {
border-collapse:collapse;
display:none;
}
table#policy-coverage td {
padding:5px;
border:1px solid #777;
}
table#policy-coverage caption {
text-align:left;
font-weight:bold;
padding:0 0 5px 0;
}
table#policy-coverage caption span {
font-weight:normal;
margin:0;
display:block;
}
.additional {
display:none;
z-index:1000;
min-height:1%;
}
#property-app {
display:none;
padding-top:20px;
}
form#studio-application ol {
margin:0 0 0 24px;
padding:0;
}
#forms th,#forms td {
text-align:left;
padding-bottom:5px;
vertical-align:top;
}
form#studio-application span.title {
float:left;
display:block;
position:relative;top:6px;
width:350px;
}
textarea {
width:540px;
}
input.readOnly {
background-color:#EBEBE4;
}
textarea {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
height:100px;
}
#insurance-deductables td,#insurance-deductables th {
padding-right:6px;
vertical-align:top;
}
form#studio-application table#insurance-deductables td {
padding-bottom:10px;
}
form#studio-application table#insurance-deductables th {
padding-bottom:10px;
padding-top:6px;
}
*---------------------------------------
						Tooltip Styles
----------------------------------------*/
#tooltip {
	border: 1px solid #111;
	background-color: #eee;
	opacity: 0.90;
	padding: 5px;
	line-height:12px;
}
#tooltip h3, #tooltip p { margin: 0; }

#tooltip.fancy {
	opacity: 0.95;
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	background: url('shadow.png');
}
#tooltip.fancy h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
#tooltip.fancy p { width: 220px; text-align: left; }

#yahoo { width: 7em; }
#right, #right2 { text-align: right; }
#tooltip.right { width: 250px; }
/*--------------------------------------------*/
#tooltip {
opacity:0.90;filter: alpha(opacity=90); -moz-opacity: 0.90;
width:192px;
color:#000;
font-weight:normal;
font-size:10px;
padding:4px;
background-color:#FFFFCC;
border:1px solid  #FF9966;
top:0px;
left:-9999px;
line-height:12px;
}
#tooltip strong {
font-style:italic;
}
#tooltip h3 {
font-size:10px;
color:#4D6887;
font-weight:normal
}
#tooltip p { 
margin: 0;
color:#444; 
line-height:12px;
}
ul.bullets {
margin:0 0 0 30px;
}
ul.bullets li {
list-style:disc;
}
span.review {
font-weight:bold;
}
div.review {
font-weight:normal;
}