@charset "UTF-8";
.propassText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}
.propassTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
}
.propassTextLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
}
.propassTextGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #505050;
	text-decoration: none;
}
.propassGoldHR {
	color: FFC850;
	height: 1px;
	background-color: #FFC850;
	border-color: #FFC850;
}
.propassMenuText {
	font-size: 10px;
	line-height:12px;
	color: #505050;
}
.propassHeaderText {
	font-family: Arial, Helvetica, sans-serif;
	color: #888783;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	margin: 4px 0px 4px 16px;
}
ul.propassList {
	text-align: left;
    margin: 0px;
	position:relative;
 	list-style-type: none;
}
.propassResultsBox {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ADB0B4;
	border-bottom-color: #ADB0B4;
	border-left-color: #ADB0B4;
}
.propassSearchBoxP {
	padding-top: 4px;
	padding-bottom: 3px;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.propassStudioTableHeader {
	border-style: solid;
	border-color: #FFE13A;
	border-width: 1px;
}
.dropdownCopyright {
	color:	#777;
	margin-top: 4px;
	margin-bottom: 5px;
}

li.propassList ul.propassList {
  	text-align:left;
    padding: 4px 2px 2px 4px;
};
a.propassTextLinks : hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1076EB;
	text-decoration: none;
}
a.propassTextLinkBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}

a.propassTextLinkBold : hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1076EB;
	text-decoration: none;
	font-weight: bold;
}
.propassTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.propassTextGreySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5A5A5A;
	text-decoration: none;
}
.propassTextGreyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #505050;
	text-decoration: none;
	font-weight: bold;
}
a.LHN:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #0066cc;
    font-size: 11px
}

a.LHN:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #8080CC;
	font-size: 11px
}

a.LHN:active {
	font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #E30000;
    font-size: 11px
}

A.boldLHN:link {
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	text-align: left;
}

A.boldLHN:active {
	font-size: 12px;
	font-weight: bold;
	color: #E30000;
	text-align: left;
}

A.boldLHN:visited {
	font-size: 12px;
	font-weight: bold;
	color: #8080CC;
	text-align: left;
}
a.LHN:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
  color: #E30000;
	font-size: 11px
}

A.boldLHN:hover {
	font-size: 12px;
	font-weight: bold;
	color: #E30000;
	text-align: left;
}
.categoryTitle{
    font-size: 12px;
    font-weight: bold;
    color: #838383;
    text-align: left;
    line-height: 19px;
}
.blackBold 
{
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	color: #757575; 
	font-size: 12px; 				
	font-weight: bold;
}
.blackTextSmall
{
	line-height: 14px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ppthumbnail{
position: relative;
z-index: 0;
}

.ppthumbnail:hover{
background-color: transparent;
z-index: 50;
}

.ppthumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightgrey;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.ppthumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.ppthumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -115;
left: -350px; /*position where enlarged image should offset horizontally */

}

