/*RESET CSS ************************************************/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
/*ol, ul {
	list-style: none;
}
*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET **************************************************/


/* STUPID IE6 */
img, div, h3 { behavior: url(css/iepngfix.htc) }

div.column2 { height: 100%;}


/*****************************************************************
 * DAY THEME
 *****************************************************************/
body.theme_day {
	background-color:#fffcec;
	font-size:11px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
}
body.theme_day .SecondLayerBG {
    background-color:#fffcec;
	background-image:url("theme_day/primary_bg.jpg");
	background-position: center top;
	background-repeat:no-repeat;
	font-size:11px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
}

div.clock {
    display:block;
    height:142px;
    margin:0 auto;
    width:359px;
    position:relative;
}
.ClockWrapper {position:absolute;left:100px;}

#HeaderBlogLink {left:50px; top:70px;display:block;position:absolute;}
#HeaderSection {left:238px; top:70px;display:block;position:absolute;}

body.theme_day div.footer {
	display:block;
	clear:both;
}
body.theme_day div.footer div.logo 
{
    width:828px;
    margin: 0 auto;
    padding:50px 0px 0px 0px; 
    text-align:center; 
}
body.theme_day div.footer div.logo img 
{
    width:49px;
    height:49px;
    margin: 0 auto;
}


body.theme_day div.footer div.copyright 
{
    padding-top:9px;
    font-size:11px;
    font-weight:normal;
    text-align:center;    
}

body.theme_day div.footer div.copyright a 
{
    color: #E47D28;
}

/* DEFINE PRIMARY COLUMNS */
body.theme_day div.feature 
{
    width:788px;
    height:285px; 
    padding: 20px 20px 0px 20px;
    margin:0px auto;
    background-image:url(theme_day/rt_feature_bg.png);
    background-repeat:no-repeat;
    background-position:left top;    
}

body.theme_day div.topBorder 
{
    border-top: solid 1px #cccccc;
    border-top:solid 1px rgba(0,0,0,.25);    
}

body.theme_day div.feature div.art 
{
    width:375px;
    padding:0px 0px 0px 0px;
    float:left;
}

body.theme_day div.feature div.copy 
{
      color:White;
      font-size:13px;
      float:right;
      width:383px;
      padding:0px 10px 0px 20px;
      line-height:150%;
    
}

body.theme_day div.feature div.copy H2 
{
    font-size:28px;
    color:#E47D28;
    line-height:120%;
    margin-left:0px; 
    margin-bottom:5px; 
    
}

body.theme_day div.feature div.copy a.FeatureLink 
{
    color:#E47D28;
    margin-top:10px;
    padding:5px 15px 5px 0px;
    background-image: url(theme_day/right_carat.gif);
    background-position:right;
    background-repeat:no-repeat;
    text-decoration:none;
    display:inline-block;
    
}

body.theme_day div.FeatureSectionHeader
{
    color:#4c2e15;
    border-top: solid 1px #cccccc;
    border-top:solid 1px rgba(0,0,0,.25);
    font-size:13px;
    font-family:Georgia,"Times New Roman", Times, serif;  
    padding-top:5px;      
}


body.theme_day div.ArticleListSectionHeader 
{
    color:#4c2e15;
    border-bottom:solid 1px rgba(0,0,0,.25);
    border-bottom: solid 1px #cccccc;
    font-size:13px;
    font-family:Georgia,"Times New Roman", Times, serif;  
    padding-bottom:10px;
    padding-left:2px;
    margin: 20px 40px 0px 10px;
}

body.theme_day div.ArticleListSectionHeader a.next 
{
    display:block;float:right;font-size:11px;
    padding:5px 15px 5px 0px;
    background-image: url(theme_day/right_carat.gif);
    background-position:right;
    background-repeat:no-repeat;
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
}
body.theme_day div.ArticleListSectionHeader a.previous 
{
    display:block;float:right;font-size:11px;
    padding:5px 0px 5px 15px;
    background-image: url(theme_day/left_carat.gif);
    background-position:left;
    background-repeat:no-repeat;
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
}
body.theme_day div.ArticleListSectionHeader a.marginRight
{
	margin-right: 15px;
}

body.theme_day div.ArticleListSectionFooter{margin: 10px 40px 0px 10px;}
body.theme_day div.ArticleListSectionFooter a.next 
{
    display:block;font-size:11px;
    float:right;
    padding:5px 15px 5px 0px;
    background-image: url(theme_day/right_carat.gif);
    background-position:right;
    background-repeat:no-repeat;
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
}
body.theme_day div.ArticleListSectionFooter a.previous 
{
    display:block;font-size:11px;
    float:right;
    padding: 5px 0px 5px 15px;
    background-image: url(theme_day/left_carat.gif);
    background-position:left;
    background-repeat:no-repeat;
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
}
body.theme_day div.ArticleListSectionFooter a.marginRight
{
	margin-right: 15px;
}

body.theme_day div.HomePagePost 
{
    border-bottom:solid 1px rgba(0,0,0,.25);
    border-bottom: solid 1px #cccccc;
    padding-bottom:22px;
    padding-top:22px;
    margin-left:10px;
    margin-right:40px;
    
}
body.theme_day div.CategoryAndPublishDate
{
    height:26px;
    background-image:url(theme_day/content_category_icon_sprite.gif);
    background-position:0px 4px;
    background-repeat:no-repeat;
    padding-left:30px;
    font-size:14px;
    font-family:Georgia,"Times New Roman", Times, serif;
    margin-bottom:16px;
}
body.theme_day div.Categorycreative, body.theme_day div.Categoryrtcreative, body.theme_day div.Categoryrtawards  
{
	height:18px;
	padding-top:2px; 
	background-position:0px -24px;
}

body.theme_day div.Categoryposts, body.theme_day div.Categoryrtblogs, body.theme_day div.CategoryCulture 
{
   height:18px;
   padding-top:2px; 
   background-position:0px 0px;    
}

body.theme_day div.CategoryNews, body.theme_day div.Categoryrtnews, body.theme_day div.Categoryrtinthepress  
{
   height:23px;
   padding-top:2px; 
   background-position:0px -47px;    
}

body.theme_day div.CategoryAndPublishDate a 
{
    text-decoration:none;
    font-style:italic;    
    
}
body.theme_day div.HomePagePost H2, body.theme_day div.ArticleContainer H2 
{
    font-size:28px;
    line-height:120%;
    margin:0px 0px 5px 0px !important;    
}
body.theme_day div.HomePagePost H2 a, body.theme_day div.ArticleContainer H2 a
{
    text-decoration:none;    
    
}
body.theme_day div.HomePagePost p, body.theme_day div.ArticleContainer p 
{
    margin-bottom:8px;
    margin-top:8px;
    orphans: 3;
    widows: 3;
}
body.theme_day div.HomePagePost p.ByLine, body.theme_day div.ArticleContainer p.ByLine  
{
    font-size:12px;
    font-weight:bold;
    font-style:italic;
    font-family:Georgia,"Times New Roman", Times, serif;
    margin-bottom:0px;   
}

