@import url("/resources/shared/stylesheets/yui/reset-fonts-grids.css");
@import url("/resources/shared/stylesheets/yui/base-min.css"); 

body {
  font-family: arial, helvetica, verdana;
}

#wrapper {
  position: relative;
  margin: auto;
  padding: 0 5px 0 5px;
  width: 100%;
}

#header {
  height: 130px;
  width: 100%;
}

#logo {
  left: -10px;
}

#logo_home {
  visibility: visible;
  display: block;
  left: -10px;
}

#menu_top_wrapper {
  visibility: hidden;
  display: none;
}

#menu_top {
  visibility: hidden;
  display: none;
}

#menu_account {
  visibility: hidden;
  display: none;
  
}

#maincontent_wrapper {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
}

#showcase {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
  text-align: left;
}

#menu_left {
  visibility: hidden;
  display: none;
}
 
#content_wrapper {
  position: relative;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
  clear: none;
  height: auto;
  width: 100%;
}

#content {
  position: relative;
  overflow: hidden;
  margin-right: 0px;
  width: 100%;
  height: auto;
  text-align: left;
  top: 0px;
}

#promo_wrapper {
  visibility: hidden;
  display: none;
}

#promo_wrapper_home {
  visibility: hidden;
  display: none;
}

#promo_wrapper_left {
  visibility: hidden;
  display: none;
}

#promo_title {
  visibility: hidden;
  display: none;
}


#promo_ads {
  visibility: hidden;
  display: none;
}

#footer {
  position: relative;
  clear: both;
  overflow: hidden;
  height: auto;
  width: 100%;
  font-size: 8pt; 
}

#footer_home {
  position: relative;
  clear: both;
  overflow: hidden;
  height: auto;
  width: 100%;
  font-size: 8pt;
}

#breadcrumb {
  visibility: visible;
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
  text-align: left;
}

#partner_links {
  visibility: hidden;
  display: none;
}
 
#footer_links {
  visibility: hidden;
  display: none;
}

#login_link {
  visibility: hidden;
  display: none;
}

#user_link {
  visibility: hidden;
  display: none;
}

#other_links {
  visibility: hidden;
  display: none;
}

#terms_link {
  visibility: hidden;
  display: none;
}

#privacy_link {
  visibility: hidden;
  display: none;
}

#copyright {
  position: relative;
  clear: both;
  height: auto;
  font-size: 10pt;
  text-align: left;
  text-transform: none;
}

/* Product Page Styles */

#product_details {
  position: relative;
  float: left;
  margin-right: 0px;
  height: auto;
  width: 75%;
  text-transform: none;
}

#product_image {
  position: relative;
  float: right;
  height: auto;
  width: 25%;
  top: 0px;
}

/* Form Styles */

#form_content {
  position: relative;
  float: left;
  height: auto;
  width: 75%;
  text-transform: none;
  text-align: left;
}

#form_image {
  position: relative;
  float: right;
  overflow: hidden;
  height: auto;
  width: 25%;
  top: 0px;
}

/*                     Rounded Rectangle Box                              */

/* Rounded Borders */

/* control all classes from here */

/* .t, .b, .l, .r, .bl, .br, .tl, .tr {

}

*/
 
.t {

background: url(/portals/0/images/t.png) 0 0 repeat-x; 
width:auto;

}

.b {

background: url(/portals/0/images/b.png) 0 100% repeat-x;

}

.l {

background: url(/portals/0/images/l.png) 0 0 repeat-y;

}

.r {

background: url(/portals/0/images/r.png) 100% 0 repeat-y;

}

.bl {

background: url(/portals/0/images/rr_bl.png) 0 100% no-repeat;
}

.br {

background: url(/portals/0/images/rr_br.png) 100% 100% no-repeat;

}

.tl {

background: url(/portals/0/images/rr_tl.png) 0 0 no-repeat;

}

.tr {

background: url(/portals/0/images/rr_tr.png) 100% 0 no-repeat; 
padding: 15px;
overflow:hidden;
width:auto;
}

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

#dnn_ctr_Login_pnlLogin {
  margin-left: 220px;
}

table, td, tr {
  border:0 none;
  margin:0;
  padding:0;
}

.ServerSkinWidget {
  font-size: 8pt;
  color: #b1b1b1;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* 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 {
  font-family: arial, helvetica, verdana;
  font-size: 10pt;
  line-height: 12pt;
}

.Normal p {
  font-size: 10pt;
  line-height: 12pt;
}

.Normal h3 {
  font-size: 12pt;
  line-height: 14pt;
  font-weight: bolder;
}

