
@import "TableStyles.css";

* {
    margin: 0;
    padding: 0;
}

h1 {
    color: #0F5757;
    font-family: Arial,Helvetica;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px;
    text-transform: uppercase;
}
h1 a {
    color: #0F5757 !important;
    font-family: Arial,Helvetica !important;
    font-size: 24px !important;
    font-weight: bold !important;
    margin: 0 0 10px !important;
}
h2 {
    color: #0F5757;
    font-family: Arial,Helvetica;
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0 10px;
    position: relative;
}

#main-content-large .text-content {
    width: 100%;
}


#page-wrapper {
    margin: 0 auto;
    text-align: left;
    width: 100%;
}
#page-wrapper2 {
    float: left;
    margin: 0;
    width: 100%;
}
#page-content {
    overflow: hidden;
    width: 100%;
}
.text-content {
     margin: 0;
    padding: 0 10px 0px 10px;
	width:99%%;
}
#main-content-small .text-content {
    width: 100%;
}
.tab-area {
    background: url("../images/tab-navi-bottom-bg.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    float: left;
    padding: 0 0 3px;
    width: 100%;
}
.tab-area .content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    float: left;
    padding: 14px 10px 12px;
    width: 535px;
}
.tab-area .tab-navi {
    background: url("../images/tab-navi-top-bg.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    float: left;
    height: 27px;
    width: 100%;
}
.tab-area .tab-navi ul {
    float: left;
    height: 25px;
    padding: 0 0 0 10px;
}
.tab-area .tab-navi ul li {
    background: url("../images/tab-navi-bg.png") no-repeat scroll right -75px rgba(0, 0, 0, 0);
    height: 25px;
    margin: 0 1px 0 0;
    padding: 0 10px 0 0;
}
.tab-area .tab-navi ul li a {
    background: url("../images/tab-navi-bg.png") no-repeat scroll left -50px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 10px;
}
.tab-area .tab-navi ul li.selected {
    background-position: right -25px;
}
.tab-area .tab-navi ul li.selected a {
    background-position: 0 0;
}

table th {
    text-align: left;
    font-family: Arial,Helvetica;
    font-size: 15px;
}
table.simple {
    padding: 0 0 10px;
    width: 100%;
}
.table table tr.header th, .Boxed H2, table.simple tr.header th {
    border-bottom: 3px solid #ccc;
}
.table table tr.header th p, table.simple tr.header th p {
    color: #666;
    font-family: Arial,Helvetica;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}
.table table tr.total td, table.simple tr.total td {
    border: medium none;
}
.table table tr.bottom td, table.simple tr.bottom td {
    border-bottom: 2px solid #CCCCCC;
}
.table table tr td, table.simple tr td {
    color: #666;
    border-bottom: 1px solid #E5E5E5;
    padding: 7px 10px 7px 5px;
    vertical-align: top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
table.simple tr.grid td {
    border-bottom: 1px solid #E5E5E5;
    vertical-align: top;
}
table.simple tr.grid td.grid {
    border-right: 1px solid #E5E5E5;
}

