h1 img {
	vertical-align: middle;
}

h2 img {
	vertical-align: middle;
}

.bcButton,.input_submit {
	border: 1px outset #666;
	padding: 4px 6px !important;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	background-color: #eee;
	color: #333 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	background-image: url('/system/images/bg_button_gradient.gif');
	text-decoration: none !important;
	cursor:pointer;
}

img.bcButton {
	padding:2px 6px !important;
} 
.bcButton img { 
	position:relative;
	top:-1px;
}

.bcButton:hover,.input_submit:hover {
	background-image: url('/system/images/bg_button_gradient_active.gif');
	border-color: #3c7fb1;
}

.bcButton:active,.input_submit:active {
	border-style: inset;
}

.bcButton img,.input_submit img {
	vertical-align: middle;
}

#bcConsole {
	border: 1px solid #000;
	margin: 1em 0;
	background-color: #eee;
}

#bcConsole * {
	font-size: 12px;
}

#bcConsole h1 {
	font-size: 12px !important;
	font-weight: normal !important;
	margin: 0 !important;
	padding: .3em .5em !important;
	border-bottom: 1px solid #fff !important;
	color: #eee !important;
	background-color: #666 !important;
	font-weight: bold !important;
}

#bcConsole {
	padding-bottom: .5em;
}

#bcConsole div.consoleLine {
	padding: .75em 1em;
	border-bottom:1px solid #aaa;
}

#bcConsole div.consoleLine:hover {
	background-color: #fff;
}

#bcConsole div.consoleLine td,#bcConsole div.consoleLine th {
	padding-right: 20px;
}

table.list {
	border-collapse: collapse;
	border-spacing: 0;
}

table.list th {
	text-align: left;
}

table.list th,table.list td {
	padding: .2em .5em;
}

table.list th.center,table.list td.center {
	text-align: center;
}

table.list tr.even {
	background-color: #eee;
}

.crumbs {
	margin-bottom:1em;
}

img.bcHelpIcon {
	vertical-align: middle;
	position:relative;
	top:-2px;
	cursor:help;
	opacity:.6;
	filter: alpha(opacity=60);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
img.bcHelpIcon:hover {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
span.bcHelpIconDialogContent {
	display:block;
	margin:.5em 1em;
}

.ui-datepicker-trigger img { vertical-align:middle; position:relative; top:-2px; margin-left:2px; }

fieldset {
	border: 1px solid #aaa;
	padding: 1em 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
	padding:0 .5em;
	margin-left:-.5em;
}
