﻿#left_half {
    width: 49.6%;
    float: left;
}
#right_half {
    width: 49.6%;
    float: right;
}
div.title {
    color: black;
    background-color: #CCC;
    padding: 2px;
    position: relative;
    cursor: default;
}

div.details {
    border: 1px solid #B9C9FE;
    padding: 3px;
    margin: 3px 0;
}

.clear
{
    clear:both;
}

div.details table
{
  border-collapse: collapse;

}

div.details table tr
{
    line-height:18px;
    border-top: 1px solid #FFF;
    background:#E8EDEF;
}

div.details table th
{
    width: 60px;
    font-weight: bold;
    text-align:right;
    background:#B9C9FE;
    color:#039;
    padding-right:5px;
}

div.details table td
{
    color:#448;
    padding-left:5px;
}

.t-menu
{
    font-size:14px;
}
.text-center
{
    text-align:center;
    }
    
.text-right
{
    text-align:right;
    }

.text-left
{
    text-align:left;
    } 
    
.t-grid-header .t-header
{
text-align: center;
}

.text-bold
{
    font-weight:bold;
}

.t-grid-header .t-header .t-link 
{
    padding: .3em .6em .3em .6em;
}

table.noborder,
table.noborder tr,
table.noborder td
{
    border:none !important;
    padding:0 !important;
    }
    

div#EmploymentBasicDetails table input[type="text"],
div#EmploymentBasicDetails table textarea
{
    width:380px !important;
    font-size:12px;
    }
    
.t-highlighted
{
    background-color:#FFCD42;
}

.parse-error
{
    color:Red;
    font-weight:bold;
}

.tagList {
    list-style: none outside none;
    margin: 5px 5px 0 0;
    padding: 0;
    color:#222;
}

.tagList li {
    border: 1px solid #B2D9F0;
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin: 0 10px 0 0;
    white-space: nowrap;
}

.tagList li span.a1 {
    display: block;
    float: left;
    line-height: 20px;
    padding: 0 7px;
    vertical-align: 5px;
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tagList li a.a2 {
    background: url('/Content/images/del.gif') no-repeat scroll center top transparent;
    border-left: 1px solid #B2D9F0;
    display: block;
    float: left;
    height: 20px;
    width: 19px;
}

.tagList li a.a2 span {
    display:none;
}
.tagList li a.a2:hover {
    background: url('/Content/images/del.gif') no-repeat scroll center bottom transparent;
}

.odd
{
    background-color:#F8F8FF !important;
    }
    

.t-button.you-are-here
{
    border-color: #F3D64A;
    background-color: #FAE185;
    color: #1E395B;
}

div#loading
{
    display:none;
    width:248px;
    height:30px;
    /*border:1px #999 solid;*/
    background:#CCC url(/content/images/loading.gif) no-repeat center center; 
    z-index:10000;
}