/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:20px;
	right:20px;
	width:361px;
	z-index:9999;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}
#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}


.gritter-item-border{
	padding: 2px;
	background-color: #789;
}
.gritter-item-pub{
	background-color: #263340;
	height:44px;
	padding:2px;
	text-align:center;
}
.gritter-item-result{
	margin-top:6px;
}
.gritter-item table.match td.image-team{
	background-color: #fff;
	background:url(img/gritter/square_w_40px.png) no-repeat;
	width: 38px;
	height: 40px;
	text-align: center;
	vertical-align: top;
	padding-top: 2px;
	/*padding: 1px;*/
}
.gritter-item table.match td.image-compet{
	background-color: #263340;
	width: 38px;
	height: 40px;
	text-align: center;
	vertical-align: top;
	padding-top: 2px;
}
.gritter-item table.match td.result{
	font-size: 20px;
}

.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
	background:url('img/gritter/ie-spacer.gif'); /* ie7/8 fix */ 
}
.gritter-top {
	background:url(img/gritter/gritter.png) no-repeat left -30px;
	height:10px;
}
.hover .gritter-top {
	background-position:right -30px;
}
.gritter-bottom {
	background:url(img/gritter/gritter.png) no-repeat left bottom;
	height:8px;
	margin:0;
}
.hover .gritter-bottom {
	background-position: bottom right;
}
.gritter-item {
	display:block;
	/*background:url(img/gritter/gritter.png) no-repeat left -40px;*/
	background-color:#263340;
	color:#ccc;
	padding:8px 11px 8px 11px;
	font-size: 11px;
	font-family:verdana;
}
.gritter-item a{
	display:block;
	color:#ccc;
	font-size: 11px;
	font-family:verdana;
}
.hover .gritter-item {
	background-position:right -40px;
}
.gritter-item p {
	padding:0;
	margin:0;
}
.gritter-close {
	display:none;
	position:absolute;
	top:5px;
	left:3px;
	background:url(img/gritter/gritter.png) no-repeat left top;
	cursor:pointer;
	width:30px;
	height:30px;
}
.gritter-title {
	color: #FF6600;
	font-size:12px;
	display:block;
	text-shadow:1px 1px #000; /* Not supported by IE :( */
	margin-bottom:3px;
	margin-left:0px;
}
.gritter-title a{
	color: #FF6600;
	font-size:12px;
	display:block;
	text-shadow:1px 1px #000; /* Not supported by IE :( */
}
.gritter-text {
	font-size: 12px;
	color: #ccc;
	/*display:block;*/
	text-shadow:1px 1px #000; /* Not supported by IE :( */
	margin-bottom:2px;
	/*height:16px;*/
}
.gritter-text a{
	font-size: 12px;
	color: #ccc;
	/*display:block;*/
	text-shadow:1px 1px #000; /* Not supported by IE :( */
	text-decoration: none;
}
.gritter-text-edition {
	font-size: 12px;
	color: #fff;
	height:20px;
	text-align:center;
	width:335px;
}
.gritter-text-edition a{
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.gritter-stext {
	font-size: 10px;
	color: #ccc;
	display:block;
	text-shadow:1px 1px #000; /* Not supported by IE :( */
}
.gritter-stext a{
	font-size: 10px;
	color: #ccc;
	display:block;
	text-shadow:1px 1px #000; /* Not supported by IE :( */
	text-decoration: none;
}
.gritter-footer {
	font-size: 8px;
	color: #777777;
	display:block;
	text-shadow:1px 1px #000; /* Not supported by IE :( */
}
.gritter-footer a{
	font-size: 8px;
	color: #777777;
	display:block;
	text-shadow:1px 1px #000; /* Not supported by IE :( */
	text-decoration: none;
}

.gritter-image{
	float:left;
	padding-right:6px;
}
