/* таблицы в админовском интерфейсе */

table.table {
	border: 1px #CCCCEE solid;
	padding: 1px;
	background: #EBEBE7;
}

table.table th	{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	font-family: sans-serif;
	color: white;
	/*background: #7777FF;*/
	background: #ADAAAD;
}
table.table th a {
	color: white;
	text-decoration: underline;
}
table.table th a:hover {
	color: white;
	text-decoration: none;
}


table.table td	{
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	font-family: sans-serif;
	color: black;
	background: #F0F0F0;
}

/*table.table td.odd,
table.table tr.odd td	{
	background: #eeeeee;
}

table.table td.even,
table.table tr.even td	{
	background: #dddddd;
}*/
table.table td.odd,
table.table tr.odd td	{
	/*background: #e8e8FF;*/
	background: #FFFFFF;
}

table.table td.even,
table.table tr.even td	{
	/*background: #FFe8e8;*/
	background: #F7F7FF;
}

table.table td.dark,
table.table tr.dark td	{
	 background: #c0c0c0; 
	/* background: magenta; */
}
table.table td.select,
table.table tr.select td	{
	/*background: #FFAAFF;*/
	background: #AEDBE6;
}

table.table tr:hover td {
	/*background: yellow;*/
	background: Teal;
}
table.table tr:hover td {
	/*background: yellow;*/
	background: Teal;
}

table.table tr:hover td,
table.table tr:hover td a	{
	color: white;
}



/* таблицы в админовском интерфейсе */



table.table td a {
	color: #00004F;
}

table.table td a {			text-decoration: none;		}
table.table td a:hover {	text-decoration: underline;	}

table.table td.over { background: #aaaaaa !important; text-decoration: line-through;}


.error	{
	color: red;
	font-weight: bold;
}
.message	{
	color: black;
	font-weight: bold;
}
.list-item {
	list-style: disc;
	margin-left: 20px;
	display: list-item;
}
