/* -----------------------------------------------
    R2integrated Formatting Classes
	----------------------------------------------*/

/* dropping all padding to zero */
* {
	margin:0;
	padding:0;
	}

body {
	background: url(_i/bg.gif) repeat-x top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	}
body, 
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
p {
	margin: 0 0 10px;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
a img {
	border: 0;
}

div.box div.normal p img {
	margin: 2px 5px;
	
}
/* Page wrapper/container - contains left edge, subcontainer and right edge */	
div#container {
	width:1025px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	}
	
/* edge images */

div#leftedge {
    background: url(_i/edge_left.jpg) no-repeat top right;
	height: 442px;
	width: 15px;
	float:left;
}
div#rightedge {
    background: url(_i/edge_right.jpg) no-repeat top left;
	height: 442px;
	width: 14px;
	float:right;
}

/* Sub Container Formatting - contains content */
div#subcontainer {
	width:996px;
	background: url(_i/rightcol_grey.gif) repeat-y top right;
	float: left;
	display:inline;
	}

	
/* Header formatting */
div#header {
	background: url(_i/header.jpg) no-repeat top left;
	height:122px;
	margin:0;
	text-align: left;
	width: 100%;
	position:relative;
	}
.logo {
	width: 254px;
	position:relative;
	left:0px;
	top:0px;
	float:left;
	z-index:1001;
}
.TopRight {
	position:relative; 
	right:10px;
	top:25px;
	float:right; 
	z-index:1002; 
	text-align:right; 
	width:500px;
}
/* Top Navigation formatting */
div#navigation {
	background: #2e3c66;
	height:40px;
	margin:0;
	}
.Nav {
	width: 701px;
	float: left;
	height:40px;
}
.Newsletter {
	background: url(_i/newsletter.gif) no-repeat top left;
	height: 40px;
	width: 295px;
	float: left;
}
.AdminNav {
	width: 996px;
	text-align: center;
	background: url(_i/NavbarBG.gif) repeat-x top;
}


/* Right Column formatting */	
div#rightcol {
	float:right;
	width:295px;
	overflow: hidden;
	}
.sidebar {
	padding: 25px;
}
/* Content Area formatting */	
#content {
	clear:both;
	float:left;
	width:701px;
	overflow: hidden;
}
.bannerWrap {
}
.contentWrap {
	padding: 15px;
}
.ContentLeft_class {
	width: 210px;
	float: left;
	margin: 15px 0 0;
}
.ContentCenter_class {
	width: 210px;
	float: left;
	margin: 15px 0 0 20px;
}
.ContentRight_class {
	width: 210px;
	float: right;
	margin: 15px 0 0;
}
.BottomContentLeft_class {
	float: left;
	width: 325px;
}
.BottomContentRight_class {
	float: right;
	width: 290px;
}
.BottomContentLeft_class p, 
.BottomContentRight_class p, 
#rightcol p, 
.ContentLeft_class p, 
.ContentCenter_class p, 
.ContentRight_class p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
/* Page Footer Area formatting */	
.footerWrap {
	background: #FFF;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #676767;
	padding: 10px;
	text-align: center;
}
.footerWrap a:link, 
.footerWrap a:visited, 
.footerWrap a:active {
	color: #676767;
	margin: 0 0 0 15px;
}
/* This removes extra top padding on the copyright token in IE */	
* html div#footer div.left p {
	padding-top: 0px;
	}
	
div#footer div.center {
	width: 350px;
	height: 23px;
	float: left;
	text-align: center;
	display:inline;
	}
div#footer div.center p {
	padding-top: 5px;
	}
	
div#footer div.right {
	width: 295px;
	height: 23px;
	float: right;
	text-align: center;
	display:inline;
	}
div#footer div.right p {
	padding-top: 5px;
	}
	
/* POP UP WINDOW CLASSES */

.popup {
	border: 0px;
	padding: 0px;
}
.popup .header {
	background: url(_i/NavbarBG.gif) repeat-x;
}
.popup .content {
	background-color: #FFF;
	}
.popup .footer {
	background-color: #2F3E69;
	padding-right: 10px;
}
.popup .footer a:link, .popup .footer a:visited, .popup .footer a:active{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.popup .footer a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

/* ====================== */

/* -----------------------------------------------
    General Classes for DNN
	----------------------------------------------*/


/* ================= */
/* GENERAL */
/* style for module titles */
.Head {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #000000;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
	color: #515151;
	line-height: 1.7;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.NormalRed {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    color: #FF0000;
}
.NormalBold {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 9px;
    font-weight: bold;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}
A.CommandButton:visited {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover {
    text-decoration:    underline;
    color: #FF0000;
}    
/* GENERIC */

a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #04a2d5;
	text-decoration: none;
}
a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #04a2d5;
	text-decoration: none;
}
a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ec900c;
	text-decoration: none;
}

