/**********************************************************
Name:			pressOffice.css
Description:	CSS definitions for Press Office pages.
Date:			13/08/2007
Author:			Andrei Vais
**********************************************************/

/*	Start pressOffice Style rules	*/
/*	Style classes for news list	*/
#listAllNews, #listAllNews ul
{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
	clear: both;
	float: left;
	width: 100%;
}

#listAllNews dt
{
	clear: both;
	float: left;
	font-size: 130%;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
}

#listAllNews dd
{
	/*border: 1px solid red;*/
	clear: both;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 100%;
	width: 100%;
}

#listAllNews dd	.newsSynopsis
{
	/*border: 1px solid blue;*/
	clear: both;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
}

#listAllNews .newsSynopsis li
{
	float: left;
}

#listAllNews .newsSynopsis li.Headline
{
	font-weight: bold;
	font-size: 110%;
	padding: 0 0 0 0;
	margin: 15px 0 0 0;
}

#listAllNews .newsSynopsis li.Date
{
	font-weight: normal;
	font-style: italic;
	font-size: 95%;
	margin: 16px 0 0 30px;
}

#listAllNews .newsSynopsis li.PressOnly
{
	font-weight: bold;
	text-transform: uppercase;
	margin: 1px 0 0 60px;
}

#listAllNews .newsSynopsis li.Synopsis
{
	/*border: 1px solid blue;*/
	clear: left;
	float: left;
	line-height: 160%;
	width: 79%;
}

#listAllNews .newsSynopsis li.Thumbnail
{
	border: 1px solid #EAEAEA;
	float: right;
	padding: 4px 4px 2px 4px;
	margin: 0 10px 15px 30px;
}

#listAllNews .newsSynopsis li.Thumbnail a img
{
	border-width: 0;
}

#listAllNews dd.moreNews
{
	padding: 0 0 0 0;
	margin: 10px 0 10px 0;
	text-align: right;
}

#listAllNews dd.moreNews a
{
	color: #666666;
}

#listAllNews dd.newsArchiveLinks
{
	margin: 30px 0 0 0;
	text-align: center;
	width: 100%;
}

#listAllNews dd.newsArchiveLinks a
{
	color: #666666;
	margin: 0 3px 0 3px;
}

#listAllNews dd.newsArchiveLinks a.selectedArticlePage
{
	font-weight: bold;
	text-decoration: none;
}
/*	End of list of news styles	*/

/*	Style classes for downloads	*/
#downloads
{
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	clear: both;
	float: left;
	width: 100%;
}

#downloads dt
{
	clear: both;
	float: left;
	font-size: 110%;
	font-weight: bold;
	width: 100%;
}

#downloads dd
{
	/*background: url('../images/fileBGImage.gif') no-repeat center center;
	padding: 0 0 0 0;
	margin: 5px 12px 10px 0;
	font-size: 100%;
	height: 47px;
	width: 39px;*/
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 5px 3%;
	width: 90%;
}

#downloads dd strong
{
	text-transform: capitalize;
}

#downloads dd a strong
{
	font-weight: normal;
	text-transform: none;
}

#downloads dd .documentdate
{
	font-size: 90%;
	font-style: italic;
	margin-left: 10px;
}

#downloads dd.thumbnailImage
{
	/*background-image: none;
	border: 1px dashed #666666;
	height: 50px;
	width: 70px;*/
	width: 150px;
	margin-left: 2%;
	text-align: center;
}

#downloads dd.thumbnailImage img
{
	float: left;
	margin: 10px 40px 0 40px;
	border: 1px dashed #666666;
	height: 50px;
	width: 70px;
}

#downloads dd.MessageToUser
{
	background-image: none;
	border: 0px solid #FFFFFF;
	clear: both;
	width: 100%;
}
/*	End of downloads style classes 	*/

/*	Define style for the pressAreaLoginForm form	*/
#leftColumn #PressLogin
{
	width: 90%;
}

