234 lines
2.9 KiB
CSS
234 lines
2.9 KiB
CSS
/* Basic */
|
|
|
|
*
|
|
{
|
|
padding-top: 0px;
|
|
padding-right: 0.5px;
|
|
padding-bottom: 0px;
|
|
padding-left: 0.5px;
|
|
margin-top: 0px;
|
|
margin-right: 0px;
|
|
margin-bottom: 0px;
|
|
margin-left: 0px;
|
|
}
|
|
|
|
h1,h2
|
|
{
|
|
}
|
|
|
|
body
|
|
{
|
|
font-family: Arial, sans-serif;
|
|
font-size: 10pt;
|
|
color: #666;
|
|
background-color: #fff;
|
|
}
|
|
|
|
a{
|
|
color: #0077dd;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a:hover{
|
|
text-decoration: none;
|
|
}
|
|
|
|
/* Outer */
|
|
|
|
#outer{
|
|
padding: 0em;
|
|
margin: 0em;
|
|
width: 100%;
|
|
height: 7em;
|
|
}
|
|
|
|
/* Header */
|
|
|
|
#header {
|
|
position: relative;
|
|
height: 7em;
|
|
padding-left: 2em;
|
|
border-bottom: dotted 0px #FF0000;
|
|
}
|
|
|
|
#header h1{
|
|
position: absolute;
|
|
top: 1.8em;
|
|
font-size: 2.2em;
|
|
letter-spacing: -0.05em;
|
|
}
|
|
|
|
#header h1 a{
|
|
color: #fff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#header h2{
|
|
position: absolute;
|
|
font-size: 1.4em;
|
|
top: 3em;
|
|
color: #90A5AB;
|
|
}
|
|
|
|
/* Menu */
|
|
|
|
#menu{
|
|
/*position: absolute;*/
|
|
top: 5em;
|
|
right: 3em;
|
|
}
|
|
|
|
#menu ul{
|
|
list-style: none;
|
|
}
|
|
|
|
#menu li{
|
|
display: inline;
|
|
padding-left: 1.1em;
|
|
margin-left: 1em;
|
|
font-weight:bold;
|
|
border-left: dotted 1px #E0E8EF;
|
|
}
|
|
|
|
|
|
#menu li.first{
|
|
border: 0em;
|
|
margin-left: 0em;
|
|
padding-left: 0em;
|
|
}
|
|
|
|
#menu li a
|
|
{
|
|
color: #000000;
|
|
padding: 0.1em;
|
|
font-weight:bold;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#menu li a:hover{
|
|
text-decoration: none;
|
|
font-weight:bold;
|
|
background-color:#DDDDDD;
|
|
}
|
|
|
|
/* Content */
|
|
|
|
#content{
|
|
line-height: 0.3px;
|
|
}
|
|
|
|
|
|
#content p{
|
|
margin-bottom: 0.3px;
|
|
}
|
|
|
|
#content h2,h3,h4,h5,h6{
|
|
color: #545454;
|
|
margin-bottom: 0.3px;
|
|
border-bottom: dashed 1px #dfdfdf;
|
|
padding-bottom: 0.3px;
|
|
}
|
|
|
|
#content h2{
|
|
font-size: 1.5em;
|
|
}
|
|
|
|
#content h3{
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
#content ul{
|
|
margin-bottom: 1.5em;
|
|
padding-left: 1em;
|
|
list-style: square;
|
|
}
|
|
|
|
#content blockquote{
|
|
margin-bottom: 1.5em;
|
|
padding: 0px 0px 0px 0px;
|
|
border-left: solid 0.2em #005082;
|
|
background: #FDFDFD url('images/a7.gif') top left repeat-x;
|
|
}
|
|
|
|
#content blockquote p
|
|
{
|
|
margin-bottom: 0em;
|
|
}
|
|
|
|
#content table
|
|
{
|
|
margin-bottom: 1px;
|
|
border-collapse: collapse;
|
|
text-align: left;
|
|
}
|
|
|
|
#content table th
|
|
{
|
|
font-weight: bold;
|
|
padding: 0px;
|
|
}
|
|
|
|
#content table td
|
|
{
|
|
padding: 0px 0px 0px 0px;
|
|
border-right: solid 1px #fff;
|
|
}
|
|
|
|
#content table tr.rowH
|
|
{
|
|
color: #fff;
|
|
background: #006192 url('images/a8.gif') top left repeat-x;
|
|
border-right: solid 1px #fff;
|
|
}
|
|
|
|
#content table tr.rowA
|
|
{
|
|
background: #F8F8F8 url('images/a6.gif') top left repeat-x;
|
|
border-top: solid 1px #fff;
|
|
color: inherit;
|
|
}
|
|
|
|
#content table tr.rowB
|
|
{
|
|
background: #FDFDFD url('images/a7.gif') top left repeat-x;
|
|
border-top: solid 0px #fff;
|
|
color: inherit;
|
|
}
|
|
|
|
/* Primary Content */
|
|
|
|
#primaryContentContainer {
|
|
background-color: #fff;
|
|
margin: 0px 0px 0px 0px;
|
|
}
|
|
|
|
#primaryContent {
|
|
margin: 0px 0px 0px 0px;
|
|
padding: 0px 0px 0px 0px;
|
|
}
|
|
|
|
/* Secondary Content */
|
|
|
|
#secondaryContent {
|
|
left:0;
|
|
float:left;
|
|
width:25em;
|
|
}
|
|
|
|
/* Footer */
|
|
|
|
#footer
|
|
{
|
|
position: relative;
|
|
z-index: 1;
|
|
border-top: dashed 1px #dfdfdf;
|
|
padding: 0px 0px 0px 0px;
|
|
margin: 0px 0px 0px 0px;
|
|
text-align: center;
|
|
}
|
|
|
|
li
|
|
{
|
|
text-align: left;
|
|
list-style-type: none;
|
|
} |