* {
    margin: 0;
    padding: 0;
    z-index:0;
}

body, div, form, table{
    font-size: 11px;
    font-family: Arial;
    color: #505253;
    border-collapse:collapse;
    border-spacing: 0;
    border-color: #787878;
}

body {
    overflow-x: hidden;
}

ul{
    list-style-type: disc;
    list-style-position:inside;
}

li{
    margin-left: 5px;
}
ol {
    list-style-position:inside;
}
ol li{
    margin-left:5px;
}

#utumlist ul{
    list-style-position: outside;
    list-style-image: url("/images/bullet_point.png");
    margin-left: 10px;
}

#utumlist ul li{
    margin-top:10px;
}

body#utumbody{
    background-image: url("/images/background.jpg");
    background-repeat: repeat-x;
    height:100%;
    width:100%;
}

body#tinymce table tbody tr td {
    min-width: 10px;
}
.mceItemTable td{
    min-width: 10px;
}

.utum_table{
    border-collapse:collapse;
}
.utum_table td{
    padding-left:8px;
    padding-right:8px;
    min-width: 8px;
}

td {
    vertical-align:top;
}
hr {
    color: #A5A5A5;
    height: 1px;
}

h1 {
    font-family: Arial;
    font-size: 14px;
    color: #505253;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 700px;
}
.no h1{
    padding-left:8px;
}


h2 {
    font-family: Arial;
    font-size: 13px;
    color: #505253;
    font-weight: bold;
}

.headline {
    color: #0072ba;
}

h2 input[type=text] {
    width: 549px;
    font-family: Arial;
    font-size: 14px;
    color: #505253;
    font-weight: bold;
    margin : 0px;
    padding: 0px;
}

h3, a h3, h3 a {
    font-family: Arial;
    font-size: 12px;
    color: #505253;
    font-weight: bold;
    text-decoration:none;
}

div #title {
    font-family: Arial;
    font-size: 10px;
    color: #505253;
    font-weight: bold;
    padding-top: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
}
div #comments {
    font-family: Arial;
    font-size: 10px;
    color: #505253;
    font-weight: bold;
}

img{
    border:0;
}

a{
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: underline;
    color: #04869a;
}
a.no_decoration {
    text-decoration: none;
}

a:active, a:link{
    outline-width:0;
    outline-style:none;
}
a:focus{
    outline-width:0;
    outline-style:none;
}

a:hover{
    cursor: pointer;
}


p {
    padding :0px;
    margin: 0px;
}

input {
    border-color:#e1ddde;
    border-style:solid;
    border-width:1px;
    background-color: #E9E9E9;
    font-family: Arial;
    font-size: 10px;
    color: #505253;
    font-weight: bold;
}

input[type=text] {
    border-style:solid;
}

input[disabled=true],input[readonly=true],select[disabled=disabled],select[readonly=true]{
    background-color: #939393;
    color: #505253;
}

.button {
    background-color:#FFFFFF;
    border-left:1px solid #cdcece;
    border-top:1px solid #cdcece;
    border-right:1px solid #cdcece;
    border-bottom:1px solid #cdcece;
    font-family: Arial;
    text-decoration:none;
    padding-left:5px;
    padding-right:5px;
    padding-top:1px;
    padding-bottom:1px;
    font-size: 9px;
    font-weight:bold;
    color: #77797A;
    height: 13px;
}
.button:hover{
    background-color:#F0EFEF;

}

input[type=submit],input[type=button], .button {
    height:16px;
    background-color: #FFFFFF;
    -moz-box-sizing:  border-box;
    text-align:center;
    cursor: default;
}
input[type=radio] {
    background-color: transparent;
    border: 0px;
}
input[type=submit]:hover,input[type=button]:hover, .button:hover {
    cursor: pointer;
}

select {
    border-style:solid;
    background-color: #E9E9E9;
    font-family: Arial;
    font-size: 10px;
    color: #505253;
    height:14px;
    font-weight: bold;
    border-color:#cdcece;
    border-width: 1px;
}

textarea{
    width: 500px;
    height:100px;
    
}
.textarea_gray{
    width: 300px;
    height:100px;
    border-color:#e1ddde;
    border-style:solid;
    border-width:1px;
    background-color: #E9E9E9;
    font-family: Arial;
    font-size: 10px;
    color: #505253;

}

.container {
    margin: 0 auto;
    width: 958px;
    height:100%;
    position: relative;
}

.page_content {
    top: 43px;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: left;
    padding-bottom: 50px;
    z-index:-2;
    
    overflow: visible;
}

