/*
 SilverStripe BlackCandy Theme
 http://www.silverstripe.com
 */
 
/************
  * Misc Styles and defaults 
  */

* {
	margin: 0;
	padding: 0;
}
body {
	/*behavior:url("csshover.htc");*/ 		
	color: #333;
 	font-size: 12px; 
 	margin-bottom: 40px;
	font-family: Helvetica,Verdana, Lucida, sans-serif; 
	line-height: 17px;
	background: transparent url(../images/2010/site_bg.jpg) no-repeat scroll 50% top;	
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

html {
	background: #000;
}
.clear{
	clear:both;
}

a.homelink
{
	display: block;
	height: 140px;
	width: 300px;
	top: 0;
	left: 0;
	position: absolute;
	text-indent: -10000px;
}
a.homelink_archive
{
	margin: 0;
}
/**************
 	Site Container Box
*/
#BgContainer {
	margin: 0 auto;
	padding: 0;
	clear:both;
}
#Container {
	margin: 0 auto; 
	padding: 0;
	width: 956px;
	background:transparent ;
	    position: relative;
	}
#Layout {
	width: 956px;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	padding: 1px 0 10px 0;
	background: transparent url(../images/2010/content_bg.jpg) no-repeat scroll 0px top;	
}
	#ExpandLayout
	{
		background: transparent url(../images/2010/expand_content_bg.jpg) repeat-y;	
		width: 957px;
	}
	#OuterLayout
	{
		background: transparent url(../images/2010/bottom_content_bg.jpg) no-repeat 0px bottom;	
		padding-bottom: 30px;
		width: 957px;
	}

#Content {
	width: 553px;
	float: left; 	
	margin: 0;
	text-align: left;
	padding: 20px;
	min-height: 830px !important;
}
#ArticleContent
{
	width: 553px;
	float: left; 	
	margin: 0;
	text-align: left;
	margin: 0;
	padding: 20px;
	min-height: 830px;
}
#NewsPage {
	width: 553px;
	float: left; 	
	margin: 0;
	text-align: left;
	margin: 0;
	padding: 20px;
}
#programContent
{
	width: 553px;
	float:left;
	margin:0;
	padding:20px;
	text-align:left;
}
#programContent table
{
	margin: 0;
}
#IncludeContent
{
	float:left;
	text-align:left;
	width:591px;
	padding: 0 0 0 1px;
	overflow: hidden;
	border: 0;
}
	#flashContent
	{
		float: left;
		width: 591px;		
	}
.IncludePage iframe.includeIframe
{
	border: 0;
	overflow: hidden; 
}
/** Header **/
.logo_home_link
{
	position: absolute;
	width: 230px;
	padding: 60px 0;
}
#Header { 
 	width: 956px; 
 	margin: 0 2px;
	/*background: url(../images/skin/nmd_logo.png) no-repeat 0% 50%;*/
	height: 146px;
	position: relative;
	}
 	#Header h1 { 
	  	color: #555; 
		font-size: 3.2em; 
		font-family: Helvetica,Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
		}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}

