/***********************************************************************
    RESET
***********************************************************************/

* {
    margin:0;
    padding:0;
    border:0;
    font-family:Arial, Helvetica, Switzerland, Swiss;
}

/***********************************************************************
    GLOBAL
***********************************************************************/

body {
    padding:10px 30px 30px;
    color:#555;
    font-family:Arial, Helvetica, Switzerland, Swiss;
    font-size:13px;
}

/***********************************************************************
    PAGE LAYOUT
***********************************************************************/

/************************************
    1.Row
************************************/

/************************************
    2.Row
************************************/

#left,
#illustration,
#it,
#search,
#dates {
    display:none;
}

/************************************
    3.Row
************************************/

#main {
    margin:40px 0 0;
}

#extra {
    display:none;
}

.subtree_level_2_node_id_102 #extra,
.subtree_level_2_node_id_103 #extra {
    display:block;
}

/************************************
    Preview
************************************/

#preview {
    display:none;
}

/************************************
    Debug
************************************/

#debug {
    display:none;
}

/***********************************************************************
    COMMON
***********************************************************************/

/************************************
    Tags
************************************/

/* Block Elements */

p {
    margin:0 0 15px 0;
}

/* Lists */

ul,
ol {
    margin:0 0 15px;
    list-style-position:outside;
}

ul {
    list-style-type:square;
}

ol {
    list-style-type:decimal;
}

li {
    margin:0 0 0 18px;
}

ol strong {
    font-weight:normal;
    color:#000;
}

/* Headings */

h1 {
    font-weight: bold;
    font-size: 16px;
    color:#555;
    margin:0 0 15px;
}

h2 {
    font-size: 13px;
    font-weight: bold;
    color:#555;
    margin:0 0 3px;
}

h3,
h4,
h5,
h6 {
    font-size:13px;
    font-weight:normal;
    color:#000;
}

/* Inline Elements */

a {
    color:#555;
}

img {
    border:0;
}

em {
    font-style:italic;
}

/* Table Elements */

table {
    border-spacing:0;
}

th {
    text-align:left;
}

th,
td {
    padding:7px 0;
}

/* Form Elements */

select,
input,
textarea {
    border:1px solid #b4b4b4;
    font-size:13px;
}

select {
    width:270px;
    height:22px;
    padding:1px;
}

input,
textarea {
    width:264px;
    height:16px;
    padding:2px;
}

input.file {
    height:22px;
    width:270px;
    padding:1px;
}

input.checkbox,
input.radio {
    border:0;
    width:auto !important;
    display:inline;
    padding:0;
}

textarea {
    height:96px
}

label {
    /*width:136px;*/
    width:200px;
    padding:2px;
    height:16px;
}

/************************************
    Classes
************************************/

.hide {
    display:none;
}

.cf {
    display: inline-block;
}
.cf[class] {
    display: block;
    overflow: hidden;
}

.no-print {
    display:none;
}

/******************
  Media
******************/

.object-right {
    margin-left: 15px;
    margin-bottom: 5px;
    float: right;
}

.object-left {
    margin-right: 15px;
    margin-bottom: 5px;
    float: left;
}

.object-center {
    margin:0 auto;
    padding:0;
    text-align: center;
}

/******************
  Table
******************/

.text-right {
    text-align:right;
}

.text-center {
    text-align:center;
}

/***********************************************************************
    HEADER
***********************************************************************/

#topmenu {
    display:none;
}

#headline {
    margin:40px 0 0;
    background:none !important;
}

/***********************************************************************
    MAIN
***********************************************************************/

/************************************
    Common
************************************/

div.cf {
    margin:14px 0 0;
}

/* view-full */

.attribute-summary,
.attribute-content {
    font-weight:normal;
    font-size:13px;
    margin:0 0 15px;
}

.class-executive .attribute-summary {
    display:none;
}

/* view-line */

.content-view-line {
    margin:0 0 15px;
}

.content-view-children .content-view-line p {
    margin:0 0 3px 0;
}

.line-attribute-image {
    margin:0 0 3px;
}

/************************************
    FAQ
************************************/

.subtree_level_2_node_id_100 .attribute-content p {
    padding-bottom:15px;
    border-bottom:1px solid #c8c8c8;
}

.subtree_level_2_node_id_100 .attribute-content strong {
    margin:0 0 15px;
}

/************************************
    Sitemap
************************************/

.subtree_level_1_node_id_167 #main div.nav1 {
    padding:15px 0 0;
    font-weight:bold;
}

.subtree_level_1_node_id_167 #main div.nav1.parent-147,
.subtree_level_1_node_id_167 #main div.nav1.parent-148,
.subtree_level_1_node_id_167 #main div.nav1.parent-167 {
    font-weight:normal;
}

.subtree_level_1_node_id_167 #main div.nav1.parent-148,
.subtree_level_1_node_id_167 #main div.nav1.parent-167 {
    padding:0;
}

.subtree_level_1_node_id_167 #main div.nav2 {
    padding:5px 0 0 40px;
}

.subtree_level_1_node_id_167 #main div.nav3 {
    padding:2px 0 0 80px;
    font-size:11px;
}

/************************************
    Forms
************************************/

div.cf.option {
    margin:0;
}

div.cf.hide {
    display:none;
}

div.cf.content-action {
    margin:30px 0;
}

select.missing,
input.missing,
textarea.missing {
    border:1px solid #900 !important;
}

.defaultbutton,
.attribute-captcha {
    display:none !important;
}

.class-form label {
    float:left;
}

.class-form input,
.class-form textarea,
.class-form select {
    float:right;
}

.option {
    width:270px;
    float:right;
}

.option label,
.option input,
.option select {
    float:none;
    display:inline;
}

p.required-hint {
    margin:30px 0;
}

/* Application Form */

#applicationform h2 {
    margin-top:40px;
}

.add-more,
#tabnav {
    display:none;
}

.class-application_form textarea {
    height:160px;
}

.class-application_form th,
.class-application_form td {
    font-weight:normal;
    padding-bottom:0;
}

.td-138,
.td-138 input {
    width:138px;
}

.td-112,
.td-112 input {
    width:112px;
}

.td-62,
.td-62 input {
    width:62px;
}

.td-40,
.td-40 input {
    width:40px;
}

td.td-138,
td.td-62 {
    padding-right:4px;
}

.attribute-languageskills1 label {
    visibility:hidden;
}

.attribute-languageskills input,
.attribute-languageskills1 input {
    width:109px;
    float:left;
}

.attribute-languageskills select,
.attribute-languageskills1 select {
    width:145px;
    float:right;
}

.attribute-privacy {
    margin-top:40px;
    vertical-align:middle;
    line-height:140%;
}

.attribute-privacy label {
    width:auto;
    float:none;
    font-weight:bold;
}

.attribute-privacy input {
    float:none;
    width:auto;
}

.notice input {
    margin-top:7px;
    display:none;
}

/************************************
    Navigator
************************************/

div.cf.navigator {
    margin:30px 0;
}

div.navigator a,
div.navigator span.current {
    margin:0 2px;
}


/************************************
    bottom
************************************/
.bottom {
    display: none;
}
