﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    font-family: Trebuchet MS;
    font-size: 13px;
    color: #666666;
    background-image: url(../Images/SkyBG.jpg);
    background-attachment: fixed; /* background-repeat:inherit;*/
    width: 100%;
    margin: 0px;
    padding: 0px;
}

a:link, a:visited
{
    font-family: Trebuchet MS;
    border: none;
    color: #666666;
    text-decoration: none;
}

a:hover
{
    font-family: Trebuchet MS;
    color: #666666;
    text-decoration: none;
}

a:active
{
    color: #666666;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666; /*font-variant: small-caps;*/
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-family: Trebuchet MS;
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-family: Trebuchet MS;
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/


.page
{
    width: 936px;
    margin: 0px auto 0px auto;
}

.header
{
    /*font: TREBUCHET BOLD;     font-size: 14pt;     font-weight: bold;     color: #FFFFFF;     position: relative;*/
    margin: 0px;
    padding: 0px;
    background: #202020;
    width: 100%;
    height: 122px;
}

.header h1
{
    font-family: Trebuchet MS;
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}
.header h5
{
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 1.3em;
    color: #FFFFFF;
}

.main
{
    /*padding: 0px 12px;*/
    margin: 25px 0px 0px 0px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}
.logo
{
    border: none;
    margin-top: 8px; /*width: 69px;             height: 70px;*/
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
}

div.menu
{
    padding: 0px 0px 0px 0px;
    background: #202020;
}

div.menu ul
{
    font-family: Trebuchet MS;
    font-size: 14px;
    font-weight: bold;
    border-top: 1px solid #666666;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div.menu ul li a, div.menu ul li a:visited
{
    /*   border-top: 1px solid #666666;   padding-right: 15px; padding-top: 5px;     font-size: 14px;     font-weight: bold;     font-family: Arial Narrow, Arial;*/
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    background-image: url(../Images/Arrows/menu.png);
    background-position: right 3px;
    background-repeat: no-repeat;
    background-color: #202020;
    color: #666666;
    display: block;
    line-height: 1.35em;
    text-decoration: none;
    white-space: nowrap;
}



div.menu ul li a:hover
{
    border-top: 1px solid #E0E000;
    background-image: url(../Images/Arrows/menu_hover.png);
    background-position: right 7px;
}
div.menu ul li a.selected
{
    border-top: 1px solid #E0E000;
    color: #E0E000;
    background-image: url(../Images/Arrows/menu_hover.png);
    background-position: right 7px; /* background-color: #bfcbd6;     color: #465c71;     text-decoration: none;*/
}

div.menu ul li a:active
{
    color: #E0E000;
    background-color: transparent; /* background-color: #465c71;     color: #cfdbe6;     text-decoration: none;*/
}

div.infomenu ul li a
{
    list-style: none;
    background-color: #202020;
    font-family: Georgia;
    font-size: 11pt;
    color: #666666;
    display: block;
    line-height: 1.35em;
    padding: 2px;
    text-decoration: none;
    white-space: nowrap;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    background-color: #202020;
    width: 936px;
    margin: 0px auto 0px auto;
}

.topmenuTable
{
    height: 122px;
    width: 936px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/************************/
/* LIST                 */
/************************/

ul.list
{
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #A4A4A4;
}


ul.list li
{
    border-bottom: 1px solid #A4A4A4;
    padding: 0;
    margin: 0;
    width: 100%;
}


ul.list li .date
{
    float: left;
    width: 125px;
    display: block;
}

ul.list li .title
{
    font-family: Trebuchet MS;
    font-size: 1.6em;
    background-color: transparent;
    float: left;
    width: 100%; /* display: block;*/
}

ul.list a:hover
{
    background-color: #F6F6B2;
}

/************************/
/* IMP EVENTS/COURSES   */
/************************/

.importantEvents h1
{
    margin-bottom: 10px;
    padding: 0;
}

.importantEvents li a
{
    display: block;
    float: left;
    padding-top: 5px;
    width: 100%;
    background-image: url('../Images/Arrows/link.png');
    background-position: right center;
    background-repeat: no-repeat;
    text-decoration: none;
}

.importantEvents li .title
{
    margin-top: 0px;
    padding-top: 0px;
}

.importantEvents li a:hover
{
    background-color: #F6F6B2;
    background-image: url('../Images/Arrows/link_hover.png');
}

.importantEvents li a:hover span
{
    cursor: pointer;
}

.importantEvents li .titlePart1
{
}
.importantEvents li .titlePart2
{
}

/*thomas*/
.mailto a
{
    color: #202020;
    background-color: #E0E000;
    padding: 0;
    margin: 0;
}

.mailto a:hover
{
    color: #FFFFFF;
    background-color: #202020;
    padding: 0;
    margin: 0;
}


/* morten */

.kontaktTxt
{
    border: 1px;
    border-style:solid;
    border-color: Black;
    background-color: #E6E6E6;
}

.topimage
{
    background-repeat: no-repeat;
    width: 100%;
    height: 350px;
}

.domainText
{
    font-family: Trebuchet MS;
    font-size: 1.6em;
    color: White;
    padding:15px;
}
.topimagehack
{
    height: 220px;
    width: 100%;
}
.topimageBox
{
    background-color: Black;
    z-index: 0;
    filter: alpha(opacity=75);
    height: 132px;
    width: 100%;
    position: inherit;
    top: 150px;
}

.topimageText
{
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Trebuchet MS;
    font-size: 1.6em;
    color: White;
    z-index: 1;
}

#OuterTableCellOverlay
{
    top: 0px;
    left: 0px;
    width: 99%;
    height: 5000px;
    position: absolute;
    background-color: white;
    z-index: 999;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    padding-top: 25%;
    padding-left: 30%;
}
#InnerTableCellOverlay
{
    text-align: center;
    width: 444px;
    border: 1px solid black;
    padding: 10px;
    background-color: #eee;
    z-index: 998;
    filter: alpha(opacity=100);
    -moz-opacity: 1.00;
}



/* morten*/


/* MENU 


ul.menu li
{    
    color: #A4A4A4;
}

ul.menu li.link a,
ul.menu li.link a:visited
{
    color: #A4A4A4;
    display: block;
}

ul.menu li.link a:hover,
ul.menu li.link a.selected
{
    color: #E0E000;
    background-color: transparent;
}

#mainMenuLinks ul.menu a,
#subMenuLinks ul.menu a
{    
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial Narrow, Arial;
    
    border-top: 1px solid transparent;
    padding-top: 5px;
    
    padding-right: 15px;
    background-image: url(/Images/Arrows/menu.png);
    background-position: right 8px;
    background-repeat: no-repeat;
}

#mainMenuLinks ul.menu a:hover,
#mainMenuLinks ul.menu a.selected,
#subMenuLinks ul.menu a:hover,
#subMenuLinks ul.menu a.selected
{
    border-top: 1px solid #E0E000;
    background-image: url(/Images/Arrows/menu_hover.png);
}

#globalMenuLinks ul.menu a
{
    font-size: 14px; 
}

#globalMenuLinks ul.menu a:hover
{
    border-top-color: transparent;
}

.menuStory a,
.menuStory a:visited
{    
    color: #E0E000;
}

.menuStory a:hover
{    
    color: #202020;
    background-color: #E0E000;
}

*//* Boxes 

.boxInfo h1,
.boxInfo h2,
.boxInfo h3
{
    margin: 0;
    padding:0;
}

.darkBox,
.darkBox h1,
.darkBox h2 a
{
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.darkBox h2
{
    color: #A4A4A4;
}


.darkBox h2 a:hover
{
    color: #E0E000;
    background-color: transparent;
}
.lightBox
{
    color: #666666;   
}

.lightBox h1,
.lightBox h2
{
    color: #202020;
}

.newsBox
{    
    border-top: 1px solid #A4A4A4;
}

.newsBox a
{
    display: block;
    padding-bottom: 10px;
}

.newsBox a:hover
{
    background-color: #F6F6B2;
}

.newsBox .title
{
    font-size: 18px; 
    margin-bottom: 3px;
    display: block;
}

.newsBox .date
{
    border-bottom: 1px solid #A4A4A4;
    margin-bottom: 10px;
    display: block;
}

.importantEvents .date
{
    font-size: 48px;
    font-weight: bold;
    font-family: Impact;
    font-weight: lighter;
    padding-left: 5px;
}

.importantEvents .titlePart1
{ 
    font-size: 21px; 
    color: #202020;
    margin-bottom: 0px;  
    text-transform: uppercase;
    line-height: 1;
}

.importantEvents .titlePart2
{
    font-size: 21px;  
    color: #666666;
    margin-bottom: 0px;
    text-transform: uppercase;
    line-height: 1;
}

.more
{
    margin-top: 3px;   
    font-style: italic;
}*/