.form_content {
    width: 685px;
}

.form_content_wrapper{
    padding-left: 8px;
    padding-right: 33px;
    padding-top: 26px;
    padding-bottom: 36px;
}

.column_name{
    width: 163px;
}

.shadow{
    background-image: url("/images/content.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom:4px;
}

.shadow_large {
    background-image: url("/images/content_large.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom:4px;
}

.my_button{
    background-image: url("/images/content.png");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom:5px;
    padding-right:3px;
    text-decoration:none;
    position:relative;
}

.my_button span{
    border-left:1px solid #cdcece;
    border-top:1px solid #cdcece;
    border-right:1px solid #cdcece;
    text-decoration:none;
    padding-left:5px;
    padding-right:5px;
    padding-top:1px;
    padding-bottom:1px;
    position:relative;
    /*left:-1px;*/
    font-size: 9px;
    color: #77797a;
}

.my_button .text{
    left:2px;
    color:#77797a;
    cursor:pointer;
}

.width34{
    padding-left: 8px;
    padding-right:7px;
    width: 700px;
    padding-bottom:12px;
    margin-bottom: 10px;
}



.width14{
    padding-left: 8px;
    padding-right:8px;
    width: 216px;
}
.width24{
    padding-left: 8px;
    padding-right:8px;
    width: 448px;
}

.width13{
    width: 17px;
    margin-top: -1px;
}


.width45{
    padding-left: 8px;
    padding-right:33px;
    padding-top:20px;
    padding-bottom: 36px;
    width: 685px;
}

.width10{
    padding-left: 0px;
    padding-right:0px;
    width: 234px;
}

.width11{
    padding-left: 0px;
    padding-right:0px;
    width: 233px;
    height: 116px;
}

.media_content {
    width: 938px;
    height: 300px;
    padding: 8px 8px 12px;

    position: relative;
}

.media_content #viewer {
    float: left;
    width: 400px;
}

.media_content #description {
    padding-left: 8px;
    float: left;
    max-width: 520px;
}

.media_content .gallery_nav {
    position: absolute;
    bottom: 12px;
}

.media_content a {
    display: inline-block;
    vertical-align: top;
}

.page_content a{
    color: #505253;
}

.page_top {
    position:relative;
    width:100%;
    height:73px;
}
.page_top .logo{
    position:absolute;
    bottom: 3px;
    left:8px;
}
.page_top .ajax_status{
    position:absolute;
    bottom: 3px;
    left:278px;
}

.page_top .re{
    position:absolute;
    bottom: 0;
    right: 0;
    
}
.page_top .re input[type=password] {
    width: 100px;
    height:12px;
    border-style:solid;
}
.page_top .re input[type=submit] {
    border-style:solid;
}
.page_top .re input[type=text] {
    height:12px;
    width: 120px;
    border-style:solid;
}

.page_top form {
    display:inline;
    color: #686a6b;
}
.page_top a {
    color: #686a6b;
}

.page_top #login_help {
    display: none;

    padding: 5px;

    width: 290px;
    height: 94px;

    position: absolute;
    top: 80px;
    left: 653px;
}

.app_icon{
    background:url(/images/app_icons.png);
}
.app_icon .excel{
    width:36px;
    height:36px;
    background-position: 0px -46px;
}
.app_icon .ppt{
    width:36px;
    height:36px;
    background-position: 0px -92px;
}
.app_icon .word{
    width:36px;
    height:36px;
    background-position: 0px -138px;
}
.app_icon .pdf{
    width:36px;
    height:36px;
    background-position: 0px 0px;
}

#home_image{
    position:absolute;
    width:1260px;
    left: -136px;
    top:41px;
}
#home_flash{
    position: relative;
    width: 1288px;
    left: -165px;
    top: -14px;
    clear: both;
}
#home_buttons{
    display:block;
    position:absolute;
    top:319px;
}

#home_buttons a{
    background: url("/images/home_buttons.png");
    position:absolute;
}

#home_buttons a.student{
    background-position: 0px -300px; width: 174px; height: 40px;
    left: -2px;
    top: -47px;
}
#home_buttons a.student:hover{
    background-position: 0px -350px; width: 174px; height: 40px;

}

#home_buttons a.scientist{
    background-position: 0px -400px; width: 171px; height: 43px;
    left: 215px;
    top: -59px;
}
#home_buttons a.scientist:hover{
    background-position: 0px -453px; width: 171px; height: 43px;
}

