@CHARSET "UTF-8";
/*body{
	margin: 10px;
    padding: 10px;
    background: url('background3.png') 0 0 repeat;
}
body a,body a:hover,body a:visited {
    text-decoration: none;
    color: #000;
}*/
input[type=submit],input[type=button] {
	margin: 4px;
	padding:6px;
}
.title_background{
	margin: 10px;
    padding: 10px;
    background: url('background3.png') 0 0 repeat;
    /*height: 100%;*/
}
.title_background a,.title_background a:hover,.title_background a:visited {
    text-decoration: none;
    color: #000;
}
.title_header {
	padding: 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 2px #F6F6F6;
}
.title_small_header {
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 2px #F6F6F6;
}
.title_table a,.title_table a:hover,.title_table a:visited,.title_table_list a,.title_table_list a:hover,.title_table_list a:visited{
	color:blue;
}
.title_back {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;

    padding: 20px 20px 20px 40px;
    font-size: 18px;

    background: url('back.png') 10px 18px no-repeat #EEE;/*#C4C4C4; */
    border-radius: 5px;

    box-shadow: 2px 3px 4px 0px #444444;
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color = #444444, strength = 5);

    text-shadow: 1px 1px 1px #EEE;
}
.title_back:hover {
    cursor: pointer;
}
.title_back:active {
    top: 1px;
    left: 1px;
	box-shadow: 2px 3px 4px -2px #444444;
    filter: progid:DXImageTransform.Microsoft.shadow(direction = 120, color = #444444, strength = 3);
}
.title_back_r {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;

    padding: 15px 15px 15px 15px;
    font-size: 18px;

    background: #EEE;/*#C4C4C4; */
    border-radius: 5px;

    box-shadow: 2px 3px 4px 0px #444444;
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color = #444444, strength = 5);

    text-shadow: 1px 1px 1px #EEE;
}
.title_back_r:hover {
    cursor: pointer;
}

.title_back_right {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;

    padding: 15px 15px 15px 23px;

    font-size: 18px;

    background: url('about.png') 10px 3px no-repeat #EEE;

    text-shadow: 1px 1px 5px white;
    box-shadow: 2px 3px 4px 0px #444444;
    filter: progid:DXImageTransform.Microsoft.shadow(direction = 120, color = #444444, strength = 5);

    border-radius: 5px;
    }
.title_back_right:active {
    top: 1px;
    right: -1px;
    box-shadow: 2px 3px 4px -2px #444444;
    filter: progid:DXImageTransform.Microsoft.shadow(direction = 120, color = #444444, strength = 3);
    }



.title_wrapper{
	padding: 10px;
	margin: 0 auto; 
	width:90%;
}
.title_blue{
	font-size: 16px;
	color: blue;
}
.title_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	font-size: 16px;
	text-align: center;
}
.title_table_list{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	font-size: 16px;
	text-align: center;
}
.title_table tr td, .title_table tr th{
	padding: 20px;
    border-left: 2px solid #FFF;
    border-right: 2px solid #BBB;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #BBB;

    /*width: 25%;*/
    vertical-align: top;
}
.title_table_list tr th,.title_table_list tr td{
	padding:2px;
	border-left: 2px solid #FFF;
    border-right: 2px solid #BBB;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #BBB;
    height: 30px;
}
 .title_table tr th, .title_table_list tr th{
 	background-color:#BBB;
 	color: #FFF;
 }
.title_table tr td:first-child,.title_table_list tr td:first-child {
    border-left: none;
    }
.title_table tr td:last-child,.title_table_list tr td:last-child {
    border-right: none;
}

.title_table tr th:first-child,.title_table_list tr th:first-child {
    border-left: none;

    }
.title_table tr th:last-child,.title_table_list tr th:last-child {
    border-right: none;
}

.gray-gradient {
    background: rgb(237,237,237);
    background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(228,228,228,1) 40%, rgba(214,214,214,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(40%,rgba(228,228,228,1)), color-stop(100%,rgba(214,214,214,1)));
    background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(228,228,228,1) 40%,rgba(214,214,214,1) 100%);
    background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(228,228,228,1) 40%,rgba(214,214,214,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(228,228,228,1) 40%,rgba(214,214,214,1) 100%);
    background: linear-gradient(top, rgba(237,237,237,1) 0%,rgba(228,228,228,1) 40%,rgba(214,214,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d6d6d6',GradientType=0 ),
            progid:DXImageTransform.Microsoft.shadow(direction=120, color = #444444, strength = 5);
    }
.gray-gradient:hover,
.gray-gradient:active {
    background: rgb(214,214,214);
    background: -moz-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(228,228,228,1) 60%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,214,214,1)), color-stop(60%,rgba(228,228,228,1)), color-stop(100%,rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(214,214,214,1) 0%,rgba(228,228,228,1) 60%,rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(214,214,214,1) 0%,rgba(228,228,228,1) 60%,rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(214,214,214,1) 0%,rgba(228,228,228,1) 60%,rgba(237,237,237,1) 100%);
    background: linear-gradient(top, rgba(214,214,214,1) 0%,rgba(228,228,228,1) 60%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ededed',GradientType=0 ),
            progid:DXImageTransform.Microsoft.shadow(direction=120, color = #444444, strength = 5);
    }
    
.title_block {
    display: inline-block;
    padding: 35px 40px;
    margin: 0 10px 10px 0;
    /*width: 250px;*/
	box-shadow: 1px 2px 5px #464646;
    border-radius: 4px;
    text-shadow: 1px 1px 1px #FFFFFF;
    font-size: 24pt;
    white-space: nowrap;
    text-align: center;
}
.title_block:hover,
.title_block:active {
    cursor: pointer;
    outline: none;
	box-shadow: 1px 2px 5px -2px #464646;
}

.title_category {
    cursor:pointer;
    display: inline-block;
    vertical-align:top;
    width:120px;
    margin: 4px;
    padding: 4px;
    height: 100%;
}

.ASC {
    display: inline-block;
    cursor: pointer;
	margin: 5px;
	width: 21px;
	height: 4px;
    background: url('../lib/image/ASC.gif') no-repeat;
}

.DESC {
    display: inline-block;
    cursor: pointer;
	margin: 5px;
	width: 21px;
	height: 4px;
    background: url('../lib/image/DESC.gif') no-repeat;
}

.page{
	cursor: pointer;
}

.title_table_report {
	margin:0 auto;
	border: 1px solid black;
    margin-bottom: 15px;
	
}
.title_table_report tr {
	border: 1px solid black;
}

.title_table_report tr td {
	background-color: white;
	border: 1px solid black;
}
.title_table_report tr th {
	background: #5c9ccc  url(redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
   /* background: -moz-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(228,228,228,1) 60%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,214,214,1)), color-stop(60%,rgba(228,228,228,1)), color-stop(100%,rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(214,214,214,1) 0%,rgba(228,228,228,1) 60%,rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(214,214,214,1) 0%,rgba(228,228,228,1) 60%,rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(214,214,214,1) 0%,rgba(228,228,228,1) 60%,rgba(237,237,237,1) 100%);
    background: linear-gradient(top, rgba(214,214,214,1) 0%,rgba(228,228,228,1) 60%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ededed',GradientType=0 ),
            progid:DXImageTransform.Microsoft.shadow(direction=120, color = #444444, strength = 5);*/
	border: 1px solid black;
}
/*форма для ввода фильтров*/
#filters {
	width: 90%;
	background: rgb(237,237,237);
    background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(228,228,228,1) 40%, rgba(214,214,214,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(40%,rgba(228,228,228,1)), color-stop(100%,rgba(214,214,214,1)));
    background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(228,228,228,1) 40%,rgba(214,214,214,1) 100%);
    background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(228,228,228,1) 40%,rgba(214,214,214,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(228,228,228,1) 40%,rgba(214,214,214,1) 100%);
    background: linear-gradient(top, rgba(237,237,237,1) 0%,rgba(228,228,228,1) 40%,rgba(214,214,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d6d6d6',GradientType=0 ),
            progid:DXImageTransform.Microsoft.shadow(direction=120, color = #444444, strength = 5);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e6e6e6',GradientType=0 );
    box-shadow: 1px 2px 5px #464646;
    border-radius: 5px;

    text-align: center;
    margin:10px auto;
    padding: 10px;

}

.title_filters {
    border: 1px double #DDD;
    position: relative;
    float: center;
    display: inline-block;
    margin: 4px;
    padding: 4px;
    height: 70px;
}

/*серые таблицы*/
#documentData .table_white{
     border: 1px solid #BEBEBE;
     width: 100%; 
     margin:10px auto;
}
.table_white tr:nth-child(even) {
	background:#f5f5f5;
}

.table_white tr th, .table_white tr td{
    border: 1px solid #BEBEBE;
    padding:5px;
}
.table_white tr th {
   	background: rgb(237,237,237);
    background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(228,228,228,1) 40%, rgba(214,214,214,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(40%,rgba(228,228,228,1)), color-stop(100%,rgba(214,214,214,1)));
    background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(228,228,228,1) 40%,rgba(214,214,214,1) 100%);
    background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(228,228,228,1) 40%,rgba(214,214,214,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(228,228,228,1) 40%,rgba(214,214,214,1) 100%);
    background: linear-gradient(top, rgba(237,237,237,1) 0%,rgba(228,228,228,1) 40%,rgba(214,214,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d6d6d6',GradientType=0 ),
            progid:DXImageTransform.Microsoft.shadow(direction=120, color = #444444, strength = 5);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e6e6e6',GradientType=0 );
    text-size:1.2em;
}

.table_white caption {
	font-size: 1.3em;
	float: center;
	padding-bottom:10px;
	font-weight: bold;
	
}



/*большие кнопки*/
#title_buttons {
	clear:both;
}
.title_button {
	display:inline-block;
	width:180px;
    margin:10px;
    padding:10px 10px;  
    font-weight:bold;
    font-size:1.6em;
    color:#333;
    border: 1px solid #BEBEBE;
	
	background: rgb(232,232,232);
    background: -moz-linear-gradient(top, rgba(246, 246, 246, 1) 0%, rgba(246, 246, 246, 1) 33%, rgba(230, 230, 230, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246, 246, 246, 1)), color-stop(33%,rgba(246, 246, 246, 1)), color-stop(100%,rgba(230, 230, 230, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(246, 246, 246, 1) 0%,rgba(246, 246, 246, 1) 33%,rgba(230, 230, 230, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(246, 246, 246, 1) 0%,rgba(246, 246, 246, 1) 33%,rgba(230, 230, 230, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(246, 246, 246, 1) 0%,rgba(246, 246, 246, 1) 33%,rgba(230, 230, 230, 1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(246, 246, 246, 1) 0%,rgba(246, 246, 246, 1) 33%,rgba(230, 230, 230, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6' , endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */

    text-shadow: 0px -1px 1px rgba(0,15,60,0.5);
    box-shadow:  0 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    box-sizing:border-box;

}
.title_button:hover{
	cursor: pointer;
	box-shadow:0 0 5px rgba(50, 200, 255, 0.5);
    outline:none;
}

/*поля ввода*/
input[type="text"]{
    width:182px;
}
select {
    width:200px;
}

input[type="text"]:focus,
select:focus{
    box-shadow:0 0 5px rgba(50, 200, 255, 0.5);
    outline:none;
}

label{
    display:block;
    margin-top:0,5em;
    margin-bottom:0.5em;
    font-weight:bold;
}

.procollege_errors{
	box-shadow: 1px 2px 5px #FA8072;
	border: 1px solid #FA8072;
    border-radius: 5px;
	text-align: center;
    margin:5px;
    padding: 8px;
	font-size: 12pt;
	font-weight:bold;
	color: red;
}

.tableS {
	padding: 10px;
}

/*картинки для кнопок*/
.procollege_form .show-button{
	background: url(image/edit_go.png) no-repeat rgb(232,232,232);
	background-position: 10% 50%;
}
.procollege_form .print-button{
	background: url(image/print.png) no-repeat rgb(232,232,232); 
	background-position:10% 50%;
}

.notice-message {
	font-size: 1.6pm;
	color: green;
	
}

/*приказы*/
.container {
	clear:both;
	/*display:inline-block;
	width: 100%;
    margin: 5px 0;
    padding-left:6%;*/
}

.item{
	width: 10%;
	font-weight:bold;
	text-align: left;
    float: left;
    padding-right: 10px;
}
.element {
	width: 100%;
}

.comSend {
	display: block;
	background-color: #E6EFFF;
	border: 1px double #DDD;
	font-size: 10pt;
	margin-bottom:10px;
    padding:  10px 5px;
}

/*менюшка с кнопками*/

.button_menu li{
	list-style-type: none;
    float:left;
    
	
}

.button_menu li button{
	width:80px;
    height:60px;
    margin:10px;
	list-style: none;
	cursor:pointer;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    color:blue;
	border:1px solid #DDD;
	padding: 3px;
    border-radius:6%;
    background: #E8E8E8;
    -moz-box-shadow: -2px 4px 5px -1px #d3d3d3;
    -webkit-box-shadow: -2px 4px 5px -1px #d3d3d3;
    box-shadow: -2px 4px 5px -1px #d3d3d3;
}

.button_menu li a{
	line-height: 10px;
}

.button_menu li input:hover{
    background: #d3d3d3;
}
.button_menu li input:active{
    background: #d3d3d3;
    -moz-box-shadow: -2px 4px 5px -1px #d3d3d3;
    -webkit-box-shadow: -2px 4px 5px -1px #d3d3d3;
    box-shadow: -2px 4px 5px -1px #d3d3d3;
}

.button_menu li a{
	text-decoration:none;
}
/*для пагинатора*/
.paginator{
	text-align:center;
	margin: 10px 0;
}

.print_docs {
	display:block;
	z-index: 1000;
	background-color: #fff;
	position: absolute;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 5px; 
	box-shadow: 5px 5px 20px 0 #666;
	padding:3px;
}
    