blockquote {
    font-style: oblique;
    text-align: justify;
    padding-bottom: 10px;
}

body {
    background: url('../images/greysquare.gif');
}

#myurl {
    width: 400px;
}

p {
    margin: 10px 15px;
    text-align: justify;
}

p.notop {
    margin-top: 0;
}

h2 {
    margin-left: 15px;
}

/*----[Headers]--------------------------------*/

/*----[Footers]--------------------------------*/
div#copyright {
    width: 728px;
    margin: 0 auto;
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
}

/*---[Links]-----------------------------------*/
a img {
    border: none;
}

a.blueLink {
    color: #00F;
    font-weight: bold;
}

a.greenLink {
    color: green;
    text-decoration: none;
}

/*----[Tables]---------------------------------*/
table#wrapper {
    width: 728px;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #000;
    border-collapse: collapse;
}

table.formGeneral {
    width: 698px;
    margin: 10px 15px;
    padding: 0;
}

table.formGeneral textarea {
    margin-left: 0px;
}

td {
    margin: 0;
    padding: 0;
    background-color: #FFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

td.formLabel {
    width: 140px;
    padding-right: 10px;
}

/*----[Top menu]-------------------------------*/
td#mini-menu {
    background-color: #000;
    padding: 0;
}

td#mini-menu ul {
    margin: 0;
    padding: 0;
    border: none;
}

td#mini-menu li {
    position: relative;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    border-width: 0 1px;
}

td#mini-menu li.first {
    border-left: none;
}

td#mini-menu li a {
    display: block;
    padding: 0.25em 1.75em 0.25em 0.5em;
    color: #FFF;
    text-decoration: none;
}

td#mini-menu li a:hover {
    color: #000;
    background-color: #FFF;
}

td#mini-menu ul ul {
    display: none;
    position: absolute;
    left: -1px;
    background-color: #000;
    border-right: 1px solid #000;
}

td#mini-menu ul ul li {
    width: 9.5em;
    border: none;
}

td#mini-menu ul ul:hover{
    border: none;
}

td#mini-menu ul ul li:hover{
    border-right: 1px solid #FFF;
}

td#mini-menu ul.level1 li.submenu:hover ul.level2 {
    display: block;
}

/*----[Images]---------------------------------*/
/*----[Lists]----------------------------------*/

ul {
    padding: 0 10px;
    list-style: none;
}

ul.show {
    list-style: disc;
}

ul.show li {
    margin-left: 30px;
    padding-bottom: 0;
}

li {
    margin-left: 15px;
    padding-bottom: 10px;
}

/*----[General styles]-------------------------*/
.align-right {
    text-align: right;
}

.border-bottom {
    border-bottom: 4px solid #000;
}

.border-right {
    border-right: 4px solid #000;
}

.buttons {
    margin: 25px 0 10px 55px;
}

.centered {
    text-align: center;
}

.err {
    font-size: 10px;
    font-weight: bold;
    color: #F00;
}

.formLabel {
    font-weight: bold;
}

.msg {
    font-size: 10px;
    font-weight: bold;
    color: #0B0;
}

.oblique {
    font-style: oblique;
}

.pad-top {
    padding-top: 20px;
}

/*----[index.php]------------------------------*/
table#content_cols {
    border-collapse: collapse;
}

td.dciAds {
    height: 90px;
    padding: 10px 10px 5px;
    font-size: 10px;
    border-bottom: 1px solid #000;
}

td#tips {
    padding: 10px;
    color: #222;
}

td#tips h2 {
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
}

td#tips h3 {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

td#tips h4 {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

td#terms {
    background-color: #000;
    border-top: 1px solid #000;
}

td#terms ul {
    margin: 0 0 0 250px;
    padding: 0;
}

td#terms li {
    float: left;
    padding-top: 5px;
}

td#terms a {
    color: #FFF;
}

#google
{
    border-bottom: 1px solid #000;
    padding: 20px 0;
    text-align: center;
}