body.theme_day div.HomePagePost a.ReadLink, body.theme_day div.HomePagePost a.CommentsLink,
body.theme_day div.HomePagePost a.ReadLink, body.theme_day div.feature a.CommentsLink  
{
    color:#E47D28;
    margin-top:0px;
    padding:5px 15px 5px 0px;
    background-image: url(theme_day/right_carat.gif);
    background-position:right;
    background-repeat:no-repeat;
    text-decoration:none;
    display:inline-block; 
    font-size:11px;      
}
body.theme_day div.HomePagePost a.ReadLink, body.theme_day div.feature a.CommentsLink { font-size:12px;}
body.theme_day div.HomePagePost a.CommentsLink,
body.theme_day div.feature a.CommentsLink {margin-left:45px;} 

body.theme_day div.column2 div.Promo 
{
	background-image: url(theme_day/promoBkg.jpg);
	width: 181px;
	height: 245px;
	background-repeat: no-repeat;
    margin: 20px 0 0 10px;
    color: #ffffff;
}
body.theme_day #Home div.column2 div.Promo 
{
    margin: 20px auto;
}
body.theme_day div.column2 a.SectionLink 
{
    color:#E47D28;
    margin-top:0px;
    padding:12px 15px 12px 0px;
    background-image: url(theme_day/large_carat.gif);
    background-position:right;
    background-repeat:no-repeat;
    text-decoration:none;
    display:block; 
    font-size:18px;
    font-family:Georgia,"Times New Roman", Times, serif;
    margin-right:10px;
    margin-left:10px;
    border-bottom:solid 1px rgba(0,0,0,.25);
    border-bottom: solid 1px #cccccc; 
    /*text-indent: -15px;*/
}
body.theme_day div.column2 a.FirstSectionLink 
{
   margin-top:22px; 
   border-top:solid 1px rgba(0,0,0,.25); 
   border-top: solid 1px #cccccc;  
}

body.theme_day div.ArticleContainer     
{
    margin-left:20px;
    margin-right:40px;
    font-size:12px;
    line-height:150%;
}

body.theme_day div.commentForm .watermark {position: absolute; left:10px; top:10px; display:block; cursor: text;} 

body.theme_day div.commentForm input, body.theme_day div.commentForm textarea
{
       background-color:#191917;
       color:#ffffff;
       font-size:12px;
       font-family: Georgia,"Times New Roman", Times, serif;
       border: none;
       width: 95%;
       padding:10px;
}

body.theme_day h3.CommentHeader, body.theme_day h3.ContributeHeader
{
    color:#29190a;
    font-size:28px;
    font-family: Georgia,"Times New Roman", Times, serif;
    font-weight:normal;
    margin-bottom:36px;
    padding-top:10px;
    border-top:solid 1px rgba(0,0,0,.25);
    border-top: solid 1px #cccccc; 
    margin-top:10px;    
}

body.theme_day h3.CommentHeader a { font-size: 50%; float: right;}

body.theme_day h3.ContributeHeader 
{
    border-top:none;
    margin-bottom:20px;
}


body.theme_day div#commentsContainer div.commentItem 
{
    margin-top:20px;
    padding-bottom:20px;
    border-bottom:solid 1px rgba(0,0,0,.25);
    border-bottom: solid 1px #cccccc;
    font-size:12px;
    width: 100%;
    float: left;
    
}

body.theme_day div#commentsContainer div.commentItem .replyCommentLink { float: right; margin-bottom: 10px;}

body.theme_day div#commentsContainer div.commentItemReply
{
	margin-left: 20px;
    margin-top:20px;
    padding-bottom:20px;
    font-size:12px;
}

body.theme_day div#commentsContainer div.commentHeader {margin-bottom:3px;}
body.theme_day div#commentsContainer span.commentAuthor {color:#E47D28;font-weight:bold;font-style:italic;font-family: Georgia,"Times New Roman", Times, serif;}
body.theme_day div#commentsContainer div.commentBody {}

body.theme_day div.commentForm label { font-size: 12px; font-family: Georgia,"Times New Roman", Times, serif;}
body.theme_day div.commentForm .CommentSubmitContainer {margin-top:5px;}
body.theme_day div.commentForm a { margin-top: 3px; display: inline-block; vertical-align: middle;}
body.theme_day div.commentForm a.cancelComment { margin-left: 10px;}
body.theme_day div.commentForm .CommentFormControl {margin-bottom:5px;}
/*body.theme_day div.commentForm input.email { margin: 5px 0 5px 0;}*/

body.theme_day div.column1 {padding: 0px 0px 0px 0px;}
body.theme_day div.column2 {padding: 0px 0px 0px 0px;width:100px;overflow:hidden;}

