﻿
div#newCallGroup table tr.selectRow
{
	border-right: blue 2px outset;
	border-top: blue 2px outset;
	border-left: blue 2px outset;
	border-bottom: blue 2px outset;
}

div#newCallGroup
{
    width: 90%;
    text-align: left;
    font-size: 12px;
}

div#newCallGroup table
{
    font-size: 10px;
    width: 100%;
}

div#newCallGroup table tr.selected
{
	background: #B7B6B6;
}


div#newCallGroup div.divDLList
{
    width: 100%;
    background-color: #eae9e9;
    border: 1px solid black;
    height: 240px;
    overflow: auto;
}

.header
{
    background-color: White;
}

.td1
{
    background-color: #eae9e9;
}

textarea.question
{
    width: 90%;
    background-color: #eae9e9;
}