/*** Main Nav ***/
#Navigation {
	width: 956px;
	margin: 0 auto;
	background: url(../images/2010/menu_bg.png) repeat-x center top;
	height: 104px;
    padding: 0;
}
#Navigation ul#main { 
 	float: left; 
 	padding-top: 1px;
	}
	#Navigation ul#main li { 
	 	list-style: none; 
		float: left;
		line-height: 2.8em;
		display: block;
		border-right: 1px solid #3f3871;
	}
		#Navigation ul#main li span.button_end
		{
		 	/*background: #fff url(../images/skin/menubutton_right.png) no-repeat left top;*/
			height: 34px;
			width: 7px;
			display: none;
		}
  		#Navigation ul#main li a { 
			float: left;
			text-decoration: none;
			display: block; 
			height: 33px; 
			font-size: 1.2em; 
			padding: 17px 20px;
			color: #fff;
			margin: 0;
			line-height: 34px;
		 	background: #fff url(../images/2010/menu_floating_bg.png) repeat-x 0 0;				
			}
		#Navigation ul#main li a span {
	        float: left;
			padding-right: 5px;
			padding-left: 2px;
			font-size: 16px;
			color: #c3ffec;
		}
		#Navigation ul#main li a span.text {
			padding-right: 0px;
			padding-left: 0px;
		}

			#Navigation ul#main li a:hover { 
				/*background: transparent url(../images/2010/active_button.png) repeat-x left top;*/
				cursor: pointer;
				}
			#Navigation ul#main li a.section span.button_end,
			#Navigation ul#main li a.current span.button_end,	
			#Navigation ul#main li a:hover span.button_end {
			 	/*background: #fff url(../images/skin/menubutton_active_right.png) no-repeat left top;*/
			 	display: none;
			}
			#Navigation ul#main li a:hover span.text {
				cursor: pointer;
			}
    		#Navigation ul#main li a.current,
    		#Navigation ul#main li a.section,
    		#Navigation ul#main li a.section:hover,
    		#Navigation ul#main li a.current:hover { 
				background: transparent url(../images/2010/active_button.png) repeat-x left top;
				margin-top: 1px;
			 	color: #fff;
				}
			#Navigation ul#main li a.current span.text,
			#Navigation ul#main li a.section span.text,
    		#Navigation ul#main li a.section:hover span,
			#Navigation ul#main li a.current:hover span {
				/*background: #fff url(../images/activeTabRight.png) no-repeat right top;*/
			}
    
/** Breadcrumbs **/
.breadcrumbs_wrapper
{
	background-color: #58585a;
	height: 22px;
	width: 589px;
	margin: -10px -10px;
	color: #fff;
	display: none;
}
div#programContent .breadcrumbs_program
{
	background-color: #58585a;
	height: 22px;
	width: 589px;
	color: #fff;
	display: none;
}

#Breadcrumbs 
{ 
	color: #fff;
	text-align: left;
	font-size: 0.9em; 
	margin: 0;
	line-height: 20px;
	border: 0px;
	text-indent: 10px;
}
	#Breadcrumbs p {
		margin:0;
		color: #B6D554;
		line-height: 21px;
	}
	#Breadcrumbs p a
	{
		color: #fff;
	}
/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #555;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: 0px 0 0 5px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

/* Right Sidebar */
#RightBar 
{ 
 	width: 172px; 
	float: right;  
	margin:  0;
	padding: 21px 20px;
	width: 319px;
}
	#RightBar .focus_header	
	{
	
	}
		#RightBar .box_header
		{
			background: #2e2c52; 
			clear: both; 
			text-transform: uppercase;
			color: #fff;
			font-weight: 700; 
			font-size: 1.4em; 
			margin: 0;
			line-height: 1.7;
			padding: 5px 0 5px 20px;
		}
	#RightBar .box_source
	{
		padding: 20px;
	}	
		#RightBar .box_source a  
		{ 
			color: #c3ffec;
			font-size: 16px;
			text-decoration: none;
		}
		#RightBar .toplist a
		{
			display: block;
			padding: 5px 0;
			border-bottom: 1px solid #302e56;		
		}
		#RightBar .box_source .nmdTVbox
		{
			margin: 20px 0 0 0;
		}
		#RightBar .box_source .nmdTVbox a
		{
			border: 0;
		}
		#RightBar .box_source .nmdTVbox .text
		{
			width: 140px;
			display: block;
			float: left;
			height: 84px;
			overflow: hidden;
			color: #fff;
		}	
			#RightBar .box_source .nmdTVbox .text a
			{
				text-transform: uppercase;
				border: 0;
			}
		#RightBar .box_source .nmdTVbox .illustration
		{
			background: url('../images/2010/nmdtv_illustration.jpg') no-repeat;
			display: block;
			width: 130px;
			height: 84px;
			float: right;	
		}
			#RightBar .box_source .nmdTVbox .illustration a
			{
				display: block;
				text-indent: -10000px;
				height: 84px;
				width: 115px;	
			}
	#RightBar .focus_box
	{
	}

	.retriever_source,
	.retriever_date
	{
		font-size: 12px;
		color: #d1ceee;
		display: inline-block;
		padding: 0 0 10px 0;
	}
	#RightBar .poweredby
	{
		margin: 0;
		padding: 0 0 20px 0;
	}
		#RightBar .poweredby a
		{
			font-size: 11px;
		}
	
		
		
	#RightBar .sidebarBox {
	margin: 0;
	}
	#RightBar ul {
		margin: 2px 0 5px 0px;
	}
	#RightBar li {
		margin: 8px 2px;
		list-style: none;
	}
	#RightBar h3 {

	}
	#RightBar h3.box_header
	{
		text-transform: none;
	}
	#RightBar h3.box_header a.header_link
	{
		color: #fff;
		font-size: 17px;
		font-weight: 100;
	}

	#RightBar a em {
		font-style: normal;
	}
	#RightBar .sidebarBox .tweet
	{
		color: #e2a8ff;
		margin: 0 0 10px 0;
	}
		#RightBar .sidebarBox .tweet a
		{
			font-size: 12px;
		}

