﻿*
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}
body
{
	background-color: #1a1a1a;
	width: 100%;
	height: 100%;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

a, a:link, a:visited,
a.CommandButton, a:link.CommandButton, a:visited.CommandButton,
a.SkinObject, a:link.SkinObject, a:visited.SkinObject
{
	color: #f05a24;
}

img
{
	border: 0px;
}

p
{
	margin-top: 0px;
	margin-bottom: 6px;
	text-align: justify;
}

td
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
}

.Code
{
	font-family: 'Courier New', Courier, monospace;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

.NoMargin
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.ArticleFooter
{
	color: #a0a0a0;
	font-size: 8pt;
	font-style: italic;
	clear: both;
}

h1
{
	font-size: 12pt;
	font-weight: bold;
	color: #f05a24;	
}

h2
{
	font-size: 10pt;
	font-weight: bold;
	color: #f05a24;	
}

h3
{
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}

form
{
	height: 100%;
}

table.contentPanel
{
	width: 100%;
	height: 100%;
}

div.topPart
{
	height: 190px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div.bottomPart
{
	height: 100px;
	margin: 0px;
}

div.middlePart
{
	margin: 0px;
}

div.titleBar
{
	vertical-align: middle;
	height: 72px;
}

div.mainBar
{
	background-image: url('images/main_bar_mid.png');
	background-repeat: repeat-x;
	height: 46px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	clear: both;
}
div.mainBarLeft
{
	background-image: url('images/main_bar_left.png');
	background-repeat: no-repeat;
	float: left;
	width: 131px;
	height: 46px;
}
div.mainBarRight
{
	background-image: url('images/main_bar_right.png');
	background-repeat: no-repeat;
	float: right;
	width: 95px;
	height: 46px;
}

div.menuBar
{
	background-image: url('images/menu_bar_mid.png');
	background-repeat: repeat-x;
	height: 46px;
	text-align: center;
}
div.menuBarLeft
{
	background-image: url('images/menu_bar_left.png');
	background-repeat: no-repeat;
	float: left;
	width: 131px;
	height: 48px;
	margin-right: -100px;
}
div.menuBarRight
{
	background-image: url('images/menu_bar_right.png');
	background-repeat: no-repeat;
	float: right;
	width: 95px;
	height: 48px;
	margin-left: -65px;
}

td.leftContentCell
{
	width: 220px;
	vertical-align: top;
}

td.rightContentCell
{
	width: 220px;
	vertical-align: top;
}

td.mainContentCell
{
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}

div.leftContentBar
{
	width: 220px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	vertical-align: top;
}
div.rightContentBar
{
	width: 220px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
}
div.mainContent
{
	width: 100%;
	margin: 0px;
	vertical-align: top;
}

div.bottomMenuPanel
{
	padding-left: 8px;
}

div.ImageListContainer
{
	background-color: #333333;
}

.GabberMenuContainer
{
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline-table;
}

.GabberMenuBar, .GabberMenuBar td
{
	height: 25px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.GabberMenuItem td
{
	color: White;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	margin: 0px;
	cursor: pointer;
}

.GabberMenuItemHover td
{
	color: White;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	margin: 0px;
	background-image: url('images/mainmenu_hover_mid.png');
	background-position: center center;
	background-repeat: repeat-x;
	cursor: pointer;	
}

.GabberMenuItemSeparatorLeft
{
	width: 8px;
	height: 25px;
	padding: 0px;
	margin: 0px;
}

.GabberMenuItemSeparatorLeftHover
{
	width: 8px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background: url('images/mainmenu_hover_left.png');
	background-position: right center;
	background-repeat: no-repeat;
}

.GabberMenuItemSeparatorRight
{
	width: 8px;
	height: 25px;
	padding: 0px;
	margin: 0px;
}

.GabberMenuItemSeparatorRightHover
{
	width: 8px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background: url('images/mainmenu_hover_right.png');
	background-position: left center;
	background-repeat: no-repeat;
}

.GabberSubmenu
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	border: none;
	padding-top: 14px;
}

.GabberSubmenu tr.GabberMenuItem
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}

.GabberSubmenu td.GabberMenuItem
{
	background: url('images/submenu_mid.png');
	background-position: center center;
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	height: 22px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	white-space: nowrap;
}

.GabberSubmenu td.GabberSubmenuItemHover
{
	background: url('images/submenu_mid.png');
	background-position: center center;
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	height: 22px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	color: #f05a24;
	text-decoration: underline;
	white-space: nowrap;
}

.GabberSubmenu td.GabberMenuIcon
{
	background: url('images/submenu_left.png');
	background-position: left center;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 22px;
	width: 15px;
	margin: 0px;
	padding: 0px 0px 0px 2px;
}

.GabberSubmenu td.GabberMenuArrow
{
	background: url('images/submenu_right.png');
	background-position: right center;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 22px;
	margin: 0px;
	padding: 0px 2px 0px 0px;
}

.GabberBottomMenuContainer
{
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.GabberBottomMenuBar
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.GabberBottomMenuItem td
{
	color: White;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	margin: 0px;
	cursor: pointer;
}

.GabberBottomMenuItemHover td
{
	color: #f05a24;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	margin: 0px;
	cursor: pointer;
	text-decoration: underline;
}

div.Normal
{
	font-size: 9pt;
}

span.Head
{
	color: #f05a24;
	font-weight: bold;
	font-size: 10pt;
}

.SubHead
{
	color: #f05a24;
	font-weight: bold;
	font-size: 8pt;
}

.FieldCaption
{
	color: #f05a24;
	font-size: 8pt;
}

div.designCopyright
{
	float: right;
}

div.designCopyright img
{
	vertical-align: middle;
}

div.Head
{
	height: 38px;
	margin-top: 6px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	padding: 0px;
}

div.Head div.HeadMiddle
{
	height: 38px;
	background-image: url('images/head_background.png');
	background-repeat: repeat-x;
	background-position: left center;
	vertical-align: middle;
	margin-left: 4px;
	margin-right: 4px;	
}

div.Head div.HeadContent
{
	height: 38px;
	margin: 0px;
	padding-top: 9px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
}

div.Head div.HeadLeft
{
	width: 4px;
	height: 38px;
	background-image: url('images/head_left.png');
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}

div.Head div.HeadRight
{
	width: 4px;
	height: 38px;
	background-image: url('images/head_right.png');
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
}

div.Head h1
{
	margin-top: 0px;
	margin-bottom: 0px;
}

div.Head div.HeadContent p
{
	text-align: left;
}

.modalPopupBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.modalPopupBackgroundHidden 
{
	display: none;
}

div.RadGrid_Simple
{
    background: none;
    border: none;
    color: white;
}

div.RadGrid_Simple .rgAltRow
{
    background-color: #444444;
}

div.RadGrid_Simple .rgRow a
{
    color: #f05a24;
}

div.RadGrid_Simple .rgAltRow a
{
    color: #f05a24;
}

div.RadGrid_Simple .rgHeader
{
    color: black;
}

div.RadGrid_Simple .rgRow > td:first-child
{
    border-left: 1px solid;
    border-left-color: #c3c3c3;
}

div.RadGrid_Simple .rgRow > td
{
    border-left: none;
    border-right: 1px solid;
    border-right-color: #c3c3c3;
}

div.RadGrid_Simple .rgAltRow > td:first-child
{
    border-left: 1px solid;
    border-left-color: #c3c3c3;
}

div.RadGrid_Simple .rgAltRow > td
{
    border-left: none;
    border-right: 1px solid;
    border-right-color: #c3c3c3;
}

div.RadGrid_Simple .rgSelectedRow
{
    color: white;
    background-color: #555555;
}

div.RadGrid_Simple .rgSelectedRow td
{
    border-bottom-color: white;
}

div.RadGrid_Simple .rgInfoPart
{
    color: #f0f0f0;
}

div.RadGrid_Simple .rgInfoPart strong
{
    color: #e0e0e0;
}

.GabberCaption
{
	font-weight: bold;
	color: #f05a24;	
}

img.GabberNewsImage
{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

img.Country
{
	vertical-align: middle;
}

.PicturesHeader
{
	text-align: center;
	font-weight: bold;
}

.console-mouseon, .cluetip-default
{
	color: black;
}

table.PartyPicturesTable td
{
	width: 206px;
	text-align: center;
	vertical-align: top;
}

table.PartyPicturesTable p
{
	text-align: center;
}

div.GabberParty
{
	width: 100%;
}

div.GabberParty .GabberPartyHeader
{
	margin-top: -4px;
}

div.GabberParty .PartyName
{
	font-size: 12pt;
	font-weight: bold;
	color: #f05a24;
}

div.GabberParty span.Country
{
	font-size: 12pt;
	font-weight: bold;
}

div.GabberParty .Caption
{
	font-weight: bold;
	color: #f05a24;	
}

div.GabberParty .PartyDate
{
	font-size: 10pt;
	font-weight: bold;
}

.FlyerThumbnail
{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

.GabberPartyAgendaFilter
{
	text-align: center;
}

div.GabberPartyPanel
{
	width: 100%;
}

div.GabberPartyPanel p
{
	text-align: left;
}

div.GabberPartyPanel .PartyName
{
	font-size: 10pt;
	font-weight: bold;
	color: #f05a24;
}

div.GabberPartyPanel span.Country
{
	font-size: 12pt;
	font-weight: bold;
	float: right;
}

div.GabberPartyPanel img.Country
{
	float: right;
}

div.GabberPartyPanel .PartyDate
{
	font-size: 8pt;
	font-weight: bold;
}

.FileManagerTreeNode, .FileManager_StatusBar
{
	color: black;
}

.GabberAnnouncement
{
	width: 100%;
}

.GabberAnnouncementImage
{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.GabberAnnouncementPublishDate
{
	color: #a0a0a0;
	font-size: 8pt;
	font-style: italic;
	clear: left;
	margin-bottom: 10px;
}

div.GabberAnnouncementsPanel .AnnouncementTitle
{
	font-weight: bold;
	color: #f05a24;
	text-align: left;
}

.RandomPicture
{
	text-align: center;
}

.GabberLinkRow
{
	padding-top: 3px;
	padding-bottom: 3px;
}

.GabberLinkName
{
	display: inline-block;
	width: 230px;
	margin-left: 10px;
}

img.ProfilePhoto
{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
