/* list of fields to populate cellproperties style dropdown (formbuilder) */
/* <!-- {frontendformitemlabel,frontendformitemlabelreq,frontendformiteminput,frontendformitemcheckbox} --> */
/************************************************************************/
/*Block Level Styles                                                    */
/*                                                                      */
/*body, table, td, h1-h6, p, div, span, a, ul, ol, li                   */
/*These styles are read into vars and initialization of the site's      */
/*application, and they're used to define the basic look and feel of    */
/*the front end of the site.                                            */
/*                                                                      */
/*please put any custom classes or styles in the Custom area below this */
/*one                                                                   */
/************************************************************************/

body{ 
	background-color:#EDE6C9;
	margin:0;
	padding:0;
}
body, table, td, p, div, span, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #282623;
}
ul {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #282623;
	padding: 0px 0px 0px 20px;
	margin : 0px 0px 0px 0px;
}
ul li{
	list-style-image:url(/media/images/bullet.gif) !important;
	#list-style-image:url(/media/images/bulletIE.gif) !important;
}
ul li.bulletDisc{
	list-style-image:none !important;
	list-style:disc;
}
h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	color: #F4881C;
	font-weight : bold;
}
h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 17px;
	color : #F4881C;
	font-weight : bold;
}
h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #012E72;
	font-weight : bold;
}
a, a:focus, a:hover, a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : inherit;
	color: #1b56a8;
	text-decoration: none;
	font-weight : inherit;
}
a:hover {
	color: #f67b01;
	text-decoration: underline;
}
a.MappingLink{ 
	display:block; 
	background-image:url(/admintools/media/images/icon_mapping.gif); 
	background-repeat:no-repeat; 
	background-color:#666666; 
	background-position:center left;
	text-decoration:none; 
	padding:15px 10px; 
	color:#ffffff; 
	width: 100px; 
	position:absolute; 
	border:1px solid #000000; 
	top:0; 
	right:0;
	padding:10px 15px 10px 35px;
 } 
 a.MappingLink:hover{ 
	background-color:#888888; 
	text-decoration:underline; 
 }

/************************************************************************/
/*Generic Data Driven Display Styles                                    */
/************************************************************************/
.dddListing{}
.dddListing h2{
	border-bottom:1px solid;
}
.dddItem{}
.dddDetail{}

.sidebarResourceBlock{}
.sidebarResourceBlock h3, .sidebarResourceBlock h3 a, .sidebarResourceBlock h3 a:visited{
	color:#04588c;
}
.sidebarResourceBlock h3{

}
#rightColumn .sidebarResourceBlock h3{
	margin-bottom:3px;
	padding-bottom:0;
	margin-top:0;
	padding-top:0;
}
.sidebarResourceBlock li{}
.sidebarContent .sidebarResourceBlock ul{
	display: block;
	margin-top: 0px;
	padding-top: 0px;
}
.abstract{}
.bodyText{}
.author{}
.date{}
.PDF{}
.externalLink{}
.Image{}

