/* default style for pages */
@import url(main_default.css);

/* default for wti website */

body {
    font-size: 11px;
    font-family: Verdana, Geneva, Arial, sans-serif;
    padding: 0;
    margin: 0;
    background: #ffffff;
    color: #333333;
}

body.contentarea, body.login {
    margin: 10px;
}

hr {
    color: #ECECEC;
    width : 100%;
    border-style: solid;
    border-width: thin;
}

div { padding: 0; margin: 0; }

div.clear {
    clear: both;
}

img {
    border: 0;
}

a, a:visited {
    color: #174984;
    text-decoration: none; 
}
a:hover {
    text-decoration: underline; 
}

h1, h2, h3, h4, h5, p {
    margin: 0;
}

h1 {
    font-size: 22px;
    font-weight: normal;
    padding: 8px 0;
}
h2 {
    font-size: 16px;
    padding: 5px 0;
}
h3 {
    font-size: 15px;
    font-weight: normal;
}
h4, h5 {
    font-size: 12px;
}
h3, h4, h5, p, .leadText, .bodyText {
    padding: 3px 0;
}


.titleimage, .leadtextimage {
    margin: 0.5em;
}

.smallNegative, .plainNegative, .smallNegativeBold, .plainNegativeBold {
    color: #ffffff;
    background: #174984;
}
.smallNegative a, .plainNegative a, .smallNegativeBold a, .plainNegativeBold a {
    color: #ffffff;
}

.heading, .subheading, .smallNegativeBold, .plainNegativeBold {
    font-weight: bold;  
}

.subheading {
    font-size: 12px; 
    padding-bottom: 3px;
}
.heading {
    font-size: 16px;
}
.plain, .plainNegative, .plainNegativeBold {
    font-size: 12px;
}
.small, .smallNegative,.smallNegativeBold {
    font-size: 11px;
}
.verysmall {
    font-size: 10px; 
}
.error {
    color: #A00020;
}


tr.even {
    background-color: #efefef;
}

.cellbackground {
    background-color: #F2F3F5;
}
.outsetborder {
    border:  1px solid #ECECEC;
    padding: 0px;
}

a.netenvironLink {
    font-size: 10px; 
    color: #666666;
}

/* 
    -------------- specific background colors ---------------
*/

.lightGreyBg{
    background-color: #F2F2F2;
}
.greyBg{
    background-color: #c7c7c7;
}
.darkBlueBg{
    background-color: #174984;
}
.blueBg {
    background-color: #6698AB;
}



/* horizontal menu */

#horizmenu {
    height: 44px; 
    width: 998px;
    padding: 0;
    margin: 0;
    background: url(../images/top_menu_shadow.gif) repeat-x;
    background-position: 0 0;
    border-top: 5px solid #174984;
}

ul#headernav {
    margin: 6px 0 2px 0;
    padding: 0; 
    float: left;
    height: 30px;
    width: 765px;
    font-family: Arial, Geneva, sans-serif;
}
ul#headernav li {
    list-style: none;
    display: inline;
    float: left;
    line-height: 1;
    height: 23px;
    padding: 5px 14px 0 13px;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #A8A8A8;
    border-left: 1px solid #ffffff;
}
ul#headernav li.first { 
    border-left: none;
}
ul#headernav li.last { 
    border-right: none;
}
ul#headernav li a:link, ul#headernav li a:visited {
    color: #174984;
    padding: 2px;
}
ul#headernav li a:hover {
    background-color: #174984;
    color: #ffffff;
    text-decoration: none;
}

#headersearch {
    margin: 5px;
    padding: 0; 
    float: right;
    height: 28px;
    width: 210px;
    position: relative;
}
#searchform {
    padding: 2px;
    margin: 0;
    border: 1px solid #D8D8D8;
}
#searchform select, #searchform input#searchString {
    font-size: 12px;
    border: 1px solid #cccccc;
    padding: 0;
    margin: 0;
    width: 162px; 
    height: 23px;
}
#searchform input#searchString {
    float: left;
    display: block;
}

#searchform img#searchBtn {
    vertical-align: text-bottom; 
    margin: 1px 0 0 4px;
}

