/*
FAIL-SAFE Product Protection
http://fspp.com
(c)2007 by FAIL-SAFE Product Protection
All Rights Reserved

$Id: elements.css 3161 2010-08-06 19:45:59Z kevin $
*/

h2,.heading2,h3,.heading3,h4,.heading4,caption
{
	color:#333;
	font-weight:700;
	opacity:1px;
	padding-bottom:0;
	text-shadow:#fad415 1px 1px 2px;
	margin:15px 0 3px;
}

h2,.heading2
{
	font-size:180%;
}

h3,.heading3,caption
{
	font-size:150%;
}

h4,.heading4
{
	font-size:130%;
}

h1 span,h2 span,h3 span,h4 span
{
	font-size:12px;
	white-space:nowrap;
}

.print
{
	display:none;
}

noscript div.error
{
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	background-color:#FFC0C0;
	border:4px solid red;
	color:#000;
	font-size:1.2em;
	margin:10px 0;
	padding:15px;
}

#wrapper #content div
{
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
}

#wrapper #content div.tabcontent,#wrapper #content div.newsarticle,#wrapper #content div.autocomplete
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

sup
{
	font-size:.6em;
	vertical-align:super;
}

.heading1 a,.heading2 a,.heading3 a,.heading4 a
{
	font-size:12px;
}

iframe
{
	border:1px solid #3C2408;
}

li
{
	margin:0 0 5px;
}

ol,ul
{
	font-weight:700;
}

ol ol,ul ul
{
	font-weight:400;
	margin-left:2em;
}

ol ol
{
	list-style-type:lower-alpha;
}

ol ol address,ul ul address
{
	margin:0 0 5px 20px;
}

table
{
	background-color:#FFF;
	border-bottom:2px solid #C4C4C4;
	width:100%;
	border-width:0;
	margin:10px 0 20px;
	padding:0;
}

caption
{
	border-bottom:4px solid #5E9594;
	color:#5E9594;
	margin:0 0 -4px;
	padding:0 5px;
}

table td,table th,table.has_pseudo_th tr td:first-child
{
	border:none;
	border-bottom:1px solid #EEE;
	padding-left:5px;
	vertical-align:top;
}

table th,table.has_pseudo_th tr td:first-child
{
	background:#DDF3EA;
	border:none;
	border-bottom:2px solid #5E9594;
	vertical-align:middle;
	margin:0;
	padding:4px;
}

tr
{
	border:1px solid #FFF;
}

table td.border-right,table th.border-right
{
	background-color:#DDF3EA;
	border-right:1px solid #c8f6b6;
}

table td.border-left,table th.border-left
{
	background-color:#DDF3EA;
	border-left:1px solid #c8f6b6;
}

tr.rowlink:hover,tr.rowlink_hover,table.rowlink_hover,tr.rowhover:hover
{
	background:#EFF7FF;
}

th[scope=row],table.has_pseudo_th tr td:first-child
{
	border-bottom:1px solid #FFF;
	border-right:2px solid #5E9594;
	border-top:1px solid #FFF;
	vertical-align:top;
	width:150px;
}

.inplaceeditor-form
{
	display:inline;
}

table.smalltext input,table.smalltext select,table.smalltext textarea,table.smalltext .validation-advice
{
	font-size:11px;
}

input,select,textarea
{
	background-color:#f2ffe2;
	border:1px solid red;
	border-color:#999 #CCC #CCC #999;
	margin:2px 0;
	padding:2px;
}

textarea
{
	height:auto;
	width:auto;
}

select
{
	height:auto;
	border-color:#CCC #999 #999 #CCC;
	padding:1px;
}

input.right
{
	float:none;
	padding-right:5px;
}

input.large,textarea.small
{
	width:250px;
}

input.small
{
	width:75px;
}

input.verysmall
{
	width:30px;
}

input:focus,select:focus,textarea:focus
{
	background-color:#FDF7BF;
}

input.checkbox
{
	border-width:0;
	padding:3px 2px;
}

input[readonly]
{
	background-color:transparent;
	color:#444;
	font:oblique .96em arial;
	border-width:0;
	margin:0;
	padding:0 3px;
}

input.right[readonly]
{
	padding-right:5px;
}

input.autocompleter
{
	background:#F2FFE2 url(../images/icons/list.png) no-repeat scroll right center;
}

