/*  Copyright � 2009 IntaJob  */

@import "../css/reset.css";

/* @group Typography */
body {
    background: #284051 url(../images/main/desk_tile.jpg) repeat;
    color: #666666;
    font: 10pt Arial, Helvetica, sans-serif;
    text-align: center;
    }
h1 {
    color: #52ADC6;
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 10px;
    }
h2 {
    color: #216375;
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 15px;
    }
h3, .sub-content dt {
    color:#52ADC6;
    font-size:11pt;
    font-weight: bold;
    }
p {
    line-height: 20px;
    }
.title {
    color: #216375;
    font-size: 15px;
    }
a {
    color: #52ADC6;
    }
a:hover {
    color: #216375;
    }
.clear {
    clear:both;
    }
.date {
    font-weight: bold;
    color: #52ADC6;
    }
.profile_name {
    padding-top: 35px;
    }
/* @end */

/* @group Structure */
#header {
    background:url(../images/main/bg_top.jpg) no-repeat 0 bottom;
    padding: 0 0 24px 10px;
    width: 620px;
    }
#nav {
    padding-right: 40px;
    overflow:hidden;
    }
#content {
    background:url(../images/main/bg_middle.jpg) repeat-y;
    padding: 10px 40px;
    }
#profile {
    padding: 5px 40px 30px;
    background-image: url(../images/main/bg_profile.jpg);
    }
#profile #profile-endorsements {
    float:right;
    }
#profile-picture {
    float:left;
    margin-right:30px;
    }
#wrapper {
    margin:0 auto;
    text-align:left;
    width: 620px;
    }
.hr {
    background: url(../images/main/hr.jpg) no-repeat;
    height: 12px;
    }
.hr hr {
    display:none;
    }
.logo {
    margin-top: 30px;
    }
/* @end */

/* @group Nav */
#nav ul {
    list-style: none;
    float:right;
    }
#nav li {
    float:left;
    text-align: right;
    display: block;
    margin:0 3px;
    }
#nav a {
    background:#154b5c url(../images/front_page/nav_tile.jpg) repeat-x 0 top;
    color: white;
    display:block;
    font-weight: bold;
    font-size:12px;
    padding:5px 5px;
    text-decoration:none;
    }
#nav a:hover, #nav .current_page_item a {
    background:#fff;
    color:#52ADC6;
    }
/* @end */

/* @group Sub Nav */
#sub-nav {
    margin: 10px 0 0;
    height: 125px;
    clear: both;
    }
#sub-nav ul {
    list-style:none;
    }
#sub-nav li {
    float:left;
    }
#sub-nav li a {
    background: url(../images/main/sub-nav.jpg) no-repeat;
    color:#52ADC6;
    display:block;
    height:100px;
    position:relative;
    text-decoration:none;
    width:125px;
    margin: 5px;
    }
#sub-nav li a span {
    bottom: 5px;
    font-size:12pt;
    font-weight:bold;
    position:absolute;
    text-align:center;
    width: 100%;
    padding-bottom: 3px;
    }
#sub-nav #sub-create a {
    background-position:0 0;
    }
#sub-nav #sub-create a:hover {
    background-position:0 -100px;
    }
#sub-nav #sub-invite a {
    background-position:-125px 0;
    }
#sub-nav #sub-invite a:hover {
    background-position:-125px -100px;
    }
#sub-nav #sub-help a {
    background-position:-250px 0;
    }
#sub-nav #sub-help a:hover {
    background-position:-250px -100px;
    }
#sub-nav #sub-jobs a {
    background-position:-375px 0;
    }
#sub-nav #sub-jobs a:hover {
    background-position:-375px -100px;
    }
.sub-nav2 {
    font-weight: bold;
    }
.sub-nav2 ul {
    list-style:none;
    }
.sub-nav2 li {
    float:left;
    padding-right: 5px;
    padding-top: 10px;
    }
.sub-nav2 li a {
    background: #f3f7fa url(../images/main/internal_sub.jpg) repeat-x 0 top;
    color: #52ADC6;
    display:block;
    font-weight: bold;
    font-size:12px;
    text-decoration:none;
    padding: 5px;
    border: 1px solid #cce7fc;
    }
