
/*Panel  CSS***********************************************************************/
		.panelRight{
			background-repeat:repeat-y;
			width:14px;
			max-width:14px;
			min-width:14px;
			background-image:url(../images/panel_06.jpg);
			}
		.panelLeft{
			background-repeat:repeat-y;
			width:13px;
			max-width:13px;
			min-width:13px;
			background-image:url(../images/panel_04.jpg);
			}
		.panelTop{
			background-repeat:repeat-x;
			width:136px;
			height:12px;
			background-image:url(../images/panel_02.jpg);
			}
		.panelBottom{
			background-repeat:repeat-x;
			width:12px;
			min-height:12px;
			max-height:12px;
			background-image:url(../images/panel_08.jpg);
			}
		.panelMiddle{
			height:136px;
			min-width:175px;
			width:300px;
			max-width: 300px; 
			background-color:#F8F8F8;
			}
		.panelCorner_nw{
			background-image:url(../images/panel_01.jpg);
			background-repeat:no-repeat;
			height:12px;
			width:13px;
			}
		.panelCorner_ne{
			background-image:url(../images/panel_03.jpg);
			background-repeat:no-repeat;
			height:12px;
			width:14px;
			}	
		.panelCorner_se{
			background-image:url(../images/panel_09.jpg);
			background-repeat:no-repeat;
			height:12px;
			width:14px;
			}	
		.panelCorner_sw{
			background-image:url(../images/panel_07.jpg);
			background-repeat:no-repeat;
			height:12px;
			width:13px;
			}
/*Menu frame CSS***********************************************************************/
		div.menuFrame{
			/*height:12px;
			width:13px;*/
			}
		div.siteMenu{
			/*height:12px;
			width:13px;*/
			}

/*Info frame  CSS***********************************************************************/
		div.infoFrame{
			/*height:12px;
			width:13px;*/
			}

/*Image holder  CSS***********************************************************************/
		div.imageBox{
			margin:5px;
			min-height:18px;
			min-width:18px;
			}

/*Link  CSS***********************************************************************/


/*Content  CSS***********************************************************************/
		.panelContent{
			margin:3px;
			}
		.panelButton{
			border:1px solid #C0C0C0;
			background:url(../images/panelButton_bg.jpg) repeat-x;
			font-size:10px;
			text-transform:uppercase;
			}