body{
    font-size: 13px;
}

h3, .h3 {
    font-size: 20px;
}

blockquote {
    font-size: 13px;
}

textarea {
    line-height: normal !important;
}

.nav-pills>li, .pagelinks {
    font-size: 1.2em;
}

.navbar-default {
  background: #f2f2f2 !important;
  border-top: 4px solid #e54e53 !important;
  border-bottom: 1px solid #e7e7e7 !important;
	}
	
	.navbar-default .navbar-brand {
		padding: 10px 15px;
	}
	
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background-color: white !important;
	}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus{	
	color: #8b8b8b !important;
	}
	
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: white !important;
	}
	
.navbar-default .navbar-nav > .active > a:hover{	
	color: #8b8b8b !important;
	}
	
.navbar-default .navbar-nav > li > a {
    color: #8b8b8b !important;
	transition: all 0.4s ease-in-out;
	}

.navbar-default .dropdown-menu {
    background-color: #dcdcdc !important;
	}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #dcdcdc !important;
    color: #8b8b8b !important;
	}

.navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > .active > a, .navbar-default .dropdown-menu > .active > a:hover {
    background-color: #f2f2f2 !important;
	}

.navbar-default .dropdown-menu > li > a, .navbar-default .dropdown-menu > li > a:focus {
    color: #8b8b8b !important;
	}

.navbar-default .navbar-toggle .icon-bar {
    background-color: black !important;
}

.breadcrumb {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background: none repeat scroll 0 0 #f9f9f9 !important;
    border-color: #d9d9d9 -moz-use-text-color !important;
    border-image: none !important;
    border-style: solid none !important;
    border-width: 1px 0 !important;
    color: #19232d !important;
    margin-bottom: 28px !important;
    padding: 0 14px !important;
	line-height: 32px !important;
	}
	
.breadcrumb > li + li:before {
    color: #999999 !important;
    padding: 0 5px !important;
}

.breadcrumb > li > a {
    color: #949697 !important;
}
.breadcrumb > li.last > a{
    color: #e54e53 !important;
}
.breadcrumb > li.last > a:before {
    border: medium solid transparent !important;
    bottom: -1px !important;
    height: 0 !important;
    position: absolute !important;
    width: 0 !important;
}
.breadcrumb > li.last > a:after {
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff !important;
    border-width: 4px !important;
    left: 50% !important;
    margin-left: -4px !important;
}
.breadcrumb > li.last > a:before {
    border-color: rgba(229, 78, 83, 0) rgba(229, 78, 83, 0) #d9d9d9 !important;
    border-width: 5px !important;
    left: 50% !important;
    margin-left: -5px !important;
}

#footer_section {
    background-color: #c5c7cb;
    background-image: none;
	color: #8d8e92;
}

.roundframe {
	-moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background: none repeat scroll 0 0 #f9f9f9 !important;
    border-color: #d9d9d9 -moz-use-text-color !important;
    border-image: none !important;
    border-style: solid none !important;
    border-width: 1px 0 !important;
    color: #19232d !important;
    margin-bottom: 28px !important;
    padding: 5px 0 !important;
	line-height: 32px !important;
	border-radius: 0 !important;
}

h4.titlebg {margin: 15px 30px 5px 0 !important;}

.nav-tabs {margin: 0 30px 0 0 !important;}

#boardindex_table {
	-moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background: none repeat scroll 0 0 #fffff !important;
    border-color: #d9d9d9 -moz-use-text-color !important;
    border-image: none !important;
    border-style: solid none !important;
    border-width: 1px 0 !important;
    margin-bottom: 28px !important;
    padding: 5px 20px !important;
	border-radius: 0 !important;
}

#boardindex_table h3{color:#e54e53 !important; font-weight:bold;}
#boardindex_table h3 a {color:#e54e53 !important; font-weight:bold;}
.board_title a{color:#e54e53 !important ;}
.subject div span a{color:#e54e53 !important; font-weight:bold;}
.catbg th a{color:#e54e53 !important; font-weight:bold;}
.btn-info{background-color:#e54e53 !important; border-color: #e54e53 !important; color:#fff}
.login {width: 100% !important;}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { background-color: #e54e53 !important;}
.alert-info {background-color: #f9f9f9 !important; border-color: #dddddd !important;color:#444444 !important;}
.alert-success {background-color: #f9f9f9 !important; border-color: #dddddd !important;color:#444444 !important;}