.sub-nav2 li a:hover {
    color: white;
    text-decoration: none;
    background-image: url(../images/front_page/bttn_tile.jpg);
    background-color: #52ADC6;
    border-style: solid;
    border-color: #87c4d4;
    }
/* @end */

/* @group Sub Content */
.sub-content {
    background: white url(../images/main/sub-content_btm.jpg) no-repeat 0 bottom;
    clear:both;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    }
.sub-content-top {
    background: white url(../images/main/sub-content_top.jpg) no-repeat 0 top;
    clear:both;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    margin-bottom: 0px;
    }
.sub-content .delete {
    background:url(../images/main/delete-edit.gif) no-repeat;
    background-position: 0 0;
    display:block;
    float:right;
    height:15px;
    text-indent:-9999em;
    width:15px;
    margin-top: 20px;
    margin-right: 20px;
    }
.sub-content .edit {
    background:url(../images/main/delete-edit.gif) no-repeat;
    background-position: -25px 0;
    display:block;
    float:right;
    height:15px;
    text-indent:-9999em;
    width:16px;
    }
.sub-content dt {
    clear:left;
    float:left;
    padding-right: 5px;
    margin-bottom: 10px;
    }
.sub-content dd {
    float:left;
    margin-bottom:10px;
    width:60%;
    }
/* @end */

/* @group Footer */
#footer a {
    color:#fff;
    font-weight:bold;
    text-decoration:none;
    }
#footer a:hover {
    text-decoration:underline;
    }
#footer {
    background:url(../images/main/bg_bottom.jpg) no-repeat;
    color:#fff;
    padding: 60px 10px 40px;
    text-align:center;
    }
/* @end */

/* @group Inputs */
input.button {
    text-transform: uppercase;
    background: #56b0c8 url(../images/front_page/bttn_tile.jpg) repeat-x 0 top;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
    padding: 3px;
    height: 25px;
    color: #fff;
    border: 1px solid #52adc6;
    }
input.field, select.field, textarea.field {
    text-align: middle;
    background: #fff;
    color: #52ADC6;
    width: 200px;
    height: 25px;
    }
input.errorfield, select.errorfield, textarea.errorfield {
    text-align: middle;
    background: #FFECEC;
    color: #52ADC6;
    width: 200px;
    height: 25px;
    }
input.field2, select.field2 {
    text-align: middle;
    background: #fff;
    color: #52ADC6;
    height: 25px;
    }
input.errorfield2, select.errorfield2 {
    text-align: middle;
    background: #FFECEC;
    color: #52ADC6;
    height: 25px;
    }
textarea.field2 {
    font-family: "Lucida Sans Unicode",verdana,helvetica,sans-serif;
    background: #fff;
    color: #216375;
    height: 120px;
    padding: 1px;
    width: 320px;
    }
textarea.errorfield2 {
    font-family: "Lucida Sans Unicode",verdana,helvetica,sans-serif;
    background: #fff;
    color: #216375;
    height: 120px;
    padding: 1px;
    width: 320px;
    }
input.field:hover, input.field2:hover, textarea.field:hover, textarea.field2:hover, select.field:hover, select.field2:hover {
    background: #ebfbff;
    }
input.field:focus, input.field2:focus, textarea.field:focus, textarea.field2:focus, select.field:focus, select.field2:focus {
    background: #ebfbff;
    }
input.errorfield:hover, input.errorfield2:hover, textarea.errorfield:hover, textarea.errorfield2:hover, select.errorfield:hover, select.errorfield2:hover {
    background: #FFECEC;
    }
input.errorfield:focus, input.errorfield2:focus, textarea.errorfield:focus, textarea.errorfield2:focus, select.errorfield:focus, select.errorfield2:focus {
    background: #FFECEC;
    }
table th.error{
    color: #f00;
    }
.error{
    color: #f00;
    }
th, td {
    padding-bottom: 5px;
    padding-right: 10px;
    color: #737373;
}

tbody {
    
}

tr {
    color: #000000;
}

