/*****************
* file: /rcore/services/clientrepo/server/static/design.css
* package: @{NAME}-@{VERSION}
* author: DANA <dana@rubindms.HU>
* version: 1.0.1
*****************/


/*****************
* Welcome Screen
*****************/
div.content .download-icon {
    afloat: left;
    acolor: rgb( 70, 70, 70 );
    background: url( 'rubindms-installer.png' ) no-repeat center;
    width: 80px;
    height: 0px;
    display: block;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 0px;
    margin-right: 40px;
    font-weight: bold;
}

/*****************
* Client List
*****************/

div.content div.note {
    font-weight: bold;
}


div.content .client-list {
    text-align: center;
    awidth: 300px;
    margin-bottom: 0px;   
}

div.client {
    float: none;
    width: 80px;
    height: 150px;
    margin: 0 auto;
    
}

div.client .icon {
    float: none;
    acolor: rgb( 70, 70, 70 );
    background: url( 'rubindms-installer.png' ) no-repeat center;
    width: 80px;
    height: 0px;
    display: block;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 55px;
    margin-right: 40px;
    font-weight: bold;
}

div.client div.details {
    float: none;
    color: gray; 
    width: 80px;
}

div.client .desc {
    margin-top: 00px;
    color: rgb( 40, 40, 40 );
    font-size: 16px;
    display: block;
}

div.client .version {
    color: rgb( 70, 70, 70 );
    margin: 10px 10px;
    font-size: 13px;
    display: block;
}

div.client .installer {
    acolor: #D7990B;
    margin: 10px 10px;
    font-size: 13px;
    font-weight: normal;
    display: block;
}

div.client .updater {
    acolor: #D7990B;
    margin: 10px 10px;
    font-size: 13px;
    font-weight: normal;
    display: block;
}  

div.content .instructions {
    display: block;
    margin-top: 20px;
    margin-bottom: 3px;
}

div.content img.instructions {
    margin: 0 auto;
}

div.content .troubleshooting {
    display: block;
    margin-top: 20px;
    margin-bottom: 3px;
}

div.content img.troubleshooting {
    margin: 0 auto;
}

/*****************
* System List
*****************/
div.content .download-rsys {
    afloat: left;
    acolor: rgb( 70, 70, 70 );
    background: url( 'document-rsys.png' ) no-repeat center;
    width: 80px;
    height: 0px;
    display: block;
    text-align: center;
    padding-top: 100px;
    margin: 0 auto;
    amargin-bottom: 0px;
    amargin-right: 40px;
    font-weight: bold;
}