/* Left Sidebar 
***********************************/
#Sidebar { 
 	width: 173px; 
	float: left;  
	margin: 0;
	padding: 0;
	}
	#Sidebar .sidebarBox {
	margin: 0;
	padding-bottom: 0px;
	/*background: #EFEFEF url(../images/sidebarHeader.gif) no-repeat left top;*/
	background-color: #fff;
	font-size: 11px;
	}
	#Sidebar ul {
		margin: 2px 0 5px 0px;
	}
	#Sidebar li {
		margin: 8px 2px;
		list-style: none;
	}
	#Sidebar h3
	 { 
		clear: both; 
		color: #fff;
		font-weight: 700; 
		font-size: 1.4em; 
		margin: 0 0 5px 0;
		line-height: 21px;
		padding: 2px 0 0 10px;
		background-color: #b6d554;
	}
	#Sidebar .focus_box_left
	{
		margin: 0 0 2px 2px;
	}
		#Sidebar .focus_box_left h3 { 
			color: red;
			font-size: 14px; 
			text-indent: 5px;
			margin: 0;
			line-height: 34px;
			background:url(../images/skin/sidebar_button.png) no-repeat left top; 
		}	
		#Sidebar .focus_box_left h3:hover
		{
			background:url(../images/skin/sidebar_button_active.png) no-repeat left top; 		
		}		
		#Sidebar .focus_box_left h3 a 
		{ 
			color: #fff;
		}
		#Sidebar .focus_box_left h3:hover a 
		{ 
			color: #58585a;
			text-decoration: none;
		}


	#Sidebar .sidebarBottom {
		height: 0px;
		display: block;
		width: 170px;
		margin: 0;
		/*: #EFEFEF url(../images/sidebarBottomBg.gif) no-repeat center bottom;*/
	}
	#Sidebar a em {
		font-style: normal;
	}

	ul#Menu2
	{
		height: 40px;
	}
    ul#Menu2 li { 
            font-size: 0.9em; 
            margin: 0;
            padding: 8px;
            list-style: none;
            display: block;
            float: left;
      }
      ul#Menu2 li a {
            display: block;
            font-size: 12px;
            color: #fff; 
			padding: 0 20px 0 0;
      }
	ul#Menu2 li em {
		padding-left: 8px;
		display: block;
		font-style: normal;
	}
		ul#Menu2 li li em {
			padding-left: 0;
		}
      /* Level 1 
      - We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      */
      ul#Menu2 li a:hover,
      ul#Menu2 li a.current,
      ul#Menu2 li a.current:hover {
            color: #eee;
			cursor: pointer;
            text-decoration: none;
      }
	  ul#Menu2 li a.current {
	  		font-weight: 700;
	  }
      ul#Menu2 li a.section,
      ul#Menu2 li a.section:hover {
            font-weight: 700;
      }
      ul#Menu2 li a.levela:hover span,
      ul#Menu2 li a.current span,
      ul#Menu2 li a.section span,
      ul#Menu2 li a.section:hover span,
      ul#Menu2 li a.current:hover span {
            display: block;
            width: 100%;
            height: 100%;
      } 
      ul#Menu2 li a.levela:hover em,
      ul#Menu2 li a.current em,
      ul#Menu2 li a.section em,
      ul#Menu2 li a.section:hover em,
      ul#Menu2 li a.current:hover em {
            display: block;
            width: 100%;
            height: 100%;
      }
      ul#Menu2 li ul {
            height: 100%;
            position: relative;
            margin: -4px 0 0 0;
            width: 160px;
            padding: 4px 0 10px 0;
      }
      ul#Menu2 li ul li ul {
            margin-left: 0;
      }
      ul#Menu2 li ul li {
            width: 160px;
            padding: 0;
            font-size: 0.8em;
            display: inline;
            margin: 0;
      }
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover,
      ul#Menu2 li li a.current:hover {
            color: #555;
            font-weight: 700;
      }
      ul#Menu2 li li ul {
            margin: 0 0 0 10px;
            padding: 0;
            width: 160px;
      }
      ul#Menu2 li li ul .roundWhite {
            margin-bottom: -10px;
      }
      /* Sub Menu */
      ul#Menu2 li a.levelb {
            font-size: 1.7em;
            text-indent: 8px;
            width: 154px;
			background: transparent;
            margin-left: 10px;
      }
	  ul#Menu2 li a.levelb:hover,
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.current:hover,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover {
            text-decoration: none;
            display: block;
            color: #fff;
      }
      ul#Menu2 li a.levelb:hover span,
      ul#Menu2 li li a.current span,
      ul#Menu2 li li a.current:hover span,
      ul#Menu2 li li a.section span,
      ul#Menu2 li li a.section:hover span {
            display: block;
            width: 100%;
            height: 100%;
      } 
      ul#Menu2 li a.levelb:hover em,
      ul#Menu2 li li a.current em,
      ul#Menu2 li li a.current:hover em,
      ul#Menu2 li li a.section em,
      ul#Menu2 li li a.section:hover em {
			color: #58585a;
			font-weight: bold;
            display: block;
            width: 100%;
            height: 100%;
      }

