﻿
/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

#logo {
/*  float: left; */
  margin: 0 0 0 0;
}

.header-top-wrapper {
/*  float: left; */
}

.header-top-region {
  padding: 0 0 0 0;
}

.header-group-inner {
  padding: 0 0 0 0;
}
.header-group-wrapper {
/* background:none repeat scroll 0 0 #9b9b9b9b; */
background-image: url(gradient.jpg);
background-repeat: repeat;
}
#header-top-wrapper {
	background-color:#5b5b5b;
}
.postscript-bottom-wrapper {
background-image: url(gradient.jpg);
background-repeat: repeat;
}


/* Links */
a:link,
a:visited {
  color: #0760A7;
}     

.page-user .panel-3col-stacked .panel-col-first {
	margin-top:-70px;
	float:right;
	width:100%;
	text-align:right;
}
.view-display-id-block_1 thead {
	display:none;
	visibility:collapse;
}
.page-user h1 {
	margin-bottom:25px;
}
.panel-3col-stacked .panel-col-last {
	width:40%;
}
.panel-3col-stacked .panel-col {
	width:60%;
}
.page-user .panel-3col-stacked .panel-col-first tr.even td, tr.odd td, tr.even, tr.odd {
	border:none;
	border-bottom:none;
}
.main-menu-wrapper {
	background-color:#202020;
}
.header-top-wrapper {
	background-color:#5b5b5b;
}
#block-system-main .item-list ul.pager li.pager-next a.active:link,
#block-system-main .item-list ul.pager li.pager-next a.active:visited,
#block-system-main .item-list ul.pager li.pager-last a.active:link,
#block-system-main .item-list ul.pager li.pager-last a.active:visited
 {
	display:block;
	color:black;
	visibility:visible;
	text-indent:0px;
	text-transform: none;
	margin-top: 0px;
	background-position:left center;
	padding-top:2px;
	height:20px;
	padding-left:12px;
}
#block-system-main .item-list ul.pager li.pager-first a.active:link,
#block-system-main .item-list ul.pager li.pager-first a.active:visited
 {
	display:block;
	color:black;
	visibility:visible;
	text-indent:0px;
	text-transform: none;
	margin-top: 0px;
	background-position:left center;
	padding-top:2px;
	height:20px;
	padding-left:12px;
}

#block-system-main .item-list ul.pager li.pager-previous a.active:link,
#block-system-main .item-list ul.pager li.pager-previous a.active:visited
 {
	display:block;
	color:black;
	visibility:visible;
	text-indent:0px;
	text-transform: none;
	margin-top: 0px;
	padding-left:10px;
	width:50px;
	background-position:left center;
	padding-top:2px;
	height:20px;
}

#block-system-main .item-list ul.pager li.pager-current,
#block-system-main .item-list ul.pager li.pager-current {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	background-position:left center;
}
#block-system-main .item-list ul.pager li.pager-item a.active:link,
#block-system-main .item-list ul.pager li.pager-item a.active:visited {
	height: 19px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 8px;
	padding-top: 3px;
	background-position:left center;
}

body.front h1.rtecenter {
	font-size: 150%;
}

/* Gradient & border */
.prosper-gradient-border .inner {
background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#1a000000',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.1) 100%); /* W3C */
padding: 10px;
}


ul.quicktabs-tabs.quicktabs-style-bullets li.active a, ul.quicktabs-tabs.quicktabs-style-bullets li.active a:hover {
    background-position: right -20px;
    color: #bd0000 !important;
}
.inner .prosper-menu-list ul li a:link, .inner .prosper-menu-list ul li a:visited, .inner .prosper-menu-list ul li .nolink {
    border-bottom: 1px solid #FFFFFF;
    color: #bd0000;
}


