/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family: Times New Roman;
	font-size: 16px;
	color:#4F494A;
}
body p{
	line-height: 1.5em;
}
a { color: #9F0005; }
a:focus { outline: 1px dotted; }
/*a:hover { color: #037EBD; }*/

hr {
	border: 0 #6F625C solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

.hyphenate { text-align: justify; }

/* `Headings
----------------------------------------------------------------------------------------------------*/
.miniTitle{
	font-size:16px;
	text-transform: uppercase;
	color:black;
}
h1,h2,h3,h4 {
	margin-top:15px;
	margin-bottom:5px;
	font-weight: normal;
}

h1{
	font-size: 25px;
	color:#6C0007;
}
h2{
	font-size:16px;
	color:#6C0007;
}
h3{
	font-size:14px;
	color:#6C0007;
}
h4{
	font-size:12px;
	color:#6C0007;
}
#docBody h1:first-child { margin-top: 0; }
.shadow{
	text-shadow:1px 1px 2px #777777;
}
.shadow3{
text-shadow: 1px 1px 1px #777777}
.sshadow{
	text-shadow:0.5px 0.5px 0 black;
}
.shadow1{
	text-shadow:0.3px 1px 0px #777;
}
.shadow2{
	text-shadow:0.3px 0.3px 0px #777;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}
ul{
	list-style:disc;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}

b, strong {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.highlight {
	color: #E6D8B9;
	background: #6C0007;
 }

.rounded10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.rounded5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.rounded3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.hidden { display: none; }

pre, .code {
	color: #4F494A;
	display: block;
	padding: 10px 20px;
	background-color: #DCCBA4;
	border-left: 6px solid #6C0007;
	font-family: Arial,"Courier New", Courier, monospace;
	font-size:13px;
}

/* `UnOrdered List
----------------------------------------------------------------------------------------------------*/

.ul-type1 { background-color: transparent; }
.ul-type2 { background-color: transparent; }
.ul-type3 { background-color: transparent; }
.ul-type4 { background-color: transparent; }
.ul-type1 li,.ul-type2 li,.ul-type3 li,.ul-type4 li{
	padding-left:25px;
}
.ul-type1,.ul-type2,.ul-type3,.ul-type4{
	list-style: none;
}
ul.ul-type1 li {
	background: url(assets/images/ul_trangle.png) no-repeat 0 50%;
}

ul.ul-type2 li {
	background: url(assets/images/ul_raw.png) no-repeat 0 50%;
}

ul.ul-type3 li {
	background: url(assets/images/ul_ok.png) no-repeat 0 50%;
}

ul.ul-type4 li {
	background: url(assets/images/ul_star.png) no-repeat 0 50%;
}

.small {
	font-size: 11px;
	color: #f3f3f3;
}

/* `Images
----------------------------------------------------------------------------------------------------*/

.img-bordered, .img-bordered-mr, .img-bordered-ml {
	padding: 1px;
	border: 1px solid #ccc;
	background: #000;
}

.img-bordered-mr {
	margin: 0 5px 5px 0;
}

.img-bordered-ml {
	margin: 0 0 5px 5px;
}

/* `Custom Styles
----------------------------------------------------------------------------------------------------*/

/* Tables */
.table1 { background: #DCCBA4; }
.table2 { background: white; }
.table3 { background: white; }
.table4 { background: #DCCBA4; }
.td-price { background: transparent; }

table.table1 td, table.table2 td, table.table3 td, table.table4 td {
	padding: 2px 5px;
}

table.table1 th, table.table2 th, table.table3 th, table.table4 th {
	padding: 10px 5px;
}

table.table1 {
	border-collapse: collapse;
	border: 1px solid #666;
}

table.table1 th, table.table1 td {
	border:1px solid #DCDBD9
}

td.td-price {
	text-align: right;
}

table.table2, table.table3, table.table4 {
	border-collapse: collapse;
}

table.table2 {
	border: 1px solid #DCCBA4;
}

table.table2 th, table.table2 td {
	border: 1px solid #DCCBA4;
}

table.table2 th {
	border-bottom: 1px solid #DCCBA4;
}

table.table3 {
	border: 1px solid #8F3C41;
}

table.table3 th, table.table3 td {
	border: 1px solid #8F3C41;
}

table.table4 {
  background: #DCCBA4;
	border: 1px solid #913044;
}

table.table4 th, table.table4 td {
	border: 1px solid #913044;
}

.stickynote, .download {
  padding: 18px 29px 18px 98px;
  border: 1px solid #D9D9D9;
}

.stickynote { background: #DCCBA4 url(assets/images/sn.png) 35px center no-repeat; }
.download   { background: #DCCBA4 url(assets/images/dn.png) 37px center no-repeat; }

blockquote {
	padding: 1em 40px 1em 15px;
}

.bqopen  { background-color: transparent; }
.bqclose { background-color: transparent; }

blockquote span.bqopen {
	background: url(assets/images/so-q.png) no-repeat left top;
	padding: 2px 0 2px 25px;
}

blockquote span.bqclose {
	background: url(assets/images/sc-q.png) no-repeat bottom right;
	padding: 2px 25px 2px 0;
}

.blocknumber {
	clear: both;
	position: relative;
}

.bignumber-item {
	margin-left: 50px;
	display: block;
}

/* Bignumber */
.bignumber {
	font-size: 32px;
	display:block;
	position:absolute;
	left:10px;
	top:-2px;
	font-weight: bold;
	color:#6C0007;
}

/* Tips, Error, Message, Hightlight*/
.error {
	background: url(assets/images/icon-error.png) no-repeat 0px 4px;
	color: #F41616;
	padding-left: 25px;
	min-height: 16px;
}

.message {
	background: url(assets/images/icon-info.png) no-repeat 0px 2px;
	color: #1568AF;
	padding-left: 25px;
	min-height: 18px;
}

.tips {
	background: url(assets/images/icon-tips.png) no-repeat 3px 2px;
	color: #E5C636;
	padding-left: 25px;
	min-height: 18px;
}

.feed {
	background: url(assets/images/icon-rss.png) no-repeat 0px 5px;
	padding: 3px 0 3px 25px;
	min-height: 16px;
}

/* Dropcap */
.dropcap {
	color: #6C0007;
	display: block;
	float: left;
	font: 55px/56px Georgia, Times, serif;
	padding: 0 10px 0 0;
}

/* Legend */
.legend-title {
	color:#6C0007;
	background: url(assets/images/legend-back.png);
	display: block;
	float: left;
	left: 7px;
	margin: 0;
	top: -10px;
	padding: 2px 6px;
	position: absolute;
	font: 16px 'Times New Roman',Georgia,  Times, serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.legend {
	border: 1px dashed #BEC8CB;
	margin: 20px 0;
	padding: 10px;
	position: relative;
}

.legend p {
	padding: 0 10px;
	margin: 0;
}
.imgBorder5{
	border:5px solid #D0BB8B;
}
.imgBorder10{
	border:10px solid #D0BB8B;
}

.phones-table td {
	padding: 5px;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0 .5em 0 0;
  padding: .5em 1em;
}