@charset "utf-8";
/* CSS Document */

*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
label{
	display:block;
	float:left;
}
input{
	display: block;
	float:left;
}
.text_bold{
	font-weight:bold;
}
.text-highlight{
	font-size:12px; 
	color:#660E0D;
}

.error{
	border: 1px solid #FF0000 !important;
}
.default-border{
	border: 1px solid #CDCDCD;
}
.bottom-border{
	border-bottom: 1px solid #CDCDCD;
}
.left-border{
	border-left: 1px solid #CDCDCD;
}
.right-border{
	border-right: 1px solid #CDCDCD;
}
.default-background{
	background-color: #DDDDDD;
}
.default-light-background{
	background-color: #EFEFEF;
}
.default-dark-background{
	background-color: #888888;
}
.default-margin{
	margin: 5px;
}
.default-margin-left{
	margin-left: 5px;
}
.default-margin-right{
	margin-right: 5px;
}
.default-padding{
	padding: 5px;
}
.default_label{
	width: 100px;
	margin: 2px 5px 2px 0px;
	padding: 2px 0px 2px 0px;
}
.highlight_label{
	font-size:12px;
	color:#660E0D;
	width: 100px;
	margin: 2px 5px 2px 0px;
	padding: 2px 0px 2px 0px;
}
.default_input{
	width: 105px;
	margin: 2px 5px 2px 0px;
	
}
.default_menu_item{
	white-space:nowrap;
	display:block;
	float: left;
}
.default_menu_item_spacer{
	white-space:nowrap;
	display:block;
	float: left;
	width: 15px;
	text-align:center;
}
.smallbr{
	font-size: 1px;
	line-height: 10px;
}



a {
text-decoration:none;
}
a:link {
color:#444444;
text-decoration:none;
font-weight:bold;
}
a:visited {
color:#444444;
text-decoration:none;
font-weight:bold;
}
a:focus {
color:#444444;
text-decoration:none;
font-weight:bold;
}
a:hover {
color:#000000;
text-decoration:none;
font-weight:bold;
}
a:active {
color:#000000;
text-decoration:none;
}

.link_spacer{
	display:block;
	float:left;
	width: 15px;
	text-align:center;
}
.alex-button-border, .alex-button-border-disabled {
border:1px solid #AAA099;
display:block;
float:left;
margin:3px 3px 0 0;
}
.alex-button, .alex-button-disabled, .alex-button-light, .alex-button-press {
background:transparent none repeat-x scroll left top;
display:block;
}
.alex-button, .alex-button-disabled {
padding:4px;
}
.alex-button {
cursor:pointer;
}
.alex-button-disabled {
}
.alex-button-light {
border-style:solid;
cursor:pointer;
padding:3px;
}
.alex-button-press {
	border-style:solid;
	padding:4px 2px 2px 4px;
}
.alex-button {
	background-color:#E3DED5;
	background-image:url(../images/gradient.png);
	color:#444444;
	font-family:Arial,Verdana,sans-serif;
	font-size:11px;
}
.alex-button-disabled {
	background-color:#E3DED5;
	background-image:url(gradient.png);
	color:#B1ADA7;
	font-family:Arial,Verdana,sans-serif;
	font-size:11px;
}
.alex-button-light {
	background-color:#E3DED5;
	background-image:url(../images/gradient.png);
	border-color:#E79A00;
	border-width:1px;
	color:#000000;
	font-family:Arial,Verdana,sans-serif;
	font-size:11px;
}
.alex-button-press {
	background-color:#E3DED5;
	background-image:url(../images/gradient_pressed.png);
	border-color:#AAA099;
	border-width:1px;
	color:#000000;
	font-family:Arial,Verdana,sans-serif;
	font-size:11px;
}

.left_float{
	float:left;
}
.right_float{
	float:right;
}
.floating-panel{
	float:left;
}
.panel-header{
	font-weight:bold;
}
.wideSearchBox{
	width: 500px;
}
.address_company{
	width: 326px;
}
.address_ext{
	width: 326px;
}
td{
	padding: 5px;
}



