﻿
a > img {
    border-style: none;
}
body {
    font-size: 10pt;
    font-family: Arial, Sans-Serif;
    background-color: #FFF;
}
noscript p {
    display: none;
}

/* MASTER LAYOUT 
----------------------------------------------------------*/
#page {
}
#header {
    display: none;
}
#menu-nav {
    display: none;
}
#footer {
    display: none;
}
#copyright {
    display: none;
}


/* LOADING AREA 
----------------------------------------------------------*/

#loading-message {
    display: none;
}

/* OTHERS 
--------------------------------------------------------*/

.red-font {
    color: Red;
}
.full-width {
    width: 100%;
}
.hide {
    display: none;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.clear {
    clear: both;
}
.solid-top {
    border-top: 1px solid #000;
}
.solid-bottom {
    border-bottom: 1px solid #000;
}
.point-cursor {
    cursor: pointer;
}
input.standard-input {
    width: 180px;
}
select.standard-input {
    width: 182px;
}
table {
    border-spacing: 0;
}



