*
{
font-family: Arial, "MS Sans Serif" , Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 16px;
text-decoration: none;
text-align: left;
vertical-align: baseline;
margin: 0;
padding: 0;
}

th, td, img
{
vertical-align: middle;
}

strong, b
{
font-weight: bold;
color: #059;
}

em, underline
{
font-style: italic;
text-decoration: none;
color: #059;
}

small
{
font-size: 10px;
}

p
{
margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

ul
{
margin: 10px;
margin-left: 30px;
list-style-type: square;
list-style-position: outside;
line-height: 14px;
}

ul ul
{
list-style-type: disc;
}


ul ul ul
{
list-style-type: circle;
}

li, li > *
{
line-height: 14px;
}

li + li
{
margin-top: 2px;
}


h1, h2, h3, h4, h5
{
margin: 0;
margin-bottom: 10px;
color: #059;
font-weight: normal;
}

h1
{
font-size: 21px;
line-height: 25px;
margin: 0px;
padding: 5px;
}

h2
{
font-size: 16px;
line-height: 20px;
}

h3
{
font-size: 14px;
line-height: 18px;
}

h4
{
font-size: 12px;
line-height: 16px;
}

h5
{
font-size: 10px;
line-height: 14px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child
{
margin-top: 0px;
}

h1 + h2, h1 + h3, h1 + h4, h1 + h5, h2 + h3, h2 + h4, h2 + h5, h3 + h4, h3 + h5, h4 + h5
{
margin-top: -5px;
color: #7CACD3;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p
{
margin-top: -5px !important;
}

blockquote
{
margin: 20px;
padding: 10px;
border: solid 1px #A3C2DF;
background-color: #CCDBEC;
overflow: hidden;
}

a, a:link, a:active, a:visited, a:hover
{
color: #00345B;
text-decoration: none;
}

a:hover
{
color: #E89719;
}

strong a
{
color: #5B3400;
font-weight: bold;
}

strong a:hover
{
color: #E89719;
}

br
{
line-height: 8px;
}

hr
{
border: solid 1px #A3C2DF;
background: #A3C2DF;
color: #A3C2DF;
margin: 5px 0px 5px 0px;
padding: 0px;
}

img
{
border: none;
vertical-align: middle;
}

img[hspace]
{
margin-left: 10px;
margin-right: 10px;
}

img[vspace]
{
margin-top: 10px;
margin-bottom: 10px;
}

form
{
margin: 0;
padding: 0;
}

input, textarea, select
{
margin: 1px;
padding: 1px;
padding-left: 3px;
padding-right: 3px;
}

input[type="text"], input[type="password"], textarea
{
line-height: 16px;
height: 16px;
border: solid 1px #aaa;
}

input[type="checkbox"]
{
border: none;
}

input[type="checkbox"], input[type="submit"], input[type="button"]
{
margin: 1px;
vertical-align: middle;
height: auto;
}

img, input[type="image"]
{
border: none;
margin: 0;
padding: 0;
vertical-align: middle;
}

input[type="hidden"]
{
display: none;
}


/*** TABLES *******************************************************************/

/* SHARED */

table[rules]
{
width: 100%;
margin: 0px;
padding: 0px;
table-layout: auto;
caption-side: top;
border-spacing: 0px;
border-collapse: collapse;
border: solid 1px #A3C2DF;
}

table[rules] caption
{
margin: 0px;
padding: 4px;
border: solid 1px #A3C2DF;
border-bottom: none;
background-color: #CCDBEC;
color: #09367A;
font-weight: normal;
text-align: left;
}

table[rules] + table[rules] caption
{
border-top: none;
}

table[rules] tr
{
border: none;
}

table[rules] th
{
margin: 0px;
padding: 5px 10px 5px 10px;
border: none;
background: #fff;
color: #09367A;
text-align: left;
vertical-align: top;
font-weight: normal;
}

table[rules] td
{
margin: 0px;
padding: 5px 10px 5px 10px;
border: none;
}

table[rules] th[align="center"]
{
text-align: center;
}

table[rules] th[align="right"]
{
text-align: right;
}


/* RULES="COLS" */

table[rules="rows"] > tbody > tr > th
{
border-top: solid 1px #E89719;
border-left: solid 1px #CCC;
}

table[rules="rows"] > tbody > tr:first-child > th
{
border-top: none;
border-bottom: solid 1px #E89719;
}

table[rules="rows"] > tbody > tr > th:first-child
{
border-left: none;
}

table[rules="rows"] > tbody > tr > td
{
border-left: solid 1px #CCC;
}

table[rules="rows"] > tbody > tr > td:first-child
{
border-left: none;
}

table[rules="rows"] > tbody > tr:nth-child(odd) > td
{
background-color: #EEE;
}

/* RULES="ROWS" */

table[rules="cols"]
{
table-layout: auto;
}

table[rules="cols"] > tbody > tr > th
{
border: none;
border-top: solid 1px #CCC;
border-left: solid 1px #E89719;
}

table[rules="cols"] > tbody > tr > th:first-child
{
border-left: none;
border-right: solid 1px #E89719;
}

table[rules="cols"] > tbody > tr:first-child > th
{
border-top: none;
}

table[rules="cols"] > tbody > tr > td
{
border: none;
border-top: solid 1px #CCC;
background-color: transparent;
}

table[rules="cols"] > tbody > tr:first-child > td
{
border-top: none;
}

table[rules="cols"] > tbody > tr > td:nth-child(odd)
{
background: #EEE;
}

/* RULES="groups" */

table[rules="groups"]
{
width: 100%;
table-layout: fixed;
border-collapse: separate;
border: none;
}

table[rules="groups"] > tbody > tr > th
{
text-align: left;
font-weight: normal;
color: #09367A;
font-size: 16px;
padding: 0px;
padding-top: 10px;
padding-bottom: 3px;
}

table[rules="groups"] > tbody > tr > td
{
vertical-align: top;
padding: 10px;
padding-right: 20px;
border: solid 1px #CCC;
}


/* RULES="ALL" */

table[rules="all"]
{
table-layout: auto;
}

table[rules="all"] > tbody > tr > th
{
border-top: solid 1px #CCC;
border-right: solid 1px #E89719;
}

table[rules="all"] > tbody > tr > th:first-child
{
border-left: none;
border-right: solid 1px #E89719;
}

table[rules="all"] > tbody > tr:first-child > th
{
border-top: none;
border-right: none;
border-left: solid 1px #CCC;
border-bottom: solid 1px #E89719;
}

table[rules="all"] > tbody > tr:first-child > th:first-child
{
border: none;
}

table[rules="all"] > tbody > tr > td
{
border: none;
background: transparent;
}

table[rules="all"] > tbody > tr + tr > td
{
border-top: solid 1px #CCC;
border-left: solid 1px #CCC;
}

table[rules="all"] > tbody > tr + tr > th + td
{
border-left: none;
}

table[rules="all"] > tbody > tr:first-child + tr > td
{
border-top: none;
}

table[rules="all"] > tbody > tr > td:nth-child(odd)
{
background: #EEE;
}

table[rules="all"] > tbody > tr:nth-child(odd) > td
{
background: #E0E0EE;
}

table[rules="all"] > tbody > tr:nth-child(odd) > td:nth-child(even)
{
background: #F0F0FF;
}