body.theme_day h2 {color:#E47D28; font-weight:normal;font-size:18px;margin-top:20px;margin-bottom:15px; font-family:Georgia,"Times New Roman", Times, serif;}
body.theme_day div.panel h2 {margin-left:24px;}
body.theme_day div.panel h2.ReasonHeader { margin-left: 0px; margin-bottom: 0px; }
body.theme_day div.column1 div.mediaplayer {margin-bottom:20px;}
body.theme_day div.column1 div.panelcopy {background:url(theme_day/copy_carat.png) no-repeat 30px 5px;padding-left:54px;padding-right:40px;}
div.column1 p {margin-top:5px;margin-bottom:10px; orphans: 3; widows: 3;}
div.column1 ul {list-style-position:outside;margin-left:20px;}
div.column1 ul li {margin-bottom:5px;}
body.theme_day div.column1 a {color:#E47D28;}
body.theme_day div.column1 a:hover {text-decoration:none;}
body.theme_day div.column1 h4 {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 15px;
		color: #371e03; font-weight:normal;
		font-size:12px;
		font-family:Georgia,"Times New Roman", Times, serif;
}
body.theme_day div.column2 h3.latestEntries {
	margin:24px 0px 0px 0px;
	width:187px;
	height:40px;
	background: url(theme_day/latest_entries_bg.png) no-repeat;
	font-size:14px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	padding: 20px 0px 0px 0px;
	text-align: center;
}
body.theme_day div.column2 h3.creativeSelectionHdr {
	margin:42px 0px 10px 0px;
	width:194px;
	height:37px;
	background: url(theme_day/creative_selection_hdr_bg.png) no-repeat;
	font-size:14px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	padding: 25px 0px 0px 30px;
}
body.theme_day div.column2 h3.selectedCategory {
	margin:0px 0px 5px 0px;
	width:179px;
	height:30px;
	background: url(theme_day/news_categories.png) no-repeat;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding: 12px 0px 0px 15px;
}

body.theme_day div.column2 ul.newsLinks {
	list-style:none;
	margin-top:0px;
	padding-top:0px;
}
body.theme_day div.column2 ul.newsLinks li {
	padding-bottom:10px;	
}
body.theme_day div.column2 ul.newsLinks li a {
	font-family:Georgia, "Times New Roman", Times, serif;	
	color:#000000;
	text-decoration:none;
}
body.theme_day div.column2 ul.newsLinks li a:hover{
	color:#E47D28;
}
body.theme_day div.column2 div.SupportingLinks {
	border-top:solid 1px #b3b09d;
	border-bottom:solid 1px #b3b09d;
	padding:10px 0px 10px 15px;	
	display:block;
	margin-top:15px;
}

/*SMART BROWSERS -- can handle alpha on colors */
html>body.theme_day div.column2 div.SupportingLinks {
	border-top-color: rgba(0, 0, 0, 0.25);
	border-bottom-color: rgba(0, 0, 0, 0.25);
}


body.theme_day div.column2 div.SupportingLinks ul {
	list-style:none; 
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
}

body.theme_day div.column2 div.SupportingLinks ul li {
	background:url(theme_day/copy_carat.png) no-repeat;
	background-position: 0px 3px;
	padding-top:0px;
	margin-bottom:0px;
	height:14px;
	padding-left:18px;
	line-height:14px;
	font-size:14px;
}
body.theme_day div.column2 div.SupportingLinks ul li a{
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color:#E47D28;
	text-decoration:none;
}

body.theme_day div.column2 div.TagCloud {text-align:center;}
body.theme_day div.column2 div.TagCloud h4 {font-weight:normal;font-size:12px; margin:30px 0px 15px 15px; text-align:left;}
body.theme_day div.column2 div.TagCloud a {display:inline-block;padding : 0px 3px 0px 3px; line-height:20px;white-space:normal;}
body.theme_day div.column2 div.TagCloud a.Level1 {font-size:12px;}
body.theme_day div.column2 div.TagCloud a.Level2 {font-size:14px;}
body.theme_day div.column2 div.TagCloud a.Level3 {font-size:16px;}
body.theme_day div.column2 div.TagCloud a.Level4 {font-size:18px;}
body.theme_day div.column2 div.TagCloud a.Level5 {font-size:20px;}
body.theme_day div.column2 div.TagCloud a {text-decoration:none;color:#000000;white-space:nowrap;}
body.theme_day div.column2 div.TagCloud a:hover {color:#E47D28;}
body.theme_day div.column2 div.TagCloud a.Active {color:#E47D28;}
body.theme_day div.column1 div.copyEnd {background:url(theme_day/end.png) center no-repeat; height:33px;}


/*DEFINE PAGING CONTROLS 
body.theme_day ul.PagingControls {list-style:none; margin:5px 0px 0px 24px; padding:0px 0px 0px 0px;height:12px;}
body.theme_day ul.PagingControls li {display : block; float : left; border-right : 1px solid #000000; padding : 0px 6px 0px 6px;height:12px;line-height:12px;}
body.theme_day ul.PagingControls li.first {padding-left : 0px !important;}
body.theme_day ul.PagingControls li.last {padding-right : 0px !important; border-right : 0px !important;}
body.theme_day ul.PagingControls li.label {border-right : 0px !important; padding-left:0px;}

body.theme_day ul.PagingControls li a {
	font-size:11px;
	color:black;
	text-decoration:none;
}
body.theme_day ul.PagingControls li a:active {
	font-size:11px;
	color:#E47D28;
}*/
body.theme_day div.column1 ul.PagingControls{
    list-style:none; 
    margin:5px 0px 0px 20px; 
    height:12px;
    padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#2a5373;
	font-weight:bold;
}
body.theme_day div.column1 ul.PagingControls li.label {color:#000000;padding-right:10px;}
body.theme_day div.column1 ul.PagingControls li {display : block; float : left; margin-left:0px;}
body.theme_day div.column1 ul.PagingControls li a
{
    background-position: transparent;
    padding: 1px 4px 1px 4px;
    margin: 0px 2px 0px 2px;
    border: 1px solid #b3b09d;
    background: transparent;
    color: #000000;
    text-decoration: none;
}

/*SMART BROWSERS -- can handle alpha on colors */
html>body.theme_day div.column1 ul.PagingControls li a 
{
    border-color: rgba(0, 0, 0, 0.25);
}

body.theme_day div.column1 ul.PagingControls li.active a 
{
	border:1px solid #b3b09d;
	background:#b3b09d;
	color:#FFFFFF;
	text-decoration:none;
}
/*SMART BROWSERS -- can handle alpha on colors */
html>body.theme_day div.column1 ul.PagingControls li.active a 
{
    background-color: rgba(0, 0, 0, 0.25);
}

body.theme_day div.column1 ul.PagingControls li a:hover{
	border:1px solid #b3b09d;
	background:#b3b09d;
	color:#FFFFFF;
	text-decoration:none;
}
/*SMART BROWSERS -- can handle alpha on colors */
html>body.theme_day div.column1 ul.PagingControls li a:hover
{
   background-color: rgba(0, 0, 0, 0.25); 
}
/*DEFINE MEDIA TYPE CONTAINER - CREATIVE PANEL */
body.theme_day div.MediaTypeListContainer {
	float:right;
	width: 145px;
	height:210px;
	background:url(theme_day/medium_produced_bg.png) no-repeat; background-position:top left;
	
	padding-top:119px;
	padding-left:44px;	
	
	color:#ffffff; font-weight:normal;font-size:12px;font-family:Georgia,"Times New Roman", Times, serif;
	
}

/*DEFINE MEDIA TYPE ICON SPRITES */
body.theme_day ul.MediaTypeList {list-style:none; margin:10px 0px 0px 0px; padding:0px 0px 0px 0px;}

body.theme_day ul.MediaTypeList li{
	background:url(theme_day/media_icon_sprites.gif) no-repeat;
	background-position: 0px 0px;
	padding-top:0px;
	margin-bottom:5px;
	height:12px;
	padding-left:18px;
	line-height:11px;
	font-size:11px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
}
body.theme_day ul.MediaTypeList li a {
	font-size:11px;
	color:white;
	text-decoration:none;
}
body.theme_day ul.MediaTypeList li.media_type_tv {
	background-position: 0px 0px;
}
body.theme_day ul.MediaTypeList li.media_type_print {
	background-position: 0px -12px;
}
body.theme_day ul.MediaTypeList li.media_type_web {
	background-position: 0px -24px;
}
body.theme_day ul.MediaTypeList li.media_type_dm {
	background-position: 0px -36px;	
}
body.theme_day ul.MediaTypeList li.media_type_banner {
	background-position: 0px -48px;
}
body.theme_day ul.MediaTypeList li.media_type_radio {
	background-position: 0px -60px;
}

/* STYLE PRIMARY NAVIGATION MENU */

/*STUPID IE -- can't handle alpha on colors */

/*SMART BROWSERS -- can handle alpha on colors */
html>body.theme_day div.primary_nav_container {
	border-top-color: rgba(0, 0, 0, 0.25);
	border-bottom-color: rgba(0, 0, 0, 0.25);
}

body.theme_day ul.primary_nav{
	list-style: none;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

body.theme_day ul.primary_nav li{
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
body.theme_day ul.primary_nav li{
	display: inline;
	padding:0px 8px 0px 8px;
}
body.theme_day ul.primary_nav a {text-decoration:none;color:#313131;}
body.theme_day ul.primary_nav a.selected {color:#E47D28;}
body.theme_day ul.primary_nav a:hover {color:#000000;}
body.theme_day ul.primary_nav a {outline: none;}


/* PANEL-SPECIFIC STYLES */

body.theme_day div.CaratBlock {
	background: url(theme_day/copy_carat.png) no-repeat;
	background-position: 51px 5px;
	padding-top:0px;
	padding-left:72px;
}

body.theme_day div.CaratBlock a {
	color:#E47D28;	
}
div.CaratBlock a:hover {
	text-decoration:none;	
}


body.theme_day div.ClientAccessBox {
	background: url(theme_day/client_access_bg.png) no-repeat;
	width:190px;
	height:44px;
	margin-top:32px;
}
body.theme_day div.ClientAccessBox div.Label{
	float:left;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height:12px;
	margin:17px 0px 0px 16px;
	
}
body.theme_day div.ClientGoButton {
	float:right;
	margin:12px 8px 0px 0px;
	background: url(theme_day/client_go_sprite.png) no-repeat;
	background-position:0px 0px;
	height:18px;
	width:42px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:12px;
	padding-top:6px;
	color:#ffffff;
	cursor:pointer;
}
body.theme_day div.ClientGoButton:hover {
	background-position:0px -24px;
}
body.theme_day div.ClientGoButton a {text-decoration:none;color:#ffffff;}

div.panel {
  padding: 0px;
  min-height: 600px;
  width: 828px;
  margin:0px auto;
  
}

/*Define Panel Interior Styles */
body.theme_day div.panel div.column1 {
    float:left;
    width:632px;
}
body.theme_day div.panel div.column2 {
    float:right;
    width:196px;
}

/* COMMENT-RELATED STYLES */

div#commentsContainer ul { list-style-type: none; margin-left: 0;}
.ErrorText { color: Red; font-size: 14px; margin-bottom: 5px; display: block;}

/*************************************************************
 * NIGHT THEME
 *************************************************************/
body.theme_night {
	background-color:#000d32;
	background-image:url("theme_night/nightstrip.jpg");
	background-position: left top;
	background-repeat:repeat-x;
	font-size:11px;
	color:#FFFFFF;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
}

body.theme_night .SecondLayerBG {
	background-image:url("theme_night/night_bg.jpg");
	background-color:#001020;
	background-position: center top;
	background-repeat:no-repeat;
}

body.theme_night div.footer {
	display:block;
	clear:both;
}
body.theme_night div.footer div.logo 
{
    width:828px;
    margin: 0 auto;
    padding:50px 0px 0px 0px; 
    text-align:center; 
}
body.theme_night div.footer div.logo img 
{
    width:49px;
    height:49px;
    margin: 0 auto;
}

body.theme_night div.footer div.copyright 
{
    padding-top:9px;
    font-size:11px;
    font-weight:normal;
    text-align:center;    
}
body.theme_night div.footer div.copyright a 
{
    color: #E47D28;
}
div.copyright a:hover {text-decoration:none;}


body.theme_night div.feature 
{
    width:788px;
    height:285px; 
    padding: 20px 20px 0px 20px;
    margin:0px auto;
    background-image:url(theme_day/rt_feature_bg.png);
    background-repeat:no-repeat;
    background-position:left top;    
}
body.theme_night div.topBorder 
{
    border-top: solid 1px #cccccc;
    border-top:solid 1px rgba(255,255,255,.25);    
}
body.theme_night div.feature div.art 
{
    width:375px;
    padding:0px 0px 0px 0px;
    float:left;
}

body.theme_night div.feature div.copy 
{
      color:White;
      font-size:13px;
      float:right;
      width:383px;
      padding:0px 10px 0px 20px;
      line-height:150%;
    
}

body.theme_night div.feature div.copy H2 
{
    font-size:28px;
    color:#E47D28;
    line-height:120%;
    margin-left:0px; 
    margin-bottom:5px; 
    
}

body.theme_night div.feature div.copy a.FeatureLink 
{
    color:#E47D28;
    margin-top:10px;
    padding:5px 15px 5px 0px;
    background-image: url(theme_night/right_carat.gif);
    background-position:right;
    background-repeat:no-repeat;
    text-decoration:none;
    display:inline-block;
    
}

body.theme_night div.FeatureSectionHeader
{
    color:#ffffff;
    border-top: solid 1px #cccccc;
    border-top:solid 1px rgba(255,255,255,.25);
    font-size:13px;
    font-family:Georgia,"Times New Roman", Times, serif;  
    padding-top:5px;      
}


body.theme_night div.ArticleListSectionHeader 
{
    color:#ffffff;       
    border-bottom: solid 1px #cccccc;
    border-bottom:solid 1px rgba(255,255,255,.25);
    font-size:13px;
    font-family:Georgia,"Times New Roman", Times, serif;  
    padding-bottom:10px;
    padding-left:2px;
    margin: 20px 40px 0px 10px;
}

body.theme_night div.ArticleListSectionHeader a.next 
{
    display:block;float:right;font-size:11px;
    padding:5px 15px 5px 0px;
    background-image: url(theme_day/right_carat.gif);
    background-position:right;
    background-repeat:no-repeat;
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
}
body.theme_night div.ArticleListSectionHeader a.previous 
{
    display:block;float:right;font-size:11px;
    padding:5px 0px 5px 15px;
    background-image: url(theme_day/left_carat.gif);
    background-position:left;
    background-repeat:no-repeat;
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
}
body.theme_night div.ArticleListSectionHeader a.marginRight
{
	margin-right: 15px;
}

body.theme_night div.ArticleListSectionFooter{margin: 10px 40px 0px 10px;}
body.theme_night div.ArticleListSectionFooter a.next 
{
    display:block;font-size:11px;
    float:right;
    padding:5px 15px 5px 0px;
    background-image: url(theme_day/right_carat.gif);
    background-position:right;
    background-repeat:no-repeat;
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
}
body.theme_night div.ArticleListSectionFooter a.previous 
{
    display:block;font-size:11px;
    float:right;
    padding: 5px 0px 5px 15px;
    background-image: url(theme_day/left_carat.gif);
    background-position:left;
    background-repeat:no-repeat;
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
}
body.theme_night div.ArticleListSectionFooter a.marginRight
{
	margin-right: 15px;
}

body.theme_night div.HomePagePost 
{
    border-bottom: solid 1px #cccccc;
    border-bottom:solid 1px rgba(255,255,255,.25);
    padding-bottom:22px;
    padding-top:22px;
    margin-left:10px;
    margin-right:40px;
    
}
body.theme_night div.CategoryAndPublishDate
{
    height:26px;
    background-image:url(theme_night/content_category_icon_sprite.gif);
    background-position:0px 4px;
    background-repeat:no-repeat;
    padding-left:30px;
    font-size:14px;
    font-family:Georgia,"Times New Roman", Times, serif;
    margin-bottom:16px;
}

body.theme_night div.Categorycreative, body.theme_night div.Categoryrtcreative, body.theme_night div.Categoryrtawards  
{
	height:18px;
	padding-top:2px; 
	background-position:0px -24px;
}

body.theme_night div.Categoryposts, body.theme_night div.Categoryrtblogs, body.theme_night div.CategoryCulture 
{
   height:18px;
   padding-top:2px; 
   background-position:0px 0px;    
}

body.theme_night div.CategoryNews, body.theme_night div.Categoryrtnews, body.theme_night div.Categoryrtinthepress  
{
   height:23px;
   padding-top:2px; 
   background-position:0px -47px;    
}

body.theme_night div.CategoryAndPublishDate a 
{
    text-decoration:none;
    font-style:italic;    
    
}
body.theme_night div.HomePagePost H2, body.theme_night div.ArticleContainer H2 
{
    font-size:28px;
    line-height:120%;
    margin:0px 0px 5px 0px !important;    
}
body.theme_night div.HomePagePost H2 a, body.theme_night div.ArticleContainer H2 a
{
    text-decoration:none;    
    
}
body.theme_night div.HomePagePost p, body.theme_night div.ArticleContainer p 
{
    margin-bottom:8px;
    margin-top:8px;
    orphans: 3;
    widows: 3;
}
body.theme_night div.HomePagePost p.ByLine, body.theme_night div.ArticleContainer p.ByLine  
{
    font-size:12px;
    font-weight:bold;
    font-style:italic;
    font-family:Georgia,"Times New Roman", Times, serif;
    margin-bottom:0px;   
}

body.theme_night div.HomePagePost a.ReadLink, body.theme_night div.HomePagePost a.CommentsLink, 
body.theme_night div.HomePagePost a.ReadLink, body.theme_night div.feature a.CommentsLink 
{
    color:#E47D28;
    margin-top:0px;
    padding:5px 15px 5px 0px;
    background-image: url(theme_day/right_carat.gif);
    background-position:right;
    background-repeat:no-repeat;
    text-decoration:none;
    display:inline-block; 
    font-size:11px;      
}
body.theme_day div.HomePagePost a.ReadLink, body.theme_night div.feature a.CommentsLink { font-size:12px;}
body.theme_night div.HomePagePost a.CommentsLink,
body.theme_night div.feature a.CommentsLink {margin-left:45px;} 

body.theme_night div.column2 div.Promo 
{
	background-image: url(theme_day/promoBkg.jpg);
	width: 181px;
	height: 245px;
	background-repeat: no-repeat;
    margin: 20px 0 0 10px;
    color: #ffffff;
}
body.theme_night #Home div.column2 div.Promo 
{
    margin: 20px auto;
}

body.theme_night div.column2 div.Promo 
{
    margin: 20px 0 0 10px;
}
body.theme_night #Home div.column2 div.Promo 
{
    margin: 20px auto;
}
body.theme_night div.column2 a.SectionLink 
{
    color:#E47D28;
    margin-top:0px;
    padding:12px 15px 12px 0px;
    background-image: url(theme_day/large_carat.gif);
    background-position:right;
    background-repeat:no-repeat;
    text-decoration:none;
    display:block; 
    font-size:18px;
    font-family:Georgia,"Times New Roman", Times, serif;
    margin-right:10px;
    margin-left:10px;
    border-bottom: solid 1px #cccccc;
    border-bottom:solid 1px rgba(255,255,255,.25);     
}
body.theme_night div.column2 a.FirstSectionLink 
{
   margin-top:22px; 
   border-top: solid 1px #cccccc; 
   border-top:solid 1px rgba(255,255,255,.25);  
}

body.theme_night div.ArticleContainer     
{
    margin-left:20px;
    margin-right:40px;
    font-size:12px;
    line-height:150%;
}

body.theme_night div.commentForm .watermark {position: absolute; left:10px; top:10px; display:block; cursor: text;} 

body.theme_night div.commentForm input, body.theme_night div.commentForm textarea
{
       background-color:#031a31;
       color:#ffffff;
       font-size:12px;
       font-family: Georgia,"Times New Roman", Times, serif;
       border: none;
       width: 95%;
       padding:10px;
}

body.theme_night h3.CommentHeader, body.theme_night h3.ContributeHeader
{
    color:#0088C1;
    font-size:28px;
    font-family: Georgia,"Times New Roman", Times, serif;
    font-weight:normal;
    margin-bottom:36px;
    padding-top:45px;
    border-top: solid 1px #404C58; 
    border-top:solid 1px rgba(255,255,255,.25);
    margin-top:10px;    
}

body.theme_night h3.CommentHeader a { font-size: 50%; float: right;}

body.theme_night h3.ContributeHeader 
{
    border-top:none;
    margin-bottom:20px;
}


body.theme_night div#commentsContainer div.commentItem
{
    margin-top:20px;
    padding-bottom:20px;
    border-bottom: solid 1px #cccccc;
    border-bottom:solid 1px rgba(255,255,255,.25);
    font-size:12px;
    width: 100%;
    float: left;
}

body.theme_night div#commentsContainer div.commentItem .replyCommentLink { float: right; margin-bottom: 10px;}

body.theme_night div#commentsContainer div.commentItemReply
{
	margin-left: 20px;
    margin-top:20px;
    padding-bottom:20px;
    font-size:12px;
    
}

body.theme_night div#commentsContainer div.commentHeader {margin-bottom:3px;}
body.theme_night div#commentsContainer span.commentAuthor {color:#E47D28;font-weight:bold;font-style:italic;font-family: Georgia,"Times New Roman", Times, serif;}
body.theme_night div#commentsContainer div.commentBody {}

body.theme_night div.commentForm label { font-size: 12px; font-family: Georgia,"Times New Roman", Times, serif;}
body.theme_night div.commentForm .CommentSubmitContainer{margin-top:5px;}
body.theme_night div.commentForm a { margin-top: 3px;display:inline-block; vertical-align: middle;}
body.theme_night div.commentForm a.cancelComment { margin-left: 10px;}
body.theme_night div.commentForm .CommentFormControl {margin-bottom:5px;}
 
 /* DEFINE PRIMARY COLUMNS */
body.theme_night div.column1 {padding: 0px 0px 0px 0px;}
body.theme_night div.column2 {padding: 0px 0px 0px 0px;width:100px;overflow:hidden;}
/*Debug bgcolors 
body.theme_night div.column1 {background-color:#ff0000;}
body.theme_night div.column2 {background-color:#0000ff;}
*/

body.theme_night h2 {color:#E47D28; font-weight:normal;font-size:18px;margin-top:20px;margin-bottom:15px; font-family:Georgia,"Times New Roman", Times, serif;}
body.theme_night div.panel h2 {margin-left:24px;}
body.theme_night div.panel h2.ReasonHeader { margin-left: 0px; margin-bottom: 0px; }
body.theme_night div.column1 div.mediaplayer {margin-bottom:20px;}
body.theme_night div.column1 div.panelcopy {background:url(theme_day/copy_carat.png) no-repeat 30px 5px;padding-left:54px; padding-right:40px;}
body.theme_night div.column1 a {color:#E47D28;}
body.theme_night div.column1 a:hover {text-decoration:none;}
body.theme_night div.column1 h4 {margin-top:0px;margin-bottom:0px;color: #2a5373; font-weight:normal;font-size:12px;font-family:Georgia,"Times New Roman", Times, serif;}
body.theme_night div.column2 h3.latestEntries {
	margin:42px 0px 0px 0px;
	width:187px;
	height:40px;
	background: url(theme_night/latest_entries_bg.png) no-repeat;
	font-size:14px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	padding: 20px 0px 0px 0px;
	text-align: center;
}
body.theme_night div.column2 h3.creativeSelectionHdr {
	margin:42px 0px 10px 0px;
	width:194px;
	height:37px;
	background: url(theme_night/creative_selection_hdr_bg.png) no-repeat;
	font-size:14px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	padding: 25px 0px 0px 30px;
}
body.theme_night div.column2 h3.selectedCategory {
	margin:0px 0px 5px 0px;
	width:179px;
	height:30px;
	background: url(theme_day/news_categories.png) no-repeat;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding: 12px 0px 0px 15px;
}

body.theme_night div.column2 ul.newsLinks {
	list-style:none;
	margin-top:0px;
	padding-top:0px;
}
body.theme_night div.column2 ul.newsLinks li {
	padding-bottom:10px;	
}
body.theme_night div.column2 ul.newsLinks li a {
	font-family:Georgia, "Times New Roman", Times, serif;	
	color:#ffffff;
	text-decoration:none;
}
body.theme_night div.column2 ul.newsLinks li a:hover{
	color:#E47D28;
}
body.theme_night div.column2 div.SupportingLinks {
	border-top:solid 1px #b3b09d;
	border-bottom:solid 1px #b3b09d;
	padding:10px 0px 10px 15px;	
	display:block;
	margin-top:15px;
}

/*SMART BROWSERS -- can handle alpha on colors */
html>body.theme_night div.column2 div.SupportingLinks {
	border-top-color: rgba(255, 255, 255, 0.25);
	border-bottom-color: rgba(255, 255, 255, 0.25);
}


body.theme_night div.column2 div.SupportingLinks ul {
	list-style:none; 
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
}

body.theme_night div.column2 div.SupportingLinks ul li {
	background:url(theme_day/copy_carat.png) no-repeat;
	background-position: 0px 3px;
	padding-top:0px;
	margin-bottom:0px;
	height:14px;
	padding-left:18px;
	line-height:14px;
	font-size:14px;
}
body.theme_night div.column2 div.SupportingLinks ul li a{
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color:#E47D28;
	text-decoration:none;
}

body.theme_night div.column2 div.TagCloud {text-align:center;}
body.theme_night div.column2 div.TagCloud h4 {font-weight:normal;font-size:12px; margin:30px 0px 15px 15px; text-align:left;}
body.theme_night div.column2 div.TagCloud a {display:inline-block;padding : 0px 3px 0px 3px; line-height:20px;white-space:normal;}
body.theme_night div.column2 div.TagCloud a.Level1 {font-size:12px;}
body.theme_night div.column2 div.TagCloud a.Level2 {font-size:14px;}
body.theme_night div.column2 div.TagCloud a.Level3 {font-size:16px;}
body.theme_night div.column2 div.TagCloud a.Level4 {font-size:18px;}
body.theme_night div.column2 div.TagCloud a.Level5 {font-size:20px;}
body.theme_night div.column2 div.TagCloud a {text-decoration:none;color:#0088c1;}
body.theme_night div.column2 div.TagCloud a:hover {color:#E47D28;}
body.theme_night div.column2 div.TagCloud a.Active {color:#E47D28;}
body.theme_night div.column1 div.copyEnd {background:url(theme_day/end.png) center no-repeat; height:33px;}

body.theme_night div.column2 div.ArchiveCloud a {text-decoration:none;color:#0088c1;}
body.theme_night div.column2 div.ArchiveCloud a:hover {color:#E47D28;}
body.theme_night div.column2 div.ArchiveCloud a.Active {color:#E47D28;}

/*DEFINE PAGING CONTROLS 
body.theme_night ul.PagingControls {list-style:none; margin:5px 0px 0px 24px; padding:0px 0px 0px 0px;height:12px;}
body.theme_night ul.PagingControls li {display : block; float : left; border-right : 1px solid #ffffff; padding : 0px 6px 0px 6px;height:12px;line-height:12px;}
body.theme_night ul.PagingControls li.first {padding-left : 0px !important;}
body.theme_night ul.PagingControls li.last {padding-right : 0px !important; border-right : 0px !important;}
body.theme_night ul.PagingControls li.label {border-right : 0px !important; padding-left:0px;}

body.theme_night ul.PagingControls li a {
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}
body.theme_night ul.PagingControls li a:active {
	font-size:11px;
	color:#E47D28;
}*/
body.theme_night div.column1 ul.PagingControls{
    list-style:none; 
    margin:5px 0px 0px 20px; 
    height:12px;
    padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2a5373;
	font-weight:bold;
}
body.theme_night div.column1 ul.PagingControls li.label {color:#ffffff;padding-right:10px;}
body.theme_night div.column1 ul.PagingControls li {display : block; float : left;margin-left:0px;}
body.theme_night div.column1 ul.PagingControls li a
{
    background-position: transparent;
    padding: 1px 4px 1px 4px;
    margin: 0px 2px 0px 2px;
    border: 1px solid #4180B4;
    background: transparent;
    color: #ffffff;
    text-decoration: none;
}
body.theme_night div.column1 ul.PagingControls li.active a 
{
	border:1px solid #2a5373;
	background:#4180B4;
	color:#FFFFFF;
	text-decoration:none;
}
body.theme_night div.column1 ul.PagingControls li a:hover{
	border:1px solid #2a5373;
	background:#4180B4;
	color:#FF9900;
	text-decoration:none;
}


/*DEFINE MEDIA TYPE CONTAINER - CREATIVE PANEL */
body.theme_night div.MediaTypeListContainer {
	float:right;
	width: 145px;
	height:210px;
	background:url(theme_night/medium_produced_bg.png) no-repeat; background-position:top left;
	
	padding-top:119px;
	padding-left:44px;	
	
	color:#ffffff; font-weight:normal;font-size:12px;font-family:Georgia,"Times New Roman", Times, serif;
	
}

/*DEFINE MEDIA TYPE ICON SPRITES */
body.theme_night ul.MediaTypeList {list-style:none; margin:10px 0px 0px 0px; padding:0px 0px 0px 0px;}

body.theme_night ul.MediaTypeList li{
	background:url(theme_day/media_icon_sprites.gif) no-repeat;
	background-position: 0px 0px;
	padding-top:0px;
	margin-bottom:5px;
	height:12px;
	padding-left:18px;
	line-height:11px;
	font-size:11px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
}
body.theme_night ul.MediaTypeList li a {
	font-size:11px;
	color:white;
	text-decoration:none;
}
body.theme_night ul.MediaTypeList li.media_type_tv {
	background-position: 0px 0px;
}
body.theme_night ul.MediaTypeList li.media_type_print {
	background-position: 0px -12px;
}
body.theme_night ul.MediaTypeList li.media_type_web {
	background-position: 0px -24px;
}
body.theme_night ul.MediaTypeList li.media_type_dm {
	background-position: 0px -36px;	
}
body.theme_night ul.MediaTypeList li.media_type_banner {
	background-position: 0px -48px;
}
body.theme_night ul.MediaTypeList li.media_type_radio {
	background-position: 0px -60px;
}

/* STYLE PRIMARY NAVIGATION MENU */


body.theme_night ul.primary_nav{
	list-style: none;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

body.theme_night ul.primary_nav li{
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
body.theme_night ul.primary_nav li{
	display: inline;
	padding:0px 8px 0px 8px;
}
body.theme_night ul.primary_nav a {text-decoration:none;color:#dadada;}
body.theme_night ul.primary_nav a.selected {color:#E47D28;}
body.theme_night ul.primary_nav a:hover {color:#ffffff;}
body.theme_night ul.primary_nav a {outline: none;}




/* PANEL-SPECIFIC STYLES */
body.theme_night div.CaratBlock {
	background: url(theme_day/copy_carat.png) no-repeat;
	background-position: 51px 5px;
	padding-top:0px;
	padding-left:72px;
}
body.theme_night div.CaratBlock a {
	color:#E47D28;	
}


body.theme_night div.ClientAccessBox {
	background: url(theme_day/client_access_bg.png) no-repeat;
	width:190px;
	height:44px;
	margin-top:32px;
}
body.theme_night div.ClientAccessBox div.Label{
	float:left;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height:12px;
	margin:17px 0px 0px 16px;
	
}
body.theme_night div.ClientGoButton {
	float:right;
	margin:12px 8px 0px 0px;
	background: url(theme_day/client_go_sprite.png) no-repeat;
	background-position:0px 0px;
	height:18px;
	width:42px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:12px;
	padding-top:6px;
	color:#ffffff;
	cursor:pointer;
}
body.theme_night div.ClientGoButton:hover {
	background-position:0px -24px;
}
body.theme_night div.ClientGoButton a {text-decoration:none;color:#ffffff;}


/*Define Panel Interior Styles */
body.theme_night div.panel div.column1 {
    float:left;
    width:632px;
}
body.theme_night div.panel div.column2 {
    float:right;
    width:196px;
}


/*Define Panel Interior Styles */
body.theme_night div.panel div.column1 {
    float:left;
    width:632px;
}
body.theme_night div.panel div.column2 {
    float:right;
    width:196px;
}


/* FILTERED LISTS */
h3.selectedCategory {cursor:pointer;}

.FilteredArticles {
	position:relative;
	height: 500px;
}
/*.filterDropDown {
	background-color:#000000;
	color:#ffffff;
	position:absolute;
	top:30px;
	left:21px;
	width:158px;
	cursor:pointer;
}
.filterDropDown a {
	text-decoration:none;
	display:block;
	color:#ffffff;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:10px;
	padding-right:10px;	
}

.filterDropDown a:hover {
	text-decoration:none;
	display:block;
	color:#ffffff;
	background-color: #313131;
	margin-top:5px;
	margin-bottom:5px;
}
*/


/*Drop Down Menu Styles */
.DropDownLinkMenu, .InterestDropDownLinkMenu {
	position:relative;	
}
.DropDownMenu {
	background-color:#000000;
	color:#ffffff;
	position:absolute;
	top:30px;
	left:1px;
	width:192px;
	cursor:pointer;
	z-index:1000;
}
.DropDownMenu a {
	text-decoration:none;
	display:block;
	color:#ffffff;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:10px;
	padding-right:10px;	
}

.DropDownMenu a:hover {
	text-decoration:none;
	display:block;
	color:#ffffff;
	background-color: #313131;
	margin-top:5px;
	margin-bottom:5px;
}

/*Tooltip*/
#simpleTooltip { padding: 7px; border: 1px solid #A6A7AB; background: #F2F3F5; color:#000000; }

/*General Content Styles */
.panelcopy {}
.panelcopy a {text-decoration:underline;color:#E47D28;}
.panelcopy a:hover {text-decoration:none;color:#E47D28;}

.panelcopy .Author {font-weight:bold; font-family:Georgia,"Times New Roman", Times, serif;margin-bottom:10px;}

.AuthorBio 
{
    font-style:italic;
    margin:30px 30px 30px 30px;
    font-family:Georgia,"Times New Roman", Times, serif;   
    
}

H4.MediaPlayerAssetLink {margin-bottom:5px !Important; cursor:pointer;}
H4.FocusedAsset { font-weight:bold !Important; }

div.topBorder {padding-top:10px;}

a.RSSTab
{
    position:absolute;
    top:342px;
    left:0px;
    display:block;
    height:115px;
    width:36px;
}

div.column2 div.ArchiveCloud { text-align:left;}
div.column2 div.ArchiveCloud a { font-weight:bold; text-decoration:none; color:#E47D28; display:inline-block; padding : 0px 3px 0px 3px; line-height:20px;white-space:normal;}
div.column2 div.ArchiveCloud ol a { font-weight:bold;}
div.column2 div.ArchiveCloud li a { font-weight:normal;}
div.column2 div.ArchiveCloud a:hover { text-decoration: underline; color:#E47D28; }

div.logo, div.logo a, div.logo img, div.logo a:link, div.logo a:hover, div.logo a:active, div.logo a:visited
{
	cursor:default;
}

div.shareButtonWrapper
{
	float: right;
	margin-left: 8px;
}

.AssetListingClientLink 
{
	color:#E47D28;
    margin: 0px 0px 10px 0px;
    padding:12px 15px 12px 15px;
    background-image: url(theme_day/large_carat.gif);
    background-position:right;
    background-repeat:no-repeat;
    text-decoration:none;
    display:block; 
    font-size:18px;
    font-family:Georgia,"Times New Roman", Times, serif;
    border-bottom:solid 1px rgba(0,0,0,.25);
    border-bottom: solid 1px #cccccc; 
}

.MediaPlayerObject 
{
	margin-left: -25px
}
#FeatureSwf, #culture_browser
{
	margin-left: 0px
}

.waitPopup { text-align: center; padding: 10px;}

#simplemodal-overlay {background-color:#000; cursor:wait;}
#simplemodal-container {background-color:#fff; border:3px solid #ccc;}
#simplemodal-container a.modalCloseImg {background:url(../img/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}

.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */

/* COMMENT FORM-RELATED STYLES */
.commentForm { display: none; clear: both;}
.replies { margin: 10px; border: 1px solid #dddddd; background-color: rgba(255,255,255, 0.25); clear: both;}

.watermark {
	color:#CCCCCC;
}

/********************* Connect Page *********************/
#ConnectPage .Alert { margin-left: 24px; font-size: 16px; }

div.ConnectPageFormSection 
{
	border-top:1px solid #CCCCCC;
	margin-left:24px;
	margin-right:40px;
	padding-bottom:22px;
	padding-top:22px;
	clear:both;
}
div.ConnectPageFormSection div.field 
{
	float: left;
}

div.ConnectPageFormSection .InterestDropDownLinkMenu
{
	display: inline-block;
}
div.ConnectPageFormSection .FormBtn 
{
	padding: 15px 15px 25px 0;
	float: right;
}

/* Custom Text Boxes */
div.CSSTextBoxWrapper {display:inline-block;position:relative;}
.CSSTextBox { 
	position: relative;
	border: 0; 
	overflow: visible; /* removes extra side padding in IE */
	padding: 0 8px 0 0; 
	margin-right:5px; 
	font-size:14px; 
	text-align: center; 
	background: transparent url(theme_day/textBoxBkg.gif) no-repeat right -100px; 
	white-space:nowrap;
	height:35px;
	display:inline-block;
	text-decoration:none;
	font-family:Arial, helvetica, Sans-Serif;
}
.CSSTextBox span.CSSTextBoxInnards { 
	position: relative;
	display: block; 
	white-space: nowrap;	
	padding:8px 0 0 8px;
	height:35px; 
	background: transparent url(theme_day/textBoxBkg.gif) no-repeat left top; 
	color:#333333; 
}
.CSSTextBox span.CSSTextBoxInnards input { border:0 none; width:164px; }

div.CSSTextAreaWrapper {display:inline-block;position:relative;}
.CSSTextArea { 
	position: relative;
	border: 0; 
	overflow: visible; /* removes extra side padding in IE */
	padding: 0 8px 0 0; 
	margin-right:5px; 
	font-size:14px; 
	text-align: center; 
	background: transparent url(theme_day/TextAreaBkg.gif) no-repeat right -200px; 
	white-space:nowrap;
	height:146px;
	display:inline-block;
	text-decoration:none;
	font-family:Arial, helvetica, Sans-Serif;
}
.CSSTextArea span.CSSTextAreaInnards { 
	position: relative;
	display: block; 
	white-space: nowrap;	
	padding:8px 0 0 8px;
	height:146px; 
	background: transparent url(theme_day/TextAreaBkg.gif) no-repeat left top; 
	color:#333333; 
}
.CSSTextArea span.CSSTextAreaInnards textarea { border:0 none; width:545px; }

div.BlackBtnWrapper {display:inline-block;position:relative;}
.BlackBtn { 
	position: relative;
	border: 0; 
	overflow: visible; /* removes extra side padding in IE */
	margin-right:5px; 
	font-size:14px; 
	text-align: center; 
	background: transparent url(theme_day/BlackBtn.gif) no-repeat right -50px; 
	white-space:nowrap;
	height:35px;
	display:inline-block;
	text-decoration:none;
	font-family:Arial, helvetica, Sans-Serif;
}
.BlackBtn a
{
	/*padding-right:30px;*/ /*TODO*/
	display:inline-block;
	overflow:visible;
	position:relative;
	padding: 0 38px 0 0;
}
.BlackBtn span.BlackBtnInnards { 
	position: relative;
	display: block; 
	white-space: nowrap;	
	padding:8px 15px 0 15px;
	height:35px; 
	background: transparent url(theme_day/BlackBtn.gif) no-repeat left top; 
	margin-top:1px;
}
div.column1 .BlackBtn a { color:#FFFFFF; text-decoration: none;  }
div.column1 .BlackBtn a:hover { color:#E47D28; text-decoration: none;  }

div.BlackDDWrapper {display:inline-block;position:relative;}
.BlackDD { 
	position: relative;
	border: 0; 
	overflow: visible; /* removes extra side padding in IE */
	margin-right:5px; 
	font-size:14px; 
	/*text-align: center; */
	background: transparent url(theme_day/BlackBtn.gif) no-repeat right -100px; 
	white-space:nowrap;
	height:35px;
	display:inline-block;
	text-decoration:none;
	font-family:Arial, helvetica, Sans-Serif;
}
.BlackDD a, .BlackDD h3
{
	/*padding-right:30px;*/ /*TODO*/
	/*display:inline-block;*/
	overflow:visible;
	position:relative;
	padding: 0 38px 0 0;
}
.BlackDD span.BlackDDInnards { 
	position: relative;
	display: block; 
	white-space: nowrap;	
	padding:8px 15px 0 15px;
	height:35px; 
	background: transparent url(theme_day/BlackBtn.gif) no-repeat left top; 
	margin-top:1px;
}
div.column1 .BlackDD a { color:#FFFFFF; text-decoration: none;  }
div.column1 .BlackDD a:hover { color:#E47D28; text-decoration: none;  }
div.column1 .BlackDD h3 { color:#FFFFFF; text-decoration: none;  }
div.column1 .BlackDD .DropDownMenu { left:0px; top:30px; width:100%; padding:0px;}
div.column1 .BlackDD .DropDownMenu a { color:#ffffff; text-align:left; margin-left:2em; margin-right:-2em; text-indent:-1em; white-space:normal; }
div.column1 .BlackDD .DropDownMenu a:hover { color:#E47D28; background-color: Transparent; }

.FieldLabel 
{
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	padding: 0 15px 10px 0;
	clear: both;
}
.PromoCopy { color:#FFFFFF; line-height:1.75em; padding:127px 0 0 21px; }
.PromoCopy .accent { color: #999999 }

h3.selectedInterest  
{
	width:320px;
	cursor:pointer;
}
#JobsContainer { margin: 0 0 20px 0; }