a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #04a2d5;
	text-decoration: none;
}


SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}
/*UL LI {
    list-style-type:    square ;
}
UL LI LI {
    list-style-type:    disc;
}
UL LI LI LI {
    list-style-type:    circle;
}
OL LI {
    list-style-type:    decimal;
}
OL OL LI {
    list-style-type:    lower-alpha;
}
OL OL OL LI {
    list-style-type:    lower-roman;
}*/
HR {
    color: #cccccc;
    height:1pt;
}
/*___________________________________________________________________________________________*/

.breadcrumb {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #7e7e7e;
	text-decoration: none;
}
a.breadcrumb:link {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #7e7e7e;
	text-decoration: none;
}
a.breadcrumb:visited {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #7e7e7e;
	text-decoration: none;
}
a.breadcrumb:hover {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #7e7e7e;
	text-decoration: underline;
}
a.breadcrumb:active {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    color: #7e7e7e;
	text-decoration: none;
}



.Copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  9px;
    color: #017398;
	font-weight: normal;
	text-decoration:none;
}
a.Copyright:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  9px;
    color: #017398;
	font-weight: normal;
	text-decoration:none;
}
a.Copyright:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  9px;
    color: #017398;
	font-weight: normal;
	text-decoration:none;	
}
a.Copyright:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  9px;
    color: #017398;
	font-weight: normal;
	text-decoration:none;
}
a.Copyright:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  9px;
    color: #017398;
	font-weight: normal;
	text-decoration:none;
}

.links_bottom {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #515151;
	font-weight: normal;
	text-decoration:none;
}
a.links_bottom:link {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #515151;
	font-weight: normal;
	text-decoration:none;
}
a.links_bottom:visited {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #515151;
	font-weight: normal;
	text-decoration:none;
}
a.links_bottom:hover {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #515151;
	font-weight: normal;
	text-decoration:underline;	
}
a.links_bottom:active {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:  10px;
    color: #515151;
	font-weight: normal;
	text-decoration:none;	
} 

.DNNCopyright {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;
}