.detailLink,.listingLink{}
.detailLink{
	text-align:right;
}
.listingLink
{
	margin-top:20px;
}
.detailLink a, .detailLink a:focus, .detailLink a:hover, .detailLink a:visited, .listingLink a, .listingLink a:focus, .listingLink a:hover, .listingLink a:visited{
	font-size:10px;
	text-decoration:none;
}
.detailLink a, .detailLink a:focus, .detailLink a:hover, .detailLink a:visited{
	background-image:url(/media/images/detail_icon.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:10px; /* may change depeding upone width of detail_icon.gif 10px for installer */
}
/*.detailLink a:before{content:">> << "} use printscreen to create images*/
.listingLink a, .listingLink a:focus, .listingLink a:hover, .listingLink a:visited{
	background-image:url(/media/images/listing_icon.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px; /* may change depeding upone width of detail_icon.gif 10px for installer */
}

/* demoProduct sidebar styles */
#demoListing.sidebarResourceBlock .product{
	margin:5px 0;
	font-weight:bold;
}

/************************************************************************/
/*Custom Classes and Styles;                                            */
/*                                                                      */
/*Any custom classes or styles needed specifically for this site's      */
/*front end go here.                                                    */
/************************************************************************/

.testimonialItem div.qouteBody p{
	display: inline;
	margin: 0;
	padding: 0;
}

/** clearfix **/
.clearfix:after {  
   content: ".";  
   display: block;  
   clear: both;  
   visibility: hidden;  
   line-height: 0;  
   height: 0;  
}  
 
.clearfix {  
   display: inline-block;  
}  
 
html[xmlns] .clearfix {  
  display: block;  
}  
 
* html .clearfix {  
  height: 1%;  
}  
/** **/
.clearFloats{clear:both;}
.brclear { /* Use a break with this class to clear float containers */
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
/** Templates **/
#homeContainer, #interiorContainer, #interiorNoSidebarContainer{
	width:950px;
	margin:0 auto;
}
#mainContainer{
	clear:both;
	background-color:#fff;
	border:1px solid #dddbc7;
	padding:10px;
	width:928px;
}
#topNav{
	float:right;
	margin:65px 10px 0 0;
}
#topNav ul{
	list-style:none;
}
#topNav li{
	display:inline;
	font-weight:bold;
	margin-left:10px;
	padding-left:12px;
	background-image:url(/media/images/topNavBullet.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#topNav li a, #topNav li a:visited{
	color:#404040;
}
#topNav div{
	display:inline;
}
#sectionHdr{
	margin:12px 0 2px 0;
}
#bodyColumns ul li{
	/*moved to ul li instead of just limited to bodyColumns (for fckEditor)
	list-style-image:url(/media/images/bullet.gif) !important;
	#list-style-image:url(/media/images/bulletIE.gif) !important;*/
	padding:2px 0;
}
#leftColumn{
	float:left;
	width:696px;
}
#interiorNoSidebarContainer #leftColumn{
	padding:0;
	width:928px;
}
#interiorContainer #leftColumn{
	padding:0 28px 0 25px;
	width:645px;
	/*margin-left:72px;*/
}
#leftColumn{
	#margin-top:10px;
}
#rightColumn{
	float:right;
	width:230px;
}
.sidebarDark, .sidebarLight{
	margin-bottom:2px;
	width:210px; /*safari: width must be defined for bg color to span */
}
.sidebarDark{
	background-color:#c3d1e6;
}
.sidebarLight{
	background-color:#d2dae6;
}
.sidebarContent{
	padding:10px;
}
#footerContainer{
	padding:10px 0;
}
#footerLeft{
	float:left;
	width:725px; /* Safari fix */
}
#footerRight{
	float:right;
	text-align:right;	
}
#footerLeft, #footerRight, #footerLeft div, #footerRight div, #footerLeft p, #footerRight p{
	font-size:11px;
}
/* home styles */
.homeContent{
	float:left;
	width:225px;
}
#homeContent{
	margin-top: 0px;
	#margin-top: 15px;
}
#homeContent #homeLeft, #homeContent #homeMid,#homeContent #homeRight{
	width:200px;
	padding:0 15px;
}
#homeContent #homeLeft{
	width:182px;
}
* html #homeContent #homeLeft, * html  #homeContent #homeMid, * html #homeContent #homeRight{
	width:198px;
}
* html #homeContent #homeLeft{
	width:178px;
}
#homeContent #homeLeft h2{
	padding-top:5px;
	#padding-top:8px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#homeContent #homeMid h3{
	padding-top:5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#homeContent #homeRight h3{
	padding-top:5px;
	#padding-top:10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#homeContent #homeRight .productItem h3{
	margin-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#homeContent #homeRight .productItem h3 a{
	margin-bottom: 0px;
	padding-bottom: 0px
}
#homeFlash{
	margin-top:12px;
	#margin-top:2px;
}
#homeContainer #rightColumn{
	margin-top:12px;
}
#homeContainer #issuesProblems.sidebarContent{
	padding:0;
}
#homeContainer #issuesProblems{
	height:223px;
	width:230px;
	overflow:auto;
	background-color:#446290;
}

