﻿/*list*/
.ItemContainer
{
    padding:5px;
    width:98%;
}
.leftNormalLabel
{
    vertical-align:top;
    FONT-WEIGHT: bold;
	font-size:12px;
	color:#0000FF;
	text-align:right;
}
.rightSubLabel
{
	font-weight: bold;
	font-size: 12px;
	color:#003366;
	text-align:left;
}
.rightNormalLabel
{
	font-size: 12px;
	color:#003366;
	text-align:left;
}
.linkPane
{
    text-align:right;
    background:#efefef;
}

.interviewLink     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
    
A.interviewLink:link {
    color: #003366;
}

A.interviewLink:visited  {
    color: #003366;
}

A.interviewLink:active   {
    color: #003366;
}

A.interviewLink:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/*edit or setting*/
.TableSetting
{
    text-align:left;
}

.DialogTable
{
    text-align:left;
}

.DialogLeftTD
{
    font-weight:bold;
    font-size:12px;
}

.DialogRightTD
{
    font-size: 12px;
}
.cmdSend
{
    font-size: 12px;
}
.cmdReset
{
    font-size: 12px;
}
.tblInterview_Approved_Pending,.tblInterview_Approved_Started
{
}
.tblInterview_Approved_Ended
{
}
.tblInterview_Pending_Pending,.tblInterview_Pending_Started,.tblInterview_Pending_Ended
{
}
.pnlInterview_Approved_Started,.pnlInterview_Approved_Pending,.pnlInterview_Pending_Started,.pnlInterview_Pending_Pending,.pnlInterview_Pending_Ended
{
    width: 99%;
    height: 100%;
    border: solid 1px;
    overflow: auto;
}
.pnlInterview_Approved_Ended
{
    width: 99%;
    height: 100%;
    border: solid 1px;
    overflow: visible;
}
.MessageNew
{
	background : #FFAAAA;
	border-bottom : #666666 1px solid;
	padding : 3px;
}

.Message
{
	background : #FFFFFF;
	border-bottom : #666666 1px solid;
	padding : 3px;
}
.MessageAlternate
{
	background : #F6F6F6;
	border-bottom: #666666 1px solid;
	padding : 3px;
}

.MessageSelected
{
	background : #A3A3F3;
	border-bottom: #666666 1px solid;
	padding : 3px;
}
.GuestSuggestMenu
{
    cursor:hand;
    border: solid 1px black;
	white-space: nowrap;	
	background: white;
    font-size:12px;
}
.GuestSuggestNodeOver
{
    padding:3px;
    background-color: navy;
    color: White;
}
.GuestSuggestNode
{
    padding:3px;    
}