/****************************************************/
/* GLOBAL SITE STYLES                               */
/****************************************************/

@import url("support/elements.css");
@import url("support/classes.css");
@import url("support/menus.css");
@import url("support/overrides.css");
@import url("support/modules.css");

/****************************************************/
/* COLORS

    IPC Blue #1:		#272361
    IPC Red:        	#cb2026
    IPC Dark Gray:		#6a7882
    Link Blue:			#3a82b4
	IPC Gray:			#97afc0
	IPC Light Gray:		#d7dee4
	IPC Blue #2			#6eb1d4
    IPC Blue #3			#8da0cb
	IPC Blue #4			#1c4698 (Commerce Link Main Color)
	IPC Orange:			#F57E20 (Commerce Lab Main Color)
	IPC Green:			#539241
	
*/

/****************************************************/
/* GLOBAL PAGE */

#Page {
    background: url("support/images/background.png") repeat-x top;
    }

    #PageContainerHome {
        width: 936px;
        background: url("support/images/background_content_home.png") repeat-y;
        margin-right: auto;
        margin-left: auto;
        padding: 0px;
        text-align: left;
        min-height: 570px;
        height: auto !important;
        height: 570px;
    }
	#PageContainerAdmin {
        width: 936px;
        background: url("support/images/background_content.png") repeat-y;
        margin-right: auto;
        margin-left: auto;
        padding: 0px;
        text-align: left;
        min-height: 570px;
        height: auto !important;
        height: 570px;
    }
	#PageContainer {
        width: 936px;
        background: url("support/images/background_content_page.png") repeat-y;
        margin-right: auto;
        margin-left: auto;
        padding: 0px;
        text-align: left;
        min-height: 570px;
        height: auto !important;
        height: 570px;
    }    
    #ContactUs
    {
        background: url("support/images/button_question_combo.png") no-repeat left top;
        height: 43px;
        width: 172px;
        display: block;        
        text-decoration: none;
		outline: none;
    }    
    #ContactUs:hover
    {
        background-position: left -43px;
    }
	#ContactUs:active
    {
        background-position: left -86px;
    }
	
	#buttonsTop
	{
	    padding:0px;
	    margin-top:9px;
		margin-left:10px;
	    float:right;
	    height:23px;
	    white-space:nowrap;
	    width:195px;
	    text-align:right;
	    margin-right:-2px;
	}
	#Developer
    {
        background: url("support/images/button_developer_combo.png") no-repeat left top;
        height: 23px;
        width: 90px;
        display: block;        
        text-decoration: none;
		outline: none;
		padding:0px;
		float:left;
    }    
    #Developer:hover
    {
        background-position: left -23px;
    }
	#Developer:active
    {
        background-position: left -46px;
    }
	#Partner
    {
        background: url("support/images/button_partner_combo.png") no-repeat left top;
        height: 23px;
        width: 90px;
        display: block;        
        text-decoration: none;
		outline: none;
		padding:0px;
		float:right;
    }    
    #Partner:hover
    {
        background-position: left -23px;
    }
	#Partner:active
    {
        background-position: left -46px;
    }
	#searchTop
	{
	    padding:0px;
	    margin-top:9px;
		margin-left:10px;
	    float:right;
	    height:23px;
	    white-space:nowrap;
	    text-align:right;
	}
	#poweredBy
    {
        float:right;
		background: url("support/images/button_small_poweredby_IPC.gif") no-repeat left top;
        height: 36px;
        width: 108px;
        display: block;        
        text-decoration: none;
		outline: none;
		clear:both;
		padding:0 7px 0 0;
    }

	
	.callout 
	{
		border-top:1px dotted #97afc0;
		border-bottom:1px dotted #97afc0;
		padding:14px 15px 5px 15px;
		margin:19px 0px;
		background-color:#f8fbfd;
		font-size:12px;
		line-height:16px;
		color:#6a7882;		
	}
	.calloutQuote
	{
		/* style="background-position: 8px 6px; */
		background:url("Support/Images/quote.png");
		background-repeat:no-repeat;
		background-position:top left;
		border-top:1px dotted #97afc0;
		border-bottom:1px dotted #97afc0;
		padding:14px 15px 5px 15px;
		margin:19px 0px;
		background-color:#f8fbfd;
		font-size:12px;
		line-height:16px;
		color:#6a7882;
	}
	.callout p
	{
		margin:0 0 9px 0;
		line-height:16px
	}
	.calloutTitle
	{
	text-transform:uppercase;
	letter-spacing:1px;
	color:#6eb1d4;
	font-size:11px;
	font-weight:bold;
	}
	.calloutFooter, .calloutFooter a, calloutQuote a
	{
	font-size:11px;
	color:#6a7882;
	}
		
	.sidebarFeatureBox
	{
		background:url("support/images/sidebar_featurebox_background.png");
		background-repeat:no-repeat;
		background-position:bottom;
		padding:7px 10px 10px 10px;
		margin-top:1px;
		font-size:11px;
		line-height:14px;
		overflow:hidden;
	}
	.sidebarFeatureBox p
	{
		margin:7px 0px 8px 0px;
		font-size:11px;
		line-height:14px;
	}
		
	

/****************************************************/
/* GLOBAL HEADER */

#Head
{
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 113px;
    padding-top: 3px;
    padding-right: 18px;
    font-size: 11px;
    color: #6a7983;
    position: relative;
}  
      
/****************************************************/
/* GLOBAL FOOTER */

#Foot
{
    clear:both;
    width: 936px;
    background-repeat: no-repeat;
    background-position: top;
    margin:0 auto;
    padding-top: 3px;
	padding-left:12px;
}

    #Foot p, 
    #Foot .SkinObject,
    #FootLinks
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        color: #6a7983;      
    }
	.FootText {
		margin-left:16px;
		font-size: 10px;
		line-height:18px;
		clear:left;
		padding-top:8px;
	}
div.dataTable table {
	background-color:#cacaca;
	line-height:13px;
	font-size:11px;
	margin:6px 0px 24px 0px;
	text-align:left;
	vertical-align:top;
	}
div.dataTable table th {
	background-color:#cccccc;
	color:#333333;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	}
div.dataTable table td {
	background-color:#ffffff;
	color:#666666;
	text-align:left;
	vertical-align:top;
	}
div.dataTable table tr.odd td {
	background-color:#ececec;
	color:#666666;
	text-align:left;
	vertical-align:top;
	}

/* Tutorial Head ----------*/

#TutorialHeadnew  {
		padding:15px 20px 20px 0px;
		background:url("/portals/3/images/tutorial_top_background.jpg") no-repeat top;
    }
    

#Developer {display:none;}
#Partner{display:none;}

#agreementBox { border: 1px solid rgb(151, 175, 192); margin: 0px 0px 15px 0px; padding: 15px; overflow: auto; height: 350px; display: block;}
#agreementAlert { border:1px solid #97afc0; padding: 10px;  color:#cb2026; font-size:11px;}
#printLink a, #printLink  {padding:0px 0px 0px 21px; background:url(images/print.gif); background-repeat:no-repeat; display:block; margin:10px 0px; font-weight:normal; font-size:11px; text-transform:capitalize;}

.leadContainer {width:auto;}