body
{
	font: 11px Arial, Helvetica, sans-serif;
	background-color: #222;
	background-image: url('../images/background_dark.png');
//    padding: 0;
    color: white;
    text-align: center;
}





a:link {	color: white;	text-decoration: none;}a:visited {	text-decoration: none;	color: white;}a:hover {	text-decoration: none;	color: #a7baff;}a:active {	text-decoration: none;
	color: #a7baff;}




.form_style
{
    position: relative;
    width: 600px;
    margin: 0 auto;
    border-width: 2px;
    border-color: #333;
    border-style: solid;
    margin-top: 20px;
    text-align: left;
}


.title
{
    position: relative;
    font-size: 1.7em;
    padding-bottom: 14px;
    width: 100%;
}


#display_date
{
    position: absolute;
    text-align: right;
    width: 100%;
    right: 10px;
}



#cal
{
    position: relative;
    top: 15px;
    margin: 0 auto;
}

#days
{
    height: 30px;
}


tr
{
    height: 102px;
}

td
{
    background-image: url('../images/transparency.png');
    text-align: center;
    padding: 1px;

}

.text_r
{
    text-align: right;
}

.text_l
{
    text-align: left;
}

.text_c
{
    text-align: center;
}



#td32
{
    background-image: url('../images/transparency.png');
    background-repeat: no-repeat;
    background-position: 50% 50%; 

}



.crop
{
    position:relative;
    height: 98px;
    overflow: hidden;

}

.clear
{
    clear:both;
}

.big
{
    font-size: 2.5em;
}

#month_head
{
height: 30px;
}

.month_name
{
    text-align: center;
    font-size: 2em;
    background: none;
}

#month_prev
{
    text-align: left;
    font-size: 1.4em;
    background: none;
}

#month_next
{
    text-align: right;
    font-size: 1.4em;
    background: none;
}



