/* =================================
Copyright 2009
SendToNews Video Inc.  
Styles for 2010 Media Notification System
Version: 1.0
================================== */    


/* DEFAULTS */

	* { margin: 0px; padding: 0px; border: collapse; }
    * a:active { outline: none; }
	* -moz-any-link:focus { outline: none; }
	* :focus { outline: none; }	

	HTML  { height: 100%; font-family: arial,helvetica,sans-serif; font-size: .8em; color: #666; line-height: 1.3; }
	body { height: 100%; background-color: #ededec; }  
	td { vertical-align: top; }
	p { margin-bottom: 12px; }
	table { border-spacing: 0px; }
	
	.clear { clear: both; line-height: 0px; }
	.nowrap { white-space: nowrap; }
	
/* FONTS AND HIGHLIGHTS */	

	h1 { font-size: 1.8em; margin: 0 0 24px 0; }
	h2 { font-size: 1.5em; margin: 24px 0 24px 0; }
	h3 { font-size: 1.2em; margin: 24px 0 24px 0; }

	a,
	a:visited,
	a:active { color: #9aa9bb; text-decoration: none; }
	a:hover { color: #749fd4; text-decoration: underline; }	

	.highlightOff { border: 1px solid #ccc; }
	.highlightOn { border: 1px solid #ccc; background-color: #ecf2f8; cursor: pointer; }

/* PAGE SETTINGS */

	#pageWrapper { width: 926px; margin: auto; }
	#topLinks {font-weight:bold;margin-top:0;position:relative;right:24px;text-align:right;top:40px;width:900px;}
	#pageTop { width:926px; height: 23px; background: #ededec url(../images/pageTop.jpg) no-repeat; }
	#shadowLeft { width: 13px; background: #ededec url(../images/shadowLeft.gif) repeat-y; }	
	#pageMiddle { }	
	#pageBody { float: left; width: 898px; border-left: 1px solid #c3c3c3; border-right: 1px solid #c3c3c3; background: #fff url(../images/pageBackground.jpg) top no-repeat; }	
	#pageBody .header { width: 826px; height: 190px; margin: 24px 36px 0; background: #fff url(../images/headerMain.jpg) no-repeat; }
	#pageBody .sideBarLeft { }
	#pageBody .pageContent { padding: 24px 36px; }	
	#pageBody .pageContentFull {}	
	#pageBody .pageContentRight { float: left; }		
	#shadowRight { width: 13px; background: #ededec url(../images/shadowRight.gif) repeat-y;  }	
	#pageBottom { width:926px; height: 33px; background: #ededec url(../images/pageBottom.jpg) no-repeat; }
	#pageFooter { width:900px; margin: auto; }			
	#pageFooter .footerColumn { width:300px; float: left; padding: 0 8px; font-size: 0.7em; }	
        .footerLink a, 
        .footerLink a:link, 
        .footerLink a:visited,
        .footerLink a:active { color: #666666; text-decoration: none; } 
        .footerLink a:hover { color: #666666; text-decoration: underline; }



/* TABSTRIP */

	.tabStrip { } 
	.tabStrip ul { margin: 0px; padding: 0; list-style-type: none; }
	.tabStrip li { margin: 0 2px 0 0; list-style-type: none; float: left; }
	.tabLink { display: block; text-decoration: none; padding: 5px 15px; background: #fff; border: #dadada solid; border-width: 1px 1px 0 1px; color: #8a8a8a; }
	.tabLinkActive { display: block; text-decoration: none; padding: 5px 15px; background: #ecf2f8; border: #c0c0c0 solid; border-width: 1px 1px 0 1px; color: #8a8a8a; }
	.tabContent { display: none; }
	.tabContentActive { clear: both; border-top: 1px solid #ccc; padding-top: 24px; }
	
	.iconMagnifier { width: 16px; height: 16px; background: #fff url(../images/iconMagnifier.gif) no-repeat;}
	.iconMagnifierHov { width: 16px; height: 16px; background: #fff url(../images/iconMagnifierHov.gif) no-repeat; cursor: pointer; }	
