/* new style. reviewed. added by mark or anton */

body {
    background-color: #F1F1ED;
    margin-top: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

div#slogan {
    position: relative;
}

div#slogan img {
    position: absolute;
    right: 10px;
    top: 20px;
}

.site-title {
    font-size: 20px;
    color: #666666;
    margin: 0 auto;
}

.podcast-header, .podcast-body {
    margin: 4px 0 5px 0;
    border-bottom: 1px dashed #CCCCCC;
}

.podcast-header .date, .breadcrumbs {
    font-size: 9px;
    color: #009933;
    text-transform: uppercase;
}

.podcast-header h2, .podcast-header p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.podcast-footer {
    padding: 4px 0 5px 0;
}

.footer {
    color: #666666;
    font-size: 10px;
}

.header-menu {
    margin: 8px 10px 2px 8px;
    text-align: right;
    color: white;
    vertical-align: top;
}

.icon-link img {
    vertical-align: bottom;
}

.header-menu a:link, .header-menu a:visited, .header-menu a:hover, .header-menu a:active {
    color: white;
}

.button {
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
    text-decoration: none;
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    border-bottom: 1px dashed #CCCCCC;
}

.centered {
    margin: 0 auto;
}

p.centered, td.centered, th.centered, h1.centered, h2.centered, h3.centered {
    text-align: center;
}

a:link {
    color: #0033CC;
}

a:visited {
    color: #0033CC;
}

a:hover {
    color: #0000FF;
}

a:active {
    color: #990000;
}

form table {
    width: 100%;
    margin: 10px 0 4px 0;
}

form table td {
    text-align: left;
}

form table th {
    text-align: right;
    padding-right: 4px;
    vertical-align: top;
}

form table td.buttons {
    padding-top: 15px;
}

form em {
    font-size: 10px;
    font-style: italic;
}

.error {
    color: red;
}

input, textarea, select {
    vertical-align: top;
    border: 1px gray solid;
}

input[type="image"] {
    border: 0;
}

textarea, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

.side-block {
    width: 194px;
    text-align: left;
    vertical-align: top;
    background-color: #f1f1ed;
}

.side-block .box-body {
    width: 160px;
}

.side-block h1 {
    font-size: 14px;
    border-bottom: 1px dashed #CCCCCC;
}

.main-block {
    text-align: left;
    vertical-align: top;
}

.main-block .box {
    width: 100%;
}

.box .left-border {
    width: 16px;
}

.box .right-border {
    width: 18px;
}

table.plan {
    width: 300px;
    border-color: black;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-spacing: 0;
}

table.plan td, table.plan th {
    border-color: black;
    border-width: 1px 1px 0 0;
    border-style: solid;
}

table.plan td {
    padding: 10px 0 10px 0;
    text-align: center;
}

table.plan th {
    background-color: #8db3e2;
    padding: 10px 0 10px 0;
}

table.plan a.signup {
    padding: 3px 7px 4px 7px;
    background-color: #fd9a38;
    color: #ffffff;
    text-decoration: none;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    font-size: larger;
}

table.list {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-top: 1px dashed #CCCCCC;
    width: 100%;
}

table.list > thead > tr > th {
    display: none;
}

table.list > tbody > tr > td {
    padding: 0;
    margin: 0;
}

div.t-data-grid-pager span.current {
    background-color: #F1F1ED;
    color: #000000;
}

table.grid {
    width: 100%;
    border-color: #a1a0a4;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-spacing: 0;
}

table.grid .t-sort-icon {
    display: none;
}

table.grid td, table.grid th {
    border-color: #a1a0a4;
    border-width: 1px 1px 0 0;
    border-style: solid;
}

table.grid th {
    padding: 4px 0 3px 0;
    text-align: center;
}

table#allpodcasts .title {
    width: 350px;
}

table#allpodcasts .category {
    width: 150px;
    text-align: center;
}

table#allpodcasts .publicationDate {
    width: 170px;
    text-align: center;
}

table#allusers .country {
    width: 200px;
    text-align: center;
}

table#allusers .dateOfBirth {
    width: 120px;
    text-align: center;
}


table#allusers .state {
    width: 120px;
    text-align: center;
}

table.border {
    width: 100%;
    border-spacing: 0;
    font-size: 0;
}

table.border > tbody > tr > td {
    padding: 0;
}

table.border > tbody > tr > td.content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

div#recaptcha_image {
    border: 1px gray dashed;
    margin: 2px 0 2px 0;
}

ul.features {
    margin-left: 20px;
    padding-left: 0;
}

ul.features label {
    margin-left: -20px;
}

ul.features li {
    margin-left: 0;
    padding-left: 0;
}

ul label {
    font-weight: bold;
}

td > p:first-child {
    margin-top: 0;
}

li > img {
    margin-top: 15px;
    margin-bottom: 10px;
}
