﻿.clearer {
    clear: both;
}

input[type=text]
{
	padding:3px;
}

input[type=password]
{
	padding:3px;
}

select
{
	padding:3px;
}

a {
    text-decoration: none;
    color: #598527;
}

textarea
{
	font-family:Arial;
	padding:3px;
}

a img {
    border: none; 
}

body {
    margin: 0;
    padding: 0;
    background: url(/assets/img/background_texture.jpg);
}

.header {
    background: no-repeat center;
    height: 110px;
}

.header_content {
    width: 900px;
    margin: 0 auto;
}

.button 
{

    text-align: center;
    background-repeat:no-repeat;
    color: #fff;
    width:145px;
    float: left;
    height:15px;
    padding: 10px;
    line-height:8px;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, Sans-Serif;
}
.button:hover {
    background-image:url(/assets/img/buttonbackHover.png);
    text-align: center;
    background-repeat:no-repeat;
    color: #fff;
    width:145px;
    float: left;
    height:15px;
    padding: 10px;
    line-height:8px;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, Sans-Serif;
}

.smallButton {
    background: green;
    text-align: center;
    color: White;
    float: left;
    padding: 3px 15px;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    font-family: Arial, Sans-Serif;
}

.smallButton:hover {
    background: #006633;
    text-align: center;
    color: White;
    float: left;
    padding: 3px 15px;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    font-family: Arial, Sans-Serif;
}

.customButton
{
	text-align: center;
	width:145px;
    color: #fff;
    float: left;
    padding: 5px;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    margin-right:5px;
    font-size: 13px;
    font-family: Arial, Sans-Serif;
    border: solid 1px #666;
}

.site_name {
    background: no-repeat;
    width: 214px;
    height: 15px;
    float: left;
    text-indent: -9999px;
    margin-top: 80px;
}

.custom_site_name {
    background: no-repeat;
    width: 214px;
    height: 56px;
    float: left;
    margin-top: 60px;
}

.userInput
{
	padding:3px;	
}

.header_login {
    float: right;
    height: 30px;
    margin: 10px 0 45px 5px;
}

.header_login label {
    display: none;
}

.header_login .input_holder {
    float: left;
}

.header_login input {
    font-family: Arial, Sans-Serif;
    color: Black;
    font-size: 11px;
    width: 90px;
    padding: 2px;
    margin: 0 1px;
    height: 14px;
    border: solid 1px #999;
}

.header_login .watermark {
    color: #bbb;
    font-size: 11px;
    padding-left: 2px;
    height: 20px;
    padding-top: 3px;
    font-family: Arial, Sans-Serif;
}

.header_login .header_login_submit {
    float: left;
    width: 25px;
    height: 20px;
    text-indent: -999px;
    border: 0;
    cursor: pointer;
    background: url(/assets/img/small_arrow_button.png) no-repeat;
}

.logged_in_info {
    color: White;
        font-family: Arial, Sans-Serif;
            font-size: 12px;
    font-weight: bold;
}

.logged_in_info a {
    color: white;   
}

.header_nav {
    float: right;
    clear: right;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    font-family: Georgia, Serif;
    width:550px;
}

.header_nav li {
    float: left;
    list-style: none;
	
}

.header_nav a {
    text-decoration: none;
    color: White;
}
.header_nav a:hover {
    text-decoration: underline;
    color: White;
}

.header_nav .vr {
    height: 16px;
    width: 1px;
    background-color: White;
    float: left;

      margin: 0 13px;
}

.main_content {
    background: url(/assets/img/white_content.png) repeat-y center;
    width: 900px;
    padding: 40px 30px 1px;
    margin: 0 auto;
    color: #534741;
    font-family: Arial, Sans-Serif;
    font-size: 13px;

}

.main_content_bottom {
    background: url(/assets/img/white_content_bottom.png) no-repeat bottom;
    padding: 0 30px;
    width: 900px;
    height: 20px;
    margin: 0 auto 20px;
}

.side_column {
    float: left;
    width: 275px;
}

.side_column h5 {
    color: #7d4900;
    text-transform: uppercase;
        font-family: Georgia, Serif;
    font-size: 11px;
    font-weight: bold;
    margin: 35px 0 10px;
}

.other_site_link {
    float: left;
    width: 136px;
    line-height: 200%;
    margin: 5px 0;
}

.main_column {
    float: right;
    width: 590px;
}

h2 {
    color: #7d4900;
    font-family: Georgia, Serif;
    margin: 0;
    font-size: 60px;
}

h4 {
    font-family: Georgia, Serif;
    font-size: 20px;
    font-weight: 100;
    margin: 15px 0;
}

.custom_hr {
    width: 100%;
    clear: both;
    height: 1px;
    line-height: 1px;
    border-style: solid;
    border-color: #e8e5de;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 0;
    border-left-width: 0;
}

.footer {
    width: 900px;
    margin: 0 auto;
    padding: 15px 0 20px;
    color: #534741;
    font-size: 10px;
    font-family: Arial, Sans-Serif;
}

.copyright {
    float: left;
}

.footer_nav {
    padding: 0;
    margin: 0;
    float: right;
}

.footer_nav li {
    float: left;
    list-style: none;
    padding: 0 4px;
}

.footer_nav .vr {
    padding: 0;
    height: 13px;
    background-color: #7e736d;
    width: 1px;
}

/* nice_grids */
.nice_grid {
    width: 100%;
    margin: 5px 0 15px;
}

.nice_grid caption {
    font-size: 13pt;
    text-align: left;
    margin-bottom: 8px;
}