#home_buttons a.founder{
    background-position: 0px 0px; width: 173px; height: 39px;
    left: 445px;
    top: -37px;
}
#home_buttons a.founder:hover{
    background-position: 0px -49px; width: 173px; height: 39px;
}

#home_buttons a.prof{
    background-position: 0px -198px; width: 164px; height: 41px;
    left: 670px;
    top: -55px;
}
#home_buttons a.prof:hover{
    background-position: 0px -249px; width: 164px; height: 41px;
}
#home_buttons a.partner{
    background-position: 0px -98px; width: 170px; height: 40px;
    left: 865px;
    top: -91px;
}
#home_buttons a.partner:hover{
    background-position: 0px -148px; width: 170px; height: 40px;
}

#home_buttons_e{
    display:block;
    position:absolute;
    top:319px;
}

#home_buttons_e a{
    background: url("/images/home_buttons_en.png");
    position:absolute;
}

#home_buttons_e a.student{
    background-position: 0px 0px; width: 173px; height: 39px;
    left: -2px;
    top: -47px;
}

#home_buttons_e a.student:hover{
    background-position: 0px -51px; width: 173px; height: 39px;
}

#home_buttons_e a.scientist{
     background-position: 0px -98px; width: 191px; height: 45px;
    left: 230px;
    top: -55px;
}

#home_buttons_e a.scientist:hover{
    background-position: 0px -149px; width: 191px; height: 45px;
}

#home_buttons_e a.founder{
    background-position: 0px -198px; width: 164px; height: 43px;
    left: 445px;
    top: -37px;
}

#home_buttons_e a.founder:hover{
    background-position: 0px -249px; width: 164px; height: 43px;
}

#home_buttons_e a.prof{
    background-position: 0px -300px; width: 200px; height: 45px;
    
    left: 670px;
    top: -55px;
}

#home_buttons_e a.prof:hover{
    background-position: 0px -350px; width: 200px; height: 45px;
    

}

#home_buttons_e a.partner{
    background-position: 0px -400px; width: 226px; height: 45px;
   
    left: 865px;
    top: -91px;
}
#home_buttons_e a.partner:hover{
    background-position: 0px -451px; width: 226px; height: 45px;
    
}

#social_bookmarks{
    position:relative;
    left:-8px;
    height:16px;
    width: 92px;
}
#social_bookmarks a{
    background: url("/images/social_bookmarks.png");
    width:16px;
    height:15px;
    float:right;
    margin-left: 7px;
}
#social_bookmarks a.rss{
    background-position: -30px -50px;
}
#social_bookmarks a.facebook{
    background-position: -32px -12px;
}
#social_bookmarks a.twitter{
    background-position: -32px -31px;
}
#social_bookmarks a.delicious{
    background-position: -32px -69px;
}
#social_bookmarks a.rss:hover{
    background-position: -8px -50px;
}
#social_bookmarks a.facebook:hover{
    background-position: -10px -12px;
}
#social_bookmarks a.twitter:hover{
    background-position: -10px -31px;
}
#social_bookmarks a.delicious:hover{
    background-position: -10px -69px;
}

#breadcrumbs {
    position: relative;
    width:50%;
    line-height:14px;
    height:14px;
    padding-left: 8px;
    margin-bottom:20px;
    display:block;
    color: #c2c2c1;
    z-index:400;
}
#breadcrumbs a {
    text-decoration: none;
    color: #c2c2c1;
}

#teaser{
    position:absolute;
    right:1px;
    top:35px;
    list-style-type: none;
}

#teaser ul .submenu{
    list-style-type:none;
}

#teaser li,.teaser{
    position:relative;
    margin-bottom:4px;
    min-height: 95px;
    display:block;
    margin-left: 0px;
}
#teaser li.submenu{
    position:relative;
    padding-bottom: 0px;
    margin-bottom:0px;
    height: 21px;
    min-height: 21px;
    display:block;
    margin-left: 0px;
}
#teaser li.submenu div {
    padding: 0;
    margin: 0;
    text-decoration: none;
    width: 224px;
    height: 17px;
    margin-bottom: 2px;
    padding-left: 8px;
    margin-right: 2px;

}
#teaser li.submenu .teaser_link:hover div{
    color: #0072ba;
    /*background-color: #9B9C9F;*/
}
.teaser_link {
    padding: 0;
    margin: 0;
    text-decoration: none;
}

#teaser div,.teaser div{
    text-align:left;
    display:block;
    padding-right: 6px;
}
#teaser .title,.teaser .title{
    text-decoration:none;
    font-weight:bold;
    font-family: Arial;
    font-size: 14px;
    line-height: 1.0;
    color: #fff;
    width: 215px;
    position: absolute;
    top: 5px;
    left: 8px;
}
#teaser .link,.teaser .link{
    position:absolute;
    bottom:10px;
    left:5px;
}

