﻿/* -------------------------- BOX --------------------------- */

.box
{
    /*Values must be the same*/
    margin-bottom:8px;
    margin-top:8px;
}

.box_top {
	margin:0px;
	padding:0px;
	height:64px;
	width:550px;
	background: url(../img/box/collapsible_top.gif) no-repeat left top;
}

.box_mid {
	margin:0px;
	padding:0px;
	width:550px;
	margin-top:-12px;
	padding-bottom:12px;
	background: url(../img/box/collapsible_bg.gif) repeat-y;
	}
	
.box_cont {
	width:506px;
	margin-left:15px;
	margin-top:-12px;
	padding:0px;
	}
	
.box_bot{
	margin:0px;
	padding:0px;
	height:74px;
    width:550px;
	background: url(../img/box/collapsible_bottom.gif) no-repeat left bottom;
	}

.box_cont TABLE TR TD
{
   vertical-align:top;
   padding:10px;
}
.box_cont TABLE TR
{
   vertical-align:top;
   margin-top:10px;
}
/* ---------------- OPEN-CLOSE HOVER TOGGLE ----------------- */

 .toggle {
	margin:0px;
	padding:0px;
	height:30px;
	width:600px;
	background: url(../img/box/collapsible_bar.jpg) no-repeat 0 0; 
	z-index:200;
	
	}

.toggle:hover {
	background: url(../img/box/collapsible_bar.jpg) no-repeat 0 25;
	cursor:hand;
	}

.toggle a:hover span {
	text-decoration: none;
	background: url(../img/box/collapsible_bar.jpg) no-repeat 0 25;
	}

.toggle a H3
{
    padding-top:8px;
    margin-left:10px;
    line-height:11px;
}

.toggle a:hover
{
    text-decoration:none;
}


.clear
{
    display:block;
    clear:both;
}
