/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 16px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	20px;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	25px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	20px;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	15px;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	15px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	20px;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}			

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	12px;
	}	

BIG	{	
	font-size:	20px;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

.IMG2 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

@media (max-width: 399px) {
DIV.articleProperty {
display: none;
}
}

@media (max-width: 320px) {
.image320 {
	width: 260px;
	margin-left: 0px;
	margin-right: 0px;
}
}

DIV.articleProperty {
	BORDER-RIGHT: #dedede 1px solid; BORDER-TOP: #dedede 1px solid; BACKGROUND: #f9f9f9; MARGIN: 5px; BORDER-LEFT: #dedede 1px solid; BORDER-BOTTOM: #dedede 1px solid
}
DIV.articleProperty TABLE {
	MARGIN: 10px; BORDER-COLLAPSE: collapse;
	font-size: 15px;
}
DIV.partner TABLE {
	MARGIN: 0px 10px 10px
}
DIV.partner TABLE CAPTION {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; FONT-SIZE: 50%; PADDING-BOTTOM: 4px; COLOR: #c60; PADDING-TOP: 10px
}
DIV.articleProperty TD {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 1px; PADDING-TOP: 1px; WHITE-SPACE: nowrap
}
.articleProperty {
	FLOAT: right
}

.sshContent {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.sshListItem {
    display: inline-block;
    vertical-align: middle;
    padding: 1px;
}

.sshIcon 
{
    width: 16px;
    height: 16px;
    margin: 0 3px 0 0;
    display: inline-block;
    background-image: url('/vcardorganizer/bimages/WebResource.png');
}

.sshLinkItem .sshShareOnFacebook {
    background-position: -260px 0; 
}
.sshLinkItem:hover .sshShareOnFacebook {
    background-position: -260px -20px; 
}

.sshLinkItem .sshShareOnTwitter {
    background-position: -20px 0; 
}
.sshLinkItem:hover .sshShareOnTwitter {
    background-position: -20px -20px; 
}

.sshLinkItem .sshDelicious {
    background-position: -60px 0; 
}
.sshLinkItem:hover .sshDelicious {
    background-position: -60px -20px; 
}

.sshLinkItem .sshDigg {
    background-position: -80px 0; 
}
.sshLinkItem:hover .sshDigg {
    background-position: -80px -20px; 
}

a.title:hover { text-decoration: none;}