/*
 *      style.css
 */


.appName {
    width: 180px;
    height: 90px;
    font-size: 12px;
    color: black;
}

a:link { text-decoration: none; }

#appDiv {
    height: 690px;
    overflow: scroll;
    background: #d1e6f0;
}

#buttonDiv {
    height: 78px;
    background: #82C6E0;
    position: relative;
}

#buttonStripTable {
    margin-left: 5%;
    width: 90%;

}

#buttonStripTable td {
    text-align: center;

}

.appIcon {
    border-style: solid;
    border-width: 10px;
    border-color: black;
    border-radius: 16px;
}

#mobileApps li {
    list-style: none;
    display:inline-block;
}

.mobileAppsIcon {
    background-image: url('/new/images/Apps.jpg');
    width: 72px;
    height: 72px;
    border-radius: 14px 14px 14px 14px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mobileAppsDiv {
    display:inline-block;
    text-align:center;
    vertical-align:top;
}

.mobileAppsDialogIcon {
    background-image: url('/new/images/Apps.jpg');
    width: 72px;
    height: 72px;
    margin: 2px 2px 2px 7px;
    border-radius: 9px 9px 9px 9px;
    background-repeat: no-repeat no-repeat;
    float: left;
}

.mobileAppsDialogPrice {
    color: #324f85;
    background-color: #c0d7ef;
    width: 90px;
    line-height: 30px;
    border-radius: 15px 15px 15px 15px;
    margin-top: 5px;
    float: left;
    clear: left;
}

.mobileAppsDialogTD {
    width: 460px;
    float: left;
    margin-top: 8px;
    margin-left: 15px;
}

.mobileAppsDialogTitle {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.mobileAppsDialogDesc {
    position:relative;
    font-size: 10px;
    margin-top: 10px
}

.mobileAppsDialogLinkButton {
    color: #324f85;
    background-color: #287ab5;
    border-radius: 15px 15px 15px 15px;
    height: 22px;
}

.mobileAppsDialogLinkTxt {
    line-height: 1.8;
    color: #ffffff;
}

#mobileAppsDiv a {
    outline: 0;
}

.mobileapp-dialog a {
    outline: 0;
}

.mobileapp-dialog {
    font-size: 12px;
    color: #287ab5;
    background: #fffedc;
    font-weight: bold;
}

.mobileapp-android-icon-dialog {
    /* background: #287ab5; */
    border-radius: 9px 9px 9px 9px;
    background-image: url(/new/images/app-link.png);
    width: 27px;
    height: 20px;
    /* margin: 2px; */
    background-position: 1px 0px;
    background-repeat: no-repeat no-repeat;
    /* opacity: 0.5; */
    display: block;
    float: left;
    margin-left: 3px;
}

.mobileapp-ios-icon-dialog {
    /* background: #287ab5; */
    border-radius: 9px 9px 9px 9px;
    background-image: url(/new/images/app-link.png);
    width: 27px;
    height: 20px;
    /* margin: 2px; */
    background-position: 1px -20px;
    background-repeat: no-repeat no-repeat;
    /* opacity: 0.5; */
    display: block;
    float: left;
    margin-left: 3px;
}

.ui-dialog-titlebar {
    /* color: #fff154; */
    color: white;
    background: #287AB5;
/* #845AEC; */
}

#aboutusIcon:hover, #iOSIcon:hover, #androidIcon:hover, #webIcon:hover {cursor: hand; cursor: pointer}