/* Retriever */
/* NMD news */
div.retriever
{
}
div.retriever div.box_source
{
	padding: 10px;	
}
div#Sidebar div.retriever h3,
div#RightBar div.retriever h3
{
	background-color: #d1d2d4;	
	line-height: 21px;
	color:#58585a;
	margin:0 0 5px;
	padding:2px 0 0 10px;
}
div.retriever .retriever_link 
{
	font-size: 11px;
	color: #981D34;	
}
#Sidebar div.retriever .retriever_link
{
	color: #981D34;	
}
div.retriever .retriever_source 
{
	color: #666666;
	font-weight: bold;
	display: block;
}
div.retriever .retriever_date 
{
	color: #666666;
	display: block;
}
div.retriever p.poweredby
{
	font-size: 10px;
	color: #999;
}
div.retriever p.rightcol
{
	padding-left: 10px;
}
div.retriever p.rightcol a,
div.retriever p.leftcol a
{
	text-decoration: none;
	color: #999;	
	font-size: 10px;
}
div.retriever .leftcol
{
	padding-left: 0px;	
}

/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #3AA0C3;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}


/* Footer 
*****************************************/

#Footer { 
 	clear: both;  
	width: 957px; 
	margin: 0 auto;
	height: 5em; 
	/*background: transparent url(../images/footerBottom.gif) no-repeat bottom left;*/
	background-color: #201c3f;
	text-align: center; 
	}
	#Footer .footerTop {
		width: 100%;
		border-top: 1px solid #eee;
		background-color: #201c3f;
		display: block;
		height: 2em;
	}
  	#Footer p { 
		color: #c3ffec;
		font-size: 11px;
		text-align: center;
		margin-top: -11px;
		padding-bottom: 5px;
	}
  	#Footer a { 
	   	color: #D1CEEE; 
	   	text-decoration: none;
		}
	#Footer a:hover {
		text-decoration: underline;
	}
	#Footer a.madeby
	{
		color: #D1CEEE; 
	}

