/* 00a098 */
html, body {
    height: 100%;
	background: #666666;
		
}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a {
  text-decoration: none;
  color: #ffffff; 
}

a:hover {
  text-decoration: underline;
}

body {
  margin: 0;
  padding: 0;
  font-family: Comic, Verdana, sans-serif;
  font-size: 11pt;
 /* background-color: #0f0;*/
  text-align: center;
 



}
h1 {
    font-size: 22pt;
}
h2 {
    font-size: 19pt;
}
.break {
    clear: both;
}

#header {
    width: 100%;
    text-align: right;
    background:transparent url("/images/default/header.jpg") repeat scroll 0 0;

	
}
/* Menu */
#header #menu {
    font: normal 1em Verdana, sans-serif;
    height: 26px;
    background: transparent url("../images/default/navibg.png") repeat-x left top;
}
#header #menu ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
#header #menu ul li {
    float: left;
}
#header #menu ul li a {
    display: block;
    padding: 0 10px 0 10px;
    text-decoration: none;
    color: #fff;
	font-weight: bold;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    float: left;
}
#header #menu ul li a:hover {
    color: #FFF;
    text-decoration: underline;
}
#header #menu ul li.selected a {
    color: #FFF;
    font-weight: bold;
    font-style: italic;
}

/* Container */
#mid-frame {
    clear: both;
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}
table#mid-frame {
    background-color: #B4B4B4;
    position: relative;
    height: 100%;
	
	
}
table#mid-frame td {
    vertical-align: top;
    text-align: left;
    color: #FFFFFF;
	
}
#mid-frame #left {
    width: 250px;
}
#mid-frame #left {
    width: 250px;
    color: #ffffff; 
}
#mid-frame #mid {
    width: 640px;
    padding: 20px;
}
#footer {
    clear: both;
    padding: 0;
    font-size: 11px;
    background: url("../images/default/icons/tecdoc-inside.png") no-repeat 99% 50%;
    position: relative;
    width: 100%;
	border:  1px solid #000; 
}
#loading {
    background: url("../images/default/loading.gif") no-repeat left top;
    width: 32px;
    height: 32px;
    display: none;
    margin-left: 20px;
}
.loadingbig {
    background: url("../images/default/loading.gif") no-repeat left top;
    line-height: 32px;
    display: none;
    padding-left: 36px;
}
span.progress,
.progress.panel-footer {
    background: url("../images/default/loading-small-footer.gif") no-repeat left center;
    padding-left: 20px;
    line-height: 20px;
    display: none;
}
.data-row {
    margin-bottom: 20px;
}
.tooltip {
    color: #FFFFFF;
	font-weight: bold;
    display: block;
    margin: 4px;
    cursor: help;
    font-size: 9pt;
}

/* Grid */
table.grid {
    border-collapse: collapse;
	color: #000000;
}
table.grid.sub {
    font-size: 9pt;
}
table.grid th,
table.grid td {
    border: 1px solid #000;
    padding: 2px 4px 2px 4px;
}
table.grid th {
    text-align: center;
    background-color: #610101; 
    color: #fff;
}
table.grid tfoot td {
    background-color: #f1f1f1;
	color: #000000;
}
table.grid td {

}
table.grid tr.row0 td { 
    background-color: #7f7f7f;
}
table.grid tr.row1 td { 
    background-color: #7f7f7f;
}
table.grid tr.row1:hover td {
    background-color: #B4B4B4;
}
table.grid tr.row0:hover td {
    background-color: #B4B4B4; 
}
table.grid td.numeric {
    text-align: right !important;
    padding-right: 4px;
	color: #FF0000;
}
table.grid td.right {
    text-align: right !important;
}
table.grid a:link, table.grid a:active, table.grid a:visited {
  color: #610101;
}
/* Property grid */
table.property {
    border-collapse: collapse;
}
table.property td {
    border: 1px solid #f1f1;
    padding: 2px;
    text-align: left;
	color: #000000;
}
,table.property td.label {
    background-color: #610101;
    color: rgb(0, 0, 0);
    padding-right: 6px;
}
table.property td.value {
    padding-left: 6px;
    background-color: #610101;
}

.startbar h1 {
    line-height: 48px;
    vertical-align: middle;
    margin-bottom: 20px;
    color: #000000;
}
.startbar img {
    float: left;
    margin-right: 8px;
    width: 48px;
    height: 48px;
}

/* Forms */
.mandator-info {
    background: transparent url("../images/default/navibg.png") repeat-x left top;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
    border: 1px solid rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}
.form_error {
    color: #ffb600;
}
table.formtable {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border-top: 1px solid rgb(225, 225, 225);
}
table.formtable tr td.formlabel {
    width: 35%;
    background-color: #888888 !important; 
    border-bottom: 1px solid rgb(225, 225, 225);
    padding: 4px;
}
table.formtable tr td.formbody {
    width: 60%;
    background-color: #7f7f7f !important; 
    border-bottom: 1px solid rgb(225, 225, 225);
    padding: 4px;
}
table.formtable tr td.empty-row {
    border-bottom: 1px solid rgb(225, 225, 225);
    padding: 4px;
}
table.formtable tr td.empty-row h6 {
    margin-top: 10px;
    font-size: 100%;
}
.form-options {
    margin-top: 20px;
    text-align: right;
}
.fixed-button-width {
    width: 100px;
}
.form-row {
    clear: left;
    margin-bottom: 10px;
}
.form-row label {
    width: 120px;
    display: block;
    float: left;
color: #FFFFFF;
}