.nice_grid .headerRow {

    background-repeat:repeat-x;
    border:solid 1px #666;
    height: 26px;
    text-align: left;
    white-space: nowrap;
    color: White;
}

.nice_grid .headerRow a {
    color: White;
    display: block;
}

.nice_grid .headerRow a:focus {
    outline: none;
    text-decoration: underline;
}

.nice_grid .row {
    background-color: #efefef;
}

.nice_grid .alternateRow {
    background-color: #f7f7f7;
}

.nice_grid th {
    padding: 0px 10px;
}

.nice_grid td {
    padding: 5px;
}

.nice_grid .pager {
    text-align: center;
}

.nice_grid tr.row:hover,
.nice_grid tr.alternateRow:hover {
    background-color: #dbdbdb;
}

/* pager */
div.pager, tr.pager table {
    background-color: #ebebeb;
    font-size: 10.5pt;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    margin: 0 14px;
    clear: both;
}

tr.pager table {
    margin: auto;
    padding: 0 50px;
}

tr.pager table td {
    padding: 0;
}

.pager a {
    text-decoration: underline;
}

.pager .selectedPage, .pager span {
     color: #555555;
     text-decoration: none;
     cursor: default;
}

.pager_dropdown {
    text-align: right; 
    margin-bottom: 3px;
}

/* Contact */
address {
    font-style: normal;
}

dl.contact_section {
    width: 40%;
    float: left;
    padding: 0 10% 0 0;
}

dl.contact_section dt {

}

dl.contact_section dd {
    margin: 0 0 15px 0;
}

dl.contact_section strong {
    font-size: 14px;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 17px;
    height: 17px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    float: left;
}

.filledRatingStar {
    background-image: url(/assets/img/star_filled.png);
}

.emptyRatingStar {
    background-image: url(/assets/img/star_empty.png);
}

.readOnlyRating {
    display: inline;
}

.readOnlyRating div {
    width: 85px;
}

.readOnlyRating span {
    cursor: default;
}

/* View Interview */
.previous_interview_link {
    background: url(/assets/img/arrow_left.png) no-repeat left center;
    height: 15px;
    padding-left: 18px;
}

.next_interview_link {
    background: url(/assets/img/arrow_right.png) no-repeat right center;
    height: 15px;
    padding-right: 18px;
}

.back_to_interviews_link {
}

.candidate_name {
    font-size: 18pt;
}

.practiceTabContain {
    color: White;
    margin-top: 0;
}

.practiceTabContain .ajax__tab_header {
    background: url(/assets/img/nav-background.gif) no-repeat;
    width: 390px;
    height: 51px;
    display: block;
}

.ajax__tab_default .ajax__tab_tab {
    margin: 7px 14px;
}

.commentHeader {
    background: url(/assets/img/comment-off.png) no-repeat;
    width: 126px;
    height: 37px;
}
.ajax__tab_active .commentHeader {
    background: url(/assets/img/comment-on.png);
}

.sendHeader {
    background: url(/assets/img/send-off.png) no-repeat;
    width: 90px;
    height: 37px;
}
.ajax__tab_active .sendHeader {
    background: url(/assets/img/send-on.png);
}

.VideoPlayerForm {
    background: black url(/assets/img/videoform-background.png) no-repeat;
    width: 370px;
    height: 223px;
    padding: 10px;
}

.VideoPlayerForm p,
.VideoPlayerForm div {
    margin: 8px 0;
    position: relative;
}

.VideoPlayerForm label {
    float: left;
}

.VideoPlayerForm dl {
    margin: 0;
}

.VideoPlayerForm dd {
    margin: 8px 0 8px 80px;
}

.VideoPlayerForm input {
    width: 275px;
}

.VideoPlayerForm .comment_text {
    width: 275px;
    height: 75px;
}

.VideoPlayerForm .send_text {
    width: 275px;
    height: 40px;
}

.VideoPlayerForm .video_button {
    border: 1px solid white;
    color: White;
    background: transparent;
    cursor: pointer;
    margin-left: 45px;
}

.VideoPlayerForm .validator {
    position: absolute;
    width: 100px;
    background: white;
    display: block;
    height: 18px;
    border: 1px solid black;
    margin: 0 6px;
    padding: 2px 6px;
}

.video_player {
    width: 404px;
    height: 479px;
    background: url(/assets/img/player.png) no-repeat 0 0;
}

.video_player.no_text {
    background-image: url(/assets/img/player_no_text.png)
}

.video_player {
    float: left;
    clear: left;
}

.response_list {
    float: right;
    clear: right;
    width: 50%;
    background-color: White;
    padding: 12px;
}
    
.response_list li {
    margin: 5px 0;
}

.comment_section ul {
    margin: 0;
    padding: 0;
}

.comment_section li {
    list-style: none;
    background: #efefef;
    margin: 10px 0;
    padding: 10px;
    width: 500px;
    
}

.comment_section .comment_header {
    color: Gray;
}

.comment_section .readOnlyRating {
    float: right;
}

.comment_section p {
    margin: 5px 0;
}

.interviewHeaders
{
	font-size:20px;
}

.headerGreen
{
	color:Green;
	font-size:18px;
}

.helper
{
	cursor:help;
}

.spaceHeader
{
	color:#fff;
	padding:4px;
	width:100%;
	
    background-repeat:repeat-x;
    height:18px;
	font-size:15px;
	font-weight:bold;
	border:solid 1px #666;
	margin-bottom:8px;
	margin-left:-6px;

}