/* NMD Program */
div.program_infotext
{
   	margin-top: 2px;
	line-height: 21px;
}
table#program_schedule
{
	margin: 0 0 20px 0;	
	width: 555px;
}
table#program_schedule th,
table#program_schedule td
{
	vertical-align: top;
	padding: 3px;
}
table#program_schedule tr.sessions .minor {
	border-left: 5px solid #9B96CA;
}
table#program_schedule tr.header th
{
	background-color: #9b96ca;
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #fff;
	color: #2E2C52;
}
table#program_schedule tr.sessions th.clockcol
{
	background-color: #c6c2ea;
	width: 38px;
}
table#program_schedule tr.sessions th.clockcol
{
	background-color: #9B96CA;
	border: 1px solid #fff;
	color: #2E2C52;
}
table#program_schedule tr.sessions td
{
	border: 1px solid #fff;
	background: #C6C2EA; /*#f0effc*/
}
table#program_schedule tr.sessions td a
{
	text-decoration: none;
	color: #2E2C52;
}

/* NMD Section (Page sesjon) */
div#section
{
	padding: 0 10px 10px 5px;
}
div#section h3
{
	margin-top: 5px;
	color: #58585a;
	font-size: 2em;	
	font-weight: normal;
	line-height: 20px;
}
span.categoryBox
{
	 height: 8px; width: 8px;
	 margin-right: 2px;
}

/* NMD guestlist */
div#guestlist
{
	padding: 0 0 10px 0;	
}
table.guestlist tr td
{
	vertical-align: top;
	margin: 2px;
	padding: 2px;
}
table.guestlist td.guestpic a img.guestImage
{
	margin: 10px 10px 10px 0;
	width: 120px;
}
img.guestImage
{
	margin: 10px 10px 10px 0;
	width: 120px;	
}
table.guestlist tr.guest_single
{
	border: 0;	
}
table.guestlist td.guesttext,
table.guestlist td.guestpic
{
	border: 0;
	border-bottom: 1px solid silver;
}

table.guestlist td.guesttext span.guestfunction
{
	display: block;
	margin-bottom: 5px;	
	font-weight: bold;
}
table.guestlist td.guesttext
{
	padding: 10px 0;
}
	td.guesttext a
	{
		text-decoration: none;
		color: #981d34;
	}
	td.guesttext h3
	{
		margin: 5px 0 10px 0;
	}
	td.guesttext h3.guestname
	{
		margin: 5px 0 0 0;
	}
	td.guesttext h3 a
	{
		text-decoration: none;
		color: #58585a;
		font-size: 12px;
	}

/*Sectionlist*/
.section_image
{
	width:200px; 
	float: right; 
	margin-bottom: 20px; 
	margin-left: 20px;
	margin-top:10px;
	clear:both;
}
div#sectionlist
{
	padding: 10px 10px 10px 5px;
	border-top: 1px solid silver;
	min-height: 180px;
	clear: both;
}
div#sectionlist h3
{
	line-height: 20px;
	color:#58585A;
	font-size:2em;
	text-decoration:none;
	font-weight: normal;
}

/*tooltip*/

.tool-tip {
	width: 139px;
	z-index: 13000;
}

.tool-tip *
{
	color: #fff;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url('../images/skin/bubble.png') top left;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url('../images/skin/bubble.png') bottom right;
}


/* NMD Nyheter (NewsPage) */
#NewsPage .articlebox .article h1.title
{
	border-top: 1px solid #5b529d;	
}
#NewsPage .articlebox .article h1.title a
{
	font-size: 18px;
	font-weight: 100;	
}
#NewsPage .articlebox .position0
{
	padding-right: 10px;		
}


#Newspage .articlebox
{	
}
#NewsPage .full
{
	width: 100%;
}
#NewsPage .medium
{
	width: 265px;
	float: left;
}

	#NewsPage .medium .title,
	#NewsPage .medium .image,
	#NewsPage .medium .ingress,
	#NewsPage .medium .ingress .readmore
	{
		display: block;
	}
	#NewsPage .position0
	{
		margin: 0 20px 0 0;
	}
	#NewsPage .full .title h1
	{
		font-size: 36px;
	}
	#NewsPage .medium .title h1
	{
		font-size: 18px;
		padding: 10px 0 10px 0;
		border-top: 1px solid #5b529d;
	}
	#NewsPage .medium .title h1,
	#NewsPage .full .title h1
	{
		font-weight: 100;
		line-height: normal;			
	}
		#NewsPage .medium .title h1 a,
		#NewsPage .full .title h1 a	
		{	
			color: #2f2f2f;
		}
	#NewsPage .image,
	#NewsPage .readmore,
	#NewsPage .ingress
	{
		padding: 0 0 10px 0;
	}
	#NewsPage .full .title
	{
		padding: 0 0 5px 0;
	}