/* home Issues */
#homeIssues{
	/*display:none;*/
}
.issueBlock {
	background-color:#446290;
	padding:9px 5px;
	/*padding-top:8px;
	padding-bottom:8px;
	padding-left:5px;*/
	border-top:solid 1px #ABCDE2;
	font-weight:bold;
	height: 17px;
}
/*.issueBlock hover{
	background-color:#FFFFFF;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:5px;
	border-top:solid 1px #ABCDE2;
}*/
#homeIssues a .issueBlock{
	color:#FFFFFF;	
}
#homeIssues a:hover .issueBlock{
	color:#FFFFFF;
	background-color:#7289ad;
	text-decoration:none;
	cursor:pointer;
}
#homeIssues a .issueBlock{
	color:#FFFFFF;
}
.featureHeader{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: #085585;
	font-weight : bold;
	padding-bottom: 10px;
	padding-top:5px;
	#padding-top:8px;
}
.featureLink{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10.5px;
	color: #085585;
}
#homeIssues a .issueBlock img{
	border:none;
}
#homeIssues a:hover{
	text-decoration:none;
}
#issueTitleBlock{
	font-size:14px;
	font-weight: bold;
	padding: 13px 0 6px 18px;
	color:#FFFFFF;
	background-color:#17407e;
	height:24px;
}
/* Ubiquitous Testimonial styling */
.testimonialItem .quoteBody, .quoteBody{
	font-style: italic;
	font-size: 11px;
	padding-bottom: 5px;
	clear: both;
}
* html .quoteBody{width:95%}
.testimonialItem .author, .testimonialItem .company{
	text-align:right;
}
.testimonialItem .quoteCredit, .quoteCredit{
	padding-bottom: 10px;
	border-bottom: 1px solid #F67B01;
	margin-bottom: 20px;
	text-align:right;
}
.casestudyItem{
	border-bottom: 1px solid #F67B01;
}
.featured .casestudyItem{
	border-bottom: 14px solid #ffffff;
}
li .castestudyItem div, li .castestudyItem a{
	margin: 0px;
	padding: 0px;
}
#casestudyListing{
	list-style: square;
}
#casestudyListing li{
	padding-right: 10px;
}


/************************************************************************/
/*Scott Leslie Added Style                                              */
/*                                                                      */
/************************************************************************/

* Social
*/
#ul.social-bookmarks { margin:0; padding:0; }

#ul.social-bookmarks li {display:inline-block; float:left; list-style-type:none; margin:0; cursor:pointer; }

#ul.social-bookmarks li a { display:inline-block; width:25px; height:24px; padding:0 3px;  margin:0 auto; text-align:center; overflow:hidden; outline:none; }

#ul.social-bookmarks li.label { padding:0 15px 0 0; }

#ul.social-bookmarks li.facebook a { background:url('images/social-media-facebook.png') no-repeat center bottom; }

#ul.social-bookmarks li.twitter a { background:url('images/social-media-twitter.png') no-repeat center bottom; }

#ul.social-bookmarks li.rss a { background:url('images/social-media-rss.png') no-repeat center bottom; }

#ul.social-bookmarks li.linkedin a { background:url('images/social-media-linkedin.png') no-repeat center bottom; }

#ul.social-bookmarks li.delicious a { background:url('images/social-media-delicious.png') no-repeat center bottom; }

/*







/************************************************************************/
/*Site Map Styles;                                            */
/************************************************************************/
.sitemapColumn{
	margin:0;
	padding:5px;
}
.sitemapSection{
	font-weight:bold;
}
.sitemapSubSection{
	font-weight:bold;
}
.sitemapPage{
	font-weight:normal;
}

/* nav manager */
.navItemLevel_1{
	margin-left: 3px;
	background-color:#E1E1E1;
}
.parentLevel_1{
	margin-left: 3px;
	background-color:#E1E1E1;
}
.navItemLevel_2{
	margin-left: 6px;
	background-color:#CCCCCC;
}
.parentLevel_2{
	margin-left: 6px;
	background-color:#CCCCCC;
}

/************************************************************************/
/*Error Handeling Styles                                                */
/************************************************************************/
#errorBlock{
	margin-left: 15px;
	margin-bottom: 10px;
}
#errorBlock h2{
	color: #cc0000;
	margin: 2px;
	height: 25px;
	background-image:url(/media/images/icon_error.gif);
	background-repeat:no-repeat;
	padding-left: 30px;
}
#errorBlock ul{
	list-style:square;
	margin: 3px 0px;
	padding-left: 30px;
}
#errorBlock ul li{
	color: #cc0000;
	border-left: 1px solid #cc0000;
	margin-left: 3px;
	padding-left: 8px;
}
/************************************************************************/
/*Admin Tools Styles and classes;                                       */
/*                                                                      */
/*Used by admintools and administrative displays on the front end       */
/*(Not actually put into use yet - still using admintools.css           */
/************************************************************************/

