body{
 margin: 0px;
 color: #000000;
 font-size: 11px;
 font-family:Tahoma, Arial, Verdana;
}

a {
 color:#000000;
}

p {
 color:#000000;
}

table {
 font-size:11px;
 padding: 0 0 0 0;
}

.cms_h1 {
    color: #333333;
    font-family: 'Cuprum',Tahoma;
    font-size: 28px;
}
.cms_h2 {
    color: #333333;
    font-family: 'Cuprum',Tahoma;
    font-size: 20px;
}
.cms_h3 {
    color: #333333;
    font-family: 'Cuprum',Tahoma;
    font-size: 16px;
}
.cms_h4 {
    color: #003399;
    font-family: 'Open Sans Condensed',Tahoma;
    font-size: 18px;
}
.cms_h5 {
    color: #666666;
    font-family: 'Cuprum',Tahoma;
    font-size: 14px;
}

table.table_site {
 border-collapse: collapse;
}

table.table_site th, table.table_site thead td {
 background-color: #e8e8e8;
 color: #333333;
 padding: 5px 10px;
 border: 0px solid #999999;
}

table.table_site td {
 padding: 5px;
 border-bottom: 1px solid #999999;
}

.zoom_picture {
 border: 2px dotted red;
}

.ul li{
 padding: 5px;
}

.cuprum {
 font-family: 'Cuprum',Tahoma;
 font-size: 14;
}


table.table_cmc {
border-collapse: collapse;
}
table.table_cmc th, table.table_cmc thead td {
background-color: #fffad3;
color: #000000;
font-weight: bold;
font-family:Verdana;
font-size: 14;
padding: 3px 10px;
border: 1px solid #505050;
text-align: center;
}

table.table_cmc td {
padding: 5px;
border: 1px solid #505050;
}


/* 23 марта 2009*/
a img{
	border: 0px;
}

/* для плоских таблиц*/
table.cmc_table{
	background-color: #999999;
	border: 0px;
}

table.cmc_table tr{
	background-color: #ffffff;
	border: 0px;
}

table.cmc_table tr td{
	background-color: #ffffff;
	padding: 2;
}


table.cmc_table > tbody > tr{
	background-color: #ffffff;
	border: 0px;
}

table.cmc_table > 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;
}

.myselect{
	border: #999999 solid 1px;
}

.mybutton{
	border: #999999 solid 1px;
	background-color: #FFFFFF;
}

.nav_pages {
	display: block;
    margin: 6px 0;
    min-width: 100px;
}
.nav_pages a {
	display: inline-block;
    padding: 3px 6px;
	background-color: #D4E6F5;
	border-radius: 4px;
	text-decoration: none;
}
.nav_pages a:hover, .nav_pages a:focus {
	background-color: #B4D7F2;
}
.nav_pages span {
	display: inline-block;
    padding: 3px 6px;
	background-color: #B4D7F2;
	border-radius: 4px;
}


.red{
 color: #cc0000;
}

.no-link{
 text-decoration: none;
}







	.clear {
		display: block;
		clear: both;
	}

	.cms_login {
		margin: 20px auto 10px;
		text-align: center;
		font: normal 1em/1.2em Arial,Helvetica,sans-serif;
		color: #000000;
	}

	.cms_login h1 {
		margin: 0 0 10px;
		font: bold 1.8em/1.6em Arial,Helvetica,sans-serif;
		color: #CC0F0F;
	}
	.cms_login p {
		margin: 0 0 10px;;
	}
	.cms_login a {
		color: #CC0F0F;
		font-size: 1.25em;
	}

	.cms_login form {
		background: #FF6C6C;
		background: -moz-linear-gradient(top,  #FF6C6C 0%, #A61A1A 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF6C6C), color-stop(100%, #A61A1A));
		background: -webkit-linear-gradient(top, #FF6C6C 0%, #A61A1A 100%);
		background: -o-linear-gradient(top, #FF6C6C 0%, #A61A1A 100%);
		background: -ms-linear-gradient(top, #FF6C6C 0%, #A61A1A 100%);
		background: linear-gradient(to bottom, #FF6C6C 0%, #A61A1A 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6C6C', endColorstr='#A61A1A',GradientType=0 );

		position: relative;
		border: 1px solid #7A0000;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		margin: 20px auto 10px;
		padding: 10px 20px 20px;
		width: 280px;
		-moz-box-shadow:inset 0px 1px 0px 0px #FFC1C1;
		-webkit-box-shadow:inset 0px 1px 0px 0px #FFC1C1;
		box-shadow:inset 0px 1px 0px 0px #FFC1C1;
	}

	.cms_login form p {
		margin-bottom: 30px;
		color: #FFFFFF;
		font-size: 1.75em;
		line-height: 1em;
		font-weight: bold;
		text-shadow: 0px 1px 0px #7A0000;
        filter: dropshadow(color=#7A0000, offx=0, offy=1);
	}

	.cms_login form hr {
		position: absolute;
		left: 0;
		top: 52px;
		width: 100%;
		height: 2px;
		color: #7A0000;
		background-color: #7A0000;
		border: none;
		border-bottom: 1px solid #FFC1C1;
	}

	.cms_login input[type="text"],
	.cms_login input[type="password"] {
		display: block;
		width: 280px;
		margin: 0 auto 10px;

		padding: 8px 4px;
		font: bold 15px Arial,Helvetica,sans-serif;
		border:1px solid #7A0000;
		background: #FFFFFF;
		color: #000000;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		-moz-box-shadow: 0 1px 0 0 #FFC1C1;
		-webkit-box-shadow: 0 1px 0 0 #FFC1C1;
        box-shadow: 0 1px 0 0 #FFC1C1;
	}
	.cms_login input[type="text"]:focus,
	.cms_login input[type="password"]:focus {

	}

	.cms_login input[type="submit"] {
		font: bold 15px Arial,Helvetica,sans-serif;
		width: auto;
		cursor: pointer;
		opacity: 0.8;

		-moz-box-shadow:inset 0px 1px 0px 0px #FFC1C1;
		-webkit-box-shadow:inset 0px 1px 0px 0px #FFC1C1;
		box-shadow:inset 0px 1px 0px 0px #FFC1C1;

		background: #f85032;
		background: -moz-linear-gradient(top,  #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827));
		background: -webkit-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
		background: -o-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
		background: -ms-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
		background: linear-gradient(to bottom,  #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 );

		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		border:1px solid #7A0000;
		display:inline-block;
		color:#ffffff;
		padding: 8px 24px;
		text-decoration:none;
		text-shadow:1px 1px 0px #810202;

		float: right;
	}
	.cms_login input[type="submit"]:hover,
	.cms_login input[type="submit"]:focus {
		opacity: 1;
	}

	.cms_login .logo {
		background: url("/manage/logo.png") no-repeat scroll 0 0 transparent;
		display: block;
		width: 350px;
		margin: 0 auto;
		height: 200px;
	}
	
.material_images{
	margin-top: 15px;
}

span.material{
	display: inline-block;
	padding: 5px;
	border: 1px solid gray;
	margin: 0 5px;
	position: relative;
}
	span.material a{
		position: absolute;
		right: -6px;
		top: -13px;
		color: red;
		text-decoration: none;
		cursor: pointer;
		font-size: 20px;
		line-height: 20px;
	}
	