/* NMD articleview */
table.articleview 
{
	margin-bottom: 10px;
}
table.articleview tr td.ingress
{
	vertical-align: top;
	padding: 0 10px 10px 0;
}
table.articleview tr td.ingress,
table.articleview tr td
{
	border-bottom: 1px solid silver;
	vertical-align: top;		
}
table.articleview tr td.image img
{
	margin: 0;
	padding: 0;
}
table.articleview tr td.articleContent
{
	padding: 20px 0;	
}
div#Content div.articleview
{
	margin: 0;
	width: auto;
}
div#Content img.articleimage
{
	float: right;
}
div#Content div.single_articleimage
{
	float: right;
}

div.articleview div
{
	padding: 10px 0 0 0;
}
div.articleview div.title
{
	font-size: 24px;
	line-height: 27px;
	padding: 5px 0 0 0;		
}
div.articleview div.ingress
{
	font-weight: bold;
	margin: 5px 0;	
}
div.articleview div.title,
div.articleview div.ingress,
div.articleview div.image
{
	width: 100%;
}
table.articleview div.imgcredits
{
	background-color: #58585a;
	line-height: 20px;	
	color: white;
	height: 20px;
	margin-top: -4px;
	text-indent: 5px;
}
/* NMD sponsors */

div.sponsors img
{
	margin: 10px 0 0 25px;	
}

div.sponsors table
{
	margin: 25px;
	width: 880px;
	border: 1px solid red;	
	height: 135px;
}
div.sponsors table tr.row1 td
{
	border: 1px solid blue;
	width: 144px;
	height: 49px;
}


div#Container div.sponsors
{
	background-color: #fff;
/*	background-image: url('../images/skin/sponsors.png'); 	
	background-repeat: no-repeat;
	background-position: center 10px;
*/	border-top: 1px solid #eee;
	height: 140px;
	width:957px;
}
div.sponsors area
{
	border: 1px solid red;	
}
/* NMD headermenu */
div#HeaderMenu
{
	width: 360px;
	float: right;
	top: 10px;
	right: 0px;
	z-index:10000;
}

