/* ================================
    Default styles FOR DotNetNuke
   ================================
*/

/* background color for the content part of the pages */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #d9d9d9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.click_home {
	width:350px;
	height:120px;
	left:auto;
	top:auto;
	position:absolute;
	cursor:pointer;
	z-index:999;
	}


.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 {
	color: #009343;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #009343;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}

SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE, PRE
{
	font-family: Lucida Console, monospace;
}

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;
}




   
/* 
================================
Control Panel (Volledig boven)
================================
*/   
.controlPanelLayout
{   
}


#container { }
p { margin-top: 0px; }

#main{
	width:100%;
	margin:0 auto;
	background-image:url(large_BG2.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top center;
	height:100%;	
}

#wrapper{
	width:1000px;
	margin:0 auto;
	border-left:#FFFFFF 10px solid;
	border-right:#FFFFFF 10px solid;
	background-image:url(repeatx_white.gif);
	background-attachment:scroll;
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#f2f2f2;
}

#columnbinder{
	margin-top:10px;
	/*display:inline-block;*/
	display:inline-block;
	min-height:1000px;
	position:relative;
	height:100%;
}
.columnA{
	width:356px;
	margin-left:0px;
	display:inline-block;
	float:left;
	position:relative;

}
.columnB{
	width:464px;
	display:inline-block;
	float:left;
	position:relative;

}
.columnC{
	width:180px;
	margin-right:0px;
	display:inline-block;
	float:right;
	position:relative;

}
.columnD{
	width:820px;
	margin-right:0px;
	display:inline-block;
	float:left;
	position:relative;

}

.transparentphoto{
	float:left;
	border:#000000 1px solid;
	margin:0px;
	margin-bottom:10px;
	margin-right:10px;
	opacity:0.4;
	filter:alpha(opacity=40);
	
	}
	
.artikellijst{
	list-style-type: none;
	padding-left:0px;
	margin-left:0px;
	list-style-image: none;
}
.artikellijst li{
	text-align:left;
	margin:0px;
	margin-top:0px;
	padding:0px;
	position:relative;

}
	
	

.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;}

.border1px { border: #000 1px solid; width:728px; height:90px;}
.border3px { border-bottom: 3px solid #6B1930; }

.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: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
}

.weekheader {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0b9444;
	text-decoration: none;
}

.dateCalendarMonth
{
    font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
}

.dateCalendarYear
{
	color: #9C9;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.dateCalendarDay
{
    font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
}

.calendarBar
{
    background-attachment: scroll;
	background-image: url(calendar_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 100px;
}

.EventLabel {
	font-style: normal;
	font-weight: bold;
	color: #000;
}

/* 
================================
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);
}

.GuidoTopBackground 
{
	background-attachment: scroll;
	background-image: url(images/guido_header.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.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;
}

.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;
}
.image-wrapper {
	position: relative;
	width: 215px;
	padding:0px;
	margin:0px;
}

.image-wrapper p {
	position: absolute;
	left: 0px;
	top: 65%;
	height:20px;
	/* -- the following styles added just to make it look better*/
	border: 0px;
	width: 100%;
	color: #FFF;
	background-color:#C00;


}
.image-wrapper span{
	margin-left:10px;
	color:#FFFFFF;


	}
	
.PictureBar
{
	background-image:url(../../../../images/pictures460.jpg);
	background-attachment:scroll;
	background-position:left top;
	background-repeat:no-repeat;
}

.MovieBar{
	background-image:url(../../../../images/moviebar_large.jpg);
	background-attachment:scroll;
	background-position:left top;
	background-repeat:no-repeat;
	
	}
	
	.ExtraArticlBG01 {
	background-color: #d9e4ee;
	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: #63686e;
	border-right-color: #63686e;
	border-bottom-color: #63686e;
	border-left-color: #63686e;
}
.ExtraArticlBG02 {
	background-color: #ebeff2;
	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: #63686e;
	border-right-color: #63686e;
	border-bottom-color: #63686e;
	border-left-color: #63686e;
}

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #8da4d3; 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

#websiteheader{
	height:120px;
	margin:0 auto;
	background-image:url(header_bg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-color:#FFFFFF;
	padding-top:10px;
}

.leaderboard{
	width:728px;
	height:90px;
	vertical-align:middle;
	float:right;
	
	}
#websitetopnavigatie{
	margin:0 auto;
	background-image:url(topnav_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-color:#009343;
	position:relative;
	float:left;
	min-height:40px;


}
#websitesubnavigatie{
	margin:0 auto;
	background-color:#f4f4f4;
	background-image:url(subnav_bg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-attachment:scroll;
	position:relative;
	float:left;
	min-height:30px;

}

#HeadNav{
list-style-type: none;
/*background-image: url(../assets/navi_bg.gif);*/
/*height: 40px;*/
width: 1000px;
margin:0 auto;
float:left;
padding:0px;
display:inline-block;

}

#HeadNav li {
float:left;
white-space:nowrap;
display:inline-block;
/*width:188px;*/
}

