.raspored {
	height:auto;
	overflow:hidden;
	width:100%;
	background-color:#3D3D3D;
	margin-bottom:15px;
	position:relative;
}
.raspored .head {
	height:50px;
	width:100%;
	overflow:hidden;
}
.raspored a, .raspored a img {
	border:none;
	outline:none;
	text-decoration:none;
}
.arrowL, .arrowR {
	display:block;
	height:40px;
	width:33px;
	position:absolute;
	top:45px;
	z-index:99;
}
.arrowL {
	background: transparent url(../images/raspored_arrow_l.png) top left no-repeat !important;
	background-image:url(none);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/raspored_arrow_l.png', sizingMethod='crop');
	left:10px;
}
.arrowL:hover {
	background: transparent url(../images/raspored_arrow_la.png) top left no-repeat !important;
	background-image:url(none);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/raspored_arrow_la.png', sizingMethod='crop');
}
.arrowR {
	background: transparent url(../images/raspored_arrow_r.png) top left no-repeat !important;
	background-image:url(none);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/raspored_arrow_r.png', sizingMethod='crop');
	right:10px;
}
.arrowR:hover {
	background: transparent url(../images/raspored_arrow_ra.png) top left no-repeat !important;
	background-image:url(none);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/raspored_arrow_ra.png', sizingMethod='crop');
}
.head .title {
	width:100%;
	font-size:26px;
	padding-top:15px;
	height:35px;
	color:#ffb627;
	text-align:center;
}
.raspored .fields {
	width:640px;
	height:325px;
	margin-left:30px;
        overflow:hidden;
        background-color:#3D3D3D;
}
.fields .col1 {
	width:45px;
	float:left;
	height:auto;
	overflow:hidden;
}
.fields .ident {
	color:#ffb627;
	text-align:center;
	font-style:italic;
}
.fields .col1 .cell1 {
	height: 30px;
	padding-top:9px;
	margin:0 3px 2px 0;
	color:#eee;
	font-size:10px;
	text-align:center;
}

.fields .col2 {
	width:75px;
	float:left;
	height:auto;
	overflow:hidden;
	margin:0 3px 3px 0;
	color:#bfbebe;
}
.fields .col2 .cell2h {
	height: 38px;
	color:#eee;
	font-size:12px;
	text-align:center;
}
.fields .col2 .cell2h em {
	font-size:10px;
}
.fields .col2 .cell2h .today {
	color:#FF9C00;
}
.fields .col2 .cell2 {
	height: 26px;
	padding-top:12px;
	padding-bottom:3px;
	font-size:12px;
	text-align:center;
}
.cellNormal {
	background: transparent url(../images/cell_bg.png) top left repeat-x;
	cursor: pointer;
	cursor: hand;
}
.cellShade {
	background: transparent url(../images/cell_bgh.png) top left repeat-x;
}
.cellActive, .cellHover {
	background: transparent url(../images/cell_bga.png) top left repeat-x;
	color:#413729;
}
.cellNormal .today {
	color:#ffb522;
}
.cellActive .today {
	color:#000;
}
.foot {
	clear:both;
	text-align:center;
	color:#eee;
	font-size:12px;
	margin-bottom:7px;
}
.cCont .centerCol .foot a {
	font-style:italic;
	font-size:12px;
	color:#BFBEBE;
}
.cCont .centerCol .foot a:hover {
        color:#ffb522;
}
#report_raspored_1, #report_raspored_2 {
	font-weight:bold;
	color:red;
        position:absolute;
        left:7px;
        top:3px;
}
.termNumber {
	background: transparent url(../images/star.png) top left no-repeat;
	height:35px;
        padding-top:9px;
        text-align:center;
        width:44px;
        position:absolute;
        color:#a31b1b;
        top:23px;
        right:0;
        font-size:22px;
}