#logo {
    padding: 0;
    margin: 3px 0 0 0;
    height: 90px;
    clear: both;
    background: url(../images/header_bottom_shadow.gif) repeat-x;
    background-position: bottom left;
}
#logo #pic, #logo #pic2  {
    padding: 0;
    margin: 0;
}
#logo #pic {
    float: left;
    height: 60px;
    margin: 10px 0;
    width: 220px;
    text-align: center;
    border-right: 1px solid #eeeeee;
}
#logo #pic2 {
    height: 80px;
    width: 210px;
    float: right;
    padding-right: 18px;
    text-align: right;
}
#logo img {
    padding: 0;
    margin: 0;
}
#logo #subcom {
    padding: 0;
    margin: 0;
    height: 80px;
    width: 530px;
    float: left;
    vertical-align: middle;
    color: #666666;
}
#logo #subcom h1 {
    padding: 15px 10px 5px 20px;
}
#logo #subcom h2 {
    padding: 5px 20px;
}

#welcome {
    padding: 4px 3px;
    margin: 0;
    height: 20px;
    clear: both;
    line-height: 1;
}
#welcome #pathnav {
    font-size: 10px;
    padding-left: 3px;
    margin: 0;
    width: 740px;
    float: left;  
    text-align: left;
    color: #666666;
}
#welcome #languages {
    width: 230px;
    float: right;  
    text-align: right;
    padding-right: 10px;
}

#footer .left, #footer .right {
    display: block;
    margin: 0; 
    padding: 0;
}
#footer .left {
    width: 750px; 
    float: left; 
    text-align: left; 
    padding-left: 5px;
}
#footer .right {
    width: 210px; 
    float: right; 
    padding-right: 12px;
}
#footer .left a#adminlink {
    color: #666666;
}
#footer .right #printicon {
    width: 20px; 
    float: right; 
    text-align: right; 
}
#footer .right #copyright {
    width: 150px; 
    float: left; 
    text-align: left; 
    color: #999999;
}
#footer #copyright a {
    color: #999999;
}

#copyright2 {
    text-align: right; 
    padding: 5px 12px;
    color: #cccccc;
}
#copyright2 a {
    color: #cccccc;
}


ul.menu {
    margin: 5px 10px;
    padding: 0; 
    font-size: 12px;
}
ul.menu li {
    list-style: none;
    padding: 5px 2px;
    margin: 0;
    vertical-align: middle;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #BFD4DC;
}
ul.menu li.first { 
    border-top: none;
}
ul.menu li.last { 
    border-bottom:  none;
}

ul.menu li a:link, ul.menu li a:visited {
    color: #174984;
}
ul.menu li a:hover {
    text-decoration: none;
}


/*
    -------------- LOGINPAGE styles ---------------
*/
#login {
    margin:110px auto;
    padding: 0;
    width: 670px;
    height: 250px;
}

#login #login-logo {
    margin-bottom: 12px;
}

#login fieldset {
    width:300px !important;
}


#buttons #login-button, #buttons #login-link {
    margin-left: 149px;
}

#login .inputForm label {
    width: 138px;
}

#frontpagelogin p, #login p {
    padding: 6px 0;
    margin: 0;
}
#frontpagelogin input.logintextinput {
    width: 140px;
    font-size: 11px;
}

#studentlogin, #firmalogin {
    border: 7px solid #eeeeee;
    width: 300px;
    height: 240px;
    margin: 0;
    padding: 0 5px;
    float: left;
}
#studentlogin {
    border-color: #cccccc;
    background: url(../images/login_field_bkgr_student.jpg) no-repeat top left;
    margin-right: 15px;
}
#firmalogin {
    border-color: #eeeeee;
    background: url(../images/login_field_bkgr_company.jpg) no-repeat top left;
}
#firmalogin p, #firmalogin label {
    color: #777777;
}
#firmalogin h2, #firmalogin a#forgotten-password {
    color: #999999;
}

.loginbox {
    margin: 110px 22px 15px 25px;
    padding: 1px;
}

.loginfeedback {
    text-align: center;
}
.loginfooter {
    margin-top: 40px;
}


/* no subfolders visible */
#pathnavigation #subsections {
    display: none;
}
#pathnavigation hr {
    display: none;
}
#pathnavigation #breadcrumbs {
    margin: 5px 0 0 5px;
    color: #666666; 
}
#pathnavigation #subsections ul {
    display: inline;
    margin-left: 0;
    padding-left: 0;
}
#pathnavigation #subsections li {
    display: inline;
    list-style-type: none;
    margin: 0 5px;
}

