/* ================================
    Default styles FOR DotNetNuke
   ================================
*/
@import url(shop.css);
/* background color for the content part of the pages */
Body
{
	background-color: white;
	margin: 0px;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.prefixForm {
	font-size: 10px;
	font-weight: bold;
}

.FormLink {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

a.FormLink:link {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

a.FormLink:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.FormLink:active {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a.FormLink:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.InvisibleTextField {
	width: 150px;
	height: 20px;
	border: 0;
	padding: 0px 0px 3px 3px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	background: transparent;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.InvisibleSearchTextField {
	width: 250px;
	height: 20px;
	border: 0;
	padding: 0px 0px 3px 3px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	background: transparent;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.inputText {
	width: 320px;
	border: 0;
	padding: 3px 0px 3px 5px;
	margin: 6px 0px 3px 0px;
	font-size: 0.8em;
	background: transparent;
}

.InputBackground {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/bg_inputfield.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
}

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #003366;
}

/* styles for LANGUAGE skinobject */
.Language
{
	vertical-align: middle;
	margin: 0px;
}

.Language img
{
	border: none;
}


/* style for module titles */
.Head
{
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 0;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
	background-color: White;
	color: Red;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
	background-color: White;
}
.DataGrid_Header
{
	background-color: Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.DataGrid_Item
{
	background-color: Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_SelectedItem
{
	background-color: Silver;
	color: Blue;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

.TreeMenu_NodeSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height: 25px;
}
.FileManager_Explorer
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #E7E7FF;
	background-color: #9EBFF6;
	border-bottom: #696969 1px solid;
	height: 25px;
}

.FileManager_Pager
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: #696969 1px solid;
	height: 25px;
}

.FileManager_StatusBar
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #F8F8F8;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #EEEEEE;
	border-style: none;
}
.FileManager_SelItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: #99ffff;
	border-style: none;
}

.FileManagerTreeNode
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

.FileManagerTreeNodeSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
	width: 650px;
}
.WizardButton
{
	border-right: #696969 1px solid;
	padding-right: 2px;
	border-top: #696969 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #696969 1px solid;
	padding-top: 2px;
	border-bottom: #696969 1px solid;
	background-color: #dcdcdc;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height: 40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: black 1px solid;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: underline;
	color: #003366;
}

A.CommandButton:visited
{
	text-decoration: underline;
	color: #003366;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #003366;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}


/* GENERIC */
.h1
{
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 0;
}

H2
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #666644;
}

H3
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

H4
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

H5, DT
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

H6
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

TFOOT, THEAD
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #003366;
}

TH
{
	vertical-align: baseline;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

a:link 
{
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0033ff;
	text-decoration: underline;
}
a:visited {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0033ff;
	text-decoration: underline;
}
a:hover {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0033ff;
	text-decoration: none;
}
a:active {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0033ff;
	text-decoration: underline;
}

SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE, PRE
{
	font-family: Lucida Console, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}
OL UL LI
{
	list-style-type: disc;
}

HR
{
	color: #696969;
	height: 1pt;
	text-align: left;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer
{
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}

.ModuleTitle_MenuBar
{
	cursor: pointer;
	height: 16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}

.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}

.ModuleTitle_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg
{
	background-color: #CCCCCC;
}

.TabBg
{
	background-color: black;
}

.SelectedTab
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SelectedTab:link
{
	text-decoration: none;
	color: white;
}

A.SelectedTab:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.SelectedTab:hover
{
	text-decoration: none;
	color: #cccccc;
}

A.SelectedTab:active
{
	text-decoration: none;
	color: #eeeeee;
}

.OtherTabs
{
	font-weight: bold;
	font-size: 8.5pt;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.OtherTabs:link
{
	text-decoration: none;
	color: white;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.OtherTabs:hover
{
	text-decoration: none;
	color: #cccccc;
}

A.OtherTabs:active
{
	text-decoration: none;
	color: #eeeeee;
}

.PagingTable
{
	height: 33px;
}

/*
.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}
*/

.LabelEditTextClass
{
	border: solid 1px red;
	background-color: Transparent;
}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px red;
	background-color: Transparent;
}

/* style for the DNNTextSuggest control select menu */
.SuggestTextMenu
{
	border: solid 1px black;
	white-space: nowrap;
	background: white;
}
/* style for the DNNTextSuggest control selected menu node */
.SuggestNodeOver
{
	background-color: navy;
	color: White;
}



/* used to collapse panes without any content in them */
.DNNEmptyPane
{
	width: 0px;
}

/* used to set the different module align options - from module settings */
.DNNAlignleft
{
	text-align: left;
}
.DNNAlignright
{
	text-align: right;
}
.DNNAligncenter
{
	text-align: center;
}

/* Login Styles */
.LoginPanel
{

}

.LoginTabGroup
{
	
}

.LoginTab {
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #FFF;
	border: 1px #25569a solid;
}

.LoginTabSelected{
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #FFF;
	background-position: 0% -41px;
	border: 1px #25569a solid;
}

.LoginTabHover
{
	float: left;
	background: url("../../images/tablogin_gray.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #555;
	border: 1px #C00 solid;
	cursor:pointer;
}

.LoginContainerGroup
{
	clear: both;
	padding-top: 5px;
}

.LoginContainer
{
	
}
.modalBackground {
	background-color:Gray;
	filter: alpha(opacity = 50);
	opacity:0.7;
}

.ArticleType
{
    width:424px;
    height:80px;
    background-image: url(../../../../images/searchArticle.png);
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-position:left top;
    margin: 10 0 15 10;
}

.ArticleTypeText
{
    font-size: 20px;
    letter-spacing: -2px;
}
.styledTitle 
{
 font-size:16px;
 letter-spacing:-1.5px;   
}

.friendModuleDiv{
    width:100px;
    color:blue
}

.companyImage
{
    width:185px;
    height:130px;
    margin-bottom:5px;
    margin-right:5px;
}

.companyDescription
{
    width:300px;
    height:130px;
    margin-bottom:5px;
}

.Captcha
{
    line-height:20px;
}

/* 
================================
HR
================================
*/

hr {border: none 0;
border-top: 1px dotted #CCCCCC;/*the border*/
width: 98%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

div.backwinwin
{
    width: 220px;
    height: 190px;
    background-image: url(../../../../images/backWinWinWin.jpg);
    padding-top:30px;
    text-align:center;
    margin-bottom:20px;
}

.registrationHeader
{
    background-image: url(registration_backgr.jpg);
    background-repeat:repeat; 
    line-height: 30px;
}


/* 
================================
Links
================================
*/
a.white {color:White;}
.white {color:White;}

/* 
================================
City Module - Search Companies
================================
*/

.containerCompany{width:430;}

/* 
================================
Floating text around an image
================================
*/

.floatLeft{float: left;} 
.floatRight{float: right;} 
.image-left{float: left; vertical-align: text-top;} 
.image-right{float: right; vertical-align: text-top;} 
div.wrapContainer{width:99.5%; float:left;} 

/* 
================================
Skin styles for DotNetNuke
================================
*/
.ArticleTitle {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
a.ArticleTitle:link {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
a.ArticleTitle:hover {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
}
a.ArticleTitle:active {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
a.ArticleTitle:visited {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.BoldText
{
    font-weight:bold;
}

.ExtraSmallText
{
    font-size:7pt;
}

.CenterAndShortenTextbox
{
    width:80%;
    text-align: left;
}

.SmallText
{
    font-size:9pt;
}

.ArticleTable
{
    height:178px;
    background-attachment: scroll;
	background-color: #CCCCCC;
	background-image: url(bg_article_item.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

table
{
    border-collapse:collapse;
    border-width:0px;
    border:none;
    font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	
}


body
{
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
    	background-attachment: scroll;
	background-color: #ffffff;
	background-image: url(http://www.guido.be/images/kerst_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
   
/* 
================================
Control Panel (Volledig boven)
================================
*/   
.controlPanelLayout
{   
}


#container { }
p { margin-top: 0px; }

#main {text-align:center;}

.breadcrumb{ float:right; margin-top:5px; margin-right:20px;}
.breadcrumbText{ color:Black; }
a.breadcrumbText:link{color:Black;}
a.breadcrumbText:visited{color:Black;}
a.breadcrumbText:active{color:Black;}
a.breadcrumbText:hover{color:Black;}

.logo{ float:left;margin-top:15px; }
.banner{ float:right; width:728px; line-height:90px; margin-top:20px; margin-right:20px; text-align:center;  vertical-align:middle;}

.topLeftPane{ width:365px; float:left; }
.topMidPane{ width:388px; float:left; }
.topRightPane{ width:230px; float:right; }

/*.centerLeftPane{ width:615px; 215 160 float:left;}*/
.centerLeftPane{ width:550px; float:left;}
.ContainerPageRight{ width:380px; float:left;}
.centerRightTopPane{ width:380px; float:left;}
.centerMidPane{ width:250px; float:left; }
.centerRightPane{ width:180px; float:right; }

.border1px { border: #000 1px solid; width:728px; height:90px;}
.border3px { border-bottom: 3px solid #6B1930; }

.width1000 { width: 1000px; margin:0 auto;}
.width1008 { width: 1008px; margin:0 auto;}
.height160 { height: 160px; }
.height150 { height: 130px; }
.maxheight160 { max-height: 160px; }

.marginbot { margin-bottom:5px; }
.marginbot2px { margin-bottom:2px; }
.marginbot10px { margin-bottom:30px; }
.marginlef { margin-left:5px; }
.marginlef7px { margin-left:7px; }
.marginlef8px { margin-left:8px; }
.marginlef9px { margin-left:9px; }
.marginlef10px { margin-left:10px; }
.marginlef50px { margin-left:50px; }
.marginlef20px { margin-left:20px; }
.marginright { margin-right:5px; }
.margintop5px { margin-top:5px; }
.margintop3px { margin-top:3px; }

.loginError
{
    background-image: url(../../../../images/loginerror.jpg);
}

.loginNormal
{
    background-image: url(../../../../images/loginbck.jpg);
}

/* 
================================
Menu - Bar
================================
*/   
.mainMenuBar 
{
	background-image: url(bg_topnav.gif);
	color:White; 
	line-height:20px;
	height:20px;
	vertical-align:middle;
}

.subMenuBar {
	/*background-image: url(belownav.jpg); */
	line-height:20px;
	text-align:left;
    vertical-align:middle;
    height:20px;
}

/* 


/* 
================================
Footer - Header
================================
*/  
.footer
{
    float:left;
    background-color: White;
    text-align: center;
    width: 100%;
    font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5b6d71;
	text-decoration: none;
}


.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

/* 
================================
OTHER
================================
*/  

.main_Node_RootMenuArrow {display: none; }
.mnu_ContainerRoot{cursor: pointer;cursor: hand; }

.mnu_ContainerSub
{
	background-color:White;
	font-weight:900;
	opacity:0.95;
	filter: alpha(opacity = 95);
    padding: 5 0 5 0;
    cursor: pointer;
    cursor: hand; 
}

.mnu_NodeSub{height:25px;}

.mnu_NodeRoot
{
    height:20px;
    border-collapse:collapse;
    border: solid 0px;
    color:White;
    text-align:center;
}

.mnu_NodeSelectedRoot
{
    color:White;   
}

.mnu_NodeHoverRoot
{
	opacity:0.97;
	background-color:White;
	color:Black;
    	height: 20px;
}

.mnu_NodeHoverSub{background-color:Red; color:White;}

.dateCalendarDaynr
{
    font-size:48px;
    letter-spacing:-12px;
    margin-right:8px;
}

.dateCalendarMonth
{
    font-size:32px;
    letter-spacing:-2px;
}

.dateCalendarYear
{
    font-size:18px;
    color:Silver;
    letter-spacing:-2px;
}

.dateCalendarDay
{
    font-size:32px;
    letter-spacing:-4px;
}

.calendarBar
{
    background-image: url(../../../../images/calendarBar.jpg);
    height:50px;
    background-repeat:no-repeat;
}

/* 
================================
MOVIE OF THE DAY
================================
*/  

.leftMovieOfTheDay
{
    width: 19px;
    height: 113px;
    float:left;
    background-image: url(../../../../images/tv_r1_c1.jpg);
    background-color:Green;
}

.secondLeftMovieOfTheDay
{
    width: 181px;
    height: 18px;
    float:left;
    clear:right;
    background-image: url(../../../../images/tv_r1_c2.jpg);
}

.middleMovieOfTheDay
{
    width: 126px;
    height: 95px;
    float:left;
    background-color:Black;
}

.rightMovieOfTheDay
{
    width: 54px;
    height: 95px;
    float:left;
    background-image: url(../../../../images/tv_r2_c3.jpg);
    margin-top:-1px;
    clear:right;
}

.downMovieOfTheDay
{
    width: 200px;
    height: 37px;
    float:left;
    background-image: url(../../../../images/tv_r3_c1.jpg);
    margin-top:-1px;
}

.ratingStar
{
	white-space:nowrap;
	margin:1em;
	height:30px;
}
.ratingStar .ratingItem {
    font-size: 0pt;
    width: 30px;
    height: 30px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
	cursor:pointer;
}
.ratingStar .Filled {
    background-image: url(images/rating/full_star.png);
}
.ratingStar .Empty {
    background-image: url(images/rating/blank_star.png);
}
.ratingStar .Saved {
    background-image: url(images/rating/medium_star.png);
}

/* ****************** Gauge ****************** */
.ratingGauge
{
	white-space:nowrap;
    font-size: 0pt;
	width:122px;
	height:12px;
	padding:1px 0 1px 1px;
	margin:1em;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(images/rating/ratingGauge.png);
}
.ratingGauge .ratingItem {
    font-size:0pt;
    width:20px;
    height:8px;
    margin:0;
    padding:0;
    display:block;
    background-repeat: repeat-x;
	cursor:e-resize;
}
.ratingGauge .Filled {
    background-color:transparent;
}
.ratingGauge .Empty {
    background-color:#ff0;
}
.ratingGauge .Saved {
    background-color:#f00;
}

/* ****************** Thermometer ****************** */
.ratingThermometer 
{
	white-space:nowrap;
	width:220px;
	height:0px;
	padding:26px 20px 20px 16px;
	margin:1em;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(images/rating/ratingThermometer2.png);
}
.ratingThermometer .ratingItem {
    font-size: 0pt;
    width: 10px;
    height: 8px;
    margin: 0;
    padding: 0;
    display: block;
    background-repeat: repeat-x;
	cursor:e-resize;
}
.ratingThermometer .Filled {
    background-image: url(images/rating/ratingFilled.png);
}
.ratingThermometer .Empty {
    background-image: url(images/rating/ratingEmpty.png);
}
.ratingThermometer .Saved {
    background-image: url(images/rating/ratingSaved.png);
}



.TaalLink {
	color: #FFFFFF;
	text-decoration: none;
	font-variant: small-caps;
}
a.TaalLink:link {
	color: #FFFFFF;
	text-decoration: none;
	font-variant: small-caps;
}
a.TaalLink:active {
	color: #FFFFFF;
	text-decoration: none;
	font-variant: small-caps;
}
a.TaalLink:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-variant: small-caps;
}
a.TaalLink:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-variant: small-caps;
}

.articleLinks {
	font-size: 11px;
	text-decoration: underline;
}
a.articleLinks:link {
	font-size: 11px;
	text-decoration: underline;
}
a.articleLinks:hover {
	font-size: 11px;
	text-decoration: none;
}
a.articleLinks:active {
	font-size: 11px;
	text-decoration: underline;
}
a.articleLinks:visited {
	font-size: 11px;
	text-decoration: underline;
}

.pictureOverviewBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.titleEvent {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a.titleEvent:link {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight:bold;
}
a.titleEvent:hover{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a.titleEvent:active {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight:bold;
}
a.titleEvent:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight:bold;
}

.teaser_image { border:2px solid #333333; float:left; margin: 0 15px 7px 0;}

.loginBackground {
	background-attachment: scroll;
	background-image: url(images/login/login2_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.loginOffBackground {
	background-attachment: scroll;
	background-image: url(images/login/login2_bg_on.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.loginPrefix {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.loginWhite {
	color: #FFFFFF;
	font-size: 11px;
}
a.loginWhite:link {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:underline;
}
a.loginWhite:hover {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:none;
}
a.loginWhite:active {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:underline;
}
a.loginWhite:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:underline;
}

.TopNavBackground {
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(images/nav/bg_topnav.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 10px;
}
.TopNavBackgroundSub {
	background-color: #ed1c36;
	padding-left: 10px;
}

.TopNavLink {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a.TopNavLink:link {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

a.TopNavLink:hover {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a.TopNavLink:active{
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a.TopNavLink:visited {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.FooterText {
	font-style: normal;
	font-size:10px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5b6d71;
	text-decoration: none;
}


a.FooterText:link {
	font-style: normal;
	font-size:10px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5b6d71;
	text-decoration: underline;
}
a.FooterText:hover {
	font-style: normal;
	font-size:10px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5b6d71;
	text-decoration: none;
}
a.FooterText:active {
	font-style: normal;
	font-size:10px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5b6d71;
	text-decoration: underline;
}
a.FooterText:visited {
	font-style: normal;
	font-size:10px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5b6d71;
	text-decoration: underline;
}

.GidsInfo{
	position:relative;
	margin-left:10px;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:10px;
	float:left;
	left:10px;
	width:730px;
}

.ItemTop{
	margin-bottom:10px;
	}
.ItemBon{
	margin-left:5px;
	margin-bottom:10px;
	margin-top:0px;
	margin-right:0px;
	/*position:relative;*/
	}
.GidsFoto{
	margin-right:10px;
	margin-bottom:10px;
	position:relative;
	}

.stadsgidsWrapper{
	margin:0px auto;
	position:relative;
	}
.stadsgidsItem{
	position:relative;	
	margin-left:10px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	
	}

.SearchBlockFrame 
{
	background-color:Gray;
	border-width:0;
	margin-bottom: 3px;
	padding:2px;
}

/*========== OVERRIDE skin.css ===========================*/

UL LI{
	list-style-type:none;
  	margin: 0px;
padding: 0px;

}

UL LI LI{
	list-style-type:none;

}

UL LI LI LI{
	list-style-type:none;

}
OL LI{
	list-style-type:none;
  	margin: 0px;
  	padding: 0px;
}
OL LI LI{
	list-style-type:none;
}

OL LI LI LI{
	list-style-type:none;
}
/*========================================================*/

