/*png fix*/
* html img,
* html .png {
  azimuth: expression(
    this.pngSet?
      this.pngSet=true : 
        (this.nodeName == "IMG" ? 
          (this.src.toLowerCase().indexOf('.png')>-1 ? 
            (this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
                this.src = "/App_Themes/Confirmit/Img/homepage/blank.gif") :
            '') :
          (this.currentStyle.backgroundImage.toLowerCase().indexOf('.png')>-1) ?
            (this.origBg = (this.origBg) ? 
              this.origBg :             
              this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
              this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
              this.runtimeStyle.backgroundImage = "none") :
            ''
        ), this.pngSet=true
  );
}
/*preloader*/
div#preload { display: none; }
/*preloader*/
/*New Banner*/
.fader-main
{
 width:950px;
 height:250px;
color:#ffffff;
}
.fader
{
width:950px;
height:250px;
margin-left:auto;
margin-right:auto;
background-image: url (banner1.jpg);
background-repeat:no-repeat;
font-family:Arial;
color:#ffffff;
font-weight:800;
}
.fader_text_container
{	
	float:right;
	width:300px;
	height:200px;
	padding-top:20px;
	padding-right:20px;
	font-family:Arial;
	font-size:11pt;
	line-height:20pt;
	vertical-align:middle;
}
.fader_text_pic1
{	
	float:right;
	width:300px;
	height:200px;
	padding-top:20px;
	font-family:Arial;
	font-size:11pt;
	line-height:20pt;
	vertical-align:middle;
}

.fader_text_pict2
{	
	float:right;
	padding-right:240px;
	width:420px;
	height:230px;
	padding-top:22px;
	font-family:Arial;
	font-size:11pt;
	line-height:20pt;
}
.fader_text_pict4
{	
	float:right;
	padding-right:200px;
	width:300px;
	height:230px;
	padding-top:20px;
	font-family:Arial;
	font-size:11pt;
	line-height:20pt;
}
#list
{
	padding-top:2px;
	list-style-image: url(/App_themes/Confirmit/Img/homepage/bullet_menu_ie.png);
	vertical-align:middle;
	line-height:10pt;
}
#list1
{
	padding-top:2px;
	list-style-image: url(/App_themes/Confirmit/Img/homepage/bullet_menu.png);
	vertical-align:middle;
	line-height:10pt;
}

#list a, #list1 a
{
	font-family:Arial;
	color:#ffffff;
	text-decoration:none;
	vertical-align:middle;
	font-size:10pt;
}
#list a:hover, #list1 a:hover
{
	font-family:Arial;
	color:#ffffff;
	text-decoration:underline;
	vertical-align:middle;
}
/*New Banner*/
/*Applications*/
.apps_cotainer 
{
 width:630px;
 margin-left:auto;
 margin-right:auto;
 padding:10px;
}
.apps_left
{
 float:left;
 width:308px;
 height:225px;
 margin-bottom:15px;
}
.apps_center
{
 float:left;
 width:10px;
 height:225px;
 margin-bottom:15px;
}
.apps_right
{
 float:left;
 width:308px;
 height:225px;
 margin-bottom:15px;
}
.apps_header
{
 float:left;
 width:278px;
 padding-left:20px;
 padding-right:10px;
 height:24px;
 padding-top:7px;
 font-size:10pt;
 color:#ffffff;
 background-color:#666666;
 background-image:url(/App_themes/Confirmit/Img/Applications/header.png);
 background-repeat:repeat-x;
}
#apps_content
{
 float:left;
 width:306px;
 height:189px;
 border-left:1px solid #e0e0e0;
 border-right:1px solid #e0e0e0;
}
.market_research-trans-on
{
 float:left;
 width:310px;
 height:189px;
 background-repeat:no-repeat;
 background-image:url(/App_themes/Confirmit/Img/Applications/market_research_trans.jpg);
 background-repeat:no-repeat;
}
.market_research-trans-off
{
 float:left;
 width:310px;
 height:189px;
 background-repeat:no-repeat;
 background-image:url(/App_themes/Confirmit/Img/Applications/market_research.jpg);
 background-repeat:no-repeat;
}
.market_research-trans-off a
{
 visibility:hidden;
}
.market_research-trans-on a
{
 visibility:visible;
}

.industry-trans-on
{
 float:left;
 width:310px;
 height:189px;
 background-repeat:no-repeat;
 background-image:url(/App_themes/Confirmit/Img/Applications/Industry_trans.jpg);
 background-repeat:no-repeat;
}
.industry-trans-off
{
 float:left;
 width:310px;
 height:189px;
 background-repeat:no-repeat;
 background-image:url(/App_themes/Confirmit/Img/Applications/Industry.jpg);
 background-repeat:no-repeat;
}
.industry-trans-off a
{
 visibility:hidden;
}
.industry-trans-on a
{
 visibility:visible;
}

