/* 
  -----------------------------------
  Elevator Panels
  by Project Seven Development
  www.projectseven.com
  Style Theme: 02 - Charcoal
  -----------------------------------
*/
.p7EPM02 {
}
.p7EPM02 .p7epm_trigs {
	overflow: hidden;
}
.p7EPM02 .p7epm_trigs ul {
	margin: 0px;
	padding: 0px;
}
.p7EPM02 .p7epm_trigs li {
	list-style-type: none;
	padding-bottom: 5px;
	float: left;
}
.p7EPM02 .p7epm_trigs a {
	color: #1E7139;
	line-height: 1.5em;
	display: block;
	text-decoration: none;
	float: left;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
}
.p7EPM02 .p7epm_trigs a:hover {
	color: #ff7d00;
}
.p7EPM02 .p7epm_cwrapper {
	border-bottom: 0;
}
.p7EPM02 .p7epm_content {
	line-height: 1.5em;
	background-color: #FFFFFF;
	border: 0;
	color: #000000;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 12px;
	padding-left: 150px;
	text-align: center;
}
.p7EPM02 .p7epm_content.pan1 {}
.p7EPM02 .p7epm_content.pan2 {}
.p7EPM02 .p7epm_content.pan3 {}
.p7EPM02 .p7epm_content.pan4 {}
.p7EPM02 .p7epm_content.pan5 {}
.p7EPM02 .p7epm_trigs .p7epm_open {
	color: #000000 !important;
	background-color: #FFCC00;
}
.p7EPM02 .p7epm_trigs .t1 .p7epm_open {
}
.p7EPM02 .p7epm_trigs .t2 .p7epm_open {}
.p7EPM02 .p7epm_trigs .t3 .p7epm_open {}
.p7EPM02 .p7epm_trigs .t4 .p7epm_open {}
.p7EPM02 .p7epm_trigs .t5 .p7epm_open {}
.p7EPM02 .p7epm_ie5clear {
	font-size: 0;
	height: 0;
	line-height: 0.0;
}
.button {
	padding: 4px 10px 3px 25px;
	border: solid 1px #8AB134;
	position: relative;
	cursor: pointer;
	display: inline-block;
	background-image: url(../../images/bkg.png);
	background-repeat: repeat-x;
	font-size: 11px;
	height: 25px;
	text-decoration: none;
	color: #40740D;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
        }
        .button img {
	position: absolute;
	top: -5px;
	left: -12px;
	border: none;
        }
        .button:hover {
            color: #8AB134;
        }
.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%
padding: 8px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}

.info_fieldset { -moz-border-radius: 7px; border: 1px #dddddd solid; }

.info_fieldset legend
{
border: 1px #dddddd solid; 
color: black; 

font: 13px Verdana;

padding: 2px 5px 2px 5px;
-moz-border-radius: 3px;
}



/* Label */
label  { width: 140px; padding-left: 20px; margin: 5px; float: left; text-align: left; }

/* Input, Textarea */
input, textarea
{
margin: 5px;
padding: 0px; 
float: left;

border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
}
