/* --------------------------- GENERAL ---------------------------------- */

body
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #444444;
	line-height: 14px;
	background-color: #FFFFFF;
	background-image: url('../images/background_body_3.png');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
}


a:link,  a:visited {
	color: #ff6600;
	font-weight: normal;
}

a:hover {
/*  background-color: #ffd !important;*/
  color: #FF9147;
}


td.attributeinput input,
td.attributeinput select
{
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #0019FF;	
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	border:1px solid #7F9DB9;
}




p
{ 
line-height: 19px;
margin-top: 10px;
margin-bottom: 10px;
color:#333333;
}


h1 {
font-weight: bold; 
font-size: 15px; 
}




div
{ 
line-height: 19px;
}

ul.list, li.list, ol.list {
    list-style-type: none;
}


.listdescription, #listdescription
{
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding-left: 20px;
padding-top: 1px;
padding-right: 0px;
padding-bottom: 10px;
color:#666666;
}


.required {
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}

#SocialNetworkFacebook
{
  display: block;
  width: 100px;
  height: 44px;
  background: url("../images/facebook_logo_lists.png") no-repeat 0 0;
}

#SocialNetworkTwitter
{
  display: block;
  width: 100px;
  height: 44px;
  background: url("../images/twitter_logo_lists.png") no-repeat 0 0;
}

#SocialNetworkYouTube
{
  display: block;
  width: 100px;
  height: 44px;
  background: url("../images/youtube_logo_lists.png") no-repeat 0 0;
}

#SocialNetworkLinkedIn
{
  display: block;
  width: 100px;
  height: 44px;
  background: url("../images/linkedin_logo_lists.png") no-repeat 0 0;
}

#SocialNetworkRSS
{
  display: block;
  width: 100px;
  height: 44px;
  background: url("../images/rss_logo_lists.png") no-repeat 0 0;
}


#SocialNetworkFacebook:hover, #SocialNetworkTwitter:hover, #SocialNetworkYouTube:hover, #SocialNetworkLinkedIn:hover, #SocialNetworkRSS:hover
{ 
  background-position: 0 -44px;
}

#SocialNetworkFacebook span, #SocialNetworkTwitter span, #SocialNetworkYouTube span, #SocialNetworkLinkedIn span, #SocialNetworkRSS span
{
  display: none;
}
