/****************************************************/
/* 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;}

/*---------------------------------------------------------			
 DNN LAYOUT STYLES
----------------------------------------------------------*/
#RibbonBar_ControlPanel ul li {
	background-image:none !important;
	}

.ControlPanel {	
	margin:0px;
	background:#f4f7f9;
    }
table.ControlPanel {
	background:#f4f7f9;
	}
.dnnRibbonBarHeader {
	height:30px;
	line-height:30px;
	background:#171722;
	color:#ffffff;
	height: 30px;
	line-height:30px;
	font-size: 13px;
	font-weight:normal;
	border:none;
	margin:0px 0px 20px 0px;
	padding:0px 20px 3px 20px;
	}
	.dnnRibbonBarHeader .SubHead {
		padding:0px;
		margin:0px;
		border:none;
		background:#171722;
		line-height:30px;
		font-size: 13px;
		}
		#RibbonBar.ascx_lblMode {
			font-size:15px;
			font-weight:700;
			}
.MainMenu_MenuContainer {
	background:#171722;
	color:#ffffff;
	height: 30px;
	line-height:30px;
	font-size: 13px;
	font-weight:normal;
	border:none;
	margin:0px;
	padding:0px 0px 0px 20px;
	border-bottom:1px solid #cccccc;
	}
	.MainMenu_MenuContainer tbody,
	.MainMenu_MenuContainer tbody tr, 
	.MainMenu_MenuContainer tbody td {
		padding:0px;
		margin:0px;
		border:none;
		color:#ffffff;
		}
	.MainMenu_MenuContainer tbody tr td {
		padding:0px 10px;
		margin:0px;
		height:30px;
		
		}
		.MainMenu_MenuContainer tbody tr td tbody,
		.MainMenu_MenuContainer tbody tr td tbody tr td {
			border:none !important;
			padding:0px 3px;
			margin:0px;
			}
.MainMenu_MenuItem {
	cursor: pointer;
	font-weight: normal;
	font-style: normal;
	border:none;
	}
.MainMenu_MenuItemSel {
font-weight: normal;
background:none;
color:#0072bc;
}
.MainMenu_MenuBar {
	cursor: pointer;
	}
#tbldnn_dnnMENU_ctldnnMENUMenuBar {
	margin:0px auto;
	padding:0px 10px;

	}
.MainMenu_MenuContainer tbody tr td .MainMenu_MenuItemSel {
background:#000000;
font-weight: normal;
color:#ffffff;
}	
#dnn_dnnMENU_ctldnnMENU {
	background:#333333;
	}
.MainMenu_SubMenu {
	color:#6a7882;
	font-weight: normal;
	font-style: normal;
	border:1px solid #97afc0;
	margin:0px;
	padding:5px;
	}
.MainMenu_MenuIcon {
cursor: pointer;
background:url('Support/Images/bullets.png') right -209px no-repeat #fff;
border:none;
text-align: center;
width: 16px;
height: 16px;
padding:3px 0px 3px 0px;
}

.SkinObject {
    text-decoration: none;
}

a.SkinObject:link, a.SkinObject:visited, a.SkinObject:active   {
    text-decoration:    none;
}

a.SkinObject:hover    {    
    color: #003366;
}
 
.SkinObject {
	}

/* GENERAL */
/* style for module titles */
/*.editH1 {
	font-size:15px;
	color:#000000;
	font-weight:bold;
	padding:0px 3px 0px 3px;
	margin:10px 0px 1px 0px;
	background:url(Support/Images/button-command-25.png) repeat-x 0px -100px;
	line-height:25px;
	color:#ffffff;
	}*/
.Head {
	}

/* style of item titles on edit and admin pages */
.SubHead, .SubHead LABEL    {  	margin-left:5px; margin-right:5px; font-weight:normal;}

span.SubHead center 
{
	color: #c0c0c0;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead { 	 }

/* text style used for most text rendered by modules */
.Normal 
{}
	
TD.Normal a 
{}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox 
{
}

.NormalRed { }

.NormalBold { }

.dnnRibbonGroup .footer {background:none;}

