@charset "utf-8";
/* CSS Document */

a:link, a:visited {
	color:black;
}
img, img a:link, img a:hover {
	border:0px;
	

}
a:hover {
	color:red;
}

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
}

hr {
	border:0px;
	border-bottom:1px dotted #cccccc;
}

.clear, #clear {
	clear:both; margin:0px; padding:0px;
}



/*  MENU  */


.menu {

	width:190px;
	text-align:left;
	line-height:17px;

}

.firstMenu, .firstMenuActive, .secondMenu, .secondMenuActive {
	padding:3px;
	padding-left:5px;
	min-height:20px;
	border-top:1px dotted #B0E1F9;
}
.firstMenuActive {
	background-image:url(../../fox/img/backgrounds/bg_menu_active.png);
	color:#FFFFFF;
}

.secondMenu, .secondMenuActive {
	padding-left:20px;
}

.secondMenuActive {
	color:#FFFFFF;
	background-image:url(../../fox/img/backgrounds/bg_menu_active_second.png);
}

.menuMouseOver {
	background-color:#FFF0CE;
}

.firstMenuActive a:link, .firstMenuActive a:visited, .secondMenuActive a:link, .secondMenuActive a:visited {
	color:white;
	font-size:14px;
	text-decoration: none;
}

.firstMenu a:link, .firstMenu a:visited, .secondMenu a:link, .secondMenu a:visited {
	color:#003366;
	font-size:12px;
}


/* LAYOUT */

.field_cat_tp, .field_item_tp, .field_item_active_tp { background-image:url(../../fox/img/backgrounds/cb_1.png); background-repeat:no-repeat; height:17px; width:100% }
.field_cat_md, .field_item_md, .field_item_active_md { background-image:url(../../fox/img/backgrounds/cb_2.png); background-repeat:repeat-y; display:table; padding-left:10px; width:100%}
.field_cat_bt, .field_item_bt, .field_item_active_bt { background-image:url(../../fox/img/backgrounds/cb_3.png); background-repeat:no-repeat; height:22px; width:100%}

	.field_item_tp { background-image:url(../../fox/img/backgrounds/cg_1.png); }
	.field_item_md { background-image:url(../../fox/img/backgrounds/cg_2.png); }
	.field_item_bt { background-image:url(../../fox/img/backgrounds/cg_3.png); }
	
	.field_item_active_tp { background-image:url(../../fox/img/backgrounds/ca_1.png); }
	.field_item_active_md { background-image:url(../../fox/img/backgrounds/ca_2.png); }
	.field_item_active_bt { background-image:url(../../fox/img/backgrounds/ca_3.png); }

.menu_bg_tp {background-image:url(../../fox/img/backgrounds/bg_mf.png); background-repeat:no-repeat; height:13px;}
.menu_bg_md {background-image:url(../../fox/img/backgrounds/bg_mf_2.png); background-repeat:repeat-y; }
.menu_bg_bt {background-image:url(../../fox/img/backgrounds/bg_mf_3.png); background-repeat:no-repeat; height:5px;}

.div_title_img {display:inline; float:left; width:80px; height:55px;}
.div_title_title {display:inline; float:left; width:280px; padding-top:14px;}