#HeadNav a {
background-image: url(navi_bg_divider.gif);
background-repeat: no-repeat;
background-position: right;
padding-right: 10px;
padding-left: 10px;
display: block;
line-height: 40px;
text-decoration: none;
text-transform:normal;
font-size: 12px;
font-weight:bold;
color: #FFFFFF;
text-align:left;
}

#HeadNav a:hover {
color:#FFCC00;
}

/*================ SUBNAV ========================
/* HORIZONTAL MENU <UL> */

#SubNav{
	list-style-type: none;
	/*height: 30px;*/
	width: 1000px;
	margin:0 auto;
	float:left;
	padding:0px;
	display:inline-block;
}

#SubNav li {
float:left;
white-space:nowrap;
display:inline-block;
/*width:188px;*/
}

#SubNav a {
background-image: url(navi2_bg_divider.gif);
background-repeat: no-repeat;
background-position: right;
padding-right: 10px;
padding-left: 10px;
display: block;
line-height: 30px;
text-decoration: none;
text-transform:normal;
font-size: 12px;
font-weight:normal;
color: #666666;
text-align:left;
}

#SubNav a:hover {
color:#F90;
}

.ULArtikel{
list-style-type: none;
padding-left:0px;
margin-top:0px;
display:inline-block;
left:0px;
position:relative;

}

.ULArtikel li{

text-align:left;
border-bottom:#999999 dotted 1px;
display:inline-block;
margin:0px;
margin-top:10px;
padding:0px;
position:relative;

}

.artikelFoto{
float:left;
border:#000000 1px solid;
margin:0px;
margin-bottom:10px;
margin-right:10px;
}

.artikelLink{
	font-weight:bold;

}

.artikelInfo{
margin-top:10px;
margin-bottom:10px;

}

.artikelInfoPrefix{
width:400px;
font-weight:bold;

}

.pollvraag{
	font-weight:bold;
}

.radio{	
	border:none;
}

input {
	color: #FF0000;
	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: #009343;
	border-right-color: #009343;
	border-bottom-color: #009343;
	border-left-color: #009343;
	margin-bottom:3px;
}

.RodeVlag{
	background-image: url(vlaggetjes.gif);
	background-position: -82px -10px;
	background-attachment:scroll;
	background-repeat:no-repeat;
	width:38px;
	height:60px;
		
	}
.GroeneVlag{
	background-image: url(vlaggetjes.gif);
	background-position: 0px -10px;
	background-attachment:scroll;
	background-repeat:no-repeat;
	width:38px;
	height:60px;
		
	}
.BlauweVlag{
	background-image: url(vlaggetjes.gif);
	background-position: -42px -10px;
	background-attachment:scroll;
	background-repeat:no-repeat;
	width:38px;
	height:60px;
		
	}
.ZwarteVlag{
	background-image: url(vlaggetjes.gif);
	background-position: -129px -10px;
	background-attachment:scroll;
	background-repeat:no-repeat;
	width:38px;
	height:60px;
		
	}

.ratingGuido
{
	white-space:nowrap;
	width:178px;
	height:19px;
	padding:4px 4px 4px 4px;
	margin:0;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(images/rating/ratingGuido2.png);
}
.ratingGuido .ratingGuidoItem{
    font-size: 0pt;
    width: 8px;
    height: 11px;
    margin: 0;
    padding: 0;
    display: block;
    background-repeat: repeat-x;
	/*cursor:e-resize;*/
	cursor:pointer;
	
}
.ratingGuido .Filled {
    background-image: url(images/rating/ratingFilledGuido.png);
}
.ratingGuido .Empty {
    background-image: url(images/rating/ratingEmptyGuido.png);
}
.ratingGuido .Saved {
    background-image: url(images/rating/ratingSavedGuido.png);
}


/* ===========================================================================
		SPECIALE PAGINAS
==============================================================================*/

ul.side_buttons{
	list-style:inside;
	list-style-type:none;
	list-style-position:inside;
	
	
	
	width:100%;
	padding:0px;
	margin:0px;
	}
