﻿/* =Log In Part */

.widget-card
{
	margin: 0 8px 8px 0;
	width: 254px;
}
.widget-card .widget-card-header
{
	background: url(../Images/SecurityCard/BackgroundHeader.gif) no-repeat;	
	padding: 8px 8px 0 8px;	
	text-align: center;
}

.widget-card .widget-card-header a
{
    display: block;
    
    
}
.widget-card .widget-card-header a:hover
{
	background-color: #D0E0F2;
	text-decoration: none;
}
.widget-card .widget-card-header-footer
{
	background: white url(../Images/SecurityCard/BackgroundHeaderFooter.gif) no-repeat;
	height: 8px;
	overflow: hidden;
	
}
.widget-card .widget-card-content
{
	background: white url(../Images/SecurityCard/BackgroundContent.gif) repeat-y;
	padding: 8px;
	width: 251px;
}


.widget-card .widget-card-content a
{
    display: block;
    font-size: 13px;
    text-decoration: none;
}

.widget-card .widget-card-content a:visted
{
	
    text-decoration: none;
}

.widget-card .widget-card-content table
{
    width: 100%;
}
.widget-card .widget-card-content td
{
	color: #4b727d;	
	font-size: 11px; 
	width: 50%;
}
.widget-card .widget-card-footer
{
	background: url(../Images/SecurityCard/Backgroundfooter.JPG) repeat-y;
	padding: 8px 8px 0px 8px;
	text-align: center;
	color: #FF6600;
	font-size: 13px;
	font-style: italic;
	
	
}
.widget-card .widget-card-footer a
{
    display: block;
    font-size: 11px;
    
}
.widget-card .widget-card-footer a:hover
{
	background-color: #dee9eb;
	text-decoration: none;
}
.widget-card .widget-card-footer-footer
{
	background: white url(../Images/SecurityCard/BackgroundFooterFooter.gif) no-repeat;
	height: 8px;
	overflow: hidden;
}

.widget-card .widget-card-header-user-name
{
	color: #4b727d;	
	display: block;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.widget-card-header-email-address
{
	color: #4b727d;	
}

.widget-card-header-company
{
	color: #4b727d;	
	display: block;
	margin-bottom: 8px;	
}