body, iframe, .topBody {
	color: #510628;
	background: #eae1da; /* ffefd7- A05e5 = #F5E9F2 */
}

.tr_bg_body {
    background-color : #eae1da; /* ffefd7- A05e5 = #F5E9F2 */
}

body {
	margin : 12px 12px 12px 12px;
}

.topBody {
	margin : 10px 10px 10px 10px;
}

.has-error {
    border-color: #cc0000 !important;
    border-width: 3px !important;
}

a {
	color: #a00000;
	text-decoration: none;
}

.notActive, .tdHMenu a.notActive {
    color: #818181;
    cursor : default;
    text-decoration: none;
}

.tdHMenu a {
    color: #a00000;
    text-decoration: none;
}

.tdHMenuS a, ul a {
    color: #510628;
    text-decoration: none;
}

a, table, input, body, select, .topBody {
	font-family : Tahoma, arial, geneva, sans-serif;
	font-size: 11px;
}

.tr_header, .tr_header a {
    color : #a00000;
	background-color : #ecae88 /* ffb062 - A05e5 = f5aa7d */;
	text-align : center;
	font-weight : bold;
}

.td_header, .td_header_nc, .td_header a {
    color : #a00000;
	background-color : #ecae88 /* ffb062 - A05e5 = f5aa7d */;
    font-weight : bold;
}

.td_header {
	text-align : center;
}

.tr_normal {
	background-color : #510628;
}

.tr1hand, .tr2hand, .tr3hand {
	cursor : pointer;
}

.tr1, .tr1hand, .tbody-striped > tr:nth-child(odd) {
	background-color : #f5c6a1 /* ffcc86 - a05e5 = f5c6a1*/;
}

.tr2, .tr2hand, .tbody-striped > tr:nth-child(even) {
	background-color : #f5dcd6 /* ffe2bb - a05e5 = f5dcd6*/;
}

.tr3, .tr3hand {
	background-color : #eae1da
}

.tdServerName, .tblBrd {
	background-color : #FFFFFF;
}

.tdServerNameLogo  {
	background-color : #ecae88;
}

.tdServerNameIndex, .tdServerName, .tdServerName a  {
	text-align : right;
	font-weight : bold;
	font-size : 13px;
}

.tdHMenu, .tdHMenuS, .tdHMenuIndex {
	padding-left : 15px;
	padding-right : 15px;
	font-weight : bold;
	font-size : 12px;
}

.tdHMenu, .tdHMenuE {
	background-color : #ecae88 /* ffb062 - A05e5 = f5aa7d */;
}

.tdHMenu, .tdHMenuE, .tdHMenuIndex {
	color : #510628;
}

.h1, .h2 {
	background-color : #eae1da; /* ffefd7- A05e5 = #F5E9F2 */
    color : #a00000;
}

.tdHMenuS{
    color : #a00000;
}

hr {
    background-color : #eae1da; /* ffefd7- A05e5 = #F5E9F2 */
    color : #510628;
}

ul {
/*  ��������� �. ����.
    color: #510628;
	list-style-type : square;
*/
    list-style-image: url('images/sq.gif');
	font-size : 14px;
}

.h1 {
	font-weight : bold;
	font-size : 18px;
    cursor : default;
}

.h2, .h3 {
    font-weight : bold;
	font-size : 13px;
    cursor : default;
}

.h3 {
    color: #510628;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.tablesorter tbody td.hErr, td.hErr, .hErr  {
    color : #ff0000;
}

.searchText {
    background: yellow;
}

.cust_button, .cust_button_save, .cust_button_del {
	border-top: #f5dcd6 /* ffe2bb - a05e5 = f5dcd6*/ 1px ridge;
    font-weight: bold;
    font-size: 11px;
    border-bottom-color: #a00000;
    border-left: #f5dcd6 /* ffe2bb - a05e5 = f5dcd6*/ 1px ridge;
    color: #000000;
    font-family: Tahoma, serif;
    border-right-style: ridge;
    border-right-color: #a00000;
    border-bottom-style: ridge;
    background-color: #f5c6a1;
}

.cust_button {
    background-color: #f5c6a1;
}

.cust_button_save {
    background-color: #f5c6a1; /*LightGreen;*/
}

.cust_button_del {
    background-color: #f5c6a1; /*LightCoral;*/
}

/* table sorter*/
table.tablesorter, .ui-datepicker table {
    font-family : Tahoma, arial, geneva, sans-serif;
	font-size: 11px;
    background-color : #FFFFFF;
    color: #510628;
    width: 100%;
    text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th{
    background-color: #ECAE88;
}
table.tablesorter thead tr .header {
    background-image: url(images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    color : #a00000;
	background-color : #ecae88;
	text-align : center;
	font-weight : bold;
}
table.tablesorter tbody td {
    color: #510628;
    background-color: #F5C6A1;
    vertical-align: top;
}
table.tablesorter tbody tr.odd td {
    background-color:#F5DCD6;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url(images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #FFFFFF;/*#f5dcd6;*/
}

/* Home Page */
.td_hp_header {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #510628;
}

.td_hp_left, .td_hp_right {
    background-color: #F5DCD6
}

.td_hp_left {
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #510628;
    padding-right: 20px;
}

.td_hp_right {
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #510628;
    padding-left: 20px;
}

.info_block{
	padding: 2px 18px 18px 18px;
	width: 250px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background-color: #f5c6a1;
	border-width: 1px;
	border-style: dotted;
}

.info_block h3{
	margin-bottom: 2px;
	margin-top: 18px;
    font-size: 14px;
}

/* autocomplete jquery ui override */
.ui-widget-content {
    border: 1px solid WindowFrame;
    background: Window;
    color: #5B727A;
}

.ui-widget {
    font-family: inherit;
    font: menu;
    font-size: 12px;
}

/** autocomplete */
.ac_results {
    padding: 0;
    background-color: Window;
    overflow: hidden;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    border: 1px solid;
    background-color: #dddddd;
}

.ac_results iframe {
    position:absolute;
    top:0;
    left:0;
    width:3000px;
    height:3000px;
}

.ac_results li {
    position:relative;
    margin: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    font: menu;
    overflow: hidden;
}

.ac_loading {
    background-color: Window;
}

.ac_over {
    background-color: Highlight;
    color: HighlightText;
}


span.TranslitDialog{
    background-color: EEEEEE;
    border: 1px solid gray;
    min-height:15px;
}

.dir_msisdn_item {
    display: inline-block;
    background-color: #ecae88;
    color: #a2020c;
    border: 1px solid #f4d0bb;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 2px;
    white-space: nowrap;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

#directions_msisdn_view {
    width: 800px;
    height: 400px;
    border-radius: 2px;
    top: 45%;
    left: 50%;
    margin-top: -200px;
    margin-left: -400px;
    opacity: 100;
    z-index: 5;
    display:none;
}

#direction_msisdn_container {
    height: 83%;
    margin-bottom: 2%;
    overflow-x: hidden;
    overflow-y: auto;
}

#overlay {
    z-index:3;
    display:none;
}

/**** */