/* General style */
a{
	color: #D03E00;
}
a:hover, a:focus {
	color: #333333;
	text-shadow: 0 0 5px #D03E00;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet Ms",Arial,sans-serif;
	font-weight: 100;
	letter-spacing: -1px;
	line-height: 45px;
}
.btn-primary {
	color: #000;
	text-shadow: 0 1px 0 rgba(255, 252, 252, 0.25);
	background-color: #faa732;
	*background-color: #ff6e00;
	background-image: -moz-linear-gradient(top, #fdbb41, #ff6e00);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdbb41), to(#ff6e00));
	background-image: -webkit-linear-gradient(top, #fdbb41, #ff6e00);
	background-image: -o-linear-gradient(top, #fdbb41, #ff6e00);
	background-image: linear-gradient(to bottom, #fdbb41, #ff6e00);
	background-repeat: repeat-x;
	border-color: #ff6e00 #ff6e00 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdbb41', endColorstr='#ffff6e00', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #000;
	background-color: #ff6e00;
	*background-color: #df8505;
}

.btn-primary:active,
.btn-primary.active {
	background-color: #c67605 \9;
}
/* End of general style */

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: rgba(169, 169, 169, 0.09);
	color: #ffffff;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a{
	text-decoration:none;
	color:#000;
	background: #fdbb41;
}

.search-icon { 
	background: url("../img/glyphicons-halflings-white.png") no-repeat scroll -43px 7px rgba(0, 0, 0, 0); 
}
.advsearch {
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 0 0 5px 5px;
}
.advsearch:hover {
	background: #fff;
}

.header{ 
	background:  rgba(0, 0, 0, 0.63);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.33), 0 -1px 0 #000 inset;
}
.header .logo{ color: gold; }

.header,
.frontpage .pageheading{
	color: #ccc;
}
.pageheading {
	background: url("../img/banner-front-tseajm.jpg") bottom right no-repeat;
}
.pageheading h2,
.pageheading h3{
	color: #fff;
	text-shadow: 0 0 10px #fff;
}
.frontpage #homepageImage {
    background:  rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(237, 237, 237, 0.35);
    box-shadow: 0 0 10px #000 inset;
    padding: 5px;
}
.row-fluid .frontdescarea.span9 {
  background:  rgba(0, 0, 0, 0.57);
  padding-right: 335px;
  width: 100%;
}
.frontdesctext a {
	color: #f7f16e;
}
.row-fluid .frontloginform {
  background:  rgba(255, 255, 255, 0.5);
  color: #555;
  padding: 190px 25px 125px;
  position: absolute;
  right: 25px;
  top: 0;
}
.frontbuttons a {
  background:  #646b7a;
  border: 1px solid #fff;
  color: #fff;
}
.frontbuttons a:hover {
	background: #F37541;
}
.frontmenu a {
	background: rgba(255, 255, 255, 0.5);
	color: #555;
}
.frontmenu a:hover {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.breadcrumb {
background: #b9c0cf; /* Old browsers */
background: -moz-linear-gradient(left,  #b9c0cf 0%, #f0f0f2 50%, #b5bbc8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b9c0cf), color-stop(50%,#f0f0f2), color-stop(100%,#b5bbc8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #b9c0cf 0%,#f0f0f2 50%,#b5bbc8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #b9c0cf 0%,#f0f0f2 50%,#b5bbc8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #b9c0cf 0%,#f0f0f2 50%,#b5bbc8 100%); /* IE10+ */
background: linear-gradient(to right,  #b9c0cf 0%,#f0f0f2 50%,#b5bbc8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9c0cf', endColorstr='#b5bbc8',GradientType=1 ); /* IE6-9 */

  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-size: 11px;
  list-style: none outside none;
  margin: auto;
  padding: 5px 0;
  position: relative;
  width: 100%;
}
.breadcrumb > a {
	color: #cccccc;
}
.innerbreadcrumb{
	margin: 0 25px;
}

.maincontent .menu a{
	background: #ddd;
}
.maincontent .menu a:hover {
	background:  #3c3c3c;
	color: #ffd300;
}

.aboutPage > div {
	border-radius: 0;
}

.footer{
	border-top: 1px solid #ccc;
	background: #eee;
}



/* pagination */
.paginationbar {
    background: #eee;
    color: #555;
}
.paginationlinks > * {
    background: #ccc;
    border-left: 1px solid #eee;
    color: #555;
}
.paginationlinks strong {
	background: #ddd;
}
.paginationlinks a:hover {
	background: #999;
	color: #fff;
}
/* end of pagination */