.employee-trans-on
{
 float:left;
 width:310px;
 height:189px;
 background-repeat:no-repeat;
 background-image:url(/App_themes/Confirmit/Img/Applications/Employee_feedback_trans.jpg);
 background-repeat:no-repeat;
}
.employee-trans-off
{
 float:left;
 width:310px;
 height:189px;
 background-repeat:no-repeat;
 background-image:url(/App_themes/Confirmit/Img/Applications/Employee_feedback.jpg);
 background-repeat:no-repeat;
}
.employee-trans-off a
{
 visibility:hidden;
}
.employee-trans-on a
{
 visibility:visible;
}

.customer-trans-on
{
 float:left;
 width:310px;
 height:189px;
 background-repeat:no-repeat;
 background-image:url(/App_themes/Confirmit/Img/Applications/Customer_feedback_trans.jpg);
 background-repeat:no-repeat;
}
.customer-trans-off
{
 float:left;
 width:310px;
 height:189px;
 background-repeat:no-repeat;
 background-image:url(/App_themes/Confirmit/Img/Applications/Customer_feedback.jpg);
 background-repeat:no-repeat;
}
.customer-trans-off a
{
 visibility:hidden;
}
.customwer-trans-on a
{
 visibility:visible;
}


#apps_text
{ 
 display:block;
 text-align:center;
 float:left;
 padding-left:30px;
 padding-right:30px;
 padding-top:60px;
 width:250px;
 height:129px;
}
.apps_footer
{
 float:left;
 width:308px;
 height:10px;
 background-image:url(/App_themes/Confirmit/Img/Applications/footer.png);
 background-repeat:repeat-x;
}



/*Applications*/

/*Events*/
.date
{
width:210px;

}
.region
{
width:55px;
}
.focus
{
width:130px;
}
.event_name
{
width:310px;
color:#999999;
}
.header 
{	
	border-left:1px solid #e0e0e0;
	height:26px;
	background-image:url(/App_themes/Confirmit/Img/Events/tabs-background.jpg);
	background-repeat:repeat-x;		
}
.footer
{
	height:26px;
	background-image:url(/App_themes/Confirmit/Img/Events/footer.jpg);
	background-repeat:repeat-x;
}
.footer a
{
	font: Arial;
	font-size:8pt;
	font-weight:normal;
	color:#6a737b;
}
.footer a:visited
{
	font: Arial;
	font-size:8pt;
	font-weight:normal;
	color:#6a737b;
	text-decoration:none;
}
.option1
{
	font-family:Arial;
	font-size:8pt;
	color:#000000;
}
.option1a
{
	margin-left:4px;
	font-family:Arial;
	font-size:8pt;
	color:#000000;
}

.footer a:Active
{
	font: Arial;
	font-size:8pt;
	font-weight:normal;
	color:#6a737b;
	text-decoration:none;
}
.rows
{
	 border: 1px solid #e0e0e0;
	 height:20px;
}
.rows a
{
	 text-decoration:none;
	 text-decoration:underline;
	 font-weight:bold;
}
.alternig_row a
{
	 text-decoration:none;
	 background-color:#f1f1f1;
	 text-decoration:underline;
	 font-weight:bold;
}

.rows a:hover
{
	 
	 color:#999999;
}
 .alternig_row a:hover 
 {
 	background-color:#f1f1f1;
	color:#999999;
 }
