/**********************************************************
 **               Main application styles                **
 **********************************************************/



#notice {
	font-size: small;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	background-color: #efeeee;
}


ul.package_info
{
    padding: 0;
	margin: 0;
}

ul.package_info li
{
	padding: 0 30px 0 0;
	display: inline;
}

div.phone {
	font-family: Arial;
}

/**********************************************************
 **                      Groups                          **
 **********************************************************/
.group {
/*	background-color: #f1f2f3; */
	margin-top: 15px;
	margin-bottom: 15px;
/*	display: inline-block;*/
}

.group .b {
/*	background: url(/images/groups/group-xy.gif) 0 100% repeat-x;*/
}

.group .l {
/*	background: url(/images/groups/group-xy.gif) 0 0 repeat-y*/
}

.group .r {
/*	background: url(/images/groups/group-xy.gif) 100% 0 repeat-y*/
}

.group .form .t,.group .standard .t,.group .image .t {
/*	background: url(/images/groups/group-t.gif) 0 0 repeat-x;*/
}

.group .form .tr,.group .standard .tr,.group .image .tr {
/*	background: url(/images/groups/group-tr.gif) 100% 0 no-repeat*/
}

.group .form .tl,.group .standard .tl,.group .image .tl {
/*	background: url(/images/groups/group-tl.gif) 0 0 no-repeat*/
}

.group .form .in,.group .standard .in {
/*	padding: 5px 12px 10px 12px;*/
}

.group .image .in {
/*	padding: 0px;*/
}

.group fieldset {
	border: none;
	margin: 0;
	padding: 0;
/*	font-family: arial, helvetica, sans-serif;*/
	font-size: 0.8em;
}

.group fieldset legend {
	font-size: 1.4em;
/*	font-weight: bold;*/
/*	font-family: sans-serif;*/
/*	letter-spacing: 0.5px;*/
	border: none;
	margin: 0 0 10px -8px;
	color: #F58426;
	padding: 0 0 0 0;
/*	text-indent: 12px;*/
}

* html .group fieldset legend {
/*	margin: 0 0 10px -6px; */
}

/**********************************************************
 **                      Forms                           **
 **********************************************************/
fieldset label {
/*	margin: 0;*/
/*	padding: 0;*/
}

.group .form p {
	clear: left;
/*	margin: 0;*/
	padding: 3px 0 3px 200px;
	height: 1%;
	vertical-align: top;
}

.group .form label {
	font-weight: normal;
	float: left;
	margin-left: -200px; /*width of left column*/
	width: 200px;
}

.hint {
	font-size: 0.7em;
	margin: -8px 0 0 200px;
}

.group .form textarea {
	width: 260px;
	height: 150px;
}

* html .threepxfix {
	margin-left: 3px;
}

/*.group .form input [type="text"] {
	width: 260px;
}
*/

.scrollable {
	border: 1px solid #999999;
	height: 150px;
	overflow: auto;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	font-size: 0.9em;
}

.scrollable-big {
	border: 1px solid #999999;
	height: 400px;
	overflow: auto;
	padding: 2px 2px 2px 4px;
	margin: 2px 2px 2px 2px;
	font-size: 0.8em;
}

.group .form .scrollable p {
	padding: 2px 2px 2px 2px;
	height: auto;
}

.scroll_events {
	height: 250px;
	overflow: auto;
	clear: both;
}

/**********************************************************
 **                      Tables                          **
 **********************************************************/
table {
	border-collapse: collapse;
	border: 1px solid #fff;
	width: 100%;
	clear: both;
/*	border-bottom: 1px solid #f58426;*/
	margin-bottom: 10px;
}

caption {
	font-size: 1.1em;
/*	font-family: sans-serif;*/
/*	letter-spacing: 0.5px; */
	text-align: left;
	background: url(/images/tables/caption.gif) repeat-x top;
	height: 34px;
	color: #f58426;
	padding-top: 5px;
}

thead th,tfoot th {
	background: #8e8686;
	height: 34px;
	color: #fff;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #fff;
}

th a:link, th a:hover, th a:active, th a:visited {
	color: #fff;
	text-decoration: none;
}

tbody tr.even {
	background: #fde6d4;
	height: 34px;
}

tbody tr.odd {
	height: 34px;
}

tbody td {
	font-size: 0.8em;
	font-family: sans-serif;
/*	color: #000;*/
	padding: 8px 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: left;
}

tbody td p {
	padding: 1px;	
}

/**********************************************************
 **                     Buttons                          **
 **********************************************************/

form {
	display: inline;
}

input {
	display: inline;
}

form.button-to div {
	display: inline;
}

a.button {
	background: transparent url(/images/buttons/button-right.gif) no-repeat scroll top right;
	color: #000;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	margin-bottom: 2px;
}

.group a.button {
	background: transparent url(/images/buttons/button-right-grey.gif) no-repeat scroll top right;
}

tbody a.button {
	background: transparent url(/images/buttons/button-right-box.gif) no-repeat scroll top right;
}

a.button span {
	background: transparent url(/images/buttons/button-left.gif) no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}

.group a.button span {
	background: transparent url(/images/buttons/button-left-grey.gif) no-repeat;
}

tbody a.button span {
	background: transparent url(/images/buttons/button-left-box.gif) no-repeat;
}


a.button:active {
	background-position: bottom right;
	color: #fff;
	outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
	background-position: bottom left;
	padding: 6px 0 4px 18px; /* push text down 1px */
}


/**********************************************************
 **                     Errors                           **
 **********************************************************/

.fieldWithErrors {
  padding: 1px;
  background-color: #F58426;
  display: table;
}

.textfieldWithErrors {
  border-color: #F58426;
}

#errorExplanation {
  border: 2px solid #F58426;
  padding: 3px;
  margin: 5px 0 10px 0;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  background-color: #F58426;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  padding: 5px;
  margin: 5px 0 0 0;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}



