﻿/* DEFAULTS
----------------------------------------------------------*/
*
{
    margin: 0;
    padding: 0;
    text-align: left;
}

html
{
    height: 100%;
    font-size: 62.5%;
}

body
{
    height: 100%;
    font: 1.2em Verdana, Arial, Helvetica, sans-serif;
    background: #FFFFFF url('../img/header.jpg') repeat-x 0 0;
    min-width: 950px;
}
/* body
{
    background: #b6b7bc;
    font-size: .75em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}
*/
/* Logo */

.logo
{
    padding: 10px;
    float: left;
    margin: 0;
    position: relative;
    top: 0px;
    left: -10px;
    width: 74px;
}

.slogan
{
    font-size: 1.5em;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-weight: normal;
    color: #FFFFFF;
    text-align: left;
    margin: 6px 0 0 23px;
}
a:link, a:visited
{
    text-decoration: none;
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/
h1
{
    font-size: 2.1em;
    font-weight: normal;
    color: #FFFFFF;
    text-align: left;
    margin-left: 20px;
    padding: 23px 0 6px 0;
    background: url('../img/header.jpg') repeat-x 0 100%;
    width: 55%;
}

h1 a:link, h1 a:visited
{
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}
h3
{
    color: #005D85;
    font-size: 1.2em;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 13px;
}

h3.line
{
    
    width: 90%;
}

h3.line span
{
    margin-left: 12px;
    padding: 0 6px;
    background: #FFFFFF;
}

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: 98%;
    background-color: #fff;
    margin: 10px auto 0px auto;
    border: 1px solid #496077;
}
.header
{
    margin: 0 auto;
    width: 870px;
    height: 100px;
    position: relative;
    background: #005D85 url('../img/header.jpg') repeat-x 0 0;
    text-align: left;
    top: 0px;
    left: 10px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

/* Footer */

#footer
{
    height: 33px;
    color: #FFFFFF;
    width: 100%;
    background: #005D85 url('../img/footer-bg.gif') repeat-x 0 0;
}

#footer-in
{
    width: 850px;
    height: 32px;
    margin: 0 auto;
}

#footer a, #footer a:visited
{
    color: #FFFFFF;
}

p.footer-left
{
    width: 350px;
    float: left;
    text-align: left;
    line-height: 190%;
    margin: 8px 0 0 12px;
    display: inline; /* Because of IE Doubled Float-Margin Bug */
}

p.footer-right
{
    width: 350px;
    float: right;
    text-align: right;
    margin: 8px 12px 0 0;
    display: inline; /* Because of IE Doubled Float-Margin Bug */
}

p.footer-right a, p.footer-right a:visited
{
    font-weight: normal;
}


/* TAB MENU   
----------------------------------------------------------*/



div.hideSkiplink
{
    background-color: #333333;
    width: 100%;
}



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 2px 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.submitButton
{
    float: right;
    margin: 0px 10px 0px 0px;
}

input.textEntry
{
    width: 200px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width:200px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 45%;
}

div.signinbox
{
    width: 100%;
    text-align: left;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: center;
    width: 600px;
    height: 67px;
    background-image: url('../Images/IPSHeader600X67.jpg');
    background-repeat: no-repeat;
}


.loginDisplay
{
    width: 405px;
    height: 47px;
    position: absolute;
    top: 5px;
    right: 23px;
    font-size: 1.0em;
    display: block;
    text-align: right;
    padding: 3px;
    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;
}

.over
{
    background-color: Red;
}

/* Used with crosshairs.js */
.hoverHilight
{
    background-color: #CCCCCC;
    color: inherit;
    cursor: pointer;
}




.activeCellHilight
{
    background-color: #c0dbff;
    color: blue;
}

.HiddenSelectCommond
{
    display: none;
}


.Sky
{
    margin: 0px;
    padding: 0px;
    border: none;
    font-family: Verdana, Arial, sans serif;
    font-size: 0.8em;
}
.Sky th, .Sky td
{
    border: 1px solid #9eb6ce;
    padding: 3px 6px 3px 4px;
}
.Sky th
{
    background: #336699;
    color: #FFFFFF;
}

.searchtext
{
    color: #777;
}




.mainmenu
{
    border: none;
    border: 0px;
    margin: 0px;
    padding: 0px;
    font: 0.7em "Lucida Sans Unicode" , "Bitstream Vera Sans" , "Trebuchet Unicode MS" , "Lucida Grande" , Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
        position: static;

    top: 65px;
    right: 25px;
    z-index:1000;
}
.mainmenu ul
{
    background: #333333;
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index:1000;
}
.mainmenu li
{
    float: left;
    padding: 0px 10px 0px 10px;
    z-index:1000;
}
.mainmenu li a
{
    background: #333333 url("images/seperator.gif") bottom right no-repeat;
    color: #cccccc;
    display: block;
    font-weight: normal;
    line-height: 30px;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    text-align: left;
    text-decoration: none;
    z-index:1000;
}
.mainmenu li a:hover, .mainmenu ul li a:hover, .mainmenu li li a:hover
{
    background: #CC0000 url("../Images/hover.gif") no-repeat center bottom;
    color: #FFFFFF;
    text-decoration: none;
    z-index:1000;
}
.mainmenu li ul
{
    background: #333333;
    display: none;
    height: auto;
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: absolute;
    width: 200px;
    z-index: 1000; /*top:1em; 		/*left:0;*/
}
.mainmenu li:hover ul
{
    display: block;
    z-index:1000;
}
.mainmenu li li
{
    background: url('../Images/sub_sep.gif') bottom left no-repeat;
    display: block;
    float: none;
    margin: 0px;
    padding: 0px;
    width: 200px;
    z-index:1000;
}
.mainmenu li:hover li a
{
    background: none;
    z-index:1000;
}
.mainmenu li ul a
{
    display: block;
    height: 30px;
    font-size: 12px;
    z-index:1000;
}



.searching
{
    width: 220px;
    height: 26px;
    position: absolute;
    top: 35px;
    right: 0px;
}

.searching fieldset
{
    border: 0;
}


/* Content boxes */

#content-box
{
    width: 850px;
    margin: 0 auto;
    text-align: left;
}

#content-box-in
{
    width: 100%;
}

#content-box-in-left
{
    float: left;
    width: 70%;
    height: 611px;
}

#content-box-in-left-in
{
    margin: 24px 0 30px 20px;
    background: url('../img/divider.gif') repeat-y 98% 0;
}

#content-box-in-right
{
    float: right;
    width: 29%;
}

#content-box-in-right-in
{
    margin: 24px 5px 10px 5px;
}

.galerie
{
    padding: 1px 0;
    margin-right: 3px;
    min-height: 1px;
}

.foto
{
    float: left;
    display: inline;
    width: 156px;
    height: 138px;
    margin: 0 10px 16px 0;
    background-color: white;
    text-align: center;
    border: 1px solid #FFFFFF;
    position: relative;
}

.foto img
{
    margin: 0px auto 0 0px;
    border: 1px solid silver;
    width: 508px;
    height: 140px;
}

.foto:hover
{
    background-color: #D6ECF8;
    border: 1px solid #82B7DF;
}

.foto p a, .foto p a:visited
{
    font-size: 1.1em;
    color: #003960;
    font-weight: normal;
    margin-top: 6px;
}

.foto p
{
    margin-top: 6px;
    color: #003960;
}

/* Paragraphs, headings, ... */

p
{
    line-height: 170%;
    margin-bottom: 10px;
}

.perex
{
    background-color: #E3F4FF;
    border-left: 4px solid #57A9DF;
    text-align: left;
    width: 85%;
    margin: 0 0 25px 0;
    padding: 5px 12px;
}

.perex p
{
    margin: 0;
    color: #004C7F;
}

.perex p a, .perex p a:visited
{
    color: #004C7F;
}

/* Content boxes directives */

#content-box-in-right-in h3
{
    color: #00436A;
    background-color: #D6ECF8;
    border: 1px solid #82B7DF;
    font-size: 1.1em;
    text-align: left;
    letter-spacing: 1px;
    padding: 2px 0 2px 7px;
}

#content-box-in-right-in dl
{
    margin: 0 0 40px 4px;
}

#content-box-in-right-in dt
{
    margin-bottom: 3px;
    font-weight: bold;
}

#content-box-in-right-in dd
{
    margin: 0 5px 18px 3px;
    line-height: 145%;
}

#content-box-in-right-in dd a, #content-box-in-right-in dd a:visited
{
    color: #005D85;
    padding: 1px 2px;
}

#content-box-in-right-in dd a:hover
{
    background-color: #005D85;
    color: #FFFFFF;
}

#content-box-in-right-in dd span
{
    font-size: 0.9em;
}


#content-box-in-right-in input
{
    margin-bottom: 9px;
}

.cleaner
{
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

.noscreen
{
    display: none;
}

.main
{
    
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