.alternig_row
{
	 background-color:#f1f1f1;
}
.GridView 
{
	border: 1px solid #e0e0e0;
	font-family:Arial;
	font-size:9pt;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
	border: 1px solid #e0e0e0;	
}
/*Events*/
/*png fix*/
/*Architectual diagram*/
.diagram
{
 width:425px;
 height:295px;
 float:left;
 margin-bottom:10px;
 margin-left:8px;
}
.diagram_text_area
{
 width:239px;
 height:285px;
 padding:5px;
 background-image:url(/App_Themes/Confirmit/Img/architecture/architectural_diagram_text_area.jpg);
 background-repeat:no-repeat;
 float:left;
 margin-bottom:10px;
}
/*Architectual diagram*/
/*Homepage panels*/
.panel_container_main
{
 width:953px;
 margin-left:auto;
 margin-right:auto;
 margin-top:10px;
 margin-bottom:10px;
 height:108px;
}
.panel_news
{
 width:310px;
 float:left;
}
.panel_changeable
{
 width:310px;
 float:left;
}
li
{ 
 font:Arial;
 font-weight:normal;
 color:#000000;
 list-style-image:url(/App_themes/Confirmit/Img/homepage/bullet.png);
 padding-top:0px;
}
#community_panel ul li
{
 font:Arial;
 font-weight:normal;
 list-style-type:none;
 color:#000000;
 padding-top:0px;
}
.panel_container_main a
{
 text-decoration:none;
 color:#000000;
}
/*.panel_container_main a:hover
{ 
 color:#F46C22;
 text-decoration:underline; 
}*/
.panel_spacer
{
 width:10px;
 height:108px;
 float:left;
}
.panel_left
{
 width:10px;
 height:108px;
 background-image:url(/App_themes/Confirmit/Img/homepage/pannel_left_home.jpg);
 background-repeat:no-repeat;
 float:left;
}
.panel_right
{
 width:10px;
 height:108px;
 background-image:url(/App_themes/Confirmit/Img/homepage/pannel_right.jpg);
 background-repeat:no-repeat;
 float:left;
}
.panel_right_temp
{
 width:100px;
 height:108px;
 background-image:url(/App_themes/Confirmit/Img/homepage/pannel_listenup.jpg);
 background-repeat:no-repeat;
 float:left;
}
.panel_content
{
 width:290px;
 height:108px;
 float:left;
 background-image:url(/App_themes/Confirmit/Img/homepage/pannel_center.jpg);
 background-repeat:repeat-x;
}
.panel_news_content
{
 width:194px;
 height:108px;
 float:left;
 background-image:url(/App_themes/Confirmit/Img/homepage/pannel_center.jpg);
 background-repeat:repeat-x;
}
.panel_news_right
{
width:106px;
height:108px;
background-image:url(/App_themes/Confirmit/Img/homepage/pannel_news_left.jpg);
background-repeat:no-repeat;
float:left;
}
.panel_changeable_right
{
width:106px;
height:108px;
background-image:url(/App_themes/Confirmit/Img/homepage/pannel_breakfast_left.jpg);
background-repeat:no-repeat;
float:left;
}
.panel_clients
{
 width:310px;
 float:left;
}
.panel_changeable
{
 width:310px;
 height:108px;
 background-repeat:no-repeat;
 float:right; 

}
.panel_header
{
 padding-top:5px;
 height:9pt;
 padding-bottom:5px;
 font:Arial;
 font-size:9pt;
 font-weight:bold;
 color:#f78f1e;

}
.panel_header_clients
{
 padding-left:10px;
 padding-top:5px;
 height:9pt;
 font:Arial;
 font-size:9pt;
 font-weight:bold;
 color:#f78f1e;
}
.panel_whitepapers
{
	height:108px;
	width:313px;
}
.panel_clients_content
{
	height:90px;
	width:313px;
}
#clients {
width:313px;
height:91px;
background-image:url(/App_themes/Confirmit/Img/homepage/Logos_backdrop.jpg);
background-repeat:no-repeat;
overflow:hidden;
}

#whitepapers {
width:313px;
height:108px;
background-image:url(/App_themes/Confirmit/Img/homepage/events/events_backdrop.jpg);
background-repeat:no-repeat;
overflow:hidden;
}

#events {
width:313px;
height:108px;
background-image:url(/App_themes/Confirmit/Img/homepage/events/events_backdrop.jpg);
background-repeat:no-repeat;
overflow:hidden;
float:right;
}

.clear
{
 clear:both;
}
/*Homepage panels*/
/*homepage*/
.main-content
{
 width:950px;
 height:360px;
 margin-left:auto;
 margin-right:auto;
}
.banner_main
{
	width: 950px;
	height: 350px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	z-index:10;
	 
}
.quick-links-container
{
	width:950px;
	top:297px;
	height:53px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:20;
 
}
.quick-links-container1
{
	padding-top:10px;
	padding-bottom:10px;
	width:950px;
	height:53px;
	margin-left:auto;
	margin-right:auto;
	z-index:20;
 
}
.quick-links-home
{
 width:950px; 
 height:53px;
 float:left;
 background-image:url(/App_themes/Confirmit/Img/homepage/quick-links.png);
 background-repeat:no-repeat;
}
#evaluate-my-needs
{
 padding-left:83px;
 height:27px;
 padding-top:23px;
 padding-bottom:15px;
 width:120px;
 float:left;
}
#evaluate-my-needs a
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:10pt;
 color:#ffffff;
 text-decoration:none;
}
#evaluate-my-needs a:hover
{
 text-decoration:underline;
}
#read-case-studies
{
padding-left:120px;
 width:120px;
 height:26px;
 padding-top:24px;
 padding-bottom:15px;
 float:left;
}
#read-case-studies a
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:10pt;
 color:#FFFFFF;
 text-decoration:none;
}
#read-case-studies a:hover
{
 text-decoration:underline;
}
#request-a-demo
{
 padding-left:130px;
 width:120px;
 height:33px;
 padding-top:23px;
 float:left;
}
#request-a-demo a 
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:10pt;
 color:#FFFFFF;
 text-decoration:none;
}
#request-a-demo a:hover
{
 text-decoration:underline;
}
#contact-me
{
padding-left:130px;
height:33px;
padding-top:23px;
float:left;
}
#contact-me a
{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:#FFFFFF;
text-decoration:none;
}
#contact-me a:hover
{
 text-decoration:underline;
}
.banner_left
{
	width:323px;
	height:350px;
	float:left;
	background-image: url(/App_themes/Confirmit/Img/homepage/banner-left.png);
	background-repeat: no-repeat;
}
#banner_left_text
{
 margin-left:220px;
 width:100px;
 height:10px;
 padding-top:33px;
}
#banner_left_text a
{
 font-family:Arial, Helvetica, sans-serif;
 color:#ffffff;
 font-size:14pt;
 text-decoration:none;
 
}
.banner_center
{
	width: 309px;
	height: 350px;
	float:left;
	background-image: url(/App_themes/Confirmit/Img/homepage/banner-center.png);
	background-repeat: no-repeat;
}

