/* @override http://blog.vtiger.info/fileadmin/css/cssCalendar.css */
.tx-ttnews{
	margin-bottom: 25px;
}

.news-list-item p{
	width: 500px;
	margin: 0;
}

div.news-list-container {
	padding-top: 0;
	margin-right:40px;
}

div.news-catmenu {
	padding: 0;
	margin: 0;
	font-size: 16px;
}

p.news-catmenu-header {
	color:#333;
	background: #D4DDE6;
	padding: 1px 4px;
}

div.news-catmenu div.level1, div.news-catmenu div.level2, div.news-catmenu div.level3, div.news-catmenu div.level4{
	border: none;
	background: no-repeat;
	
}



table.calendar-table {
	border-collapse: seperate;
	border-spacing: 0;
	text-align: center;
	color: #333;
	width: 100%;
}

.calendar-table th, .calendar-table td {
	border: none;
	margin: 0;
	padding: 0;
}

.calendar-table caption {
	font-size:1.25em;
	padding-top: 0.692em;
	padding-bottom: 0.692em;
	background-color: #d4dde6;
	margin: 0;
}

.calendar-table caption [rel="prev"] {
	float: left;
	margin-left: 0.2em;
}

.calendar-table caption [rel="next"] {
	float: right;
	margin-right: 0.2em;
}


.calendar-table thead th {
	background-color: #d4dde6;
	border-bottom: 1px solid #a9bacb;
	font-size:0.875em;
}


.calendar-table caption a:link,
.calendar-table caption a:visited {
	text-decoration: none;
	color: #333;
	padding: 0 0.2em;
}

.calendar-table caption a:hover,
.calendar-table caption a:active,
.calendar-table caption a:focus {
	background-color: #3674A3;
	color: white;
}


	
.calendar-table tbody {
	color: #333;
	text-shadow: 1px 1px 1px white;
	background-color: #d0d9e2;
}

.calendar-table tbody td,
.calendar-table tbody td.null:hover {
	border-top: 1px solid #e0e0e1;
	border-right: 1px solid #9f9fa1;
	border-bottom: 1px solid #acacad;
	border-left: 1px solid #dfdfe0;
	color: #A4A4A4;
}

.calendar-table .linked_day{
	color: #333;
}
.calendar-table tbody tr td:first-child {
	border-left: 1px solid #a9bacb;
}

.calendar-table tbody a{
	display: block;
	text-decoration: none;
	color: #333;
	background-color: #c0c8d2;
	font-weight: bold;
	padding: 0.385em 0.692em 0.308em 0.692em;
}

.calendar-table tbody div.linked_today_nolink,
.calendar-table tbody a:hover,
.calendar-table tbody a:focus,
.calendar-table tbody a:active,
.calendar-table tbody .linked_today a:link,
.calendar-table tbody .linked_today a:visited,
.calendar-table tbody .linked_today a:hover,
.calendar-table tbody .linked_today a:focus,
.calendar-table tbody .linked_today a:active {
	background-color: #3674A3;
	color: white;
	text-shadow: 1px 1px 2px #22456b;
	-webkit-box-shadow: inset 2px 2px 3px #22456b;
	-moz-box-shadow: inset 2px 2px 3px #22456b;
}


.calendar-table tbody td:hover,
.calendar-table tbody td.selected {
	border-top: 1px solid #2a3647;
	border-right: 1px solid #465977;
	border-bottom: 1px solid #576e92;
	border-left: 1px solid #466080;
}