.formbuilderheader {
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #FFFFFF;
	vertical-align : top;
	background-color : #4c4c4c;
}
.smallfontsize {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #000000;
}
.errortext {
	padding-bottom : 5px;
	padding-left : 8px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
	background-color : #f4f4f4;
	border : 3px solid #cc0000;
}
.logintext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #663366;
}
.submitbuttonFront {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-align : center;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	color : #5D8DB8;
	background-color : #ffffff;
	border: 1px solid #5D8DB8;
}
.submitbuttonGray {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-align : center;
	padding-left:5px;
	padding-right:5px;
	color : #ffffff;
	background-color : #666666;
	border : 2px ridge #dadada;
}
.frontendformitemlabel{
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	vertical-align : top;
	font-style : italic;
}
.frontendformitemlabelreq{
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	vertical-align : top;
}
.frontendformiteminput {
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	vertical-align : top;
	border-style : none;
}
.frontendformitemcheckbox {
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	vertical-align : top;
}
.frontendinputfield{
	background-color:#F0F0F0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	padding: 1px;
}
.submitbutton {
	BACKGROUND-COLOR: #749BAD;
	BORDER-BOTTOM: #dadada 2px ridge;
	BORDER-LEFT: #dadada 2px ridge;
	BORDER-RIGHT: #dadada 2px ridge;
	BORDER-TOP: #dadada 2px ridge;
	COLOR: #ffffff;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: center
}
.successtext {
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
	background-color : #c4c4ff;
	border : 1px dashed #555555;
}
.toolheader {
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 8px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-align : right;
	color : #ffffff;
	background-color : #333333;
}
.toolheaderi3 {
	BACKGROUND-COLOR: #5B879C;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 6px;
	PADDING-LEFT: 6px;
	PADDING-TOP: 6px;
	PADDING-RIGHT: 6px;
}
.toolTable {
	BACKGROUND-COLOR: #ffffff
}


/**************************/
/* Calendar Pop Up Styles */
/**************************/

.BSCalcpYearNavigation,
.BSCalcpMonthNavigation
		{
		background-color:#6677DD;
		text-align:center;
		vertical-align:center;
		text-decoration:none;
		color:#FFFFFF;
		font-weight:bold;
		}
.BSCalcpDayColumnHeader,
.BSCalcpYearNavigation,
.BSCalcpMonthNavigation,
.BSCalcpCurrentMonthDate,
.BSCalcpCurrentMonthDateDisabled,
.BSCalcpOtherMonthDate,
.BSCalcpOtherMonthDateDisabled,
.BSCalcpCurrentDate,
.BSCalcpCurrentDateDisabled,
.BSCalcpTodayText,
.BSCalcpTodayTextDisabled,
.BSCalcpText
		{
		font-family:arial;
		font-size:8pt;
		}
TD.BSCalcpDayColumnHeader
		{
		text-align:right;
		border:solid thin #6677DD;
		border-width:0px 0px 1px 0px;
		}
.BSCalcpCurrentMonthDate,
.BSCalcpOtherMonthDate,
.BSCalcpCurrentDate
		{
		text-align:right;
		text-decoration:none;
		}
.BSCalcpCurrentMonthDateDisabled,
.BSCalcpOtherMonthDateDisabled,
.BSCalcpCurrentDateDisabled
		{
		color:#D0D0D0;
		text-align:right;
		text-decoration:line-through;
		}
.BSCalcpCurrentMonthDate
		{
		color:#6677DD;
		font-weight:bold;
		}
.BSCalcpCurrentDate
		{
		color: #FFFFFF;
		font-weight:bold;
		}
.BSCalcpOtherMonthDate
		{
		color:#808080;
		}
TD.BSCalcpCurrentDate
		{
		color:#FFFFFF;
		background-color: #6677DD;
		border-width:1px;
		border:solid thin #000000;
		}
TD.BSCalcpCurrentDateDisabled
		{
		border-width:1px;
		border:solid thin #FFAAAA;
		}
TD.BSCalcpTodayText,
TD.BSCalcpTodayTextDisabled
		{
		border:solid thin #6677DD;
		border-width:1px 0px 0px 0px;
		}
A.BSCalcpTodayText,
SPAN.BSCalcpTodayTextDisabled
		{
		height:20px;
		}
A.BSCalcpTodayText
		{
		color:#6677DD;
		font-weight:bold;
		}
SPAN.BSCalcpTodayTextDisabled
		{
		color:#D0D0D0;
		}
.BSCalcpBorder
		{
		border:solid thin #6677DD;
		}