#sample {
    margin: 0 0 10px 45px;
}

/*----[signin.php]-----------------------------*/
#loginButton {
    padding: 10px 0;
}

#loginTable {
    width: 270px;
    margin: 10px auto;
    padding: 10px;
    border: 1px dashed #CCC;
}

#loginTable th {
    padding-bottom: 10px;
}

/*----[work.php]-------------------------------*/
table.jobList {
    width: 100%;
    border: 1px dashed #CCC;
    padding: 10px;
    margin-bottom: 20px;
}

table.jobList th {
    text-align: left;
    text-decoration: underline;
}

td.jobButtons {
    width: 80px;
}

.workButton {
    width: 65px;
}

/*----[workchange.php]-------------------------*/
#jobChange table td {
    padding: 3px 0;
}

td.jobTip {
    width: 335px;
    font-size: 10px;
    padding-top: 5px;
}

/*----[finish.php]-----------------------------*/
table.purchase {
    width: 450px;
    margin: 0 auto 30px;
    border: 1px dashed #CCC;
}

table.purchase td {
    padding: 3px 5px;
}

table.purchase td.left-buttons {
    width: 20px;
    padding: 0;
}

table#finish td#previewPane {
    width: 150px;
    border-right: 1px solid #000;
}

.resPreview {
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
}

/*----[update_resume.php]----------------------*/
#updateResume {
    width: 300px;
    margin: 0 auto;
    border: 1px solid #000;
    border-collapse: collapse;
}

#updateResume td {
    padding: 2px 10px;
}

/*----[paypal.php]-----------------------------*/
#payConfirm {
    width: 400px;
    margin: 20px auto;
    border: 1px solid #000;
    border-collapse: collapse;
}

#payConfirm th {
    background-color: #CCC;
    font-weight: bold;
    border: 1px solid #000;
    text-align: center;
}

#payConfirm td {
    padding: 3px 5px;
    border: 1px solid #000;
}

/*----[privacystatement.php]-------------------*/
ul#privacy {
    list-style: decimal;
}

ul#privacy li {
    margin: 0 5px 0 25px;
    text-align: justify;
}

/*----[forgot_password.php]--------------------*/
#frmRecover {
    margin: 0 0 20px 15px;
}

/*----[cover_letter_type.php]------------------*/
#frmCoverLetterType table {
    width: 400px;
    margin: 20px auto;
}

/*----[cover_letter_list.php]------------------*/
#coverLetterList {
    width: 600px;
    margin: 10px auto;
    border: 1px dashed #CCC;
    border-collapse: collapse;
}

#coverLetterList td {
    padding: 2px 5px;
    border: 1px dashed #CCC;
}

#coverLetterList td.buttons {
    width: 70px;
    padding: 2px;
    text-align: center;
}

#coverLetterList td.buttons input {
    width: 65px;
}

/*----[create_tmpl_letter.php]-----------------*/
#templateSelect {
    width: 400px;
    margin: 10px auto;
}

#templateSelect td {
    text-align: center;
}

/*----[email_cover_letter]---------------------*/
table#selectFormat {
    background-color: #FFF;
    border: 1px solid #000;
    margin: 0 auto;
    padding: 10px;
    width: 350px;
}

/*----[Browse]---------------------------------*/
#searchResults {
    margin: 20px auto;
    width: 698px;
}

#searchResults .name {
    font-size: 14px;
    font-weight: bold;
    line-height: 2em;
    text-decoration: underline;
}

#searchResults input[type=button] {
    margin-left: 20px;
}

.even {
    background-color: #CCC;
    border: 1px dashed #333;
    padding: 10px;
    margin-bottom: 5px;
}
.odd {
    background-color: #FFF;
    border: 1px dashed #777;
    padding: 10px;
    margin-bottom: 5px;
}

/*----[thankyou]-------------------------------*/
#frmPostAd {
    margin: 10px;
}
