/* CSS Document */

.internal_calendar{
  width:650px;
  margin-top:15px;
}


.calendarBox
{
	background-color: Fuchsia;
	width: 650px;
	height: 450px;
}


.cldBox
{
	width: 650px;
	height: 450px;
	margin-top: 12px;
}
.cldBoxLeft
{
	float: left;
	background-image: url(../images/calendar/box_left.png);
	background-repeat: no-repeat;
	height: 476px;
	width: 9px;
	clear:left;
}

.cldBoxCenter
{
	float: left;
	width: 630px;
	background-image: url(../images/calendar/box_bg.png);
	background-repeat: repeat-x;
}

.cldBoxRight
{
	float: left;
	background-image: url(../images/calendar/box_right.png);
	background-repeat: no-repeat;
	height: 476px;
	width: 10px;
}


.cldTop
{
	height: 75px;
	float:left;
	width: 650px;
}

.cldTop_thin
{
	height: 50px;
	float:left;
	width: 650px;
}


.cldBody
{
	clear:left;
	width: 630px;
	height: 401px; 
}

/*
	height: 468px; / * will apply to all browsers * /
    #height: 408px; / *will apply to Microsoft Internet Explorer browsers* /
    _height: 408px; / * apply to IE browsers 6.0 and older* /
*/

/* .cldBottom###
{
	background-image: url(../images/calendar/box_bottom.png);
	background-repeat: no-repeat;
	height: 8px;
	width: 651px;
}*/

.cldSubtitle
{
	height:40px;
	margin-top:10px;
}

.cldList_title
{
	background-color: #990033;
	font-weight: bold;
	color: #ffffff;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#c6c6c6;
	height:24px;
	width:150px;
	text-align:center;
	vertical-align:middle;
}

.cldList_cell
{
	border-left-width:1px;
	border-left-style:solid; 
	border-left-color:#c6c6c6;
	text-align:center;
	vertical-align:middle;
	height:17px;
	width: 150px;
}


.bgLight
{
	background-color: #ebebec;
}

.bgDark
{
	background-color: #dcddde;
}

.cldMenu
{ 
	height:24px;
	width: 630px;
}

.cldMenu_thin
{ 
	height:1px;
    width: 630px;
}

.cldMenuLeft
{
	float: left;
	background-image: url(../images/calendar/box_menu_left.png);
	background-repeat: no-repeat;
	width  :9px;
	height:75px;
}

.cldMenuLeft_thin
{
    float: left;
	background-image: url(../images/calendar/box_menu_left_thin.png);
	background-repeat: no-repeat;
	width  :9px;
	height:50px;	
}

.cldMenuRight
{
	float: left;
	background-image: url(../images/calendar/box_menu_right.png);
	background-repeat: no-repeat;
	width  :10px;
	height:75px;
}

.cldMenuRight_thin
{
    float:left;
	background-image: url(../images/calendar/box_menu_right_thin.png);
	background-repeat: no-repeat;
	width: 10px;
	height:50px;
}

.cldMenuRepeat
{
	float: left;
	background-image: url(../images/calendar/menuRepeat.png);
	background-repeat: repeat-x;
	width  :1px;
	height:24px;
}

.cldMenuRepeat_thin
{
    float: left;
	background-image: url(../images/calendar/menuRepeat_thin.png);
	background-repeat: repeat-x;
	width  :1px;
	height:1px;
}

.cldMenuBtn_over
{
	float: left;
	background-image: url(../images/calendar/menuBtn_over.png);
	background-repeat: no-repeat;
	color:#000000;
	font-weight:bold;
	text-align:center;
	width:82px;
	height:20px;
	padding-top:4px;
	cursor:pointer;
}

.cldMenuBtn
{
	float: left;
	background-image   : url(../images/calendar/menuBtn.png);
	background-repeat: no-repeat;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	width:82px;
	height:20px;
	padding-top:4px;
	cursor:pointer;
}



