﻿.agent-content
{
	min-height: 350px;
}

.agent-content .title
{
	background: url(../../Images/title-agent.png) repeat-x #3b5b8e;
	height: 20px;
	padding: 10px;
	color: White;
	font-weight: bold;
	font-size: 16px;
}
.agent-content .line
{
	clear:both;
	padding: 10px;
	font-size: 13px;
	padding-top: 20px\9;
}

.agent-content .line .haft_line
{
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 250px;
	height: 30px;
	*height: 10px;
}

.agent-content .line .haft_line .haft_left
{
	width: 100px;
	*width: 90px;
	float: left;
}

.agent-content .line .haft_line .haft_right
{
	width: 150px;
	*width: 160px;
	float: right;
	text-align: left;
}

.agent-content .line .left
{
	padding-left: 265px;
	text-align: right;
	padding-right: 10px;
	float: left;
	width: 100px;
}

.agent-content .line .right
{
	padding-left: 10px;
	text-align: right;
	float:left;
}

.agent-content .list
{
	width: 800px;
	margin: 10px auto;
}

.agent-content .list .list_line
{
	clear: both;
}

.agent-content .list_line .header
{
	font-weight: bold;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
	border-right: solid 1px black;
	float: left;
	padding: 5px;
	text-align: center;
}

.agent-content .list_line .first
{
	border-left: solid 1px black;
}

.agent-content .list_line .item
{
	float: left;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	padding: 5px;
	text-align:center;
	height: 15px;
	overflow: hidden;
}

.agent-content .list_line .item_noborder
{
	float: left;
	padding: 5px;
	text-align:center;
	height: 15px;
	overflow: hidden;
}

.agent-content .list_line .item img
{
	width: 18px;
}

ul.token-input-list-facebook {
    background-color: #fff;
    border: 1px solid #8bbdfa;
    clear: left;
    cursor: text;
    font-family: Verdana;
    font-size: 12px;
    height: auto !important;
    list-style-type: none;
    margin: 0;
    min-height: 1px;
    overflow: hidden;
    padding: 0;
    width: 400px;
    z-index: 999;
}
ul.token-input-list-facebook li input {
    background-color: white;
    border: 0 none;
    margin: 2px 0;
    padding: 3px 8px;
    width: 100px;
}
li.token-input-token-facebook {
    background-color: #eff2f7;
    border: 1px solid #ccd5e4;
    border-radius: 5px;
    color: #000;
    cursor: default;
    float: left;
    font-size: 11px;
    height: auto !important;
    margin: 3px;
    overflow: hidden;
    padding: 1px 3px;
    white-space: nowrap;
}
li.token-input-token-facebook p {
    display: inline;
    margin: 0;
    padding: 0;
}
li.token-input-token-facebook span {
    color: #a6b3cf;
    cursor: pointer;
    font-weight: bold;
    margin-left: 5px;
}
li.token-input-selected-token-facebook {
    background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff;
}
li.token-input-input-token-facebook {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.token-input-dropdown-facebook {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    cursor: default;
    font-family: Verdana;
    font-size: 11px;
    overflow: hidden;
    position: absolute;
    width: 400px;
    z-index: 1;
}
div.token-input-dropdown-facebook p {
    color: #777;
    font-weight: bold;
    margin: 0;
    padding: 5px;
}
div.token-input-dropdown-facebook ul {
    margin: 0;
    padding: 0;
}
div.token-input-dropdown-facebook ul li {
    background-color: #fff;
    list-style-type: none;
    margin: 0;
    padding: 3px;
}
div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
    background-color: #fff;
}
div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
    background-color: #fff;
}
div.token-input-dropdown-facebook ul li em {
    font-style: normal;
    font-weight: bold;
}
div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #3b5998;
    color: #fff;
}
