/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containerScrollerMaster{width:164px; clear:both;}
.scrollerBoardMeetings{width:151px; clear:both;}

table.scrollerBlue{background:#98B7DB;}
table.scrollerGold{background:#C4BA47;}
table.scrollerGrey{background:#AEADAE;}
table.scrollerBoardMeetings{background:#C4BA47;}

.containerScrollerHeaderRow{height:37px; vertical-align:middle;}

td.ScrolerTitle{font-weight:bold; font-size:12px; padding-left:6px;}

.containerScrollerHeaderRow td.ScrolerTitle * {color:#FFF;}
/*
table.scrollerBlue .containerScrollerHeaderRow td.ScrolerTitle * {color:#FFF;}
table.scrollerGold .containerScrollerHeaderRow td.ScrolerTitle * {color:#FFF;}
table.scrollerGrey .containerScrollerHeaderRow td.ScrolerTitle * {color:#FFF;}
*/

table.scrollerBlue .containerScrollerContentRow{background:#EBEBEA;}
table.scrollerGold .containerScrollerContentRow{background:#EDEAC7;}
table.scrollerGrey .containerScrollerContentRow{background:#E2ECF5;}
table.scrollerBoardMeetings .containerScrollerContentRow{background:#FFF;}
table.scrollerBoardMeetings div.containerScrollerContent{border:1px solid #C4BA47; border-top:none; border-bottom:none;}

table.scrollerGold .containerScrollerContent{height:350px;width:325px;padding:0 8px 0 8px;}
.containerScrollerContent{height:200px;padding:0 8px 0 8px;}

table.scrollerBoardMeetings .containerScrollerContent{height:88px;}
.containerScrollerFooterRow{height:40px; vertical-align:middle;}

a.ScrollButton	{position:absolute; display:block; width:21px; height:21px; margin-top:-9px; margin-left:-35px; background-repeat:no-repeat; cursor:pointer;}
a.ScrollTop		{background-image:url(circle-arrow-down.gif);}
a.ScrollBottom	{background-image:url(circle-arrow-up.gif);}

table.scrollerBoardMeetings a.ScrollButton	{width:18px;height:18px; margin-left:-30px;}
table.scrollerBoardMeetings a.ScrollTop		{background-image:url(circle-arrow-down-rev.gif);margin-top:-10px;}
table.scrollerBoardMeetings a.ScrollBottom	{background-image:url(circle-arrow-up-rev.gif);margin-top:-8px;}

.ScrollContent{overflow:auto;}

/*<Engage:Publish>*/
table.containerScrollerMaster td.containerScrollerContentRow div.containerScrollerContent * div#articleDisplay div.Head{display:none !important;}
table.containerScrollerMaster td.containerScrollerContentRow div.containerScrollerContent * div#divArticleContent * {font-size:10px !important;}
/*</Engage:Publish>*/

div.containerScrollerMasterFooter{clear:both;}





