/* CSS Document */

.body_cloud {
    width: 945px;
    margin: auto;
}

h1, h2, h3 { margin: 0; padding: 0; }

h1 { font-size: 15px; line-height: 30px; }
h2 { font-size: 13px;  line-height: 25px; }

h1.cloud {font-size: 56px; line-height: 65px; width: 100%; border-bottom: none; font-family: "Trebuchet MS", sans-serif; color: #0068B1;}
h1.sub_cloud {font-size: 36px; line-height: 43px; width: 100%; border-bottom: none; font-family: "Trebuchet MS", sans-serif; color: #0068B1;}
h2.cloud {font-size: 24px; width: 100%; border-bottom: none; font-family: "Trebuchet MS", sans-serif; color: #0068B1;}

table.cloud {
    /*border: 1px solid #CBCBCB;*/
    border-collapse: collapse;
    width: 88%;
    border: none;
    margin-top: 65px;
    font-size: 16px;
}

table.cloud tr {
    /*border: 1px solid #CBCBCB;
    background-color: #FFF;*/
    border: none;
    height: 36px;
    font-size: 16px;
    line-height: 20px;
}

table.cloud tr.title {
    /*border: 1px solid #CBCBCB;
    background-color: #DADADA;*/
    border: none;
    font-size: 16px;
    line-height: 20px;
}

table.cloud tr.title th, table.cloud tr.title td {
    color: #3c3c3c;
    font-weight: bold;
    text-align: center;
    /*border: 1px solid #CBCBCB;*/
    border: none;
    font-size: 16px;
    line-height: 20px;
}

table.cloud tr th, table.cloud tr td {
    text-align: center;
    /*border: 1px solid #CBCBCB;*/
    border: none;
    font-size: 16px;
    line-height: 20px;
}

a.accesscloud {
    display: block;
    width: 333px;
    height: 83px;
    background: transparent url('../../images/cloud/access_cloud.jpg') no-repeat 0 0;
    margin: auto;
}

a.accesscloud:hover {
    background: transparent url('../../images/cloud/access_cloud_hover.jpg') no-repeat 0 0;
}

a.accessdevcloud {
    display: block;
    width: 333px;
    height: 83px;
    background: transparent url('../../images/cloud/access_devcloud.jpg') no-repeat 0 0;
    margin: auto;
    text-decoration: none;
}

a.accessdevcloud:hover {
    background-position: 0 100%;
}

a.accessdevcloud h2 {
    font-size: 25px;
    text-decoration: none;
    padding: 25px 0 0 115px;
}

a.accessdevcloud:hover h2 {
    color: white;
}


ul.blue li {   
    list-style-image: url('../../themes/default/images/shared/listImage.gif');
    list-style-type: none;
    text-align: left;
    color: #3c3c3c;
    font-size: 16px;
    line-height: 20px;
}

div.main_full_top {
    font-size: 11px;
    line-height: 14px;
}