#leftColumn #PressLogin fieldset
{
	border: 0px solid #D1D1D1;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#leftColumn #PressLogin p
{
	clear: left;
	float: left;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}

#leftColumn #PressLogin p#miniFormLinks
{
	width: 69.6%;
}

#leftColumn #PressLogin p#miniFormButton
{
	clear: none;
	margin: 10px 0 0 0;
	width: 28%;
}

#leftColumn #PressLogin label
{	
	width: 40%;
}

#leftColumn #PressLogin input
{
	width: 44%;
}

#leftColumn #PressLogin input.button
{
	width: auto;
}
/*	End of pressAreaLoginForm form style definitions	*/

#mainContent .PressArticleDate
{
	font-style: italic;
}

/*	Define style for the requestPressOfficeAccount form	*/
#mainContent #PressApplication
{
	width: 60%;
}

#mainContent #PressApplication label
{
	width: 33%;
}

#mainContent #PressApplication input, #mainContent #PressApplication textarea, #mainContent #PressApplication select
{
	width: 57%;
}

#mainContent #PressApplication textarea
{
	height: 100px;
}

#mainContent #PressApplication input.button
{
	margin-left: 34.7%;
	width: 50px;
}
/*	End of requestPressOfficeAccount form style definitions	*/

/*	Define style for the stockimages page	*/
#mainContent .stockImage, #mainContent .stockDocument
{
	/*background: red;*/
	float: left;
	padding: 0 0 0 0;
	margin: 0 3% 3% 0;
	width: 20%;
}

#mainContent .stockDocument
{
	clear: both;
	margin-bottom: 0;
	width: 90%;
}

#mainContent .stockImage img
{
	border: 1px solid #EAEAEA;
	clear: both;
	padding: 4px 4px 4px 4px;
	margin: 0 0 0 0;
	width: auto;
	float: left;
}

#mainContent .stockImage ul, #mainContent .stockDocument p
{
	clear: both;
	float: left;
	list-style-type: none;
	margin: 5px 0 10px 10px;
	padding: 0 0 0 0;
	width: 100%; 
}

#mainContent .stockDocument p
{
	margin: 5px 0 5px 10px;
	width: 70%;
}

#mainContent .stockImage ul li
{
	clear: both;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-transform: capitalize;
	width: 100%; 
}

#mainContent .stockImage strong, #mainContent .stockDocument strong
{
	float: left;
	letter-spacing: -1px;
	margin-right: 5px;
	width: 53%;
	text-align: right;
}

#mainContent .stockDocument p strong
{	
	width: auto;
	text-align: left;
}

#mainContent .stockImage p, #mainContent .stockDocument .DocumentLink
{
	background: #666666;
	float: right;
	margin-right: 5px;
}

#mainContent .stockDocument .DocumentLink
{
	clear: none;
	float: left;
	width: 13%;
}

#mainContent .stockImage p a, #mainContent .stockDocument .DocumentLink a
{
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 2px 7px 2px 7px;
	text-decoration: none;

}


/*	End of stockimages page style definitions	*/
#mainContent ul.vcard
{
	/*border: 1px solid red;*/
	clear: none;
	float: left;
	min-height: 335px;
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0 2% 0 0;
	width: 48%;
}

#mainContent ul.vcard li
{
	float: left;
	margin: 0 0 0 3%;
	padding: 0 0 0 0;
	width: 58%;
}

#mainContent ul.vcard li.photo
{
	width: 33%;
	border: 1px solid #EAEAEA;
	/*height: 100px;*/
	padding: 4px 4px 4px 4px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

#mainContent ul.vcard li.fn
{
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 0;
	line-height: 130%;
}

#mainContent ul.vcard li span.title, #mainContent ul.vcard li span.role
{
	float: left;
	font-size: 85%; 
	letter-spacing: -1px;
	line-height: 120%;
	margin-top: 5px;
	margin-bottom: 0;
}

#mainContent ul.vcard li span.email, #mainContent ul.vcard li span.tel
{
	clear: both;
	float: left;
	line-height: 140%;
	margin-top: 5px;
}

#mainContent ul.vcard li.nophoto
{
	margin: 0;
	width: 100%;
}

#mainContent ul.vcard li.nophoto span.tel
{
	font-weight: bold;
	margin: 0;
}
/*	Define style for the media contacts page	*/


/*	End of media contacts page style definitions	*/

/*	End of pressOffice Style rules	*/