
div#eventCalendar {
    padding-bottom: 20px;    
	min-height: 150px;
}
div#eventCalendar div.title h2 {
    background-image: url("../images/sidebar_title_calendar.png");
}
.calendar {

}
.calendar table {
    width: 225px;
    height: 225px;
    text-align: center;
    border: none;
    color: #7a7a7a;
    background: #fafafa;
    border-collapse: collapse;
}
.calendar table tr {
    padding: 0;
    text-align: center;
    border: none;
    color: #7c6b69;
    font-size: 10px;
    vertical-align: middle;
}

.calendar table th {
    text-align: center;
    border: none;
    color: #FCB715;
    background: #F5F5F5;
    font-weight: bold;
    vertical-align: middle;
}
.calendar table td {
    text-align: center;
    border: none;
    color: #858585;
    vertical-align: middle;
}
.calendar table td.today {

}
.calendar table td.before,
.calendar table td.after{
    background: #ffffff;
}
.calendar table td a {
    color: #858585;
    display: block;
    text-decoration: none;
}
.calendar table td a:hover {

}
.calendar table td.before a,
.calendar table td.after a{
    color: #C7C7C7;
}
.calendar table td.before a:hover,
.calendar table td.after a:hover{

}
/* Event Calendar
----------------------------------------------- */

div#eventCalendar {

}


div.slimScrollBar {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

div#eventCalendarDays {
    width: 715px;/* 715px */
    float: left;
}

div#eventCalendarDays table {
    border-collapse: collapse;
    width: 715px;/* 715px */
    height: 470px;
    background: #fcfcfc;
}

div#eventCalendarDays table th {
    background: #FFFFFF;
    color: #757575;
    width: 70px;
    height: 70px;
    font-size: 26px;
    text-align: center;
    vertical-align: middle;
    background: #fcfcfc;
    border-left: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
}
div#eventCalendarDays table th a {
    text-decoration: none;
    color: #FCB715;
    font-size: 11px;
    font-weight: bold;
}
div#eventCalendarDays table th.prev {
    background-image: url("../images/icon_arrow_left_gray.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
div#eventCalendarDays table th.next {
    background-image: url("../images/icon_arrow_right_gray.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
div#eventCalendarDays table th.prev:hover,
div#eventCalendarDays table th.next:hover 
{
    background-color: #ffffff;
}
div#eventCalendarDays table th.prev.disabled,
div#eventCalendarDays table th.next.disabled
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    cursor: default;
} 
div#eventCalendarDays table th.month {
    width: auto;
    font-size: 20px;
    color: #FCB715;
    font-weight: bold;
}
div#eventCalendarDays table th.month span {
    width: auto;
    font-size: 20px;
    color: #A3A3A3;
    font-weight: bold;
}
div#eventCalendarDays table tr.days th {
    background-color: #ffffff;
}
div#eventCalendarDays table tr.days th span {
    color: #FCB715;
}
div#eventCalendarDays table tr.view th {
    font-size: 11px;
    height: 35px;
    cursor: pointer;
    font-weight: bold;
}
div#eventCalendarDays table tr.view th:hover,
div#eventCalendarDays table tr.view th.active
{
    background-color: #ffffff;
    color: #FCB715;
}
div#eventCalendarDays table td {
    background: #FAFAFA;
    width: 70px;
    height: 70px;
    color: #757575;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-left: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
}
div#eventCalendarDays table td div.colors div{
	width: 6px;
	height: 6px;
	margin: 0px 2px 0px 0px;
}
div#eventCalendarDays table td.empty {

}
div#eventCalendarDays table tr:nth-child(2n+5) td {
    background-color: #F5F5F5;
}
div#eventCalendarDays table tr td:first-child,
div#eventCalendarDays table tr th:first-child
{
    border-left: none;
}
div#eventCalendarDays table tr:first-child th {
    border-top: none;
}
div#eventCalendarDays table td:hover,
div#eventCalendarDays table tr:nth-child(2n+5) td:hover
{
    background-color: #ffffff;
}
div#eventCalendarDays table td.alter {
    background-color: #fcfcfc;
    color: #D6D6D6;
}
div#eventCalendarDays table td.active {
    background-color: #FCB715 !important;
    color: #FFFFFF;
}
div#eventCalendarContent {
    width: 470px;
    float: right;
    background: #F7F7F7;
    height: 530px;
}
div#eventCalendarContent div.news {
    padding-top:10px;
}
div#eventCalendarContent div.header {
    background-color: #fafafa;
    border-bottom: 1px solid #EDEDED;
}
div#eventCalendarContent div.header div.title {
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
    font-size: 11px;
    font-weight: bold;
    color: #FCB715;
    float: left;
}
div#eventCalendarContent div.header div.title h1 {
    font-size: 11px;
    font-weight: bold;
    color: #FCB715;
}
div#eventCalendarContent div.header div.search {
    float: right;
}
div#eventCalendarContent div.header div.search input {
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    font-weight: bold;
    color: #707070;
    border: none;
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    background-color: #fcfcfc;
    width: 160px;
    float: left;
}
div#eventCalendarContent div.header div.search input:focus {
    background-color: #ffffff;
}
div#eventCalendarContent div.header div.search button {
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background-color: #FCB715;
    cursor: pointer;
    border: none;
    float: left;
}
div#eventCalendarContent div.header div.search button:hover {
    background-color: #FFC02B;
}