ul.side_buttons li{
	list-style:inside;
	list-style-type:none;
	list-style-position:inside;
	list-style-image:none;
	
	
	display:block;
	height:36px;
	padding:7px;
	padding-top:7px;
	padding-bottom:7px;
	background-color:#d4d4d4;
	border-bottom:#a5a5a5 solid 1px;
	border-top:#f3f3f3 solid 1px;
	border-right:#a5a5a5 solid 1px;
	border-left:#dbdbdb solid 1px;
	
	}
ul.side_buttons li a{
	display:block;
	font-size:90%;
	min-height:36px;
	color:#6c6c6c;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	padding-top:10px;
	text-shadow: 1px 1px 1px #b6b5b5;
}
ul.side_buttons li:hover{
	background-color:#e9e9e9;
	}

	
ul.side_buttons li a.side_facebook{
	
	background-image:url(http://www.ctrl-alt-start.be/fr/Portals/0/side_icons/facebook.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:40px;
	}
ul.side_buttons li a.side_formulier{
	
	background-image:url(http://www.ctrl-alt-start.be/fr/Portals/0/side_icons/formulier.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:40px;
	}
ul.side_buttons li a.side_success{
	
	background-image:url(http://www.ctrl-alt-start.be/fr/Portals/0/side_icons/success.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:40px;
	}
ul.side_buttons li a.side_shoplocatie{
	
	background-image:url(http://www.ctrl-alt-start.be/fr/Portals/0/side_icons/shoplocatie.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:40px;
	}
ul.side_buttons li a.side_opties{
	
	background-image:url(http://www.ctrl-alt-start.be/fr/Portals/0/side_icons/opties.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:40px;
	}
ul.side_buttons li a.side_training{
	
	background-image:url(http://www.ctrl-alt-start.be/fr/Portals/0/side_icons/training.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:40px;
	}
ul.side_buttons li a.side_film{
	
	background-image:url(http://www.ctrl-alt-start.be/fr/Portals/0/side_icons/film.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:40px;
	}

ul.side_buttons li a.side_telenet{
	
	background-image:url(http://www.ctrl-alt-start.be/fr/Portals/0/side_icons/telenet.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:40px;
	}

ul.side_buttons li a.side_formules{
	
	background-image:url(http://www.ctrl-alt-start.be/fr/Portals/0/side_icons/formules.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:40px;
	}


.special h1{
	font-size:180%;
	font-weight:bold;
	color:#1c4828;
	}
.special_right{
	float:right;
	width:70%;
	clear:both;
	padding-left:20px;
	margin-left:20px;
	}
.special_promo{
	float:right;
	width:70%;
	clear:both;
	border-left:#1c4828 solid 1px;
	padding-left:20px;
	margin-left:20px;
	margin-top:15px;
	margin-bottom:15px;
	}
.special_promo h1{
	font-size:120%;
	color:#1c4828;
	font-weight:bold;
	
	}
.special_promo ul{
	list-style:inside;
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
.special_promo ul li{
	list-style:inside;
	list-style-type:none;
	list-style-image:none;
	background:url(http://www.ctrl-alt-start.be/fr/Portals/0/SPECIAL/arrow.png) no-repeat 0px 0px;
	padding:7px;
	padding-top:1px;
	padding-left:20px;
	margin:0px;
	margin-left:20px;
	}
.special_logo{
	width:25%;
	height:120px;
	padding-right:40px;
	float:left;
	}
.clear{
	clear:both;
	}

	.start_container{
		background: url(http://www.ctrl-alt-start.be/fr/Portals/0/SPECIAL/start_FR.jpg) no-repeat left top;
		width:810px;
		min-height:800px;
		background-color:#FFF;
		position:relative;
		margin:0px auto;
		padding:0px;
		}
	.start_content{
		padding-top:360px;
		}
	.start_content p, .start_footer p{
		padding:20px;
		}
	.start_first{
		width:400px;
		}
	.start_footer{
		width:810px;
		margin:0px auto;
		margin-top:10px;
		text-align:center;
				
		}
	ul#start_buttons{
		min-width:810px;
		padding:0px;
		list-style:none;
		list-style-image:none;
		list-style-position:inside;
		list-style-type:none;
		text-align:center;
		}
		
	ul#start_buttons li{
		list-style:none;
		list-style-image:none;
		list-style-position:inside;
		list-style-type:none;
		display:inline;
		}
	ul#start_buttons li img{
		padding:10px;
	}
	.start_table{
			display:table;
			width:810px;
			margin:0 auto;
			}