.teaser_header {
    /*    position: absolute;
        top: 0;
        left: 0;*/

    width: 225px;
    height: 23px;

    background: url('/images/teaser_header_narrow.jpg') no-repeat top left;
}

.teaser_content {
    min-height: 78px;
    overflow: hidden;
}

.teaser_content p {
    padding-left: 6px;
    padding-bottom: 6px;
}

.teaser_content img {
    margin-left: -6px;
    margin-bottom: -6px;
}

#tags {
    display:block;
    margin-bottom: 18px;
    color: #77797a;
}

#tags a {
    margin-left:5px;
    margin-right:5px;
}

.page_bottom{
    position: fixed;
    bottom: 0px;
    left: 0px;
    height:17px;
    width: 100%;
    color: #FFFFFF;
    z-index:500;
}

.page_bottom_center{
    position:relative;
    bottom:0px;
    height: 17px;
    width:958px;
    margin: 0 auto;
/*    background: url(/images/navi_bgr.jpg) no-repeat bottom center;*/
}

.page_bottom .bg{
    position: absolute;
    width:100%;
    bottom: 17px;
    left:0px;
    z-index:-2;
}

.page_bottom .background {
    background: url(/images/navi_bgr.png) transparent bottom center no-repeat;
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 17px;
}

#institute{
    position: absolute;
    bottom: 23px;
    left:8px;
    height:13px;
    z-index:-1;
}
#language {
    position: absolute;
    top: 54px;
    left:686px;
    display:none;
}

#language a{
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    color:#77797a;
}

#version {
    position: absolute;
    top: 54px;
    left:721px;
    display:none;
}

#login {
    position: absolute;
    top: 54px;
    left:638px;
    width: 185px;
    display:none;
}


.media{
    padding-top: 0px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-left: 0px;
    padding-right: 20px;
    text-align: left;
    z-index: 0;
}

.selected {
    font-weight: bold;
    color: #000000;
}


.defaultSkin .mceToolbar{
    background-color: #FFFFFF;
    border-color: #787878;
}

.grey {
    color: #A5A5A5;
}
.rich-message{
    height: 17px;
}
span.rich-message-marker, span.rich-message-marker * {
    vertical-align:top;
}
.rich-mp-container{
    z-index:800 !important;
}

.rich-fileupload-toolbar-decor{
    border-bottom: 1px solid #cdcece;
    border-left: 1px solid #cdcece;
    border-top: 1px solid #cdcece;
    border-collapse: collapse;
}

.richfacesSimpleSkin table.mceLayout {
    border:2px solid #cdcece;
}

.rich-container a:hover,.rich-link:hover{
    text-decoration: none;
    color: #505253;
}
.rich-container a:visited,.rich-link:visited{
    text-decoration: none;
    color: #505253;
}
.rich-text-color-link-hover{
    color: #505253;
}
.rich-text-color-link-visited{
    color: #505253;
}
.rich-text-control-select {
    color: #505253;
}
.rich-text-color-select {
    color: #505253;
}
.rich-tree-node:hover{
    text-decoration: none;
    color: #505253;
}
.rich-tree-node-highlighted{
    text-decoration: none;
}
.rich-tree-node-selected{
    border:0px;
}
.rich-tree-node-text{
    padding:0px;
}
.rich-tree-node table.tr.td:hover{
    text-decoration: none;
    color: #505253;
}
.dr-tree-h-ic:hover .rich-tree-node-icon-leaf:hover{
    text-decoration: none;
    color: #505253;
}
.dr-tree-h-ic span:hover .rich-tree-node-icon-leaf span:hover{
    text-decoration: none;
    color: #505253;
}
.dr-tree-h-ic{
    vertical-align:middle;
}

.dr-tree-i-sel{
    padding:inherit;
    padding-bottom: 6px;
    border: inherit;

}
.dr-tree-h-text{
    padding:0px;
}
.dr-tree-i-hl{
    text-decoration:none;
    color: inherit;
    padding:0px;
}


.dr-dscr-button-dsbld {
    color: #A5A5A5;
}
.dr-dscr-button, .dr-dscr-sepctrl {
    background-color:#FFFFFF;
    border-color:#787878;
    font-family:Arial,Verdana,sans-serif;
    font-size:11px;
}
.dr-dscr-inact {
    border-top-color:#787878;
    color:#A5A5A5;
}