.box
{
	width: 309px;
	height: 350px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	text-align: left;
}
#menu_1 a
{
 font-family:Arial, Helvetica, sans-serif;
 color:#ffffff;
 text-decoration:none;
 font-size:12px;
 line-height:20px;
 display:block;
}
#menu_1 a:hover
{
 font-family:Arial, Helvetica, sans-serif;
 color:#F46C22;
 font-size:12px;
 line-height:20px;
 text-decoration:underline;
 display:block;
}
.banner-right
{
	width: 318px;
	height: 350px;
	float:right;
}
.blend img
{
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
}
#blendme
{
	width: 318px;
	height: 350px;
	background-image: url(/App_themes/Confirmit/Img/homepage/banner-right.png);
	background-repeat: no-repeat;
	float:right;
        overflow:hidden;
}

/*homepage*/
.logo_container
{
	width:950px;
	height:83px;
	margin-top:25px;
	margin-bottom:19px;
	margin-left:auto;
	margin-right:auto;
}
.logo
{
	width:132px;
	height:83px;
	float:left;
	text-align:left;
	background-image:url(/App_Themes/Confirmit/Img/logo.jpg);
	background-repeat:no-repeat;
}
.admin
{	
	width:813px;
	height:83px;
	float:right;
	margin-bottom:10px;
	text-align:left;
}
.admin_menu
{	
	width:195px;
	margin-top:38px;
	height:41px;
	float:right;
	text-align:left;
}
.admin_menu1
{	
	width:auto;
	margin-top:62px;
	height:21px;
	text-align:left;
	margin-right:2px;
	float:right;
}
/* Search and Dropdown Menu Items */
.option1
{
	font-family:Arial;
	font-size:8pt;
	color:#000000;
	background-color:0e0e0e;
}
.option
{
	
	margin-top:3px;
	font-size:8pt;
	color:#000000;
	background-color:0e0e0e;
	width:184px;
}
.path_option
{
	
	font-family:Arial;
	font-size:8pt;
	color:#000000;
	background-color:0e0e0e;
}
/* Sign In Sign Out Button */
input
{
	font-family:Arial;
	font-size:8pt;
	color:#000000;
	
}
.clear
{
	clear:both;
}
.menu_container
{
	height:31px;
	width:950px;
	margin-left:auto;
	margin-right:auto;

}

/*Main Menu Beginning*/
.actual_menu
{	
	height:31px;
	width:924px;
	float:left;
}
.menu_left
{
	width:13px;
	height:31px;
	background-image: url(/App_Themes/Confirmit/Img/main-menu/corner_left.jpg);
	background-repeat:no-repeat;
	float:left;

}
.menu_right
{
	width:13px;
	height:31px;
	background-image: url(/App_Themes/Confirmit/Img/main-menu/corner_right.jpg);
	background-repeat:no-repeat;
	float:right;

}
/* CMSMain Menu */
.CMSMenu
{
	height:31px;
	width:924px;
	text-align:center;
}
.seperator
{
	width:3px;
	height:31px;
	background-image: url(/App_Themes/Confirmit/Img/main-menu/spacer.jpg);
	background-repeat:repeat-x;
}

