/*
    Copyright (C) 2013 - Aleksander Radwanski
    [16.11.2013]
*/
.BODY {
    background-color: #003865;
    font-family: Arial;
}

p {
    padding: 0px;
    margin: 0px;
}

#MAIN_DIV {
    width: 950px;
    height: 800px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 10px;
}

#LOGO_DIV {
    background-color: white;
    width: 100%;
    height: 70px;
    padding-top: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
}

#PG_LOGO {
    margin-left: 14px;
    height: 62px;
    width: 321px;
}

#HEADER_DIV {
    margin-top: 6px;
    margin-bottom: 6px;
    width: 100%;
    background-color: #003865;
    border-width: 1px;
    border-style: solid;
    border-color: #003865;
    height: 232px;
}

#BAHA_PHOTO {
    height: 230px;
    width: 150px;
    float:left;
    border-width: 1px;
    border-style: solid;
    border-color: #505050;
}

#TITLE_DIV {
    margin-left: 20px;
    display: inline-block;
    position: relative;
    color: white;
    height: 100%;
    width: 760px;
}

#NAME_TXT {
    font-size: 24px;
    padding-top: 16px;
    float:left;
    margin-left: 0px;
}
#POSITION_TXT {
    font-size: 20px;
    padding-top: 30px;
    margin-left: 0px;
    float: left;
    clear: both;
}

#INST_TXT {
    font-size: 20px;
    padding-top: 8px;
    margin-left: 0px;
    float: left;
    clear: both;
}

#MENU_DIV {
    background-color: #003865;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: lightgrey;
    padding-top: 6px;
}

.MENU_ITEM {
    cursor: pointer;
    margin-left: 30px;
    font-size: 16px;
    font-weight: bold;
}

.MENU_ITEM_FIRST {
    margin-left: 0px;
}

.MENU_ITEM_ACTIVE {
    color: white;
}

.MENU_ITEM_INACTIVE {
    color: lightgrey;
}

.MENU_ITEM:active, .MENU_ITEM:hover {
    color: white;
}

.MFLAG {
    cursor: pointer;
    float: right;
}

#PAGE_DIV {
    background-color: white;
    width: 100%;
    min-height: 500px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
}

.CPAGE {
    padding-top: 20px;
    padding-left: 40px;
	padding-right: 40px;
    font-size: 14px;
}

.TITLE {
    text-decoration: underline;
    font-size: 20px;
    margin-left: 0px;
    color: #3B3B34;
}

.CONTENT {
    margin-top: 20px;
    font-size: 14px;
    color: #3B3B34;
	overflow: auto;
}

#FOOTER_DIV {
    width: 100%;
    position: relative;
    margin-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

.CP_TEXT {
    font-size: 12px;
    color: #a0a0a0;
    float: right;
    cursor: pointer;

}

.CP_TEXT:hover {
    font-size: 12px;
    float: right;
    cursor: pointer;
    color: white;
}

.P_TITLE {
    font-weight: bold;
}

.P_NEWLINE {
    display: block;
}

.P_DIST6 {
    margin-top: 6px;
}

.CMARG1 {
    margin-left: 152px;
}