.list_scroller tbody tr {
    height:auto !important;
    cursor:default !important;
}
.list_scroller tbody td,th{
    padding-top:1px !important;
    padding-bottom:1px !important;
}
.rich-datascr,.rich-dtascroller-table{
    width:100%;
    border:0;
    background-color:transparent;
    padding-top: 20px;
}

.rich-datascr-button,.rich-datascr-act,.rich-datascr-inact{
    background-color:#FFFFFF;
    border-left:1px solid #cdcece;
    border-top:1px solid #cdcece;
    border-right:1px solid #cdcece;
    border-bottom:1px solid #cdcece;
    text-decoration:none;
    padding-left:5px;
    padding-right:5px;
    padding-top:1px;
    padding-bottom:1px;
    font-size: 9px;
    font-weight:bold;
    color: #77797a;
}
.rich-datascr-button-dsbld{
    color: #505253;
}
.rich-datascr-ctrls-separator{
    background-color: transparent;
    padding-left:5px;
    padding-right:5px;
    padding-top:1px;
    padding-bottom:1px;
    font-size: 9px;
    color: #77797a;
    border:0;
    width:4px;
}
.rich-datascr-ctrls-separator:hover{
    cursor:default;
}

.rich-datascr-act{
    color: #0072ba;
}
.rich-datascr-act:hover{
    cursor:default;
}

.rich-datascr-button:hover,.rich-datascr-inact:hover{
    background-color:#F0EFEF;
    border-left:1px solid #cdcece;
    border-top:1px solid #cdcece;
    border-right:1px solid #cdcece;
    border-bottom:1px solid #cdcece;
}

.rich-datascr-button-dsbld,.rich-datascr-button-dsbld:hover{
    background-color:transparent;
    border-left:0px solid #cdcece;
    border-top:0px solid #cdcece;
    border-right:0px solid #cdcece;
    border-bottom:0px solid #cdcece;
}


input.rich-combobox-font-disabled, .rich-combobox-font-disabled {
    font-family:Arial,Verdana,sans-serif;
    font-size:10px;
}
input.rich-combobox-input-disabled,input.rich-combobox-input,input.rich-combobox-input-inactive{
    border-color:#e1ddde;
    border-style:solid;
    border-width:1px;
    background-color: #E9E9E9;
    font-family: Arial;
    font-size: 10px;
    color: #505253;
    font-weight: bold;
}


.userdetail_left{
    width: 200px;
}

.userdetail_right{
    width: 600px;
}

#logoutForm{
    position: absolute;
    left: -250px;
}

#logoutForm ul {
    list-style-type: none;
}

#logoutForm li {
    display: inline;
    /*margin: 0 5px;*/
}
#loginForm ul {
    list-style-type: none;
}

#loginForm li {
    display: block;
    margin: 0 5px;
    vertical-align:bottom;
   
}
#loginForm li .captcha{
    /*position:absolute;*/
    top:20px;
}


#metaMenu ul{
    list-style-type: none;
    
}

#metaMenu li{
    display: block;
    margin: 0 3px;
    vertical-align:bottom;
    float:right;
}

.narrow {
    margin-left: 0 !important;
}

.no_border{
    border:0px none;
}

.small {
    font-family: inherit;
    font-size: 90%;
}

.video_list .ch{
    overflow:hidden;
    display:block;
    line-height:16px;
}

.video_list .ch .header{
    height: 18px;
    padding: 4px;
    border-bottom:1px solid #cdcece;
    cursor: pointer;
    font-weight: bold;
}

.video_list .ch:hover .header{
    color: #0072ba;
}
.video_list .ch .content{
    overflow:hidden;
    display:block;
}

#sidebar{
    position:fixed;
    top:125px;
    right:-4px;
    width: 60px;
    display:block;
    z-index:400;
    padding-bottom:4px;
}

#sidebar .link{
    float:right;

}
#sidebar .ch{
    overflow:hidden;
    display:block;
    height: 18px;
    margin-right:4px;
    line-height:16px;
    background-color: white;
    border-left:1px solid #cdcece;
    border-top:1px solid #cdcece;
}

#sidebar .ch:hover .header{
    color: #0072ba;

}
#sidebar .ch .header{
    color: #77797a;
    height: 18px;
    padding-left:8px;
    border-bottom:1px solid #cdcece;
}
#sidebar .ch .content{
    overflow:hidden;
    display:block;
    width: 290px;
    padding-left:8px;
}

#sidebar .ch .content div{
    border-top:1px solid #878787;
    width:290px;
    padding-bottom:10px;
}

