﻿.clear
{
    clear: both;
}

.page
{
    width: 960px;
    background-color: #ffffff;
    margin: 20px auto 0px auto; /*border: 1px solid #496077;*/
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #575757;
    width: 100%;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    color: #ffffff;
    font-size: 30px;
    padding: 23px 0px 0px 10px;
}

.logoElekNet
{
    display: block;
    text-align: right;
    padding: 10px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #ffffff;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.alignLeft
{
    text-align: left;
}

.alignRight
{
    text-align: right;
}

.alignCenter
{
    text-align: center;
}

.languageSelection
{
    width: 500px;
    float: left;
    margin-left: 210px;
}

/*.languageSelectionButtonFrench
{
	background: #575757;
	width: 75px;
	float: left;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
}

.languageSelectionButtonEnglish
{
	background: #575757;
	width: 75px;
	float: right;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
}*/

.languageSelectionButtonFrench
{
    width: auto;
    float: left;
}

.languageSelectionButtonEnglish
{
    width: auto;
    float: right;
}

.languageSelectionButton
{
    width: 150px;
    background: #575757;
    color: #ffffff;
    font-size: 20px;
    padding: 5px 20px 5px 20px;
}

.changeLanguageLink:link
{
    color: #ffffff;
    text-decoration: none;
}

.changeLanguageLink:visited
{
    color: #ffffff;
}

.changeLanguageLink:hover
{
    text-decoration: underline;
    color: #ffffff;
}

.changeLanguageLink:active
{
    color: #ffffff;
    text-decoration: none;
}

.pageHeader
{
    float: left;
    width: 100%;
    font-size: 25px;
    padding: 20px 0px 25px 0px;
    clear: both;
    font-weight: bold;
}

/* TAB MENU   
----------------------------------------------------------*/

.topMenu
{
    position: relative;
    float: left;
    width: 800px;
}

.changeLanguage
{
    position: relative;
    float: right;
    width: 100px;
    padding: 8px 20px;
    text-align: right;
}

div.hideSkiplink
{
    background-color: #d50131;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    color: #ffffff;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #575757;
    color: #ffffff;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}
