/** 
 *  Start of Profile Card Stuff - alerts comes later!
 **/

/* Twirly Flash */

#twirly_avatar
{
	background-color: #000;
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 99;
	top: 3;
	left: 3;
	overflow: hidden;
}
 
#profile_card
{
	float: right;
	color: #fff !important;
	font-family: Lato, "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 13px;
	padding-top: 5px;
}

#profile_card ul.reset, #profile_card ul.reset li
{
	padding:0;
	margin:0;
	list-style:none;
}

#profile_card ul {
	padding-left: 12px;
}

#profile_card .register_box p
{
	padding: 0;
	margin-top: 5px;
	margin-bottom: 10px;
}

#profile_card h2
{
	font-weight: bold;
	font-family: Lato, "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 17px;
	color: #D9D919;
	padding-bottom: 4px;
}

#profile_card .register
{
	font-weight: bold;
	font-family: Lato, "Verdana", "Arial", "Helvetica", sans-serif;
	color: #D9D919;
	padding-bottom: 4px;
	font-size: 14px !important;
}


#profile_card .button_submita {
 
	font-family: Lato, "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: bold;
    color: #FFF;
    padding: 5px 5px 5px 5px;
    border: 1px solid #999;
 
    text-shadow: 0px 1px 1px #666;
    text-decoration: none;
 
    -moz-box-shadow: 0 1px 3px #111;
    -webkit-box-shadow: 0 1px 3px #111;
    box-shadow: 0 1px 3px #111;
 
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
 
    background-image: linear-gradient(bottom, rgb(74,57,100) 15%, rgb(119,95,158) 61%, rgb(74,57,100) 93%);
	background-image: -o-linear-gradient(bottom, rgb(74,57,100) 15%, rgb(119,95,158) 61%, rgb(74,57,100) 93%);
	background-image: -moz-linear-gradient(bottom, rgb(74,57,100) 15%, rgb(119,95,158) 61%, rgb(74,57,100) 93%);
	background-image: -webkit-linear-gradient(bottom, rgb(74,57,100) 15%, rgb(119,95,158) 61%, rgb(74,57,100) 93%);
	background-image: -ms-linear-gradient(bottom, rgb(74,57,100) 15%, rgb(119,95,158) 61%, rgb(74,57,100) 93%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.15, rgb(74,57,100)),
	color-stop(0.61, rgb(119,95,158)),
	color-stop(0.93, rgb(74,57,100))
);
	margin-left: 5px;
    cursor: pointer;
 
}
#profile_card .button_submita:hover {
    border: 1px solid #FFF;
}

#profile_card #avatar img 
{
	max-width: 50px;
	max-height: 50px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

}
#profile_card #avatar 
{
position: relative;
float: left;
padding-top: 6px;
padding-left: 6px;
}
#profile_card #text
{
margin-left: 8px;
margin-top: 8px;
float: left;
color: #fff;
font-family: Lato, "Verdana", "Arial", "Helvetica", sans-serif;
font-size: 13px;
position: relative;
}
#profile_card ul {

}
#profile_card .greeting
{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	font-family: Lato, "Verdana", "Arial", "Helvetica", sans-serif;
	margin-bottom: 6px;
}
#profile_card a, #profile_card a:link, #profile_card a:visited
{
	color: #FFF !important;
	text-decoration: none !important;
	border-bottom: #4A3964 1px dashed !important;	
}
#profile_card .noavatar
{
	width: 50px;
	height: 50px;
	border: 1px dashed grey;
	background: url('/common/img/ts13_no_avatar.png');
	background-repeat: no-repeat;
	background-position: center;
}

/** 
 *  End of Profile Card Stuff 
 **/
 
/** 
 *  ALERTS! Start of alerts stuff
 **/
 
 #not_entries
{
	overflow: auto;
	max-height: 300px;
}
#alerts
{
	text-align: left;
	padding: 5px;
	z-index: 10000;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0 0 10px rgb(0,0,0);
	-moz-box-shadow: 0 0 10px rgb(0,0,0);
	box-shadow: 0 0 10px rgb(0,0,0); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
	background-color: #fff;
	font-size: 14px !important;
	width: 345px;
	color: #000;
	line-height: 17px;
	font-weight: normal;
	position: absolute;
}
.alerts_hide
{
	opacity: 0.2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; // first!
	filter: alpha(opacity=20);
}
.alerts_full
{
	opacity: 1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; // first!
	filter: alpha(opacity=100);
}
#alerts_entries
{
	display: none;
	visibility: hidden;
}
#alerts_new_entries
{
	display: none;
	visibility: hidden;
}
.alerts_max_avatar
{
	width: 30px;
	height: 30px;
}
.alerts_notifications_new
{
	background-color: #ededed;
}
.alarm_time
{
	color: gray;
	font-size: 12px;
}
.alarm_border
{
	border-bottom: 1px #E8E8E8 solid;
	padding: 5px 0 5px;
}
.alarm_border_last
{
	padding: 5px 0 3px;
}
.alarm_clear
{
	clear: both;
}
.alarm_clear a
{
	font-weight: bold;
	color: #000;
}
.alerts_count
{
	visibility: hidden;
}
.alerts_count2
{
	visibility: visible;
}
#alerts_counter
{
	background-color: red;
	color: #fff;
	width: 10px;
	height: 10px;
	font-size: 12px;
	padding: 0 5px 0 5px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	vertical-align: top;
}
#top_alerts
{
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 5px;
	margin-left: 5px;
	color: grey;
}
#top_alerts a
{
	color: grey;
}
#top_alerts a:hover
{
	text-decoration: none;
}
.top_alerts
{
	font-size: 16px;
}
#alerts_image:hover
{
	cursor: pointer;
}
.alerts_va
{
	vertical-align: middle;
}
.alerts_avatar_container
{
	color: grey;
	float: left;
	width: 10%;
}
.alerts_information_container
{
	color: grey;
	float: right;
	width: 90%;
	text-align: left;
	vertical-align: top;
}

#alerts a, #alerts a:link, #alerts a:visited {
	color: #000 !important;
}

/** 
 *  ALERTS! End of alerts stuff
 **/