/* breadcrumbs moved to decorator, so hiding them in main content area */
#block_main_content #pathnavigation {
    display: none;
}

.shadeFrame {
    margin: 0; 
    padding: 0 0 5px 0;
    margin-bottom: 8px;
    background: url(../images/shadow_bkgr_220px.gif) repeat-y;
    background-position: top left;
    color: #333333;
}
.shadeFrame h1 {
    margin: 0 0 1px 0;
    padding: 0;
    background: #FEFDF9 url(../images/shadow_header_bkgr_h56.gif) repeat-x;
    background-position: bottom left;
    color: #333333;
    font-size: 15px;
}
.shadeFrame h1 span.blocktitle {
    padding: 5px 10px;
    display: block;
}
    
.shadeFrame h1 a, .shadeFrame h1 a:hover {
    color: #333333;
    text-decoration: none;
}
.shadeFrame h1 span.blocktitle img {
    border: 0;
    margin-right: 5px;
}
.shadeFrame h3 {
    padding: 0 0 2px 0;
    margin: 0;
    font-size: 13px;
}
.shadeFrame p {
    margin: 1px;
    padding: 5px;
}
.shadeFrame p.date {
    margin: 0;
    padding: 2px 0;
}
.shadeFrame ul {
    padding-bottom: 5px;
}
.shadeFrame hr {
    border: none;
    size: 2px;
    background: #FEFDF9 url(../images/hr_bkgr.gif) repeat-x;
    background-position: top left;
}

.shadeFrame .inner_content {
    margin: 5px 10px;
}
    

#my-tags #quickProfileTags input#mytags {
    width: 120px;
    border: 1px solid #cccccc;
    font-size: 12px;
    height: 15px;
}

#tags-cloud {
}
#mini-tag-cloud {
}

#visitcard {
}
#visitcard #profile_complete {
    margin: 5px 0;
    padding: 5px 10px;
    background-color: #E8F0F2;
}
#visitcard #changepwd a  {
    color: #333333;
}
#visitcard #profile_complete a {
    color: #666666;
    font-weight: bold;
    height: 18px;
    text-decoration: none;
}

a.btn {
    background: transparent url(../images/btn_empty.gif) no-repeat scroll top left;
    display: block;
    text-align: left;
    word-spacing: 1.2;
    color: #5F9BCF;
    font: 11px normal Arial, Geneva, sans-serif;
    height: 18px;
    line-height: 13px;
    margin: 3px 0 0 1px;
    padding: 1px 0 0 6px;
    text-decoration: none;
    width: 58px;
}
a.btn:visited, a.btn:hover {
    color: #5F9BCF;
    text-decoration: none;
}

#events .item {
    border-bottom: 1px solid #E5E5E5;
}
#events .item h5 {
    font-size: 12px;
}


.spotlightuser {
    margin-bottom: 5px;
}
.spotlightuser div.imagewrapper {
    border: 1px solid #D9D9D9;
    float: left; 
    margin: 1px 5px 1px 1px; 
    padding: 2px;
}
.spotlightuser p {
    clear: both;
    margin: 0; 
    padding: 6px 0;
}


#fp-calendar .visibleDay {
    color: #035777;
}


.button {
    background-color: #ececec;
    border-style: outset;
    text-decoration: none; 
    border-color: #efefef;
    font-family: tahoma;
    font-size: 11px;
    height: 19px;
    width: 140px;
    color: #333333;
    text-align: center;
    padding: 1px 3px;
}

.button:hover, a.button:hover {
    text-decoration: none;
    background-color: #cecece;
}

a.button {
    height: 15px;
    display: block;
    float: left;
    margin-right: 5px;
}

a.button, a.button:visited {
    color: #333333;
}

/* special text for disclaimer shown in iframe */
#disclaimerIframe {
    border: 1px solid #69818a;
    height: 400px;
    width: 640px; 
}

/* use same font for ui elements as the publication */
body .ui-widget {
    font-size: 1em;
    font-family: Verdana, Geneva, Arial, sans-serif;
}
body .ui-button-text-icon .ui-button-text, body .ui-button-text-icons .ui-button-text {
    padding: 0.2em 1em 0.3em 1.8em;
}

body .ui-state-default, body .ui-widget-content body .ui-state-default,
body .ui-button a:visited, body .ui-button a:visited {
    color: #444;
}