.CMSMenuItem, .CMSMenuItemMouseUp, .CMSMenuItemMouseDown, .CMSMenuHighlightedMenuItem, .CMSMenuHighlightedMenuItemMouseUp, .CMSMenuHighlightedMenuItemMouseDown, .CMSMenuHighlightedMenuItemMouseOver
{
	height:31px;
        padding-left:30px;
	padding-right:30px;
	font-family:Arial;
	font-weight:500;
	font-size: 10pt;
	background-image: url(/App_Themes/Confirmit/Img/main-menu/menuupper.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;

}

.CMSMenuHighlightedMenuItem, .CMSMenuHighlightedMenuItemMouseUp, .CMSMenuHighlightedMenuItemMouseDown, .CMSMenuHighlightedMenuItemMouseOver, .CMSMenuItemMouseOver
{
	height:31px;
	padding-left:30px;
	padding-right:30px;
        padding-left:30px;
	color:#F46C22;
	font-family:Arial;
	font-weight:500;
	font-size: 10pt;
	background-image: url(/App_Themes/Confirmit/Img/main-menu/menulower.jpg);
	background-repeat:repeat-x;
}

.SubCMSMenu
{
	height:auto;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #e5e5e5;
	background-color:#F5F5F5;
	font-size:10pt;
}
.SubCMSMenuItem, .SubCMSMenuItemMouseUp, .SubCMSMenuItemMouseDown, .SubCMSMenuHighlightedMenuItem, .SubCMSMenuHighlightedMenuItemMouseUp, .SubCMSMenuHighlightedMenuItemMouseOver, .SubCMSMenuHighlightedMenuItemMouseDown
{
	font-family:Arial;
	font-weight:normal;
	font-size: 10pt;
	text-align:left;
	padding-top:6px;
	width:auto;
	color:#000000;
	background-color:#F5F5F5;
	vertical-align:middle;
	height:10px;
	padding-left:10px;
}
.SubCMSMenuItemMouseOver
{
	padding-top:6px;
	text-align:left;
	height:10px;
	width:auto;
	allign:center;
	padding-left:10px;
	vertical-align:middle;
	color:#F46C22;

}

.SubCMSMenuHighlightedMenuItem, .SubCMSMenuHighlightedMenuItemMouseUp, .SubCMSMenuHighlightedMenuItemMouseOver, .SubCMSMenuHighlightedMenuItemMouseDown
{
	height:10px;
	width:auto;
	vertical-align:middle;
	background-color:#F5F5F5;
	color:#F46C22;

}
/* CMSMain Menu */
/*Content Related CSS*/
/*Standard Tags*/
div#body img {display:block;}
body
{
	white-space:none;
	font-family:Arial;
	font-size:9pt;
	margin:0px;
	padding:0px;
}
a
{
	font-weight:normal;
	font-size: 8pt;
	color:#000000;
	text-decoration:underline;
	white-space:normal;
	line-height: normal;
}
A:link
{
	font-size:8pt;
	line-height: normal;
}
A:hover, A:visited, A:active
{
	font-size:8pt;
	line-height: normal;
}
h1{
	font-size:16pt;
	font-weight:800;
	color:#F46C22;
	line-height:20pt;
}
h3{
	font-size:9pt;
	font-weight:bold;
	color:#F46C22;
}
h4{
	font-size:9pt;
	font-weight:bold;
	color:#F46C22;	
}
p {
	font-size:9pt;
	color:#000000;
}
/*Standard Tags*/
/*Standard banner start*/
.main_container
	{
	width:950px;
	min-height:400px;
	margin-left:auto;
	margin-right:auto;
}
/*logon template start*/
.text_box1
{
	margin-top:18px;
	width:465px;
	float:left;
	min-height:100px;
}
.bottom_content1
{
	height:12px;
	width:470px;
	
}
.top_left
{
	float:left;
	width:13px;
	height:12px;
	background-image: url(/App_Themes/Confirmit/Img/tl.jpg);
	background-repeat: no-repeat;
}
.top1
{
	width:445px;
	height:12px;
	float:left;
	background-image: url(/App_Themes/Confirmit/Img/top.jpg);
	background-repeat:repeat-x;
}
.top_right
{
	width:12px;
	height:12px;
	float:right;
	background-image: url(/App_Themes/Confirmit/Img/tr.jpg);
	background-repeat: no-repeat;
}
#content1
{
	width:408px;
	padding-left:10px;
	padding-right:50px;
	min-height:400px;
	float:left;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	color:#000000;
	font-family:Arial;
	font-size: 8pt;
}
#content1 A:link
{
	text-decoration: none;
	color:#000000;
	font-family:Arial;
	font-size: 8pt;
}
#content1 A:active
{
	text-decoration:none;
	color:#000000;
}
#content1 A:hover
{	
	color:#000000;
}

h2{
	font-size:11pt;
	color:#F46C22;
	text-decoration:none;
}
.bottom_left
{
	width:13px;
	height:12px;
	float:left;
	background-image: url(/App_Themes/Confirmit/Img/bl.jpg);
	background-repeat: no-repeat;
}
.bottom1
{
	width:445px;
	height:12px;
	float:left;
	background-image: url(/App_Themes/Confirmit/Img/bottom.jpg);
	background-repeat:repeat-x;
	
}
.bottom_right
{
	width:12px;
	height:12px;
	float:right;
	background-image: url(/App_Themes/Confirmit/Img/br.jpg);
	background-repeat: no-repeat;
}	
.text_box_spacer
{
	width:14px;
	float:left;
	min-height:100px;
}
.text_box1
{
	margin-top:18px;
	width:465px;
	float:left;
	min-height:100px;
}

/*logon template end*/
/*Common Template start*/
.grey_border_textArea
{
	margin-top:18px;	
	margin-right:2px;
	width:720px;
	float:left;
	min-height:100px;

}
.border_TopBottom
{
	height:12px;
	width:716px;	
}
.border_top_left
{
	float:left;
	width:13px;
	height:12px;
	background-image: url(/App_Themes/Confirmit/Img/tl.jpg);
	background-repeat: no-repeat;
}
.border_top
{
	width:691px;
	height:12px;
	float:left;
	background-image: url(/App_Themes/Confirmit/Img/top.jpg);
	background-repeat:repeat-x;
}
.border_top_right
{
	width:12px;
	height:12px;
	float:right;
	background-image: url(../App_Themes/Confirmit/Img/tr.jpg);
	background-repeat: no-repeat;
}
.border_bottom_left
{
	width:13px;
	height:12px;
	float:left;
	background-image: url(/App_Themes/Confirmit/Img/bl.jpg);
	background-repeat: no-repeat;
}
.border_bottom
{
	width:691px;
	height:12px;
	float:left;
	background-image: url(/App_Themes/Confirmit/Img/bottom.jpg);
	background-repeat:repeat-x;
	
}
.border_bottom_right
{
	width:12px;
	height:12px;
	float:right;
	background-image: url(/App_Themes/Confirmit/Img/br.jpg);
	background-repeat: no-repeat;
}
#breadcrumbs
{
	width:654px;
	padding-left:10px;
	padding-right:50px;
	float:left;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	padding-bottom:10px;	
}
.breadcrumbs
{
	height:10px;
	width:654px;
	float:left;
}
.CMSBreadCrumbsLink
{
	font-weight:normal;
	line-height:8pt;
	font-size:8pt;
	color:#000000;
	text-decoration:none;
}
.CMSBreadCrumbsCurrentItem
{
	font-weight:normal;
	font-size:8pt;
	color:#000000;
	/*color:#FFA000;*/
	text-decoration:none;
}
#content
{
	width:694px;
	padding-left:10px;
	padding-right:10px;
	min-height:503px;
	float:left;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
}
.text_container
{
 width:414px;
 margin-right:10px;
 float:left;	
}
#content h1{
	font-size:16pt;
	font-weight:800;
	color:#F46C22;
}
#content a 
{
	font-size:9pt;	
	color:#F46C22;
	text-decoration:none;
}
#content a:Hover 
{
 	color:#F46C22;
	text-decoration:underline;
}
#content p
{
	color:#000000;
	font-size:9pt;
}
/*News seperator*/
.border_press{
	width:694px;
	border-bottom:#e0e0e0 1px solid;
	padding-bottom:10px;
	
}
.spacer
{
 width:100%; 
 height:10px;
}
/*Common Template end*/
/*Quick Links section*/
.underline
{
padding:10px;
margin:0px;
}
.QuickLinkslist
{
list-style-image: url(/App_Themes/Confirmit/Img/marker.png);
}
.QuckLinksContainer
{
margin-top:18px;
float:right;
width:220px;
}
.QuickLinksSpacer
{
 background-image: url(/App_Themes/Confirmit/Img/quick_links/spacer.jpg);
 float:right;
 height:18px;
 width:220px;
}
.QuckLinksContainer2
{
float:right;
width:220px;
}
/*Call to action box*/
#CallToActionBox
{
width:220px; 
min-height:60px; 
}
#CallToActionBox p
{
 padding-top:7px;
 color:#ffffff;
}

