@charset "utf-8";
/* CSS Document */

/*                                                    */
/*  rtpark                                            */
/*                                                    */

.gcal {
	padding: 5px;
	text-align: center;
}
.crearboth {
	clear: both;
}

#gcalInfo{
	padding:20px;
}

#block {
    clear: both;
    height: 45px;
    right:0px;
    position: relative;
    top: -48px;
    width: 100%;
}

.calcel {
    height: 23px;
    margin-left: 3px;
    padding-top: 7px;
    width: 125px;
}


.calcelM {
    height: 23px;
    margin-left: 3px;
    padding-top: 7px;
    width: 104px;
}

.calcelS {
    height: 23px;
    margin-left: 3px;
    padding-top: 7px;
    width: 92px;
}

#calred {
    background-color: #536CA6;
    border: 1px solid;
    float: left;
    height: 28px;
    width: 39px;
}

#calOrange {
    background-color: #D96666;
    border: 1px solid;
    float: left;
    height: 28px;
    width: 39px;
}

#calBlue {
    background-color: #B373B3;
    border: 1px solid;
    float: left;
    height: 28px;
    width: 39px;
}

#calLBlue {
    background-color: #3C995B;
    border: 1px solid;
    float: left;
    height: 28px;
    width: 39px;
}

#calGreen {
    background-color: #F2A640;
    border: 1px solid;
    float: left;
    height: 28px;
    width: 39px;
}

#rtparktoday {
    font-size: 14pt;
}

.calbox {
    font-size: 9pt;
}