div#HeaderMenu ul#dropdownMenu
{
	float: right;	
}
/* Drop down menu - header */
.menu 
{
	width:330px;
	height:21px; 
	position:relative; 
	float: right;
	font-family:Helvetica,Verdana,Lucida,sans-serif;
}
/* hack to correct IE5.5 faulty box model */
* html .menu 
{
	width:400px; 
	w\idth:400px;
}
.menu ul 
{
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul 
{
	width:120px;
}
.menu li 
{
	float:left;
	position:relative;
}
.menu a, .menu a:visited 
{
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#fff;
	line-height:23px; 
	font-weight:normal;
	padding: 0 20px 0 0;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, 
* html .menu a:visited 
{
	width:80px; 
	w\idth:80px;
}

/* style the third level background */
.menu ul ul ul a, 
.menu ul ul ul a:visited 
{
	background:silver;
}

/* style the third level hover */
.menu ul ul ul a:hover 
{
	
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul 
{
	visibility:hidden;
	position:absolute;
	height:0;
	top:21px;
	left:0;
	background-color: silver;
}
	.menu ul ul li
	{
		paddding: 5px;
	}

/* another hack for IE5.5 */
* html .menu ul ul 
{
	top:21px;
	t\op:21px;
}

/* position the third level flyout menu */
.menu ul ul ul
{
	left:150px; 
	top:-4px; 
	width:150px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left 
{
	left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table 
{
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, 
.menu ul ul a:visited 
{
	background-color:#1f1b43; 
	color:#c3ffec; 
	height:auto; 
	line-height:1em; 
	padding:5px 0px; 
	width:150px;
	text-indent: 5px;
	border-top: 1px dotted #3d366e;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, 
* html .menu ul ul a:visited 
{
	width:150px;
	w\idth:150px;
}

/* style the top level hover */
.menu a:hover
{
	color:#5B529D; 
}
.menu ul ul a:hover
{
	color:#5B529D; 
}

.menu :hover > a, 
.menu ul ul :hover > a 
{
	color:#fff; 
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul
{
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul
{ 
	visibility:visible;
}

/* Article Archive */
table.articlearchive
{
	padding: 10px;
	margin: 0 0 10px 0;
	width: 100%;
	border-bottom: 1px solid #58585a;
}
	table.articlearchive tr td div.articlearchive
	{
		padding: 2px 0;	
	}
	div.articlearchive div.title
	{
		font-size: 12px;
	}
	div.articlearchive div.title div.created 
	{
		display: inline;
		color: #58585a;
		font-size: 11px;
	}

tr.articlearchive_preview
{
	padding: 10px;
	margin: 0 0 10px 0;
	width: 100%;
}
	tr.articlearchive_preview td
	{
		border-bottom: 1px solid #5b529d;
		vertical-align: top;
		padding: 10px 5px 10px 0;
	}
	tr.articlearchive_preview td div.articlearchive_preview
	{
		padding: 0;	
	}
	div.articlearchive_preview div.title
	{
		font-size: 12px;
	}
	div.articlearchive_preview div.title div.created 
	{
		display: inline;
		color: #58585a;
		font-size: 11px;
	}
	img.articleimage_preview
	{
		margin: 2px 5px 2px 0;
	}
div.space
{
	padding: 3px;
}
div.rsslink
{
	float: left; 
	margin-left: 10px;
}
.rsslink img
{
	margin: 2px 0 2px 2px;
}

/* end article archive */
/* remove firefox focus dots */
a:focus
{
  -moz-outline: none;
}



#sitemap-list
{
	padding: 0 20px 0 20px;
}
	#sitemap-list li
	{
	}
		#sitemap-list li a
		{
			font-size: 14px;
			color: #2f2f2f;
			background: 
			width: 100%;
			display: block;
		}
			#sitemap-list li #sitemap-list li a
			{
				font-size: 12px;
				color: #5B529D;
				border: 0;
			}

.sitemap_button
{
	position: absolute;
	right: 0;
	top: 146px;
	border-left: 1px solid #3F3871;
	display: block;
	height: 55px;
	width: 40px;
	padding: 13px 0 0 21px;
	line-height: 12px;
	font-size: 10px;
	text-transform: uppercase;
	color: #C3FFEC;	
	background: transparent url('../images/2010/sitemap_bg.png') no-repeat 1px 1px;
	overflow: hidden;
}
	.sitemap_button a	
	{
		color: #C3FFEC;	
		display: block;
		height: 66px;
		width: 66px;	
	}

.social_media_icons
{
	display: block;
	position: absolute;
	bottom: 10px;
	top: 215px;
	right: 20px;
	width: 200px;
	height: 32px;	
}
	.social_media_icons .icon
	{
		display: block;
		float: right;
		width: 32px;
		height: 32px;
		margin-left: 5px;
	}
	.social_media_icons a
	{
		display: block;
		text-indent: -10000px;
		height: 32px;
		width: 32px;
	}
	.social_media_icons .facebook
	{
		background: url('../images/2010/facebook-32.png');	
	}
	.social_media_icons .twitter
	{
		background: url('../images/2010/twitter-32.png');	
	}
	.social_media_icons .youtube
	{
		background: url('../images/2010/youtube-32.png');
		display: none;	
	}
	.social_media_icons .flickr
	{
		background: url('../images/2010/flickr-32.png');
	}
#Header .headerinfotext
{
	width: 400px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 24px;
	text-align: right;
	color: #fff;
	line-height: 28px;
}

.more_link
{
	font-size: 17px;
	float: right;
	margin: 20px 0;
}

#webtv_swf
{
	background: url('../images/2010/nmd-tv.png');
	width: 280px;
	height: 133px;
	display: block;
}
	#webtv_swf .nmdtv_link
	{
		display: block;
		width: 280px;
		height: 133px;
		text-indent: -10000px;
	}


