﻿/* Press Items */

.pressItem
{
    margin: auto;
    margin-bottom: 5px;
    border-top: 1px solid #D5D5D5;
    border-left: 1px solid #D5D5D5;
    border-right: 2px solid #D5D5D5;
    border-bottom: 2px solid #D5D5D5;
    font-size: 10pt;
    vertical-align: top;
    color: #333333;
    position: relative;
    width: 97%;
    display: block;
    height: 130px;
}

.pressItemText
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px !important;
    width: 63%;
}

.pressItem:hover{
    background-color: #EEEEEE;
    cursor: hand;
}

.pressItemImageHolder
{
    position: absolute;
    display: block;
    overflow: hidden !important;
    width: 35%;
    height: 100%;
    left: 0px;
}

.pressItemImageHolder img
{
    position: absolute;
    border: 0px;
    display: block;
    left: 0px;
}

img.pressToArea
{
    position: relative;
    border: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.pressItemHolderWidth
{
    width: 100%;
}

.pressItemHolderHeight
{
    height: 100% !important;
    max-height: 100%;
    min-height: 100%;
}

h3.notop
{
    margin: 4px;
    padding-top: 0px;
}

h5.topBorder
{
    padding-top: 10px;
    margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCD5DC;
}

h3.pressTitle
{
    padding-left: 0px;
    margin-left: 0px;
}

/* Right */

.pressright
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 170%;
	color: #58708A;
	text-decoration: none;
	margin: auto;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
    position: relative;
    width: 100%;
}

.pressright b
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 170%;
	color: #58708A;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	font-weight: bold;
	display: block;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.pressright a.title
{
    color: #ff0000;
    text-decoration: none;
	display: block;
	margin-right: 5px;
	padding-bottom: 10px;
}

.pressright a.title:hover
{
    color: #000000;
}

div.prevnextRow
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 95%;
	text-align: center;
}

div.prevnext
{
	text-align: center;
}

.pressright a.prevnext
{
    font-weight: bold;
    color: #58708A;
    text-decoration: underline;
}

.pressright a.prevnext:hover
{
    color: #000000;
}

/* Top Middle & Bottom */

div.pressHolder h1
{
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	text-decoration: none;
}

div.pressHolder .pressright
{
    display: table;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 130%;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	width: 90%;
	display: table;
}

div.pressHolder .pressright b
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 130%;
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	font-weight: bold;
	display: block;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div.pressHolder .pressright p
{
    margin: 0px;
    padding: 0px 0px 10px 0px;
	line-height: 130%;
}

div.pressHolder .pressright a.title
{
    color: #ff0000;
    text-decoration: none;
    padding-bottom: 5px !important;
	display: inherit;
	font-weight: bold;
}

div.pressHolder .pressright a.title:hover
{
    color: #000000;
}

div.pressHolder div.prevnext
{
    color: #666666;
	position: inherit;
	bottom: inherit;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

div.pressHolder div.prevnext b
{
    color: #666666;
	display: table-cell !important;
}

div.pressHolder .pressright a.prevnext
{
    font-weight: bold;
    color: #666666;
    text-decoration: underline;
	display: table-cell;
}

div.pressHolder .pressright a.prevnext:hover
{
    color: #E31B23;
}
