/*
Title:		INCOM main css file
Author:		tolik.osovitny@live.com// Tolik Osovitny 
*/

/*---  ��� ������ ������������  ----*/
/*--��� ������ mediumButtonBlue  incomYear-980, incom Story-680 ��� */

/*
.mediumButtonBlue { background: rgb(125,185,232); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzUxOTVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTU3OTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, rgba(125,185,232,1) 0%, rgba(81,149,238,1) 40%, rgba(41,137,216,1) 99%, rgba(30,87,153,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(40%,rgba(81,149,238,1)), color-stop(99%,rgba(41,137,216,1)), color-stop(100%,rgba(30,87,153,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(81,149,238,1) 40%,rgba(41,137,216,1) 99%,rgba(30,87,153,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(81,149,238,1) 40%,rgba(41,137,216,1) 99%,rgba(30,87,153,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(81,149,238,1) 40%,rgba(41,137,216,1) 99%,rgba(30,87,153,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(125,185,232,1) 0%,rgba(81,149,238,1) 40%,rgba(41,137,216,1) 99%,rgba(30,87,153,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-8 */ color: #FFF !important; cursor: pointer; font-style: italic; font-size: 18px; font-family: georgia; padding: 5px 29px; overflow: visible; display: inline-block; text-decoration: none !important; -webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.4); text-shadow: 0 1px 0 rgba(0,0,0,0.4); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; behavior: url(PIE.htc); }
.mediumButtonBlue:hover { }
*/

