@import url("default-pc.css")
all and (min-device-width: 960px);

@import url("default-sm.css")
all and (min-device-width: 600px) and (max-device-width: 959px);

@import url("default-m.css")
all and (max-device-width: 599px);


* {
margin: 0;
padding: 0; 
border: 0 none;
}

body {
width: 100%;
height: 100%;
font-family: arial, sans-serif;
color: #020202;
text-align: center;
}

h1 {
background: url("../images/underline.gif") no-repeat scroll 0 27px transparent;
color: #101e43;
padding: 0 0 14px;
min-width: 338px;
display: inline-block;
margin-top: 30px;
clear: both;
}

h2, h3, h4 {
color: #101e43;
font-weight: bold;
margin: 20px 0 0;
}

h2 a, h3 a, h4 a {
color: #101e43;
}

a {
color: #020202;
cursor: pointer;
}

a:hover {
color: #CE0045;
cursor: pointer;
}

a:active {
outline: none;
}

a img {
vertical-align: middle;
}

.items div a {
margin: 0 !important;
}

hr {
border:0;
border-top:1px solid #bfc5cc;
margin:8px 0;
clear:both;
}

#sa_body {
text-align: left;
background-color: #ffffff;
}

#sa_content p {
margin: 15px 0 0;
text-align: left;
}

#sa_content img {
border: none;
}

#sa_content #sa_center_column_middle img {
margin: 0 10px 10px 0;
}

#sa_content ul, #sa_content ol {
margin: 15px 0 15px 23px;
line-height: 20px;
}

#sa_content table {
font-family: arial, sans-serif;
border-collapse: collapse;
border: 1px solid #ECEAEB;
margin: 20px 0;
}

#sa_content table thead tr, #sa_content table tbody th {
background-color: #fee29e;
font-size: 12px;
font-weight: bold;
height: 25px;
text-align: left;
}

#sa_content table th {
padding: 2px 8px;
}

#sa_content table thead tr:first-child, #sa_content table tbody tr:first-child th {
background-color: #FCAF17;
height: 30px;
text-align: center;
padding: 2px 10px;
}

#sa_content table td {
text-align: left;
padding: 2px 8px;
border: 1px solid #ECEAEB;
height: 25px;
}

input[type=text], select {
border: 1px solid #c8ccd0;
color: #595c5f;
}

.green {
color: #0a9244;
}

.red {
color: #ed1847;
}

.bold {
font-weight: bold;
}

.color-red {
color: #CE0045;
}

.highlight1 {
color: #0073CE;
}

.highlight2 {
color: #FDB913;
}

.ui-tooltip{width:500px;}
#sa_content #sa_center_column_middle .sa-fe-info-text img {margin: 0 0 0 10px}

.sa-loading {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    font-size: 1.5em;
    font-weight: bold;
    left: 50%;
    margin-left: -115px;
    margin-top: 80px;
    opacity: 1;
    padding: 1em;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 230px;
    z-index: 1110;
}
.sa-loading img {
    margin: 1em 0 0;
}
.sa-loading-bg {
    background-color: rgba(255, 255, 255, 0.7);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1100;
}