body {
	margin: 0px ;
	font-family: arial ;
	font-size: 12px ;
}
.bodyHome { background: url(../img/header_bg.gif) repeat-x top left ; }
img { border: 0 ; behavior: url("../medias/js/pngbehavior.htc") ; }

.content { margin-left: 40px ; padding-top: 10px }

h1 { margin: 0px ; font-size: 14px ; font-weight: bold ; color : #15428b ; line-height: 150% ; padding-bottom: 5px ; margin-bottom: 5px ; }
h2 { margin: 0px ; font-size: 12px ; font-weight: bold ; color : #15428b ; line-height: 150% ; padding-bottom: 5px ; margin-bottom: 5px ; }
.navigationPath { margin: 0px ; font-size: 12px ; font-weight: bold ; color : #15428b ; line-height: 150% ; margin-bottom: 10px ; }
.text, td, th {
	font-family: arial ;
	font-size: 12px ;
	color: #15428b ;
}

.grid { border: 0px solid red }
.grid th {
	background: url(../img/grid_header_bg.gif) repeat-x top #c3d3ed ;
	padding: 5px ;
	border-bottom: 1px solid #99bbe8 ;
	border-right: 1px solid #99bbe8 ;
	border-top: 1px solid #f0f5fc ;
	border-left: 1px solid #f0f5fc ;
}
.grid th.bold { font-weight: bold ; text-align: center }
.gridFooter {
	background: url(../img/grid_header_bg.gif) repeat-x top #c3d3ed !important;
	padding: 5px ;
	border-bottom: 1px solid #99bbe8 ;
	border-right: 1px solid #99bbe8 ;
	border-top: 1px solid #f0f5fc ;
	border-left: 1px solid #f0f5fc ;
}
.grid td {
	padding: 5px;
	vertical-align: top ;
	background-color: #f0f5fc ;
	border-left: 1px solid #FFFFFF ;
	border-right: 1px solid #ccddf3 ;
	border-bottom: 1px solid #99bbe8 ;
}


.button { padding: 0px ; margin-right: 10px ; float: left }
.buttonSide { padding: 0px ; background: url(../img/toolbar_button_c.gif) repeat-x ; }
.buttonCenter {
	background: url(../img/toolbar_button_c.gif) repeat-x ;
	font-family: Tahoma ;
	font-size: 12px ;
	font-weight: bold ;
	color: #15428b ;
	vertical-align: top ;
	padding-top: 2px ;
}
.buttonIcon { vertical-align: middle ; margin-right: 10px }

.smallButton { margin-right: 10px ; float: left }
.smallButtonSide { }
.smallButtonCenter {
	background: url(../img/small_button_c.gif) repeat-x ;
	font-family: Tahoma ;
	font-size: 11px ;
	font-weight: bold ;
	color: #15428b ;
	vertical-align: top ;
	padding-top: 2px ;
}
.smallButtonIcon { vertical-align: middle ; margin-right: 5px }


.arboItem { padding-top: 5px ; padding-bottom: 5px ; border-bottom: 1px dashed #99bbe8 }