.grayout, a.grayout{
    color: #c2c2c1;
    text-decoration:none;
    font-size: 10px;
}

.highlight,  .highlight span{
    color: #0072ba;
    text-decoration:none;
}

a.highlight{
    color: #00b5d9;
    text-decoration:none;
}

.highlight_aqua{
    color: #00b5d9;
}

.pink {
    color: #d10657;     /* welcome back, pink! */
}

.border {
    border: 1px solid #cdcece; /* grey */
}

#nav {
    position:relative;
    bottom:0px;
    left:0px;
    width:100%;
    height:17px;
}

#nav ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-position: outside;
    line-height:17px;
}

#nav ul li /* menu_item*/{
    display:inline;
    position:relative;
    padding-right: 8px;
    padding-left: 8px;
    padding-top:2px;
    padding-bottom:1px;
    height:17px;
    margin: 0px;
    margin-right:-3px;
}
#nav ul li:hover,
#nav ul li.hover{
/*    background-color: #9B9C9F;*/
}


#nav ul li:hover ul li + li{
    border-top: 1px solid #878787; /* grey */
}

#nav ul li+li {
    border-left:1px solid #FFFFFF;
}

#nav ul li a /* menu link */{
    color:white;
    text-decoration: none;
    width: 100%;
    padding-top:5px;
    height:17px;

}

#nav ul li ul /*submenu */{
    color:#77797a; /* grey */
    position: absolute;
    bottom: 17px;
    left:0px;
    display:block;
    visibility:hidden;
}

#nav ul li:hover ul{

    display:block;
    visibility:visible;
}
#nav ul li ul li /* submenu item */{
    height:20px;
    display: list-item;
    white-space: nowrap;
    background-color: #FFFFFF;
    text-align:left;
    padding:0px;
}
#nav ul li ul li + li{
    border-left:0;
    padding-left: 0px;
    margin-left: 0px;
}
#nav ul li ul li:hover, /* submenu item */
#nav ul li ul li ul li{ /* sidemenu item */
                        background-color: #e8e7e7;
}
#nav ul li ul li ul li:hover{
    background-color:#d8d8d8;
}

#nav ul li ul li a,/* submenu link */
#nav ul li ul li div,
#nav ul li ul li ul li a, /* sidemenu link */
#nav ul li ul li ul li div{
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color:#77797a;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:8px;
    padding-right:8px;
}
#nav ul li ul li div,
#nav ul li ul li ul li div{
    cursor:default;
}
#nav ul li ul li ul /* sidemenu */{
    position: fixed;
    left: -9999px;
    display:table;
    background-color: #FFFFFF;
    overflow:visible;
}
#nav ul li ul li:hover ul li + li{
    border-top:none;
}
#nav ul li ul li ul li /*sidemenu elem */{
    height: 20px;
    border-bottom: 1px solid #bdbebe;
    border-top:none;
}

#nav ul li ul li:hover ul,/* hover over submenu item, display sidemenu */
#nav ul li ul li ul:hover ul{ /* hover over sidemenu */
                              position: absolute;
                              display:table;
                              left:100% ;
                              bottom:-1px;
                              z-index:500;
}
#nav ul li ul li:hover ul li{ /* hover over submenu item, sidemenu item padding */

}

#nav ul li ul li ul li:hover { /* hover over submenu item, sidemenu item borders */

}
#nav ul#right a{
    color: #bcd8e4;
}
#nav ul#right li+li {
    border-left:1px solid #bcd8e4;
}

.event_overview_list ,
.item_list ,
.event_topic_list {
    width: 670px;
}

.event_topic_list_narrow li {
    list-style-type: none;
    padding: 4px 0;
    margin: 4px;
}

.event_overview_list tr+tr,
.item_list tr+tr,
.event_topic_list tr+tr {
    border-top: 1px solid #878787;
}

.event_topic_list_narrow li {
    border-top: 1px solid #e1e1e1;
}

.event_overview_list a,
.item_list a,
.event_topic_list a,
.event_topic_list_narrow a {
    text-decoration:none;
}

.event_overview_list tbody tr:hover,
.item_list tbody tr:hover,
.event_topic_list tbody tr:hover{
    background-color: #F0EFEF;

}

.event_overview_list tfoot tr:hover,
.item_list tfoot tr:hover,
.event_topic_list tfoot tr:hover{
    background-color: transparent;

}

.event_overview_list a:hover,
.item_list a:hover,
.event_topic_list a:hover{
    cursor: pointer;
}