div#eventCalendarContent div.filter {
    height: 71px;
    border-bottom: 1px solid #EDEDED;
    background-color: #F5F5F5;
}
div#eventCalendarContent div.filter > div {
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 0;
}
div#eventCalendarContent div.filter div.inputRow {
    line-height: 20px;
    float: left;
    margin-left: 5px;
}
div#eventCalendarContent div.filter div.inputRow.first {
    margin-left: 0;
}
div#eventCalendarContent div.filter div.inputRow div.input {
    float: left;
}
div#eventCalendarContent div.filter div.inputRow div.input select {
    border: none;
    background-color: #ffffff;
    padding: 7px;
    padding-left: 4px;
    font-size: 11px;
    color: #8C8C8C;
    width: 103px;
    font-weight: bold;
}
div#eventCalendarContent div.filter div.inputRow div.input.checkbox {
    padding-left: 8px;
    padding-right: 8px;
    background-color: #ffffff;
}
div#eventCalendarContent div.filter div.inputRow div.input.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    line-height: 30px;
    font-weight: bold;
    cursor: pointer;
}
div#eventCalendarContent div.filter div.inputRow div.input.checkbox label input {
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    margin: 0;
    padding: 0;
    left: 0;
    top: 9px;
}
div#eventCalendarContent div.filter div.inputRow

div#eventCalendarContent div.events {

}
div#eventCalendarContent div.events li {
    cursor: pointer;
    font-weight: bold;
}
div#eventCalendarContent div.events h2 {
    color: #FCB715;
    font-size: 11px;
    font-weight: bold;
    padding: 10px;
    background-color: #F7F7F7;
}
div#eventCalendarContent div.events > div {

}
div#eventCalendarContent div.events div.empty {
    height: 420px;
    line-height: 420px;
    text-align: center;
    font-size: 30px;
    color: #DDDDDD;
}
div#eventCalendarContent div.events div.eventsContent, div#eventCalendarContent div.events div.topProjects {
    line-height: 20px;
}
div#eventCalendarContent div.events div.eventsContent li, div#eventCalendarContent div.events div.topProjects li {
    border-top: 1px solid #EDEDED;
}
div#eventCalendarContent div.events div.eventsContent li:first-child, div#eventCalendarContent div.events div.topProjects li:first-child {
    border-top: none;
}
div#eventCalendarContent div.events div.eventsContent span, div#eventCalendarContent div.events div.topProjects span {
    text-decoration: none;
    padding-left: 20px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    background-image: url("../images/icon_arrow_right_gray.png");
    background-position: 420px 25px;
    background-repeat: no-repeat;
    height: 70px;
    line-height: 70px;
    background-color: #FCFCFC;
}
div#eventCalendarContent div.events div.topProjects span {
    padding-right: 70px;
    text-align: right;
}
div#eventCalendarContent div.events div.eventsContent span, div#eventCalendarContent div.events div.topProjects span + ul[style] {
    position: relative !important; 
}
div#eventCalendarContent div.events div.eventsContent span, div#eventCalendarContent div.events div.topProjects span + ul[style] > li:first-child {
    padding: 20px;
    font-size: 10px;
    color: #8C8C8C;
}
div#eventCalendarContent div.events div.eventsContent span, div#eventCalendarContent div.events div.topProjects span i {

}
div#eventCalendarContent div.events div.eventsContent span, div#eventCalendarContent div.events div.topProjects span i small {

}
div#eventCalendarContent div.events div.eventsContent span:hover, div#eventCalendarContent div.events div.topProjects span:hover {
    background-color: #ffffff;
}

div.no-events{
	width: 715px;
	float: left;
	height: 100px;
}

div.no-events strong{
	font-size: 26px;
	color: #888787;
}