.CallToActionHeader
{
background-image: url(/App_Themes/Confirmit/Img/quick_links/header_container.jpg);
background-repeat:none;
widht:190px;
padding-left:20px;
padding-right:10px;
height:24px;
padding-top:7px;
font-size:10pt;
color:#ffffff;
}
#CallToActionBox
{
font-size:10pt;
width:220px; 
height:270px; 
}
.CallToActionTop
{
background-image: url(/App_Themes/Confirmit/Img/quick_links1/call_to_action_top.jpg);
background-repeat:none;
width:220px;
height:20px;
}
.CallToActionIcon1
{
background-image: url(/App_Themes/Confirmit/Img/quick_links1/call_to_action_icon1.png);
width:60px;
height:50px;
float:left;
}
.CallToActionIcon2
{
background-image: url(/App_Themes/Confirmit/Img/quick_links1/call_to_action_icon2.png);
width:60px;
height:50px;
float:left;
}
.CallToActionIcon3
{
background-image: url(/App_Themes/Confirmit/Img/quick_links1/call_to_action_icon3.png);
width:60px;
height:50px;
float:left;
}
.CallToActionIcon4
{
background-image: url(/App_Themes/Confirmit/Img/quick_links1/call_to_action_icon4.png);
width:60px;
height:50px;
float:left;
}
#CallToActionTextBox1
{
background-image: url(/App_Themes/Confirmit/Img/quick_links1/call_to_action_textbox1.png);
width:160px;
padding-top:10px;
padding-bottom:10px;
height:30px;
float:right;
}
.CallToActionTextBox1
{
background-image: url(/App_Themes/Confirmit/Img/quick_links1/call_to_action_textbox1.png);
width:160px;
padding-top:10px;
padding-bottom:10px;
height:50px;
float:right;
}
#CallToActionTextBox2
{
background-image: url(/App_Themes/Confirmit/Img/quick_links1/call_to_action_textbox2.png);
width:160px;
padding-top:10px;
padding-bottom:10px;
height:30px;
float:right;
}
#CallToActionTextBox3
{
background-image: url(/App_Themes/Confirmit/Img/quick_links1/call_to_action_textbox3.png);
width:160px;
padding-top:10px;
padding-bottom:10px;
height:30px;
float:right;
}
#CallToActionTextBox4
{
background-image: url(/App_Themes/Confirmit/Img/quick_links1/call_to_action_textbox4.png);
width:160px;
padding-top:10px;
padding-bottom:10px;
height:30px;
float:right;
}
#CallToActionTextBox1 A,#CallToActionTextBox2 A,#CallToActionTextBox3 A,#CallToActionTextBox4 A
{
padding-left:10px;
 font-weight:550;
 font-size:10pt;
 color:#ffffff;
 text-decoration:none;
}
#CallToActionTextBox1 A:hover, #CallToActionTextBox2 A:hover, #CallToActionTextBox3 A:hover, #CallToActionTextBox4 A:hover
{
 color:#F46C22;
}
.CallToActionFooter
{
background-image: url(/App_Themes/Confirmit/Img/quick_links/call_to_action_footer2.jpg);
background-repeat:no-repeat;
width:220px;
height:10px;
}