.event_overview_list tbody td,th,
.item_list tbody td,th,
.event_topic_list tbody td,th{
    padding: 4px;
}
.event_overview_list tbody tr,
.item_list tbody tr,
.event_topic_list tbody tr{

}
#item_list_filter,.item_list_filter{
    width: 100%;
}
#item_list_filter, .item_list_filter td{
    padding-right: 8px;
}
.item_list_filter input,.item_list_filter select{
    width: 100%;
}

.annotation{
    padding-bottom: 4px;
    padding-right: 3px;
    white-space:normal;
    display:block;
    margin-bottom: 20px;
}

.annotation .content{
    display:block;
    border-left:1px solid #E3E0E0;
    border-top:1px solid #E3E0E0;
    padding: 8px 8px;
}

.video{
    display:none;
    overflow:hidden;
}

object{
    position:relative;
    z-index:0;
    background-color:rgb(255,255,255);

}
embed{
    position:relative;
    z-index:0;
    background-color:rgb(255,255,255);
}

/*b {
    color: #787878;
}*/

#form_customerproblem input{

    width: 549px;


}
#form_customerproblem select{

    width: 200px;
}

#form_project input[type=text]{

    width: 549px;
}

#form_project select{

    width: 200px;
}
#form_project input #searching_additional{
    border-color:#cdcece;
    border-style:solid;
    border-width:1px;
    width: 180px;
    font-family: Arial;
    font-size: 10px;
    color: #505253;
    background-color: #ffffff;
    font-weight:normal;

}

#form_activity input{
    border-color:#cdcece;
    border-style:solid;
    border-width:1px;
    width: 380px;
    font-family: Arial;
    font-size: 10px;
    color: #505253;
    background-color: #ffffff;
    font-weight:normal;

}

#form_activity select{
    border-style:solid;
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 10px;
    color: #505253;
    font-weight: bold;
    border-color:#cdcece;
    border-width: 1px;
    width: 380px;
}

#form_video input{
    border-color:#cdcece;
    border-style:solid;
    border-width:1px;
    width: 380px;
    font-family: Arial;
    font-size: 10px;
    color: #505253;
    background-color: #ffffff;
    font-weight:normal;

}
#landing_page_image{
    position:relative; left: 0px; top: -88px;
}
#landing_page_flash{
    position:relative; left: 0px; top: -95px;
}

/*
student: 560, 314
wissenschaftler: 568, 330 215
gründer: 598, 315 200
prof: 530,318 203
partner: 550, 340 225

*/

#landing_page_text.student{
    position:absolute; left: 439px; top: 179px;
}
#landing_page_text.scientist{
    position:absolute; left: 447px; top: 163px;
}
#landing_page_text.founder{
    position:absolute; left: 477px; top: 178px;
}
#landing_page_text.prof{
    position:absolute; left: 419px; top: 175px;
}
#landing_page_text.partner{
    position:absolute; left: 429px; top: 153px;
}

#landing_page_menu{
    height:119px; width: 998px;position:relative; top: -80px; left:-24px;
}


#landing_page_menu .center{
    height:119px;width: 958px;overflow:hidden;position:relative;
}
#landing_page_menu .center .scroller {
    display:block;
    position:absolute;
    height:119px;
}
#landing_page_menu .center .mi, .mi_empty{
    position:relative;
    margin:0;
    margin-right:2px;
    margin-left:6px;
    padding-top: 6px;

    height:108px;
    float:left;
    text-decoration:none;
    line-height: 1.3;
}

#landing_page_menu .center .higher{
    position:relative;
    margin:0;
    margin-right:2px;
    margin-left:6px;
    padding-top: 6px;
    height:116px;
    float:left;
    text-decoration:none;
    line-height: 1.3;
}

#landing_page_menu .center .mi div {
    color: #505253 !important;
}

#landing_page_menu .center .mi .border_bottom {
    display: block;
    background-color: #0072ba;

    height: 2px;
    width: 229px;
    margin: 0;
    padding: 0;

    position: absolute;
    bottom: 4px;
    left: 0;
}

#landing_page_menu .center .mi h3 {
    color: inherit;
    padding-bottom:3px;
}

#landing_page_menu .center .mi:hover {
    color: #0072ba;
}

#landing_page_menu .switch{
    margin-right:4px;
}
#landing_page_menu .left,
#landing_page_menu .right{
    cursor:pointer;
}

#landing_page_menu .border{
    border-left:1px solid #cdcece;
    border-top:1px solid #cdcece;
    border-right:1px solid #cdcece;
    margin-bottom:-2px;
}





#attachments_list{
    padding: 4px;

}