a.DNNCopyright:visited {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.DNNCopyright:active {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;	
}
a.DNNCopyright:hover {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #4791C5;
	text-decoration:none;	
}
a.DNNCopyright:link {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  9px;
    color: #333333;
	text-decoration:none;
}
.links_top {
    color: #005395;
	font-family: Verdana, Geneva, sans-serif;
    font-size:  9px;
	margin: 0 0 15px;
}
.links_top a:link, .links_top a:visited, .links_top a:hover, .links_top a:active {
	font-family: Verdana, Geneva, sans-serif;
    font-size:  9px;
    color: #005395;
	text-decoration:none;
	padding: 0 0 5px;
}
/* Main Menu */

.MainMenu_MenuContainer {
	border: 0px;
	background-color: transparent;
	width: 263px;
	padding-top: 0px;
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #838282; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	border: 1px #EEEEEE solid;
	padding: 1px;
	background-color: transparent;
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_MenuItemSel {
	background-color: #87b6bf; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	border: 1px #87b6bf solid;
	padding: 1px;
}
.rootmenuitem {
	background: trasparent;
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px; 
	border-top: 2px solid #a5c8cf;
	border-bottom: 1px transparent;
	border-left: 1px transparent;
	border-right: 1px transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
	padding-bottom: 6px;
	font-weight: bold;
	
	height: 34px;
	display:table-cell;
}
.rootmenuitemselected {
	background: trasparent;
	cursor: hand; 
	color: #017398; 
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	border-top: 2px solid #a5c8cf;
	border-bottom: 1px transparent;
	border-left: 1px transparent;
	border-right: 1px transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
	padding-bottom: 6px;
	font-weight: bold;
	
	height: 34px;
	display:table-cell;
}
.rootmenuitembreadcrumb {
	background: trasparent;
	cursor: hand; 
	color: #017398; 
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	border-top: 2px solid #a5c8cf;
	border-bottom: 1px transparent;
	border-left: 1px transparent;
	border-right: 1px transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 9px;
	padding-bottom: 6px;
	font-weight: bold;
	
	height: 34px;
	display:table-cell;
}
.submenuitembreadcrumb {
	cursor: hand; 
	color: #FF875B; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	border: 1px #FF875B solid;
	background-color: transparent;
	padding: 1px;
}
.submenu {
	z-index: 1000;
	background-color: #EEEEEE; 
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');*/
	border: 1px #A7A7A7 solid;
	margin-left:0px;
	margin-top:0px;
}
.MainMenu_MenuBreak {
	display:none;
	/*border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 1px;*/
}
.MainMenu_MenuArrow {
	display:none;
}
.MainMenu_RootMenuArrow {
	display:none;
}
.SearchBox {
	background: url(_i/bg_search.gif) no-repeat right;
	height: 21px;
	width: 218px;
	margin: 2px;
	border: solid 1px #FFF;
	float: right;
}
.SearchButton {
	border: 0px;
}
#dnn_dnnSEARCH_txtSearch.NormalTextBox {
	font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #000000;
	text-decoration:none;
	margin: 1px 0 0;
	padding: 0;
	cursor:text;
	vertical-align:top;
}
/** html #dnn_dnnSEARCH_txtSearch.NormalTextBox {
	font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #000000;
	text-decoration:none;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	cursor:text;
}*/

#store_link {
	float: right;
	margin:0 10px 0 0;
}
/*---===<<< TABBED CONTENT >>>===---*/
.tabbedContentWrap {
	margin: 0 3px 15px 0;
}
/*---=== TABS ===---*/
.tabbedContentTabs a:link, 
.tabbedContentTabs a:visited, 
.tabbedContentTabs a:active {
	background: url(_i/tabedContentTabs.gif) no-repeat 0 bottom;
	color: #FFF;
	display: block;
	float: left;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	margin: 0 3px 0 0;
	text-align: center;
	width: 184px;
}
.tabbedContentTabs a:hover {
	color: #006599;
}
.tabbedContentTabs a.current:link, 
.tabbedContentTabs a.current:visited, 
.tabbedContentTabs a.current:hover, 
.tabbedContentTabs a.current:active {
	background: url(_i/tabedContentTabs.gif) no-repeat 0 0;
	color: #006599;
	font-weight: bold;
}
/*---=== CONTENT ===---*/
.tabbedContentTop {
	background: url(_i/tabbedContentTop.gif) no-repeat 0 0;
	height: 15px;
	overflow: hidden;
}
.tabbedContentBottom {
	background: url(_i/tabbedContentBottom.gif) no-repeat 0 bottom;
	height: 15px;
	overflow: hidden;
}
.tabbedContent {
	background: #f1eff1;
	padding: 5px 20px;
}
.tabbedContent div {
	display: none;
}
.tabbedContent div.current, 
.tabbedContent div.clear {
	display: block;
}

/* Horizontal Rules added for WYSIWYG, styled not to appear in front-end */

hr {
	height: 0px;
	width: 0px;
	
}

/*---=== Campaign ===---*/
.mainslide {
	position: relative;
	z-index: 9001;
	
}
.mainslide .caption {
	float: left;
	margin: 183px 0 0;
	padding: 5px 15px 0 15px;
	height: 35px;
	background:  url(_i/bgCaption.png) repeat;
  
}
	
.caption h2 {
	display: block;
	float:left;
	font: normal bold 24px Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	color: #fff;

}

.caption h3 {
	display: block;
	float: left;
	margin: 7px 0 0 10px;
	font: 18px bold Verdana, Geneva, sans-serif;
	color: #fff;

}

.caption p {
	display: block;
	float: left;
	margin: 13px 0 0 10px;
	
}

.mainslide a:link,
.mainslide a:visited {
	text-decoration: none;
	color: #FF3;

}

.mainslide a:hover,
.mainslide a:active {
	text-decoration: underline;
	
}

.campaignNav {
	height: 60px;
	width: 701px;
	margin: -14px 0 0;
	background: url(_i/bgCampaignNav.gif) repeat-x;
	position: relative;
	z-index: 9010;
	
}

.campaignNav #wonderware {
	height: 60px;
	width: 125px;
	float: left;
	margin: 0 0 0 50px;
	background: url(_i/btnWonderware.gif) no-repeat;

}

.campaignNav #i2Infrastructure {
	height: 60px;
	width: 125px;
	float: left;
	margin: 0 0 0 50px;
	background: url(_i/btni2Infrastructure.gif) no-repeat;

}

.campaignNav #ATCConsulting {
	height: 60px;
	width: 125px;
	float: left;
	margin: 0 0 0 50px;
	background: url(_i/btnATCConsulting.gif) no-repeat;

}

.campaignNav #whatsNew {
	height: 60px;
	width: 125px;
	float: right;
	background: url(_i/btnWhatsNew.png) no-repeat;
	_background: url(_i/btnWhatsNew.gif) no-repeat;

}
