/* 23 марта 2009*/
a img{
	border: 0px;
}

/* для плоских таблиц*/
table.format_table1{
	background-color: #999999;
	border: 0px;
}

table.format_table1 tr{
	background-color: #ffffff;
	border: 0px;
}

table.format_table1 tr td{
	background-color: #ffffff;
	padding: 2;
}


table.format_table1 > tbody > tr{
	background-color: #ffffff;
	border: 0px;
}

table.format_table1 > tbody >  tr > td{
	background-color: #ffffff;
	padding: 2;
}


/* для выравнивания*/
.vaM{
vertical-align: middle;

}

.vaT{
vertical-align: top;
}

.vaB{
vertical-align: bottom;
}


.cPL5
{
 padding: 0 0 0 5px;
}

.cP5
{
 padding: 5px;
}

.aL
{
 text-align: left;
}

.aR
{
 text-align: right;
}

.aC
{
 text-align: center;
}

.tB
{
 font-weight: bold;
}

.tI
{
 font-style: italic;
}

.tU
{
 text-decoration: underline;
}



/* таблица смс*/

.tH{
background-color: #eeeeee;
text-align: center;
font-weight: bold;
}

.tN{
background-color: #E5EFFF;
text-align: center;
}

.tNs{
background-color: #FFFFCC;
text-align: center;
}

.tR{
background-color: #000000;
text-align: center;
height: 2px;
}


/* для элементов*/
.editW{
width: 94%;
border-width: 1px;
}

.myinput{
	border: #999999 solid 1px;
}


.mybutton{
	border: #999999 solid 1px;
	background-color: #FFFFFF;
}