/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
  
}
#fckbody {
	background:#ffffff;	
	background-image:none;
	text-align:left;
}

.ControlPanel { 
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {font-family:Arial; font-size:10px; color:#000000; font-weight:normal;
}

/* 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   {font-family:Arial; font-size:10px; color:#000000; font-weight:bold; text-align:left;
}

/* style of item titles on edit and admin pages */
.SubHead    { font-family: Arial;font-size:11px; color:#000000; font-weight:bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead { font-family:Arial; font-size:10px; color:#000000; font-weight:normal;
}

/* text style used for most text rendered by modules */
.Normal {  font-family:Arial; font-size:11px; font-weight:normal; color:#000000; }

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox { font-family:Arial; font-size:11px; font-weight:normal; color:#000000; text-decoration:none; }

.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 { font-family:Arial; font-size:10px; color:#000000; font-weight:normal;
}
A.CommandButton:visited { font-family:Arial; font-size:10px; color:#000000; font-weight:normal;
}
A.CommandButton:hover { font-family:Arial; font-size:10px; color:#000000; font-weight:normal;
}
A.CommandButton:active { font-family:Arial; font-size:10px; color:#000000; font-weight:normal;
}


/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}
TD { font-family:Arial; font-size:11px; font-weight:normal; color:#000000; }
TD a:link { font-family:Arial; font-size:11px; font-weight:normal; color:#000000; text-decoration:none; }
TD a:hover { font-family:Arial; font-size:11px; font-weight:normal; color:#000000; }
TD a:visited { font-family:Arial; font-size:11px; font-weight:normal; color:#000000; }

A:link { color:#000000; }
A:visited { color:#000000; }
A:hover { color:#000000; }
A:active { color:#000000; }

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 {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/*========================================================*/
/*     Spillerstatistikk                                  */
/*========================================================*/
.DataGrid_Header { font-family:Arial; font-size:12px; font-weight:bold; color:#000000; text-decoration:none; }
    .DataGrid_Header:link, a.DataGrid_Header:link, .DataGrid_Header a:link { font-family:Arial; font-size:12px; font-weight:bold; color:#000000; text-decoration:none; }
    .DataGrid_Header:visited, a.DataGrid_Header:visited, .DataGrid_Header a:visited { font-family:Arial; font-size:12px; font-weight:bold; color:#000000; text-decoration:none; }
    a.DataGrid_Header:hover, .DataGrid_Header a:hover { font-family:Arial; font-size:12px; font-weight:bold; color:#000000; text-decoration:underline; }

.DataGrid_Item, .DataGrid_Item p  { font-family:Arial; font-size:12px; font-weight:normal; color:#000000; text-decoration:none; padding:0; margin:0; }
    .DataGrid_Item:link, a.DataGrid_Item:link, .DataGrid_Item a:link { font-family:Arial; font-size:12px; font-weight:normal; color:#00349e; text-decoration:underline; }
    .DataGrid_Item:visited, a.DataGrid_Item:visited, .DataGrid_Item a:visited { font-family:Arial; font-size:12px; font-weight:normal; color:#00349e; text-decoration:underline; }
    a.DataGrid_Item:hover, .DataGrid_Item a:hover { font-family:Arial; font-size:12px; font-weight:normal; color:#00349e; text-decoration:underline; }


.DataGrid_AlternatingItem, .DataGrid_AlternatingItem p { font-family:Arial; font-size:12px; font-weight:normal; color:#000000; text-decoration:none; background:#E8E8E8; padding:0; margin:0; }
    .DataGrid_AlternatingItem:link, a.DataGrid_AlternatingItem:link, .DataGrid_AlternatingItem a:link { font-family:Arial; font-size:12px; font-weight:normal; color:#00349e; text-decoration:underline; }
    .DataGrid_AlternatingItem:visited, a.DataGrid_AlternatingItem:visited, .DataGrid_AlternatingItem a:visited { font-family:Arial; font-size:12px; font-weight:normal; color:#00349e; text-decoration:underline; }
    a.DataGrid_AlternatingItem:hover, .DataGrid_AlternatingItem a:hover { font-family:Arial; font-size:12px; font-weight:normal; color:#00349e; text-decoration:underline; }

/*========================================================*/
/*     Nyheter                                            */
/*========================================================*/

.articleTitle { font-size:14px; font-weight:bold; color:#006600; }
.articleTable { /*background-color:#000000;*/ margin: 0px; }
.articleTopCell { background-color:#c54c00; color:white; font-weight:bold; padding:6px; height:25px; }
.articleFooterCell { color:#ffffff; padding:3px; background-color:#c54c00; height:25px; }
.articleContentCell { color:#000000; padding:6px; background-color:#fefefe; }
.articleTextCell { color:#000000; padding:6px; background-color:#ffffcc; }
.articleIconCell { background-color:#d0d0d0; width:20px; }
.articleFooterCell { color:#ffffff; padding:3px; background-color:#336699; height:25px; }
.articleFooterCell .NormalBold { color:#ffffff; }
.featuredTopCell { background-color:#336699; font-family:Verdana; font-size:10px; font-weight:normal; color:#ffffff; }
.NewsArticles { width:100%; }
.NewsArticles:link, a.NewsArticles:link, .NewsArticles a:link { font-family:Verdana; font-size:10px; font-weight:normal; color:#000000; text-decoration:none; }
.NewsArticles:visited, a.NewsArticles:visited, .NewsArticles a:visited { font-family:Verdana; font-size:10px; font-weight:normal; color:#000000; text-decoration:none; }
a.NewsArticles:hover, .NewsArticles a:hover { font-family:Verdana; font-size:10px; font-weight:normal; color:#000000; text-decoration:underline; }

/*========================================================*/
/*     Nyheter - print.item                               */
/*========================================================*/

.PrintTitle { font-size:large; margin-bottom:10px; }
.PrintImage { margin-bottom: 10px; }
.PrintText { width:100%; height:100%;}

/*========================================================*/
/*     Siste nyheter hovedoppslag                         */
/*========================================================*/
.LatestItemShortTop { width: 686px; margin-top: 10px; margin-right: 0px; border-bottom: #e6e6e6 0px solid; }

.LatestItemTitleTop { font-family:Arial; font-size:14px; font-weight:bold; margin-top:8px; color:#152E54; text-decoration:none; margin: 8px 0  8px 0; }
.LatestItemTitleTop a:link, a.LatestItemTitleTop:link { font-family:Arial; font-size:14px; font-weight:bold; margin-top:8px; color:#152E54; text-decoration:none; }
.LatestItemTitleTop a:visited, a.LatestItemTitleTop:visited { font-family:Arial; font-size:14px; font-weight:bold; margin-top:8px; color:#152E54; text-decoration:none; }
.LatestItemTitleTop a:hover, a.LatestItemTitleTop:hover { font-family:Arial; font-size:14px; font-weight:bold; margin-top:8px; color:#152E54; text-decoration:underline; }

.LatestItemTitleLinkTop a:link, a.LatestItemTitleLinkTop:link  {  font-family:Arial; font-size:14px; font-weight:bold; margin-top:8px; color:#152E54; text-decoration:none;  }
.LatestItemTitleLinkTop a:visited, a.LatestItemTitleLinkTop:visited {  font-family:Arial; font-size:14px; font-weight:bold; margin-top:8px; color:#152E54; text-decoration:none; }
.LatestItemTitleLinkTop a:hover, a.LatestItemTitleLinkTop:hover { font-family:Arial; font-size:14px; font-weight:bold; margin-top:8px; color:#152E54; text-decoration:underline; }

.LatestItemSummaryTop { font-family:Verdana; font-size: 11px; color: #000000; float:left; clear:right; width: 686px; }
.LatestItemReadMoreTop { color: #00478d; }
.LatestItemReadMoreTop a:link, a.LatestItemReadMoreTop:link { font-family:Arial; font-size:11px; font-weight:bold; color:#003AAB; text-decoration:none; }
.LatestItemReadMoreTop a:visited, a.LatestItemReadMoreTop:visited { font-family:Arial; font-size:11px; font-weight:bold; color:#003AAB; text-decoration:none; }
.LatestItemReadMoreTop a:hover, a.LatestItemReadMoreTop:hover { font-family:Arial; font-size:11px; font-weight:bold; color:#003AAB; text-decoration:underline; }
.LatestEndTop {}
.tdArticleTop { width:686px; padding:0px; text-align:left; }
 * html .tdArticleTop { width: 686px; } /*IE6*/

.ItemTitleLinkTop a:link, a.ItemTitleLinkTop:link { font-family:Verdana; color:#000000; font-size:11px; font-weight:bold; margin-bottom:10px; text-decoration:none; }  
.ItemTitleLinkTop a:hover, a.ItemTitleLinkTop:hover { font-family:Verdana; color: #000000; font-size:11px; font-weight:bold; margin-bottom:10px; text-decoration:none; }
.ItemTitleLinkTop a:visited, a.ItemTitleLinkTop:visited { font-family:Verdana; color: #000000; font-size:11px; font-weight:bold; margin-bottom:10px; text-decoration:underline; }


/*========================================================*/
/*     Nyhetsarkiv                                       */
/*========================================================*/
.ItemShort { width:622px; float:left; clear:both; height:20px; }
.ItemTitleDate { width:80px; float:left; clear:none; font-family:Arial; color:#000000; font-size:11px; color:#000000; font-weight:normal; text-align:left; }
.ItemTitle { width:542px; float:left; clear:right; font-family:Arial; color:#000000; font-size:11px; color:#152E54; font-weight:normal; }
.ItemTitleLink:link, a.ItemTitleLink:link { font-family:Arial; color:#152E54; font-size:11px; font-weight:bold; text-decoration:none; }  
.ItemTitleLink:visited, a.ItemTitleLink:visited { font-family:Arial; color:#152E54; font-size:11px; font-weight:bold; text-decoration:none; }  
.ItemTitleLink:hover, a.ItemTitleLink:hover { font-family:Arial; color:#152E54; font-size:11px; font-weight:bold; text-decoration:underline; }

.End{ /*clear: both;*/}

/*========================================================*/
/*     Nyheter flere rader - listing.item                 */
/*========================================================*/
.LatestItemShort { text-align:left; width:343px; margin-top:10px; margin-right:13px; }

.LatestItemTitle { width:330px; font-size:14px; font-weight:bold; color:#152E54; margin:0; }
.LatestItemTitle a:link, a.LatestItemTitle:link { font-family:Arial; font-size:14px; font-weight:bold; margin-top:8px; color:#152E54; text-decoration:none; }
.LatestItemTitle a:visited, a.LatestItemTitle:visited { font-family:Arial; font-size:14px; font-weight:bold; margin-top:8px; color:#152E54; text-decoration:none; }
.LatestItemTitle a:hover, a.LatestItemTitle:hover { font-family:Arial; font-size:14px; font-weight:bold; margin-top:8px; color:#152E54; text-decoration:underline; }

.LatestItemTitleLink a:link, a.LatestItemTitleLink:link  { font-family:Arial; font-size:14px; font-weight:bold; margin-top:8px; color:#152E54; text-decoration:none; }
.LatestItemTitleLink a:visited, a.LatestItemTitleLink:visited { font-family:Arial; font-size:14px; font-weight:bold; margin-top:8px; color:#152E54; text-decoration:none; }
.LatestItemTitleLink a:hover, a.LatestItemTitleLink:hover { font-family:Arial; font-size:14px; font-weight:bold; margin-top:8px; color:#152E54; text-decoration:underline; }

.LatestItemImage {}
.LatestItemSummary { width:330px; font-family:Arial; font-size:11px; color:#000000; }
.LatestItemReadMore { color:#003AAB; }
.LatestItemReadMore a:link, a.LatestItemReadMore:link { font-family:Arial; font-size:11px; font-weight:bold; color:#003AAB; text-decoration:none; }
.LatestItemReadMore a:visited, a.LatestItemReadMore:visited { font-family:Arial; font-size:11px; font-weight:bold; color:#003AAB; text-decoration:none; }
.LatestItemReadMore a:hover, a.LatestItemReadMore:hover { font-family:Arial; font-size:11px; font-weight:bold; color:#003AAB; text-decoration:underline; }
.LatestEnd {}
.tdArticle { width:343px; padding:0px; text-align:left; }
 * html .tdArticle { width:343px; } /*IE6*/

/*========================================================*/
/*     Nyheter - view.item                                */
/*========================================================*/
.TitleView { float:left; clear:both; width:622px; font-family:Arial; color:#152E54; font-size:16px; font-weight:bold; padding:10px 0 10px 0; }
.ImageView { width:622px; }
.TextView, .TextView p { font-family:Arial; font-size:12px; color:#404042; width:100%; padding-bottom:10px;  }
.TextViewDate { font-family:Arial; font-size:12px; color:#000000; font-weight:normal; text-align:left; }
.TextViewSummary, .TextViewSummary p { font-family:Arial; font-size:12px; color:#404042; font-weight:bold; width:100%; }
.TextViewHeader { font-family:Arial; font-size:12px; font-weight:bold; color:#ffffff; }
.ReadMoreView:link, a.ReadMoreView:link, .ReadMoreView a:link { font-family:Arial; font-size:12px; color:#003AAB ; text-decoration:none; }
.ReadMoreView:visited, a.ReadMoreView:visited, .ReadMoreView a:visited { font-family:Arial; font-size:12px; color:#003AAB ; text-decoration:none; }
a.ReadMoreView:hover, .ReadMoreView a:hover { font-family:Arial; font-size:12px; color:#003AAB ; text-decoration:underline; }
.Pages { color:#585858; }
.PagesNav:link, a.PagesNav:link, .PagesNav a:link { font-family:Arial; font-size:12px; color:#003AAB ; }
.PagesNav:visited, a.PagesNav:visited, .PagesNav a:visited { font-family:Arial; font-size:12px; color:#003AAB ; }
a.PagesNav:hover, .PagesNav a:hover { font-family:Arial; font-size:12px; color:#003AAB ; text-decoration:underline; }
.EndView { clear.both; }

/*========================================================*/
/*     Nyheter - nyhetsarkiv                              */
/*========================================================*/
.ArchiveTitle { width:100%; padding:0 0 3px 0; }
.ArchiveTitle:link, a.ArchiveTitle:link, .ArchiveTitle a:link { font-family:Arial; font-size:12px; color:#003AAB; text-decoration:none; }
.ArchiveTitle:visited, a.ArchiveTitle:visited, .ArchiveTitle a:visited { font-family:Arial; font-size:12px; color:#003AAB; text-decoration:none; }
a.ArchiveTitle:hover, .ArchiveTitle a:hover { font-family:Arial; font-size:12px; color:#003AAB; text-decoration:underline; }


/*========================================================*/
/*     Faner spillere                                     */
/*========================================================*/
.AjaxTabs_Dragons 
{
	text-align: left;
}
.AjaxTabs_Dragons .ajax__tab_header 
{
    font-family:Arial;
    background:url(skins/dragons/images/tab-line.png) repeat-x bottom;
    font-size:12px;
    display:block;
}
.AjaxTabs_Dragons .ajax__tab_header .ajax__tab_outer 
{
    background:url(skins/dragons/images/tab.png) no-repeat left top;
    border-color:#222;
    color:#222;
    padding-left:10px;
    margin-right:3px;
}
.AjaxTabs_Dragons .ajax__tab_header .ajax__tab_inner 
{
    background:url(skins/dragons/images/tab.png) no-repeat right top;
    border-color:#666;
    color:#666;
    padding:3px 10px 2px 0px;
}
.AjaxTabs_Dragons .ajax__tab_hover .ajax__tab_inner 
{
    color:#000000;
}
.AjaxTabs_Dragons .ajax__tab_active .ajax__tab_outer 
{
    background:url(skins/dragons/images/tab.png) no-repeat 0pt -40px;
    border-bottom-color:#ffffff;
}
.AjaxTabs_Dragons .ajax__tab_active .ajax__tab_inner 
{
    background:url(skins/dragons/images/tab.png) no-repeat right -40px;
    color:#000000;
    border-color:#333
}

.AjaxTabs_Dragons .ajax__tab_body 
{
    font-family:Arial;
    font-size:12px;
    padding:8px;
    background-color:#ffffff;
    border:solid 1px #d7d7d7;
    border-top-width:0;
}




H1 { font-family:Verdana; color:#492125; font-size:12px; font-weight:bold; padding:10px 0 10px 0; }
.StorTekst { font-family: Verdana; font-size: 14px; font-weight: normal; color: #737377; line-height: 18px; }
.StorTekst a:link { font-family: Verdana; font-size: 14px; font-weight: normal; color: #737377; line-height: 18px; }
.StorTekst a:hover { font-family: Verdana; font-size: 14px; font-weight: normal; color: #737377; line-height: 18px; }
.StorTekst a:visited { font-family: Verdana; font-size: 14px; font-weight: normal; color: #737377; line-height: 18px; }

.KontaktOss { font-family: Verdana; font-size: 10px; font-weight: bold; color: #ffffff; }
.KontaktOss a:link { font-family: Verdana; font-size: 10px; font-weight: bold; color: #ffffff; }
.KontaktOss a:hover { font-family: Verdana; font-size: 10px; font-weight: bold; color: #FFFF00; }
.KontaktOss a:visited { font-family: Verdana; font-size: 10px; font-weight: bold; color: #ffffff; }
.KontaktOss p { margin: 0; }
/*******************************************************************/
/************   Media gallery    ***********************************/
/*******************************************************************/


.pnlMediaPlayer
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding:5px 5px 5px 5px;
	border-top:solid 1px #DEDEDE;
	border-bottom:solid 1px #DEDEDE;
	border-left:solid 1px #DEDEDE;
	border-right:solid 1px #DEDEDE;
	height:542px;
	width:636px;
}
.mediaGalleryMediaInfo
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*Margin bottom for other browsers see mediaGalleryCategory for IE*/
	margin-bottom:10px;
}

.mediaGalleryMediaInfo:after
{
	content: " "; 
	display: block; 
	line-height: 1px; 
	font-size: 1px; 
	clear: both;
}

.mediaGalleryPlayerInfo
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-left:5px;
	border-top:solid 1px #DEDEDE;
	border-bottom:solid 1px #DEDEDE;
	border-left:solid 1px #DEDEDE;
	border-right:solid 1px #DEDEDE;
	height:270px;
	width:139px;
}
.mediaGalleryInfoBackground
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: url(../../../../DesktopModules/MediaGallery/skin/VideoPlayerGradient.gif) repeat  top left;
	padding-left:5px;
	height:23px;
	padding-top:3px;
	width:135px;
}
.mediaGalleryInfoText
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size:11px;
	margin-left:5px;
	margin-top:3px;
}
.mediaGalleryPlayer
{
	float:left;
}
.mediaGalleryPlayerInfo
{
	float:left;
}
.mediaGalleryCategory
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: url(../../../../DesktopModules/MediaGallery/skin/categoryBottomLine.gif);
	background-repeat:repeat-x;
	vertical-align:top;
	width:624px;
	/*Margin top for IE see mediaGalleryMediaInfo for other browsers*/
	margin-top:10px;
	clear:both;

}


.mediaGalleryCategoryItem
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: url(../../../../DesktopModules/MediaGallery/skin/button_off.gif) ;
	width:99px;
	height:20px;
	padding:3px 0px 0px 4px;
	margin-left:-1px;
	background-repeat:no-repeat;
}
.mediaGalleryCategorySelectedItem
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: url(../../../../DesktopModules/MediaGallery/skin/button_on.gif) ;
	width:99px;
	height:20px;
	padding:4px 0px 0px 4px;
	margin-left:-1px;
	font-size:13px;
	font-weight:bold;
	background-repeat:no-repeat;
}
.mediaGalleryCategoryItemSeperator
{
	width:4px;
}
.mediaGalleryCategoryItemSeperator:after
{
	content: " "; 
	display: block; 
	line-height: 1px; 
	font-size: 1px; 
	clear: both;
}
.mediaGalleryVideoSelectionPane
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top:-1px;
	padding:10px 0px 10px 10px;
	border-right:solid 1px #959595;
	border-left:solid 1px #959595;
	border-bottom:solid 1px #959595;
	vertical-align:top;
	height:216px;
	width:624px;
}
.mediaGalleryVideoSelectionPane:after
{
	content: " "; 
	display: block; 
	line-height: 1px; 
	font-size: 1px; 
	clear: both;
}
.mediaGalleryVideoSelection
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width:190px;
	vertical-align:top;
	background-color:#EFEFEF;
	margin-top:5px;
	border:solid 1px #DEDEDE;
	height:55px;
}
.mediaGalleryVideoSelectionInfoText
{
	font-size:10px;
	margin-left:5px;
	
}
.mediaGalleryVideoSelectionInfoText : after
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top:-216px;
	margin-left:1px;
	z-index:1;
}

.mediaGalleryVideoItemSeperator
{
	width:10px;
}
.mediaGalleryProgressBar
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top:-231px;
	margin-left:1px;
	padding-left:250px;	
	padding-top:75px;
	width:622px;
	height:215px;
	background:url(../../../../DesktopModules/MediaGallery/skin/Background.png) repeat top-left;
	z-index:2;
}
.mediaGalleryProgressBarBackground
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top:-216px;
	margin-left:1px;
	z-index:1;
}

.mediaGalleryImpressionsFooter
{
	text-align:right;
	background-color:#EFEFEF;
}
.mediaGalleryImpressionsRow
{
	text-align:right;
}
.mediaGalleryImpressionsHeader
{

	background-color:#DEDEDE;
}
.mediaGalleryImpressionsTable
{
	width:300px;
	margin-bottom:5px;
}
.mediaGalleryImpressionSearchButton
{
	margin-bottom:5px;
}
.mediaGalleryImpressionFromTime
{
	margin-top:5px;
}
.mediaGalleryImpressionToTime
{
	margin-top:2px;
}





                      






