.std_button
{
	background-image:url(/resource/system/images/button_inactive.png);
	background-repeat:repeat-x;
	width:auto;	
	height:21px;
	border:1px solid #ccc;
	color:#7d7c7c !important;
	text-transform:uppercase;
}

.std_button:hover 
{
	background-image:url(/resource/system/images/button_active.png);
	cursor:pointer;
}

.link_button
{
	background-image:url(/resource/system/images/white.gif);
	background-repeat:repeat-all;
	border:none;
	cursor:pointer;
	text-decoration: underline;
	color:#336699;
	padding-left:0px;
	font-size:9pt;
}

input.txt
{
	border:1px solid #D6D6D6;
	font-size:9pt;
}

input.txt_disabled
{
	background-color:#ddd;
	border:solid 1px #ccc;
	font-size:9pt;
}

input.txt_error
{
	font-size:9pt;
	border:solid 1px red;
}

div.right_bar_img
{
	float:right;
	border:none;
	display:block;
	margin:0px;
}

div.left_bar_img
{
	float:left;
	border:none;
	display:block;
	margin:0px;
}

div.generaldiv
{
	background-image:url(/resource/system/images/bg_general_repeat-y.png);
	background-repeat:repeat-y;	
}

div.generalfooter
{
	background-image:url(/resource/system/images/footer_general_690x6.png);
	background-repeat:no-repeat;
	background-position:top;
}

div.softbox_top
{
	width:100%;
}

div.softbox_topleft
{
	float:left;
	width:6px;
	height:6px;
	background-image:url(/resource/system/images/roundedbox_topleft.jpg);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}

div.softbox_topright
{
	float:right;
	width:6px;
	height:6px;
	background-image:url(/resource/system/images/roundedbox_topright.jpg);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}

div.softbox_topmiddle
{
	height:6px;
	background-image:url(/resource/system/images/roundedbox_top_repeat.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}

div.softbox_body
{
	top:0px;
	padding:0px;
	margin:0px;
	width:auto;
	height:100%;
}

div.softbox_left
{
	float:left;
	width:6px;
	background-image:url(/resource/system/images/roundedbox_left_repeat.jpg);
	background-repeat:repeat-y;
	padding:0px;
	margin:0px;
	height:100%;
}

div.softbox_content
{
	height:auto;
	width:auto;
	padding:0px;
	margin:0px;
}

div.softbox_right
{
	float:right;
	width:6px;
	background-image:url(/resource/system/images/roundedbox_right_repeat.jpg);
	background-repeat:repeat-y;
	padding:0px;
	margin:0px;
	height:100%;
}

div.softbox_bottom
{
	width:100%;
}

div.softbox_bottomleft
{
	float:left;
	width:6px;
	height:6px;
	background-image:url(/resource/system/images/roundedbox_bottomleft.jpg);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}

div.softbox_bottomright
{
	float:right;
	width:6px;
	height:6px;
	background-image:url(/resource/system/images/roundedbox_bottomright.jpg);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}

div.softbox_bottommiddle
{
	height:6px;
	background-image:url(/resource/system/images/roundedbox_bottom_repeat.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}

div.helpsite
{
	margin-left:2px;
}

div.helpsite div.generaldiv
{
	padding-left:10px;
}
div.helpsite div.helpsiteheader
{
	text-transform:none !important;
	padding-top:3px;
	padding-left:5px;
}

div.helpsite div.helpsiteheader div.left_bar_img
{
	background-image:url(/resource/system/images/heading_bar_orange_left.jpg);
	margin-top:-22px;
	margin-left:-5px;
}

div.helpsite div.helpsiteheader div.right_bar_img
{
	background-image:url(/resource/system/images/heading_bar_orange_right.jpg);
	margin-top:-22px;

}
