/*
Theme Name: Datms
Theme URI:
Description:
Version: 1.0
Author: Utopia Net
Author URI: http://www.utopianet.com/
*/

/*****************************************************************************
 * OLD IMPORTED STYLES
 *****************************************************************************/
a.nav:link {
font-family: Times, serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
text-decoration: underline;
vertical-align: super;
padding-left: 5px;
padding-right: 5px;
}
a.nav:visited {
font-family: Times, serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
text-decoration: underline;
vertical-align: super;
padding-left: 5px;
padding-right: 5px;
}
a.nav:hover {
font-family: Times, serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
text-decoration: underline;
vertical-align: super;
padding-left: 5px;
padding-right: 5px;
}
.placeholderjs {
font-family: Times, serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: black;
text-decoration: none;
vertical-align: super;
padding-left: 5px;
padding-right: 5px;
}
.norepeat {
background-repeat: no-repeat;
}

/*****************************************************************************
 * NEW STYLES
 *****************************************************************************/
body {
}

#main {
    width: 650px;
}

a img {
    border: 0;
}

/**
 * FORMS
 */
form label {
    font-weight: bold;
}
form label.required {
    color: red;
}
form input.button {
}
form .error {
    color: red;
}
form span.error {
    border-bottom: 1px dotted;
}

#footer {
}

/* Hide WordPress media library buttons */
#media-buttons {
    visibility: hidden !important;
}

/**
 * Print styles
 */
body.print, body.print * {
    background-image: none !important;
}
body.print form, body.print #header_table, body.print #datms_banner_ad {
    display: none;
}
body.print .toolbar_links, body.print .toolbar_links * {
    visibility: hidden;
}