#edit_profile > table {
    margin-top: 1em;
}

#edit_profile .tab, .rich-tabpanel .tab  {
    background-image: none;
    background-color: white;
    cursor: pointer;
}

#profile_page {
    height: 177px;
}

#profile_page .profile_pic {
    position: absolute;
    top: 0;
    left: 0;

    max-width: 136px;
    max-height: 177px;
}

#profile_page #details {
    position: absolute;
    top: 0;
    left: 137px;

    padding: 10px 8px;

    width: 559px;
}

#profile_page #details h2 {
    margin-bottom: 10px;
}

#register_form .checkbox_label, #edit_profile .checkbox_label{
    margin-left: 1em;
}
#register_form input, #edit_profile input{
    border-color:#cdcece;
    border-style:solid;
    border-width:1px;
    width: 380px;
    font-family: Arial;
    font-size: 10px;
    color: #505253;
    background-color: #ffffff;
    font-weight:normal;
    height: 15px;
}
#register_form input[disabled=true],#register_form input[disabled=disabled],#register_form input[readonly=true],#register_form select[disabled=disabled],#register_form select[readonly=true],
#edit_profile input[disabled=true], #edit_profile input[disabled=disabled], #edit_profile input[readonly=true],#edit_profile select[disabled=disabled],#edit_profile select[readonly=true]{
    background-color: #939393;
    color: #505253;
}
#register_form input[type=checkbox], #edit_profile input[type=checkbox]{
    border-color:#cdcece;
    border-style:solid;
    border-width:1px;
    width: 10px;
    font-family: Arial;
    font-size: 10px;
    color: #505253;
    background-color: #ffffff;
    font-weight:normal;
    height: 15px;
    text-align:left;
}
#register_form select, #edit_profile select{
    border-style:solid;
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 10px;
    color: #505253;
    font-weight: normal;
    border-color:#cdcece;
    border-width: 1px;
    width: 382px;
    height: 17px;
}

.short{
    border-color:#cdcece;
    border-style:solid;
    border-width:1px;
    width: 100px;
    font-family: Arial;
    font-size: 10px;
    color: #505253;
    background-color: #ffffff;
    font-weight:normal;
    height: 15px;
}


.clearAfter {
    clear: both;
}

.status_ok {
    background: url("/images/passed.gif") no-repeat left center;
    padding-left: 20px;
}

.status_error {
    background: url("/images/icon_error.jpg") no-repeat left center;
    padding-left: 20px;
}

.subtitle {
    position: relative;
    top: -4px;
}

.togglers {
    cursor: pointer;
}
.elements {
    margin-bottom: 15px;
}

.elements div {
    text-indent: -1.5em;
    padding-left: 2.5em;
}

.content_gray{
    width: 325px;
    background-color: #f5f5f5;
    padding-top: 5px;
}

.teaser_person{
    padding-left: 8px;
    padding-top: 8px;
    margin: 0;
    width: 217px;
}

.teaser_person a {
    text-decoration: none;
    color: #04869a;
}

.teaser_person a:hover{
    text-decoration: underline;
}

.teaser_person p {
    width: 150px;
    text-indent: 0;
    padding: 4px 0;
}

#newsletter_request {
    margin-bottom: 15px;
}

#newsletter_request td {
    padding-right: 7px;
    padding-bottom: 5px;
    line-height: 16px;
}

#newsletter_archive tbody td {
    border-bottom: 1px solid #A5A5A5;
    height: 22px;
    vertical-align: middle;
}

#newsletter_archive tbody td a {
    text-decoration: none;
}

#newsletter_archive thead td {
    padding-bottom: 5px;
}

#feedback {
    margin-bottom: 15px;
}

#feedback tbody tr:hover{
    background-color: #F0EFEF;
}
#feedback tbody tr:hover td{
    color: #0072ba;
    font-weight: bold;
}

#teaser_large {
    padding: 8px;
    width: 214px;
}

#teaser_large a {
    display: block;
    background: url(/images/pdf_symbol.png) right center no-repeat;
    height: 22px;
    line-height: 22px;
    padding: 0;
    margin: 0;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid #b7b7b7;
}

#teaser_large a:hover {
    color: #0072ba;
    background-color: #f8f8f8;
}

#content_left {
    width: 341px;
    border-right: 1px solid #e1e1e1;
    float: left;
    padding-right: 8px;
}

#content_right{
    border-left: 1px solid #e1e1e1;
     width: 341px;
     float: right;
     padding-left:8px;
     position: relative;
     left: -1px;
}

