.componentheading, h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 17px;
    line-height: 18px;
}
h4{
	font-size: 13px;
} h5, h6 {
	font-size: 12px;
}
h4 {
	text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6, .componentheading {
	font-weight: bold;
	margin: 5px 0 10px;
	font-family: Arsenal, Arial;
	font-weight:bold;
	font-style:normal;
	color: #000;
}
.text-drop-cap:first-letter {
	font-family:Arsenal, Arial;
	font-weight:bold;
	font-style:normal;
	float: left;
	font-size: 38px;
	font-weight: bold;
	line-height: 18px;
	margin: 10px 5px 0 0;
	text-transform: uppercase;
	color: #bf2222;
}
.title_line {
border-bottom: solid 1px #eeeeee;
}
/* FONT */
p {
	font-size: 16px;
	line-height: 1,8;
	color: #111;
}
/*box message*/
.box-confirm,
.box-system,
.box-info,
.box-error,
.box-warning,
.box-download{
	padding :15px 15px 15px 60px;
}
.box-confirm{
	border: solid 1px #76db73;
	background: url('../images/icons/typo/box_confirm.png') 15px center no-repeat #e0ffdf;
	color: #4d7c4c;
}
.box-info{
	border: solid 1px #9bc8e4;
	background: url('../images/icons/typo/box_info.png') 15px center no-repeat #d0edff;
	color: #4a9cce;
}
.box-error{
	border: solid 1px #e6bbbb;
	background: url('../images/icons/typo/box_error.png') 15px center no-repeat #ffe3e3;
	color: #be0c0c;
}
.box-warning{
	border: solid 1px #e6bbbb;
	background: url('../images/icons/typo/box_warning.png') 15px center no-repeat #feedc8;
	color: #ce7605;
}
.box-system{
	border: solid 1px #b1a3f3;
	background: url('../images/icons/typo/box_system.png') 15px center no-repeat #e7e2ff;
	color: #7568b0;
}
.box-download{
	border: solid 1px #d7d7d7;
	background: url('../images/icons/typo/box_download.png') 15px center no-repeat #f1ffd0;
	color: #797c72;
}
/*icon style*/
.a-icon-warning,
.a-icon-info,
.a-icon-cart,
.a-icon-tool,
.a-icon-write,
.a-icon-system,
.a-icon-search,
.a-icon-attach,
.a-icon-image,
.a-icon-phone,
.a-icon-diagram,
.a-icon-edit{
	padding-left: 30px;
}
.a-icon-warning{
	background: url('../images/icons/typo/icon_warning.png') 5px top no-repeat;
	color: #eb9853;
}
.a-icon-info{
	background: url('../images/icons/typo/icon_info.png') 5px top no-repeat;
	color: #1292cc;
}
.a-icon-cart{
	background: url('../images/icons/typo/icon_cart.png') 5px top no-repeat;
}
.a-icon-tool{
	background: url('../images/icons/typo/icon_tool.png') 5px top no-repeat;
}
.a-icon-write{
	background: url('../images/icons/typo/icon_write.png') 5px top no-repeat;
}
.a-icon-system{
	background: url('../images/icons/typo/icon_system.png') 5px top no-repeat;
}
.a-icon-search{
	background: url('../images/icons/typo/icon_search.png') 5px top no-repeat;
}
.a-icon-attach{
	background: url('../images/icons/typo/icon_attach.png') 5px top no-repeat;
}
.a-icon-image{
	background: url('../images/icons/typo/icon_image.png') 5px top no-repeat;
}
.a-icon-phone{
	background: url('../images/icons/typo/icon_phone.png') 5px top no-repeat;
}
.a-icon-diagram{
	background: url('../images/icons/typo/icon_diagram.png') 5px top no-repeat;
}
.a-icon-edit{
	background: url('../images/icons/typo/icon_edit.png') 5px center no-repeat;
}
/*list style*/
.the-arrow,
.the-double-arrow,
.the-square,
.the-green,
.the-blue,
.the-red,
.the-star{
	list-style: none;
}
.the-arrow > li,
.the-double-arrow > li,
.the-square > li,
.the-green > li,
.the-blue > li,
.the-red > li,
.the-star > li{
	padding: 4px 0 0 25px;
}
.the-arrow > li{
	background: url('../images/icons/typo/list_arrow_2.png') no-repeat 0px 7px;
}
.the-double-arrow > li{
	background: url('../images/icons/typo/list_arrow.png') no-repeat 0px 7px;
}
.the-square > li{
	background: url('../images/icons/typo/list_square.png') no-repeat 0px 7px;
}
.the-green > li{
	background: url('../images/icons/typo/list_green.png') no-repeat 0px 7px;
}
.the-blue > li{
	background: url('../images/icons/typo/list_blue.png') no-repeat 0px 7px;
}
.the-red > li{
	background: url('../images/icons/typo/list_red.png') no-repeat 0px 7px;
}
.the-star > li{
	background: url('../images/icons/typo/list_star.png') no-repeat 0px 7px;
}
/*table*/
.table th{
	font-size: 18px;
	line-height: 20px;
	color: #757575;
	font-weight: normal;
	font-family: Arsenal, Arial;
	font-weight:normal;
	font-style:normal;
}
.table-heading{
	border-collapse: separate;
	border: 1px solid #dddddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-left: none;
}
.table-heading tr:nth-child(2n+1){
	background: #f9f9f9;
}
.table-heading th, 
.table-heading td {
	border-left: 1px solid #dddddd;
}
.table-heading tbody tr:first-child th, 
.table-heading tbody tr:first-child td,
.table-heading tbody tr:last-child th, 
.table-heading tbody tr:last-child td {
	border-left: none;
}
.table-heading caption+thead tr:first-child th, 
.table-heading caption+tbody tr:first-child th, 
.table-heading caption+tbody tr:first-child td, 
.table-heading colgroup+thead tr:first-child th, 
.table-heading colgroup+tbody tr:first-child th, 
.table-heading colgroup+tbody tr:first-child td, 
.table-heading thead:first-child tr:first-child th, 
.table-heading tbody:first-child tr:first-child th, 
.table-heading tbody:first-child tr:first-child td {
	border-top: 0;
}
/*block number*/
.block-number{
	padding: 10px 10px 10px 65px;
	position: relative;
}
.block-number:hover .block-circle-black,
.block-number:hover .block-circle-blue,
.block-number:hover .block-circle-red,
.block-number:hover .block-circle-green{
	font-size: 67px;
	-webkit-transition: font-size 500ms ease-in-out;
	-moz-transition: font-size 500ms ease-in-out;
	-ms-transition: font-size 500ms ease-in-out;
	-o-transition: font-size 500ms ease-in-out;
	transition: font-size 500ms ease-in-out;
}
.block-circle-black,
.block-circle-green,
.block-circle-blue,
.block-circle-red{
	left: 5px;
	position: absolute;
	height: 37px;
	width: 37px;
	text-align: center;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	color: #fff;
	font-family: Arsenal, Arial;
	font-weight:normal;
	font-style:normal;
	font-size: 20px;
	line-height: 37px;
	-webkit-transition: font-size 500ms ease-in-out;
	-moz-transition: font-size 500ms ease-in-out;
	-ms-transition: font-size 500ms ease-in-out;
	-o-transition: font-size 500ms ease-in-out;
	transition: font-size 500ms ease-in-out;
	overflow: hidden;
}
.block-circle-black{
	background: #393939;
}
.block-circle-green{
	background: #12901b;
}
.block-circle-blue{
	background: #12a8eb;
}
.block-circle-red{
	background: #bb211a;
}
select, 
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
input[type="reset"],
input[type="submit"],
button[type="submit"]{
	text-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
input[type="reset"],
button[type="submit"]{
	background: #f1f1f1;
	color: #353131 !important;
	border: 1px solid #dddddd;
}
input[type="submit"],
button[type="submit"]{
	background: #207D6C;
	color: #e6e6e6 !important;
	border: 1px solid #434343;
}
input[type="submit"]:hover,
button[type="submit"]:hover{
	background: #575757;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-ms-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
}
input[type="reset"]:hover{
	background: #f5f5f5;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-ms-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
}
.btn{
	color: #333333 !important;
}