#public_profile_content div {
    padding-top: 20px;
}
/* @end */

/* @group Login */
.field2 {
    text-align: middle;
    width: 80px;
    height: 18px;
    margin-right: 5px;
    }
.errorfield2 {
    text-align: middle;
    width: 80px;
    height: 18px;
    margin-right: 5px;
    }
input.field:hover, input.field2:hover, textarea.field:hover, textarea.field2:hover, select.field:hover, select.field2:hover {
    background: #ebfbff;
    }
input.field:focus, input.field2:focus, textarea.field:focus, textarea.field2:focus, select.field:focus, select.field2:focus {
    background: #ebfbff;
    }
input.errorfield:hover, input.errorfield2:hover, textarea.errorfield:hover, textarea.errorfield2:hover, select.errorfield:hover, select.errorfield2:hover {
    background: #FFECEC;
    }
input.errorfield:focus, input.errorfield2:focus, textarea.errorfield:focus, textarea.errorfield2:focus, select.errorfield:focus, select.errorfield2:focus {
    background: #FFECEC;
    }
.login_form {
    text-align: left;
    }
input.button {
    text-transform: uppercase;
    background: #56b0c8 url(../images/front_page/bttn_tile.jpg) repeat-x 0 top;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 10px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #52adc6;
    padding: 2px 3px;
    }
#head4 {
    font-size: 12px;
    color: #999999;
    background: url(../images/main/login_btm.jpg) no-repeat 0 bottom;
    padding-top: 12px;
    padding-bottom: 25px;
    padding-left: 25px;
    }
.login_p {
    margin-bottom: 8px;
    }
#head4 a {
    font-size: 11px;
    color: #52ADC6;
    padding-left: 5px;
    }
#head3 {
    display: none;
    position: absolute;
    background: url(../images/main/login_tile.jpg) repeat-y 0 top;
    width: 360px;
    margin-top: 0;
    margin-left: 192px;
    }
/* @end */

/* @group Tables */
table.table_list2 {
    width: 500px;
    margin-bottom: 15px;
}
.table_title {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 10px;
    padding-top: 10px;
    background: #284051 url(../images/main/table_top.jpg) repeat-x 0 top;
    padding-bottom: 5px;
    }
.table_info {
    padding-top: 10px;
    padding-left: 10px;
    border-bottom: 1px solid silver;
    }
/* @end */

/* @group Public profile */
#public_profile_header {
    padding: 0 0 24px 10px;    
    background:#284051 url(../images/main/body_tile.jpg) repeat-x;
    margin:0 auto;
    text-align:left;
    width: 100%;
    }
#public_profile_profile {
    width: 665px;
}

#public_profile_content div {
    background-image: url(../images/main/resume_to.jpg);
}
#public_profile_content {
    color: #000;
    font: 10pt Arial, Helvetica, sans-serif;
    background-color: white;
    border-left-style: none;
    border-top-style: none;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-left: 50px;
}
#public_profile_content h1 {
    color: #3d3d3d;
    font-size: 3em;
    margin: .5em 0 .25em;
    letter-spacing: -.04em;
    border-bottom-width: 2px;
    border-bottom-color: #3d3d3d;
}
#public_profile_content h2 {
    color: #3d3d3d;
    padding-bottom: 8px;
    padding-top: 20px;
}

#public_profile_content div {
}
#public_profile_content .head {
    text-transform:uppercase;
    font-weight:bold;    
    color: #000000;
    }
#public_profile_content .table_list2 {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    width:100%;
    margin-top: 0px;
    margin-bottom: 0px;
    }
#public_profile_content .table_list2 tr td {
    border-top: 1px solid #000000;
    padding: 5px;
}
#public_profile_footer {
    padding: 60px 10px 40px;
    text-align:center;
    width: 665px;
    }
#public_profile_footer a {
    font-weight:bold;
    text-decoration:none;
    }
#public_profile_footer a:hover {
    text-decoration:underline;
    }
hr {
      border: 0;
      width: 100%;
}
hr.hrs  {
    color: #CCCCCC;
    background-color: #CCCCCC;
    height: 1px;
}
/*@end*/