.inlineinput:hover
{
	background-color:#FF9 !important;
}

.ajax_indicator
{
	background:#F2FFE2 url(../images/icons/ajax-loader.gif) top left no-repeat;
	display:inline;
	height:15px;
	margin-left:-18px;
	margin-right:3px;
	position:relative;
	top:-1px;
}

input.validation-failed,select.validation-failed,textarea.validation-failed
{
	border:1px solid #F30;
}

input.validation-failed,textarea.validation-failed
{
	color:#F30;
}

.validation-advice
{
	color:#C00;
	display:inline;
	font-weight:700;
	margin:0 5px;
	padding:5px;
}

h4 .validation-advice
{
	margin:0;
	padding:0;
}

.validation-block
{
	display:block;
	margin:0;
	padding:0;
}

.custom-advice
{
	background-color:#C8AA00;
	color:#FFF;
	font-weight:700;
	margin:5px 0;
	padding:5px;
}

.requiredstar
{
	color:#C00;
	display:inline;
	font-size:150%;
}

#requiredhelper
{
	font-weight:700;
	margin:0 0 -20px;
}

select.validate-selection
{
	margin-right:3px;
	width:95%;
}

button,a.btn,.pgInp,input.editor_ok_button,input.button
{
	background:#e7dc89 url(../images/buttonBG.gif) top left repeat-x;
	border:1px solid red;
	color:#00683C;
	cursor:pointer;
	font:bold 14px Helvetica, Tahoma, Arial, sans-serif;
	overflow:hidden;
	text-decoration:none;
	border-color:#8f977e #14170d #3e3e25 #6e7858;
	margin:2px 4px;
	padding:1px 2px;
}

a.btn
{
	padding:2px 5px;
}

button:active,a.btn:active
{
	border-color:#3e3e25 #6e7858 #8f977e #14170d;
}

button#btn-submitApp
{
	margin-bottom:20px;
}

.link-eps
{
	background:url(../images/icons/icon_eps.png) top left no-repeat;
	padding-left:20px;
}

.link-image
{
	background:url(../images/icons/icon_image.png) top left no-repeat;
	padding-left:20px;
}

.link-pdf
{
	background:url(../images/icons/icon_pdf.gif) top left no-repeat;
	padding-bottom:3px;
	padding-left:20px;
}

.link-preview
{
	background:url(../images/icons/icon_preview.png) top right no-repeat;
	padding-right:20px;
}

.link-zip
{
	background:url(../images/icons/icon_zip.png) top left no-repeat;
	padding-left:20px;
}

.add
{
	background:url(../images/icons/edit_add.png) 0 4px no-repeat;
	font-weight:700;
	height:22px;
	padding:2px 5px 3px 25px;
}

.addsmall
{
	background:url(../images/icons/edit_add_small.png) top left no-repeat;
	display:block;
	font-weight:700;
	padding:0 5px 2px 20px;
}

a.addsmall,a.add
{
	color:#125AA7;
}

a#newslink2
{
	background-image:url(../images/icons/newspaper.png);
}

a#articleslink
{
	background-image:url(../images/icons/dollar.png);
}

a#homeresourceslink
{
	background-image:url(../images/icons/resources.png);
}

a#medialink
{
	background-image:url(../images/icons/media.png);
}

a#newsletterlink
{
	background-image:url(../images/icons/email.png);
}

a#addcontractlink
{
	background-image:url(../images/icons/contract_add.png);
}

a#activatecontractlink
{
	background-image:url(../images/icons/contract_activate.png);
}

a#viewcontractslink
{
	background-image:url(../images/icons/contract.png);
}

a#viewallcontractslink
{
	background-image:url(../images/icons/contract_all.png);
}

a#suspendedcontractslink
{
	background-image:url(../images/icons/error_delete.png);
}

a#viewclaimslink
{
	background-image:url(../images/icons/claim_view.png);
}

a#addclaimlink
{
	background-image:url(../images/icons/claim_add.png);
}

.del
{
	background:url(../images/icons/edit_delete.png) top left no-repeat;
	display:block;
	height:16px;
	margin-top:3px;
	text-decoration:none;
	width:16px;
}