/* Important action */
.important-next-action {
    font-size: 1.4em;
    line-height: 26px;
}
.important-next-action a {
    background: url("../images/default/icons/important-next-action.png") no-repeat left center;
    display: block;
    padding: 4px 4px 4px 32px;
    float: left;
    text-decoration: none;
	color: #000000; 
}
.important-next-action a:hover {
    background-color: #666666;
    color: #ffffff;
}
.important-next-action br {
    clear: left;
}
input.important-next-action {
    background: url("../images/default/icons/important-next-action.png") no-repeat left center;
    display: block;
    padding: 4px 4px 4px 32px;
    border: 0;
    cursor: pointer;
}
input.important-next-action:hover {
    background-color: #cccccc;
}

#cartPreviewContent .important-next-action a {
  color: #ffffff;
}

.notice {
    margin: 10px 0 10px 0;
    font-weight: normal;
    color: #000000;
    padding: 4px 4px 4px 36px;
    background: transparent;
    line-height: 24px;
}
.textmodule {
    margin: 10px 0 10px 0;
    background-color: #666666;
    padding: 2px;
    border: 1px solid #CCCCCC;
}
.textmodule h5.label {
    font-weight: bold;
    border-bottom: 1px dotted rgb(106, 186, 236);
    margin: 0;
    padding: 2px 4px 2px 4px;
}
.textmodule .content {
    margin: 0;
    padding: 2px 4px 2px 4px;
    color: #ffffff;
}
br.break {
    clear: both;
}

fieldset.option-chooser {
    padding: 1em;
    margin: 10px 10px 10px 0;
background-color: #888888;
}
fieldset.option-chooser legend {
    font-size: 1em;
    color: #000000;
}
.selectable {
    cursor: pointer;
}

.save-ok {
  margin-bottom: 10px;
  border: 1px solid #73B65A;
  background-color: #73B65A;
}
.save-error {
  margin-bottom: 10px;
  border: 1px solid #FF7F7F;
  background-color: #FF7F7F;
}

.save-ok h2 {
  margin: 0 0 0 5px !important;
  padding: 5px 20px 5px 25px;
  font-size: 11px;
  color: #fff;
  background: url("../images/default/icons/message-okay.png") no-repeat left center;
}
.save-error h2 {
  margin: 0 0 0 5px !important;
  padding: 5px 20px 5px 25px;
  font-size: 11px;
  color: #fff;
  background: url("../images/default/icons/message-error.png") no-repeat left center;
}
.backlink-container {
    margin: 10px 0 10px 0;
    clear: both;
}
.back-button a {
    background: url("../images/default/icons/back-link-tiny.png") no-repeat left center;
    padding-left: 18px;
}

fieldset.group {
    border: none;
    padding: 0;
    margin: .5em 0 .5em 0;
}
fieldset.group .form-row {
    padding: .5em;
    border-bottom: 1px solid rgb(207, 207, 207);
}
fieldset.group .form-row label {
    width: 12em;
    color: rgb(102, 102, 102)
}
fieldset.group .form-row .content {
    padding-left: 12.5em;
}
fieldset.group h2 {
    background: transparent url("../images/default/icons/tile.png") repeat-x left top;
    border: 1px solid rgb(102, 102, 102);
    font-weight: bold;
    font-size: 9pt;
    padding: 3px;
}
.tax-hint {
    clear: both;
}

/* Pagination */
.after-search-result {
    clear: both;
    margin-bottom: 1em;
}
.pagination {
    clear: both;
    margin-top: 1.5em;
    background: #8A0000;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    border: 1px solid rgb(102, 102, 102);
    text-align: center;
}
.pagination a, .pagination span.current {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    text-decoration: none;
	color: #FFFFFF;
}
.pagination span.current {
    font-weight: bold;
}
.pagination a span {
    display: none;
}
.pagination a.page span {
    display: inline;
}
.pagination .first {
    background: transparent url("../images/default/icons/first.png") no-repeat left center;
}
.pagination .last {
    background: transparent url("../images/default/icons/last.png") no-repeat left center;
}
.pagination .next {
    background: transparent url("../images/default/icons/next.png") no-repeat left center;
}
.pagination .prev {
    background: transparent url("../images/default/icons/previous.png") no-repeat left center;
}
.item.charge {
    margin-bottom: 20px;
}

/* Info styles */
.application-error {
    padding: 4px;
    background: #DF0D0D;
    color: #fff; 
    margin: 10px 0 10px 0;
    font-weight: bold;
}

/* yui override */
.yui-navset-top .yui-nav {
    border-color: #610101 !important; 	
}
.yui-skin-sam .yui-navset .yui-nav .selected a,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav .selected a {
    background: transparent url("../images/default/navibg.png") repeat-x left top; /*url("../images/default/tab-bg.png") repeat-x left top !important;*/ 
}
.yui-content { 
    background-color: #7f7f7f !important;
    border-color: #610101 !important;
}
.yui-skin-sam .yui-navset .yui-nav .selected a em {
    background: transparent url("../images/default/navibg.png") repeat-x left top;/*transparent !important;*/
}
.yui-skin-sam .container-close {
    cursor: pointer;
	
}