/*Quick Links Navigation box*/
#QuckLinksBox
{
font-size:8pt;
width:220px; 
min-height:150px; 
}
#QuickLinkContainer
{
 background-image: url(/App_Themes/Confirmit/Img/quick_links/quick_links_background.png);
 padding:20px;
 width:178px;
 height:180px;
 border-left:1px solid #e0e0e0;
 border-right:1px solid #e0e0e0;
}
#QuickLinkContainer A
{
 font-size:8pt;
 text-decoration:none;
 color:#000000;
}
#QuickLinkContainer A:hover
{
 text-decoration:underline;
 color:#000000;
}
.QucikLinkFooter
{
 background-image: url(/App_Themes/Confirmit/Img/quick_links/footer_container.jpg);
 background-repeat:no-repeat;
 width:220px;
 height:6px; 
}
/*Quick Links section end*/
/*SiteMap*/
#sitemap_content
{
	width:928px;
	padding-left:10px;
	padding-right:10px;
	min-height:200px;
	float:left;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
}
#sitemap_content a
{
 font-size:8pt;
 color:#F46C22;
 text-decoration:none;
}
#sitemap_content a:hover
{
 font-size:8pt;
 color:#F46C22;
 text-decoration:underline;
}
.sitemap_border
{
 margin-top:10px;	
 margin-right:2px;
 width:950px;
 min-height:100px;
}
.border_top_sitemap
{
	width:925px;
	height:12px;
	float:left;
	background-image: url(/App_Themes/Confirmit/Img/top.jpg);
	background-repeat:repeat-x;
}
.border_TopBottom_sitemap
{
	height:12px;
	width:950px;	
}
.sitemap_footer
{
widht:950px;
height:8px;
}
.sitemap_footer_left
{
float:left;
background-image: url(/App_Themes/Confirmit/Img/sitemap_footer_left.jpg);
background-repeat:no-repeat;
width:12px;
height:8px;
}
.sitemap_footer_center
{
float:left;
background-image: url(/App_Themes/Confirmit/Img/sitemap_footer.jpg);
background-repeat:repeat-x;
width:926px;
height:8px;
}