/*��� ������ ���������*/
.medium-button { 
    background: #cccccc; 
    background: -moz-linear-gradient(top, #cccccc 0%, #bbbbbb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#bbbbbb));
    background: -webkit-linear-gradient(top, #cccccc 0%,#bbbbbb 100%); 
    background: -o-linear-gradient(top, #cccccc 0%,#bbbbbb 100%);
    background: -ms-linear-gradient(top, #cccccc 0%,#bbbbbb 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#bbbbbb',GradientType=0 ); 
    background: linear-gradient(top, #cccccc 0%,#bbbbbb 100%); 
    color: #FFF; 
    cursor: pointer; 
    font-size: 18px; 
    font-family: trebuchet ms;
    padding: 5px 18px; 
    overflow: visible; 
    display: inline-block; 
    text-decoration: none !important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 
    border: 1px solid #d6d6d6; 
    behavior: url(PIE.htc); 

}

.medium-button:hover { 
    color: #fff;
    background: #bbbbbb; 
    background: -moz-linear-gradient(top, #bbbbbb 0%, #cccccc 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(100%,#cccccc)); 
    background: -webkit-linear-gradient(top, #bbbbbb 0%,#cccccc 100%); 
    background: -o-linear-gradient(top, #bbbbbb 0%,#cccccc 100%); 
    background: -ms-linear-gradient(top, #bbbbbb 0%,#cccccc 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#cccccc',GradientType=0 ); 
    background: linear-gradient(top, #bbbbbb 0%,#cccccc 100%);

}

/* Gradient Colors */

.green {
 background: #90AF38 !important; 
 behavior: url(/PIE.htc); 
 color:#ffffff;
 text-decoration:none;
 font-weight:bold;
 -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;
}



a.green:hover {
    background: #7D991D !important;
}



/*#############################��� �������� ��� ������ ######################################################################################*/
       
/* buttons variation */
.btn-style1 { background: #e3e3e3; border: 1px solid #bbb; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: inset 0 0 1px 1px #f6f6f6; -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6; box-shadow: inset 0 0 1px 1px #f6f6f6; color: #333; font-family: "helvetica neue", helvetica, arial, sans-serif; font-size: 12px; line-height: 1; padding: 4px 8px; text-align: center; text-shadow: 0 1px 0 #fff; }
.btn-style1.rounded { -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px; padding-left: 13px; padding-right: 13px; }
.btn-style1:hover { background: #d9d9d9; -moz-box-shadow: inset 0 0 1px 1px #eaeaea; -webkit-box-shadow: inset 0 0 1px 1px #eaeaea; box-shadow: inset 0 0 1px 1px #eaeaea; color: #222; cursor: pointer; }
.btn-style1:active { background: #d0d0d0; -moz-box-shadow: inset 0 0 1px 1px #e3e3e3; -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3; box-shadow: inset 0 0 1px 1px #e3e3e3; color: #000; }

.btn-style2 { background: #BBBBBB; background: -moz-linear-gradient(top, #CCCCCC 0%, #bbbbbb 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCCC), color-stop(100%,#bbbbbb)); background: -webkit-linear-gradient(top, #CCCCCC 0%,#bbbbbb 100%); background: -o-linear-gradient(top, #CCCCCC 0%,#bbbbbb 100%); background: -ms-linear-gradient(top, #CCCCCC 0%,#bbbbbb 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7df63', endColorstr='#74ab00',GradientType=0 ); background: linear-gradient(top, #CCCCCC 0%,#bbbbbb 100%); behavior: url(PIE.htc); background-color: #CCC; border-color: #CCCCCC #CCCCCC #BBBBBB; border-image: none; border-radius: 3px; border-style: solid; border-width: 1px; color: #000000; font-family: trebuchet ms; font-size: 12px; font-weight: bold; line-height: 1; padding: 3px 10px; text-decoration: none; text-shadow: 0 1px 0 #EEEEEE; behavior: url(PIE.htc); margin: 0 10px; }
.btn-style2.rounded { -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px; padding-left: 13px; padding-right: 13px; }
.btn-style2:hover { background: #ddd; background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#bbb)); border: 1px solid #bbb; border-bottom: 1px solid #999; cursor: pointer; text-shadow: 0 1px 0 #ddd; }
.btn-style2:active { border: 1px solid #aaa; border-bottom: 1px solid #888; -moz-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee; -webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee; box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee; }


.big-button { background: #cccccc; background: -moz-linear-gradient(top, #cccccc 0%, #bbbbbb 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#bbbbbb)); background: -webkit-linear-gradient(top, #cccccc 0%,#bbbbbb 100%); background: -o-linear-gradient(top, #cccccc 0%,#bbbbbb 100%); background: -ms-linear-gradient(top, #cccccc 0%,#bbbbbb 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#bbbbbb',GradientType=0 ); background: linear-gradient(top, #cccccc 0%,#bbbbbb 100%); color: #FFF; cursor: pointer; font-size: 24px; font-family: trebuchet ms; padding: 14px 25px; overflow: visible; display: inline-block; text-decoration: none !important; text-shadow: 0 1px 0 rgba(0,0,0,0.4); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), inset 0 -1px 1px rgba(0,0,0,0.3), 0 5px 7px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), inset 0 -1px 1px rgba(0,0,0,0.3), 0 5px 7px rgba(0,0,0,0.3); box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), inset 0 -1px 1px rgba(0,0,0,0.3), 0 5px 7px rgba(0,0,0,0.3); behavior: url(PIE.htc); }
.big-button:hover { color: #fff; background: #bbbbbb; background: -moz-linear-gradient(top, #bbbbbb 0%, #cccccc 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(100%,#cccccc)); background: -webkit-linear-gradient(top, #bbbbbb 0%,#cccccc 100%); background: -o-linear-gradient(top, #bbbbbb 0%,#cccccc 100%); background: -ms-linear-gradient(top, #bbbbbb 0%,#cccccc 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#cccccc',GradientType=0 ); background: linear-gradient(top, #bbbbbb 0%,#cccccc 100%); }

.small-button { background: #cccccc; background: -moz-linear-gradient(top, #cccccc 0%, #bbbbbb 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#bbbbbb)); background: -webkit-linear-gradient(top, #cccccc 0%,#bbbbbb 100%); background: -o-linear-gradient(top, #cccccc 0%,#bbbbbb 100%); background: -ms-linear-gradient(top, #cccccc 0%,#bbbbbb 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#bbbbbb',GradientType=0 ); background: linear-gradient(top, #cccccc 0%,#bbbbbb 100%); color: #FFF; cursor: pointer; font-size: 12px; font-weight: bold; padding: 4px 12px; overflow: visible; display: inline-block; text-decoration: none !important; text-shadow: 0 1px 0 rgba(0,0,0,0.4); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; behavior: url(PIE.htc); -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset, 0 2px 4px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset, 0 2px 4px rgba(0, 0, 0, 0.3); box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset, 0 2px 4px rgba(0, 0, 0, 0.3); }
.small-button:hover { color: #fff; background: #bbbbbb; background: -moz-linear-gradient(top, #bbbbbb 0%, #cccccc 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(100%,#cccccc)); background: -webkit-linear-gradient(top, #bbbbbb 0%,#cccccc 100%); background: -o-linear-gradient(top, #bbbbbb 0%,#cccccc 100%); background: -ms-linear-gradient(top, #bbbbbb 0%,#cccccc 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#cccccc',GradientType=0 ); background: linear-gradient(top, #bbbbbb 0%,#cccccc 100%); }


/* Gradient Colors */
.blue { background: #2e9fd8; background: -moz-linear-gradient(top, #2e9fd8 0%, #0c72a4 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e9fd8), color-stop(100%,#0c72a4)); background: -webkit-linear-gradient(top, #2e9fd8 0%,#0c72a4 100%); background: -o-linear-gradient(top, #2e9fd8 0%,#0c72a4 100%); background: -ms-linear-gradient(top, #2e9fd8 0%,#0c72a4 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e9fd8', endColorstr='#0c72a4',GradientType=0 ); background: linear-gradient(top, #2e9fd8 0%,#0c72a4 100%); behavior: url(PIE.htc); }

a.blue:hover { background: #0c72a4; background: -moz-linear-gradient(top, #0c72a4 0%, #2e9fd8 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c72a4), color-stop(100%,#2e9fd8)); background: -webkit-linear-gradient(top, #0c72a4 0%,#2e9fd8 100%); background: -o-linear-gradient(top, #0c72a4 0%,#2e9fd8 100%); background: -ms-linear-gradient(top, #0c72a4 0%,#2e9fd8 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c72a4', endColorstr='#2e9fd8',GradientType=0 ); background: linear-gradient(top, #0c72a4 0%,#2e9fd8 100%); behavior: url(PIE.htc); }

.yellow { background: #ffd700; background: -moz-linear-gradient(top, #ffd700 0%, #ffaf00 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd700), color-stop(100%,#ffaf00)); background: -webkit-linear-gradient(top, #ffd700 0%,#ffaf00 100%); background: -o-linear-gradient(top, #ffd700 0%,#ffaf00 100%); background: -ms-linear-gradient(top, #ffd700 0%,#ffaf00 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd700', endColorstr='#ffaf00',GradientType=0 ); background: linear-gradient(top, #ffd700 0%,#ffaf00 100%); behavior: url(PIE.htc); }

a.yellow:hover { background: #ffaf00; background: -moz-linear-gradient(top, #ffaf00 0%, #ffd700 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf00), color-stop(100%,#ffd700)); background: -webkit-linear-gradient(top, #ffaf00 0%,#ffd700 100%); background: -o-linear-gradient(top, #ffaf00 0%,#ffd700 100%); background: -ms-linear-gradient(top, #ffaf00 0%,#ffd700 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf00', endColorstr='#ffd700',GradientType=0 ); background: linear-gradient(top, #ffaf00 0%,#ffd700 100%); behavior: url(PIE.htc); }

.red { background: #d11313; background: -moz-linear-gradient(top, #d11313 0%, #a30a0a 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d11313), color-stop(100%,#a30a0a)); background: -webkit-linear-gradient(top, #d11313 0%,#a30a0a 100%); background: -o-linear-gradient(top, #d11313 0%,#a30a0a 100%); background: -ms-linear-gradient(top, #d11313 0%,#a30a0a 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d11313', endColorstr='#a30a0a',GradientType=0 ); background: linear-gradient(top, #d11313 0%,#a30a0a 100%); behavior: url(PIE.htc); }

a.red:hover { background: #a30a0a; background: -moz-linear-gradient(top, #a30a0a 0%, #d11313 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a30a0a), color-stop(100%,#d11313)); background: -webkit-linear-gradient(top, #a30a0a 0%,#d11313 100%); background: -o-linear-gradient(top, #a30a0a 0%,#d11313 100%); background: -ms-linear-gradient(top, #a30a0a 0%,#d11313 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30a0a', endColorstr='#d11313',GradientType=0 ); background: linear-gradient(top, #a30a0a 0%,#d11313 100%); behavior: url(PIE.htc); }

.grey {
 background: #FCFCFD !important; 
 background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FCFCFD), to(#C3C5C9)) !important;
 background: -moz-linear-gradient(#FCFCFD, #C3C5C9) !important;
 background: -o-linear-gradient(#FCFCFD, #C3C5C9) !important;
 -pie-background: linear-gradient(#FCFCFD, #C3C5C9) !important;
 behavior: url(/PIE.htc); 
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCFCFD', endColorstr='#C3C5C9',GradientType=0 );
 color:#ffffff;
 text-decoration:none;
 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
 filter: Shadow(Color=#000000, Direction=0, Strength=1);
 font-weight:bold;
 -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
}



a.grey:hover {
    background: #C3C5C9 !important;
    background: -moz-linear-gradient(top, #C3C5C9 0%, #FCFCFD 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C3C5C9), color-stop(100%,#FCFCFD)) !important; 
    background: -webkit-linear-gradient(top, #C3C5C9 0%,#FCFCFD 100%) !important; 
    background: -o-linear-gradient(top, #C3C5C9 0%,#FCFCFD 100%) !important; 
    background: -ms-linear-gradient(top, #C3C5C9 0%,#FCFCFD 100%) !important; 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C3C5C9', endColorstr='#FCFCFD',GradientType=0 );
    background: linear-gradient(top, #C3C5C9 0%,#FCFCFD 100%) !important;
}