.info
{
	background:#FFFCE6;
	border:1px solid #00532d;
	padding:7px;
}
div.info, div.info2,div.error{margin-bottom:2em;}
ul.info
{
	background-color:#FFF;
}

ul.info li
{
	list-style:none;
}

.filter,.info2
{
	background-color:#FFFCE6;
	border:2px solid #00703C;
	margin:20px 0 30px;
	padding:7px;
}

.filter table
{
	margin-bottom:5px;
}

ul#statuslist
{
	margin-left:0;
}

#toolbox
{
	border-bottom:1px solid #00703C;
	margin:-20px -15px 20px -18px;
	padding:4px 10px;
}

#toolbox ul
{
	background:transparent url(../images/icons/toolbox.gif) left top no-repeat;
	display:table;
	height:25px;
	margin:0 5px 0 0;
	padding:0 0 0 38px;
}

#toolbox li
{
	float:left;
	list-style:none;
	white-space:nowrap;
	margin:0;
	padding:0;
}

#toolbox a
{
	color:#700D0C;
	float:left;
	font-weight:400;
	padding:3px 5px;
}

#toolbox a:hover
{
	color:#000;
}

#statuslist li
{
	float:left;
	list-style:none;
	width:100px;
	margin:0;
	padding:0;
}

#statuslist input
{
	border:none;
}

#groups h4
{
	margin:0;
}

.grouphead
{
	background-color:#CBEAA7;
	position:relative;
	padding:2px;
}

.contractcount
{
	text-transform:uppercase;
	white-space:nowrap;
}

table.contracts
{
	background-color:transparent;
	float:none !important;
	border-width:0;
	margin:0;
	padding:0;
}

table.contracts td
{
	vertical-align:middle;
	border-width:0;
}

td.contractinfo
{
	text-align:right;
	width:10%;
}

#totalFooter
{
	background:transparent url(../images/rowBG.gif) bottom left repeat-x;
	font-size:150%;
	font-weight:700;
	margin:15px 0 0;
}

.tabnav
{
	background:#FFF url(../images/tab_bottom.gif) repeat bottom;
	display:table;
	text-align:center;
	width:100%;
	margin:8px 0 0;
	padding:0;
}

.tabnav li
{
	float:left;
	height:20px;
	list-style-type:none;
	margin:0;
	padding:0 0 0 8px;
}

.tabnav a
{
	background:#f3f3f3;
	border:1px solid #ccc;
	color:#666;
	float:left;
	font-size:10px;
	font-weight:700;
	line-height:14px;
	margin-bottom:-1px;
	margin-right:4px;
	text-decoration:none;
	padding:2px 9px;
}

.tabnav a.active
{
	background:#fff;
	border-bottom:1px solid #fff;
	color:#000;
}

.tabnav a:hover
{
	background:#fff;
}

.tabcontent
{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin-bottom:8px;
	padding:15px;
}

.tabcontent table .del
{
	display:block;
	width:15px;
}

.newsdate
{
	color:#666;
	font-size:120%;
	font-weight:700;
	margin:0;
}

.newsitem h4
{
	color:#05683C;
	margin:-5px 0 10px;
}

.newsarticle
{
	border-bottom:1px solid #CCC;
	margin:0 15px 40px;
	padding:0 0 30px;
}

.comment
{
	padding:0 20px 10px;
}

.partialpayment,tr.partialpayment input[readonly],.mfg
{
	color:#C60;
}

.fullpayment,tr.fullpayment input[readonly],.fs,.credit
{
	color:#063;
}

.border-left
{
	border-left:1px solid #000;
}

.handle
{
	cursor:move;
}

.link
{
	cursor:hand;
}

.nofloat
{
	float:none;
}

a.toggler
{
	color:#89161B;
	font-weight:700;
}

.center,th[scope=rowgroup],#submit
{
	text-align:center;
}

.right,.currency,td.currency,#filter th
{
	text-align:right;
}

ol,#filter table
{
	margin-bottom:0;
}

table.sortable th,tr.rowlink
{
	cursor:pointer;
}

td.nowrap,th.large,tr.large,.contractTotal
{
	white-space:nowrap;
}

a#registercontractlink,a#underwritecontractslink
{
	background-image:url(../images/icons/contract_underwrite.png);
}

.filter h4,.info2 h4,.error h4,table h4,h4#filterNav,.tabcontent h4
{
	margin-top:0;
}