@charset "utf-8";

@font-face {
	font-family: 'als_rublregular';
	src: url('/fonts/rouble-webfont.eot');
	src: url('/fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/rouble-webfont.woff') format('woff'),
		url('/fonts/rouble-webfont.ttf') format('truetype'),
		url('/fonts/rouble-webfont.svg#als_rublregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.rubl-f {
	font-weight: normal;
	font-style: normal;
	font-family: 'als_rublregular', Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}


body{
	margin: 0px !important;
	padding: 0px !important;
	background-color: #fff;
	color: #000;
}

body, td, a, div, p{
	font-size: 14px;
	line-height: 14px;
	font-family: Arial, "Times New Roman";
}

h1, h2, h3{
	color: #000000;
	margin-left: 20px;
}

h1, h1 A{
	font-size: 20px !important;
}

.fancybox-skin{
	background: #3e3e3e !important;
}

#add_form, #add_form  h1{
	color: #fff !important;
}

#add_form{
	padding: 10px;
	border: 1px solid #5d5d5d !important;
	background: #323232 !important;
	
}	

.add_border{
	margin: 20px;
	line-height: 20px !important;
}

#add_form  h1{
	margin-left: 0px;
	margin-bottom: 10px;
	font-size: 16px;
}


.pwd{
	width:  230px;
	height: 22px;
}

.button_more{
	width: 254px !important;
	height: 38px !important;
	border: 0;
	background: url(/img/button.gif) top left no-repeat;
	color: #fff;
	text-align: center;
	cursor:pointer;
	font-size: 16px;
}

.button_view{
	margin-left: 37px;
	width: 111px !important;
	height: 37px !important;
	border: 0;
	background: url(/img/button_view.gif) top left no-repeat;
	color: #fff;
	text-align: center;
	cursor:pointer;
	font-size: 16px;
}

.button_cancel{
	width: 81px !important;
	height: 37px !important;
	border: 0;
	background: url(/img/button_cancel.gif) top left no-repeat;
	color: #fff;
	text-align: center;
	cursor:pointer;
	font-size: 16px;
}


.menu{
	height: 43px;
	margin-left: 20px;
}

.menu, .menu A{
	color: #53585e;
	font-size: 12px;
	text-decoration: none;
}

.menu td{
	text-align: center;
	background: #efefef;
	padding-top: 8px;
	padding-right: 10px;
    padding-left: 10px;
}

.menu td.active{
	width: 100px;
	height: 35px;
	background: #efefef url(/img/menu_active.gif) top center no-repeat !important;
}

.projects{
	margin-left: 20px;
}

.projects td{
	padding: 5px;
}

.projects .legend td{
	padding: 0px !important;
	height: 26px;
	background: url(/img/project_bg.gif) top repeat-x;
	text-align: center;
	border-right: 1px solid #6e6c6d;
}

.projects .legend td.active{
	background: url(/img/project_bgA.gif) top repeat-x;
}

.projects .legend td.blck{
	color: #000;
	font-weight: bold;
}

.projects .legend, .projects .legend A{
	color: #fff;
}

.projects .avatar, .projects .name{
	float: left;
}

.projects .avatar img{
	max-width: 100px;
	max-height: 100px;
}

.projects .name{
	padding: 10px 10px 5px 10px;
}

.projects .name span{
	font-size: 18px;
	line-height: 24px;
}	

.projects A{
	font-size: 12px;
}

.projects .grid td{
	background-color: #bdeaff;
}

.projects  .order_grid td{
	background-color: #eaebf0;
}

.button_add{
	width:254px !important;
	height: 37px !important;
	border: 0;
	background: url(/img/button.gif) top left no-repeat;
	color: #fff;
	text-align: center;
	cursor:pointer;
	font-size: 16px;
}

.order_filelist{
	max-width: 800px;
	margin-left: 20px;
	background: #ededed;
	border: 2px solid #a6aaa9;
	padding: 20px;
}

.gallery{
	margin-top: 10px;
	margin-left: 20px;
}

.gallery .item{
	float: left;
	/*max-width:  370px;*/
	margin-right: 10px;
	margin-bottom: 20px;
	background: #e7e7e7 !important;
	padding: 10px;
	text-align: center;
}

.gallery .item .block_img{
	height: 150px;
}

.gallery .item  img{
	height: 150px !important;
}

.gallery .item .footer{
	margin-top: 10px;
	text-align: center;
	color: #a9a9a9;
	font-size: 14px;
}
 


