/* CSS Document */

.object_ok { 
	border: 1px solid #00CC00;
	border-top: 1px solid #006600; 
	border-left: 1px solid #006600; 
	color: #333333;
} 
.object_error{ 
	border: 1px solid #990000; 
	border-top: 1px solid #FF0000; 
	border-left: 1px solid #FF0000; 
	color: #999999; 
}

#profile-aup {
	border:1px solid #e6e6e6;
	padding:10px;
}
#profile-aup tr{
	border:none;
}

#profile-aup td{
	border:none;
	padding-left:2px;
}

#invite-form tr{
	border:none;
}

#invite-form td{
	border:none;
	padding-left:2px;
}
.messageupdateprofile{
	background-color:#FFFFCC;
	border:1px solid #FFCC66;
	line-height:40px;
	margin:12px 0 10px 0;
	padding-left:10px;
}

.pane-sliders {
	margin: 18px 0 0 0;
	position:relative
}
.pane-sliders .title {
	margin: 0;
	padding: 2px 2px 2px 5px;
	color: #666;
	cursor: pointer;
}

#content-pane {
	margin: 8px 10px 15px 15px;
}

.pane-sliders .panel {
	margin-bottom: 3px;
	border:solid 1px #ccc
}

.pane-sliders .panel h3 {
	background: #fafafa;
	color: #666
}

.pane-sliders .content {
	background: #fff;
}
.jpane-toggler span {
	background: transparent url(../images/j_arrow.png) 5px 50% no-repeat;
	padding-left: 20px;
}

.jpane-toggler-down span {
	background: transparent url(../images/j_arrow_down.png) 5px 50% no-repeat;
	padding-left: 20px;
}

.jpane-toggler-down {
	border-bottom: 1px solid #ccc;
}

h3.jpane-toggler-down a:hover,
h3.jpane-toggler a:hover {
	text-decoration: none;
}

.jpane-slider ol li {
	list-style: none;
	margin-left: -25px;
	margin-top: 10px;
}

dl.tabs {
	float: left;
	margin: 10px 0 -1px 0;
	z-index: 50;
}

dl.tabs dt {
	float: left;
	padding: 4px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-left: 3px;
	background: #f0f0f0;
	color: #666;
}

dl.tabs dt.open {
	background: #F9F9F9;
	border-bottom: 1px solid #F9F9F9;
	z-index: 100;
	color: #000;
}

div.current {
	clear: both;
	border: 1px solid #ccc;
	padding: 10px 10px;
}


div.current dd {
	padding: 0;
	margin: 0;
}

dl#content-pane.tabs {
	margin: 1px 0 0 0;
}

div.current label {
	display: block;
	min-width: 150px;
	float: left;
	clear: left;
	margin-top: 8px;
}

div.current fieldset {
	border: none 0;
}

div.current fieldset.radio {
	float: left;
}

div.current fieldset.radio input {
	clear: none;
	min-width: 15px;
	float: left;
	margin: 3px 0 0 2px;
}

div.current fieldset.radio label {
	clear: none;
	min-width: 45px;
	float: left;
	margin: 3px 0 0 5px;
}

div.current input,
div.current textarea,
div.current select {
	clear: none;
	float: left;
	margin: 3px 0 0 2px;
}

div.current select {
	margin-bottom: 15px;
}

p.tab-description {
	font-size: 1.091em;
	margin-left: 0;
	margin-top: 5px;
}



/* Latest Activity */
div.container-latest-activity{
	width				: 100%;
	background-color	: #EFEFEF;
}

div.latest-activity {
	clear				: both;
	color				: #000;
	font-size			: 12px;
	width				: 100%;	
}

div.listing-latest-activity-avatar {
	float				: left;
	padding				: 0 12px 0 0;
}

div.listing-latest-activity-info {
	width				: 100%;
}
div.listing-latest-activity-info-details {
	float				: left;
	line-height:18px;
}

span.listing-latest-activity-name{
	font-size			: 11px;
}
span.listing-latest-activity-date{
	color				: #777;
	font-size			: 11px;
}


div.listing-latest-activity-points {
	float				: right;
	color				: #777;
	text-align			: right;
	padding-right		: 5px;
}

.listing-latest-activity-rulename{
	color				: #333;
	font-size			: 12px;
	font-weight			: bold;
}
div.listing-latest-activity-separate {
	clear:both;
	display:block;
	width:100%;
}
div.listing-latest-activity-separate2 {
	display:block;
	width:100%;
	height:3px;	
}
#referrer_link{width:100%}
div#page-profile .badge {
    color:red;
    font-size:1em;
}
div#page-activities .badge {
    color: blue;
    font-size: 1em;
}
div#table-responsive .badge {
    color: blue;
    font-size: 1em;
}