.Normal h4 {
  font-size: 11pt;
  line-height: 13pt;
  font-weight: bolder;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */


.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/*--------- dnn menu style ----------*/
/* main menu td */
.mainMenu 
{
	cursor:pointer;
	font-size: 11px; 
	background-color:transparent;
	width:920px;
  z-index: 3000;
}

/* Main Menu Normal */
.mainMenu .root
{	
	float:left;
  margin-right:0px;
	padding:15px 17px 15px 17px;
	color: #F4F4F4;
	font-size: 12px; 
	font-weight:bold; 	
	text-align:center; 
	text-transform:uppercase;
	white-space:nowrap;
}


.mainMenu .first {

visibility: hidden;
display: none;
}

/* Main menu hover */
.mainMenu .hov{ 
	color:#858585;
	background:url(/Portals/0/Images/menuhoverbackgrnd2.jpg) no-repeat top left;
}

/* Main menu selected */
.mainMenu .sel, .mainMenu .bc {
  color:#858585;
	background:url(/Portals/0/Images/menuhoverbackgrnd2.jpg) no-repeat top left;
}

.mainMenu table{
	border:0px solid #F4F4F4;
    visibility: hidden;
    display: none;
}

/* SUB Menu Normal */

.mainMenu tr {
  white-space:nowrap;
}

.mainMenu tr.mi{
	background-color:#D3D3D3;
	z-index: 1000;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#858585;
	line-height:2em;
	text-transform:none;
  padding-left: 10px;
  padding-right: 10px;
}
.mainMenu tr.mi td{
  padding: 0 2px;
  text-transform:none;
}

/* SUB Menu hover & selected */
.mainMenu tr.hov { 
  background-color:#D3D3D3;

}

.mainMenu tr.hov td{
  color:#858585;

}

.mainMenu tr.sel, .mainMenu tr.bc{
  background:url(/Portals/0/Images/menuhoverbackgrnd.jpg) repeat-x top left;  

}

.mainMenu tr.sel td, .mainMenu tr.bc td{
	color:#858585;
}

.main_dnnmenu_break{
	height: 0px;
	background-color: #F4F4F4;
}



/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td{
	background-color:#F8FAFF;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

.branding-top {
	background: url(dnn_large_banner.png) no-repeat top left;
	width: 890px;
	height: 427px;
	clear: both;
	overflow: hidden;
}
.branding-top p {
	padding: 0px 60px 0 60px;
	font-size: 1.4em;
	color: #333;
}
.branding-bottom {
	clear: both;
	margin-top: 1em;
	overflow: hidden;
}
.branding-bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.branding-bottom li {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	display: block;
	width: 170px;
	float: left;
}

.branding-bottom li.feeds {
	margin: 0;
}

.branding-bottom dl {
	background: url(itembg.gif) repeat-y;
	margin: 33px 0 0 0;
	padding: 0 10px;
}
.branding-bottom dd {
	margin-left: 10px;
	height: 66px;
}
.branding-bottom dt {
	font-size: 90%;
	text-align: center;
	padding-top: 65px;
	margin-bottom: 1.75em;
	font-weight: bold;
}
.branding-bottom .commmunity {
	background: url(community_title.gif) no-repeat top left;
}
.commmunity dt {
	background: url(community_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .marketplace {
	background: url(marketplace_title.gif) no-repeat top left;
}
.marketplace dt {
	background: url(marketplace_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .conferences {
	background: url(conferences_title.gif) no-repeat top left;
}
.conferences dt {
	background: url(conferences_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .training {
	background: url(training_title.gif) no-repeat top left;
}
.training dt {
	background: url(training_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .feeds {
	background: url(feeds_title.gif) no-repeat top left;
}
.feeds dt {
	background: url(feeds_icon.gif) no-repeat;
	background-position: 50% 10px;
}
dl.bt {
	margin: 0;
	padding: 0;
	background: url(item_bt_bg.gif) no-repeat bottom;
	height: 32px;
	width: 170px;
}
div.link_adminguide {
	float:left;
	background: url(dnn_adminguide.png) no-repeat top left;
	width: 316px;
	height: 137px;
	cursor: pointer;
}
div.link_proedition {
	float:right;
	background: url(dnn_proedition.png) no-repeat top left;
	width: 514px;
	height: 137px;
	cursor: pointer;
}
div.link_main {
	margin: 260px 30px 0px 30px;
}

#LoginInfo
{
	width:660px; 
	float:left;
}
#LoginInfo h3
{
	background-color: #f7f7f7;
	color: #8f0000;
	padding: 2px 0px;
}
#LoginInfo dd, #LoginInfo dt 
{
	display:inline;
}
#LoginInfo dt
{
	font-weight:bold;
	color: #333;
}
#LoginInfo p.LoginNotes
{
	font-size: .8em;
}
#LoginInfo div.LoginBlock {
	float: left;
	width: 310px;
	padding: 5px 5px;
	margin: 0px 2px;
	border: 1px #f0f0f0 solid;
}
.SponsorIcon
{
	margin: 5px 15px; 
	float: left;
}
#QuickLinks 
{
	background-color:#f0f0f0;
	border: 1px #cccccc solid;
	padding: 2px 5px;
	margin-right:5px;
	width: 200px;
	float:right;
}
div.hr
{
	height: 2px;
	background-color: #8f0000;
	margin: 5px 0 15px 0;
	clear:both;
}
div.hr hr
{
	display: none;
}