.CMSSiteMapListItem
{
}
.CMSSiteMapLink a:hover
{
 font-size:8pt;
 color:#F46C22;
 text-decoration:underline;
}
.sitemap_footer_right
{
float:right;
background-image: url(/App_Themes/Confirmit/Img/sitemap_footer_right.jpg);
width:12px;
height:8px;
background-repeat:no-repeat;
}
/*SiteMap*/
/*footer*/
#footer_container 
{
 margin-left:auto;
 margin-right:auto;
 widht:950px;
 height:98px;
}
#footer_container p
{
 font-weight:550;
 font-size:8pt;
 color: #000000; 
}
#footer_container a
{
 font-size:8pt;
 color:#F46C22;
 text-decoration:none;
}
#footer_container a:hover
{
 font-size:8pt;
 color:#F46C22;
 text-decoration:underline;
}

.footer_content
{
 width:950px;
 margin-top:18px;
 height:80px;
}
.footer_border_left
{
 float:left;
 background-image: url(/App_Themes/Confirmit/Img/footer/footer_left.jpg);
 background-repeat:no-repeat;
 width:10px; 
 height:80px;
}
.footer_center
{  
 float:left;
 background-image: url(/App_Themes/Confirmit/Img/footer/footer_center.jpg);
 background-repeat:repeat-x;
 height:80px;
 padding:0px;
 width:930px;
}
.footer_center1
{
 width:463px;
 padding-top:10px;
 height:20px;
 float:left;
}
.footer_center2
{
 width:463px;
 height:20px;
 padding-bottom:10px;
 float:right;
}
.footer_center3
{
 width:463px;
 padding-bottom:10px;
 height:10px;
 float:left;
}
.footer_center4
{
 width:463px;
 height:15px;
 padding-bottom:12px;
 float:left;
}
.footer_center5
{
 width:830px;
 height:18px
 float:left;
}
.footer_border_right
{
 float:right;
 background-image: url(/App_Themes/Confirmit/Img/footer/footer_right.jpg);
 background-repeat:no-repeat;
 width:10px; 
 height:80px;
}
/*footer end*/
/*Home Page*/

/*Home Page End*/
.tabs{
	font:Arial;
	font-size:9pt;
	font-weight:normal;
	color:#000000;
	list-style-image: url(/App_Themes/Confirmit/Img/bullet-styles/arrow_bullet.png);
	padding-left:0px;
	line-height: normal;
}

/*Pretty Piccies*/
.page_pictures_main 
{
 margin:5px;
 text-align:center;
 width:260px;
 float:right;
 padding-bottom:15px;
 font-size:8pt;
 color:##f78F1E;
}
.page_picture_container
{
 width:250px;
 height:167px;
 margin-bottom:15px;
}
.thumbnail_container_main
{
 width:250px;
 height:95px;
}
.thumbnail_container_left
{
 width:75px;
 height:75px;
 float:left;
 padding-right:12px;
 padding-bottom:5px;
}
.thumbnail_container_main_tabs
{
 width:160px;
 height:75px;
 padding:10px;
 padding-top:22px;
 float:left;
}
.thumbnail_container_main1_tabs
{
 width:75px;
 height:75px;
 padding:10px;
 padding-top:22px;
 float:left;
}
.thumbnail_container_main3_tabs
{
 width:260px;
 height:75px;
 padding:10px;
 padding-top:22px;
 float:left;
}
.thumbnail_container_1_tabs
{
 width:75px;
 height:75px;
 float:left;
}
.thumbnail_container_2_tabs
{
 width:75px;
 height:75px;
 float:left;
 padding-left:10px;
}
.thumbnail_container_3_tabs
{
 width:75px;
 height:75px;
 float:left;
 padding-right:10px;
 padding-left:10px;
}
.thumbnail_container_center
{
 width:75px;
 height:75px;
 float:left;
 padding-right:12px;
 padding-bottom:5px;
}
.thumbnail_container_right
{
 width:75px;
 height:75px;
 float:right;
 padding-bottom:5px;
}
/*Pretty Piccies*/

/*Pager*/
.PagerResults
{ 
 border-top:1px solid #e0e0e0;
 font-family:Arial;
 font-size:8pt;
 font-weight:normal;
 text-align:center;
 color:ff9900;

}
.PagerControl
{
 font-family:Arial;
 font-size:8pt;
 color:#000000;
 font-weight:normal;
 text-align:center;
}
.PagerNumberArea
{
}
.SelectedPrev
{
 font-size:10pt;
}
.SelectedPage
{
 font-size:10pt;
}
.UnselectedPage
{
 font-size:10pt;
}
.UnselectedNext
{

 font-size:10pt;

}
/*Pager*/
