/* 
  --------------------------------------
  Elevator Panels
  by Project Seven Development
  www.projectseven.com
  Style Theme: 50 - Multicolor Megavator
  --------------------------------------
*/
.p7EPM50 {
	/*font-family: Arial, Helvetica, sans-serif;*/
	width: auto;
	position: relative;
	zoom: 1;
	top: 62px;
}
.p7EPM50 .p7epm_trigs
{
    overflow: hidden;
    border-left: 0;
    padding-bottom: 0px;
    font-size: 0.95em;
    text-transform: uppercase;
    background-image: url(img/epm_iefix.gif);
}
.p7EPM50 .p7epm_trigs ul
{
    margin: 0px;
    padding: 0px;
}
.p7EPM50 .p7epm_trigs li { 
	list-style-type: none;
	margin: 0;
	float: right;
	padding: 0 6px 0 0;
 }

.p7EPM50 .p7epm_trigs a { 
	color: #000;
	padding: 6px 12px 4px 12px;
	display: block;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #CDE699;
 }

.p7EPM50 .p7epm_trigs a:hover {
	color: #000;
}
.p7EPM50 .p7epm_trigs a.current_mark {
	font-weight: bold;
}
.p7EPM50 .p7epm_cwrapper {
	border: 0;
	width: 100%;
}
.p7EPM50 .p7epm_content
{
    padding: 4px 20px 6px 20px;
    color: #000000;
    zoom: 1;
}


.p7EPM50 .p7epm_content
{
    /*background-color: #99CC33;*/
    
    font-size: 1.1em;
    color: #666666;
}

.p7EPM50 .p7epm_content p
{
    padding: 2px;
}


.p7EPM50 .p7epm_content a { 
	color: #6C9931;
 }

.p7EPM50 .p7epm_content a:hover {
	color: #FFF;
}
.p7EPM50 .p7epm_trigs .p7epm_open {
	color: #000000;
	background-color: #FFFFFF;
}

.p7EPM50 .p7epm_trigs .t5 .p7epm_open
{
    color: #000 !important;
    background-color: #C0C0C0;
    text-decoration: none;
    border-color: #C0C0C0 #999999 #999999 #C0C0C0;
}
.p7EPM50 .p7epm_ie5clear {
	font-size: 0;
	height: 0;
	line-height: 0.0;
}
/*PANEL CONTENT COLUMNS*/
.p7EPM50 .panelColumnWrapper {
	overflow: hidden;
}
.p7EPM50 .panelColumn_50 {
	float: left;
	width: 49%;
	margin-right: 2%;
}
.p7EPM50 .rightcolumn {
	margin-right: 0 !important;
}
.p7EPM50 .panelColumn_33 {
	float: right;
	margin-right: 1%;
}
.p7EPM50 .p7epm_content h3 {
	font-size: 1em;
	letter-spacing: .2em;
}
/*LINK LISTS in PANEL COLUMNS*/
.p7EPM50 .linklist { 
	margin: 0;
	padding: 0;
	list-style-type: none;
 }


/*REGENERATE LIST 
.p7EPM50 .linklist li
{
    
}
.p7EPM50 .linklist a
{
    color: #000;
    display: block;
    padding: 4px 6px 4px 6px;
    zoom: 1;
}


.p7EPM50 .linklist a:hover {

   
/*	color: #FFF;
	background-color: #000;
	border-color: #000;
	text-decoration: none;
    */
}
.p7EPM50 .p7epm_content a.current_mark {
	font-weight: bold;
	text-transform: uppercase;
}