div.lineprojects div.linePreview{
	width: 715px;
	height: auto;
	padding: 15px 0px 8px 0px;
	margin: 0px 0px 10px 0px;
}
div.lineprojects div.linePreview div.closePreviews{
	float: right;
	width: 26px;
	height: 26px;
	background: red;
	background: url('../images/close.png') no-repeat;
	cursor: pointer;
}
div.lineprojects div.linePreview div.about{
	padding: 0px 20px 0px 20px;
}
div.lineprojects.lv div.linePreview div.about{
	background: rgba(255,255,255,0.6);	
	padding: 15px 20px 15px 20px;
}
div.lineprojects div.linePreview div.about h1{
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
div.lineprojects.lv div.linePreview h1{
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0px 0px 20px 20px;
}
div.lineprojects div.linePreview div.about div.thumb{	
	float: left;
	width: 150px;
	height: 150px;
}
div.lineprojects div.linePreview div.about div.text{
	float: left;
	width: 505px;
}

div.lineprojects div.linePreview div.about div.text{	
	margin-left: 20px;
	color: #ffffff;
}
div.lineprojects.lv div.linePreview div.about div.text{	
	margin-left: 20px;
	color: #000000;
}
div.lineprojects div.linePreview div.about div.text span.curator{
	font-size: 16px;
}
div.lineprojects div.linePreview div.about div.text span.curator a{
	text-decoration: none;
	color: #ffffff;
}
div.lineprojects div.linePreview div.about div.text span.curator span.name{
	font-weight: bold;
}
div.lineprojects div.linePreview div.about div.text span.view_cv{
    cursor: pointer;
}
div.lineprojects div.linePreview div.about div.text span.view_cv:hover{
    border-bottom: 2px solid #ffffff;
}

div.lineprojects div.linePreview div.about div.text div{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
}
div.lineprojects div.linePreview div.projects h2 {
	margin-left: 20px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
    padding-bottom: 10px;
}
div.lineprojects.lv div.linePreview div.projects h2 {
    padding-bottom: 6px;
}

div.lineprojects div.linePreview div.projects div.links {
	padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
	background: rgba(255,255,255,0.6);
    line-height: 28px;
}

div.lineprojects.lv div.linePreview div.projects div.links {
	background: none;
}

div.lineprojects div.linePreview div.projects div.links a {
	text-decoration: none;
	font-size: 14px;
	display: block;
	float: left;
	color: #000000;
    border: none !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    transition: all 0.3s;
    line-height: 24px;
}
div.eventlistBlock ul.list div.events a {
    text-decoration: none;
    font-size: 12px;
    display: block;
    color: #000000;
    border: none !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    transition: all 0.3s;
    line-height: 24px;
    background: linear-gradient(#F2F2F2, #F2F2F2) no-repeat scroll 800px 100% rgba(255, 255, 255, 0.5) !important;
}
div.eventlistBlock ul.list div.events a:hover {
    background: linear-gradient(#F2F2F2, #F2F2F2) no-repeat scroll 0% 100% rgba(255, 255, 255, 0.5) !important;
    transition: all 0.3s;

}
div.lineprojects.lv div.linePreview div.projects div.links a {
	color: #ffffff;
}
/*div.lineprojects div.linePreview div.projects div.links a.done {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}*/

div.lineprojects div.linePreview div.projects div.links a:hover {
    text-decoration: underline;
    color: #000000;
}
div.lineprojects div.linePreview div.projects div.links a.active{
	font-weight: bold;
}

div.lineprojects div.projectPreview{
	background: #c4c4c4;
	padding: 20px;
	color: #252525;
	display: none;
    margin-bottom: 30px;
}

/*div.lineprojects div.projectPreview.done{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}*/

div.lineprojects div.projectPreview h1{
	font-size: 16px !important;
	font-weight: bold;
	color: #1c1c1c !important;
	margin: 0px !important;
}

div.lineprojects div.projectPreview div.text{
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	line-height: 16px;
}
div.lineprojects div.projectPreview hr{
	height: 1px;
	border: 0px;
	background: #d4d4d4;
}
div.lineprojects div.projectPreview div.events {
	
}
div.lineprojects div.projectPreview div.events ul li {
    padding-top: 10px;
}
div.lineprojects div.projectPreview div.events ul li a {
	font-size: 14px;
	text-decoration: none;
	color: #000000;
    padding-left: 23px;
    background-image: url("../images/gray-dot.png");
    background-repeat: no-repeat;
    background-position: 5px 3px;
    display: inline-block;
}

div.lineprojects div.projectPreview div.events ul li a.done {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.cv_preview{
    position: relative;
    width: 675px;
    padding: 20px;
    background: #ffffff;
    font-size: 13px;
    line-height: 20px;
    display: none;
}

.cv_preview h2{
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 10px;
}

.cv_preview .close_preview{
    width: 26px;
    height: 26px;
    background: url('../images/icon_close.png') no-repeat;
    display: block;
    position: absolute;
    right: 0px;
    cursor: pointer;
}

div#eventCalendarDays ul.list li a{
	text-decoration: none;
	display: block;
	padding-top: 30px;
    padding-bottom: 30px;
	border-top: 1px solid #eaeaea;
}

div#eventCalendarDays ul.list li a:hover{
	background: #fcfcfc url('images/icon_arrow_right_gray.png') no-repeat 99% 50%;
}

div#eventCalendarDays ul.list li a div.date{
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

div#eventCalendarDays ul.list li.done{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

div#eventCalendarDays ul.list li a div.date div.miniSquare{
	width: 9px;
	height: 9px;
	float: left;
	margin: 1px 7px 0px 0px;
}

div#eventCalendarDays ul.list li a div.date div.round{
	width: 9px;
	height: 9px;
	float: left;
	margin: 1px 7px 0px 0px;
	border-radius: 50%;
}

div#eventCalendarDays ul.list li a div.title{
	width: 94%;
	font-size: 20px;
	color: #000;
	margin: 4px 0px 0px 14px;
}



