﻿body
{
    margin: 0;
    font: 75%/150% arial;
    background-color: #fff;
}
body, table, td, div, p, .win, .column
{
    word-wrap: break-word;
    word-break: break-all;
    word-break: /* */ normal;
}
td, th
{
    overflow: hidden;
    font: 1.02em verdana;
}
hr
{
    height: 1px;
}
form
{
    padding: 0;
    margin: 0;
}
input, select, textarea
{
    font: 13px Arial;
}
p
{
    margin: 0 0 15px 0;
}
pre
{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
ol
{
    margin: 4px 0 4px 30px;
    padding: 0;
}
ul
{
    margin: 4px 0 4px 15px;
    padding: 0;
    --list-style-image: url(/app_themes/main/images/css/homeul.gif);
}
ul ul, ol ol
{
    margin-left: 20px;
}
/*
a:link
{
    color: #039;
    text-decoration: none;
}
a:visited
{
    color: #969;
    text-decoration: none;
}
a:hover
{
    color: #f60;
    text-decoration: underline;
}
a:link.underline
{
    text-decoration: underline !important;
}
a:visited.underline
{
    text-decoration: underline !important;
}
.noVisited a:visited, a:visited.noVisited
{
    color: #039;
}
.noVisited a:hover, a:hover.noVisited
{
    color: #f60;
    text-decoration: underline;
}
a:link.sponsored
{
    color: #90908e;
    text-decoration: none;
    font: bold 11px tahoma;
}
a:visited.sponsored
{
    color: #90908e;
    text-decoration: none;
    font: bold 11px tahoma;
}
a:hover.sponsored
{
    color: #f50;
    text-decoration: underline;
    font: bold 11px tahoma;
}
*/
h1, h2, h3
{
    margin: 0;
    padding: 0;
}
h1
{
    font: 2em/180% tahoma;
    margin: 15px 0 10px 0;
}
h1.guide
{
    color: #002858;
    margin-bottom: 10px;
    font-size: 20px;
}
h2
{
    font: 1.5em/180% arial;
}
h3
{
    font: 1.4em/180% arial;
}
.l
{
    font-size: 1.7em;
}
.m
{
    font-size: 1.3em;
}
.s
{
    font: 0.85em verdana;
}
.remark
{
    color: #888;
    font: 0.85em verdana;
}
.displayNone
{
    display: none;
}
input.remark
{
    padding: 4px 0;
}
input.hint
{
    color: #B2B2B2;
}
.alert, a.alert:link, a.alert:visited, a.alert:active
{
    color: #f60;
}
.limit
{
    color: #900;
    font: 0.85em verdana;
}
.keywords
{
    font-weight: bold;
}
.notice
{
    color: #900;
}



a.undo
{
    color: red;
    font-weight: bold;
    margin: 0 3px 0 3px;
}
.selectOption
{
    overflow: scroll;
    overflow-x: hidden;
    height: 200px;
    border: 1px solid #7F9DB9;
    background-color: #fff;
}
.column
{
    float: left;
}
.column.one2
{
    width: 50%;
}
.column.one3
{
    width: 33.3%;
}
.column.one4
{
    width: 25%;
}
.column.one5
{
    width: 20%;
}
.column.one6
{
    width: 16.6%;
}
.board
{
    padding: 8px 16px 8px 16px;
    margin-bottom: 25px;
}
.board h3
{
    font-weight: bold;
}

input.L
{
    font: bold 14px arial;
    padding: 3px 8px;
    width: auto;
    overflow: visible;
}
input.M
{
    font: bold 12px arial;
    padding: 2px 8px 1px 8px;
    width: auto;
    overflow: visible;
}
input.S
{
    font: bold 10px verdana;
    padding: 2px 8px 1px 8px;
    width: auto;
    overflow: visible;
}

.dashed
{
    height: 1px;
    font-size: 0;
    line-height: 0;
    border-bottom: 1px dashed #ccc;
    margin: 8px 0;
}
ul.narrow
{
    margin: 0 0 0 4px;
    padding: 0;
    list-style: none;
    list-style-image: none;
}



/* Window */

/*
#footer
{
    clear: both;
    padding: 10px 0 10px 0;
    text-align: center;
    border-top: 1px solid #ccc;
    margin-top: 15px;
    font: 0.85em/14px verdana;
}
*/
#page960, #page760
{
    margin: auto;
    text-align: left;
}
#page960
{
    min-width: 760px;
    max-width: 960px;
    width: 960px;
}

.colL, .colRL, .colLL
{
    float: left;
    _overflow: hidden;
}
.colR, .colRR, .colLR
{
    float: right;
    _overflow: hidden;
    
}

#page960.frameB .colR
{
    width: 160px;
}
#page960.frameB .colL
{
    width: 180px;
}

#page960.frameB .colM
{
    width: 600px;
    float: left;
}
#page960.frameB .colFull
{
    width: 100%;
    float: left;
}
#page960.frameB .colFull .colMmargin
{
    --margin-left: 20px;
}

#page960.frameB .colM .colMmargin
{
    margin-left: 20px;
}
#page960.frameB .headerGap
{
    padding: 15px 15px 5px 15px;
}


#page960.frameC .colL
{
    width: 180px;
}

#page960.frameC .colR
{
    width: 750px;
    float: left;
    --border:solid 1px #ff0000;
}
#page960.frameC .colR .colM
{
    width: 610px;
    float: left;
    margin-right: 0px;
}
#page960.frameC .colFull
{
    width: 100%;
    float: left;
}
#page960.frameC .colFull .colMmargin
{
    margin-left: 20px;
}

#page960.frameC .colR
{
    margin-left: 10px;
}
/*
#page960.frameC .headerGap
{
    padding: 15px 15px 5px 15px;
}
*/






#ads
{
    --padding-bottom: 15px;
    --clear: left;
}

.clearfix
{
    display: inline-table;
    zoom: 1;
}
/* Hides from IE-mac \*/
.clearfix
{
    _height: 1%;
    display: block;
}
.pageUtilities
{
}
.pageDescription
{
    padding: 5px 0 5px 0;
    width:95%;
    --border:solid 1px;
}
.pageDescription strong
{
font-size:1.2em;
}
.pageDescription li
{
padding:0px 0px 2px 0px;
}
.collapsibleContent
{
width:75%;
border:solid 1px #C0D6E5;
padding:5px 0 5px 5px;
font-size: 1.1em;
}
.pageHeading
{
color:#F68222;
font-size:2.2em;
line-height:25px;
font-family:Arial,sans-serif;
}




