body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #E5E4E4;
overflow: auto !important;
position: initial !important;
}
.scroll_hpm.jspScrollable, .scroll_hpm ,.jspContainer{
    height: 100% !important;
    width: 100% !important;
}
.jspPane {
    width: 100% !important;
    margin: 0 auto !important;
}
#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 20px 40px 20px 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.64) 1%, rgba(202,200,200,0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.65)), color-stop(1%,rgba(255,255,255,0.64)), color-stop(100%,rgba(202,200,200,0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.65) 0%,rgba(255,255,255,0.64) 1%,rgba(202,200,200,0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.65) 0%,rgba(255,255,255,0.64) 1%,rgba(202,200,200,0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.65) 0%,rgba(255,255,255,0.64) 1%,rgba(202,200,200,0.5) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.65) 0%,rgba(255,255,255,0.64) 1%,rgba(202,200,200,0.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#0059bcea',GradientType=0 ); /* IE6-9 */
}


#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
        float: right;
        width: auto;
        margin-left: 5px;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

#logo
{
	padding: 0;
        margin-bottom: 5px;
	font-size: 200%;
        cursor: pointer;
        height: 150px;
}

.hpm_header {
    background-image: url('../images/HeaderImage.jpg');
    background-size: 100% 150px;
    display: none;
}

.plus {
    background: url('../images/plus.png');
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;

    margin: -3px -10px -9px 6px;
}
.hpm_add {
    background: url('../images/add.png');
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.hpm_disenrow {
    background: url('../images/disenrow.png');
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.hpm_add_big {
    background: url('../images/add.png');
    background-size: 44px 44px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    position: relative;
    left: -11px;
    top: 7px;
}
.hpm_remove {
    background: url('../images/remove.png');
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    cursor: pointer;

}

.hpm_wrapper{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
    width: 99%;
}
.hpm_footer, .hpm_push {
    padding: 0px;
    font-size: 1em;
    text-align: center;
    width:100%;
    height:38px;
    bottom:0;
    right:0;
    height: 4em;
}
.hpm_add_dynamic{
    max-width: 50px;
}
.hpm_observer{
    float: left;
    direction: ltr;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
    width: auto;
    background-color: #000;
    color: #deff00;
    position: fixed;
    left: 0;
    bottom: 0;
}
.footer_inner{
    padding-top: 8px;
}
.ltr{
    direction: ltr;
}
.hpm_logout{
    background: url('../images/logout.png');
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;  
    z-index: 44444;
    position: absolute;
    left: 15px;
    top: 15px;
}
.hpm_under_construction{
    background: url('../images/under_construction.png') no-repeat;
    background-size: 300px 400px;
    width: 300px;
    height: 400px;
    cursor: pointer;  
    position: relative;
    margin-left: auto; 
    margin-right: auto; 
    margin: 20px auto 0 auto;
}
.content_narrower{
    padding: 0px 100px 10px 80px;;
    
}
.float_left{
    float: left;
    width: 47%;
    height: auto;
}
.float_right{
    float: right;
    width: 47%;
}
.float_left_file{
    float: left;
    width: 94%;
    margin-top: -50px;
}
.hpm_center{
    width: 200px;
    margin: 0 auto 0 auto;
}
.center{
    margin: 0 auto 0 auto;
    width: 300px;
}
.dropdown-menu li {
    *width: 50%;
    *float: right;
}
.hpm_big{
    text-align: right;
    font-size: 17px;
    color: #790000;
    direction: rtl;
    line-height: 46px;
}
.hpm_big_hidden{
    display: none;
    text-align: right;
    font-size: 17px;
    color: #790000;
    direction: rtl;
    line-height: 46px;
}
.hpm_big2{
    text-align: left;
    direction: ltr;
    float: left;
}

ul.nav li.dropdown:hover ul.dropdown-menu{
    margin: 0;
    display: block;    
}

a.menu:after, .dropdown-toggle:after {
  content: none;
}

.a_create {
    width: 71px;
    height: 71px;
    margin-left: -18px;
}

.container .tl_comment_entry{
    border-bottom: solid 1px #000;
    white-space: pre-line;
    padding: 10px 10px;
    padding-top: 10px;
    -moz-box-shadow: 3px 4px 5px  #888;
    -webkit-box-shadow: 3px 4px 5px  #888;
    box-shadow: 3px 4px 5px  #888;
}
.tl_comment_div .btn {
    padding: 0 1px;
    margin: 5px 0;
}
.container .deff{
    direction: rtl;
    color: #deff00;
    margin-left: 7px;
    float: right;
    background-color: #000;
}
.container .tl_reply_entry {
    padding: 10px 20px 0 5px;
    background-color: #f9f9f9;
}
.container .tl_reply_entry .deff{
    color: #333;
    background-color: #dedeff;
}
.container .freeleft{
    position: relative;
    left: 0;
    top: 0;
    height: 15px;
    margin-bottom: -15px;
    color: #333333;
    background-color: #e1e1e1;
    float: left;
    padding: 1px 1px -1px 1px;;
    font-size: 12px;
    
}
.slider-item .btn{
    padding: 2px 3px;
    margin-top: 3px;
}
.slider-item .btn-info{
    padding: 2px 3px;
    margin-top: 10px;
}
.tl_comment_entry div.form .row {
    padding: 2px;
    margin: 2px;
}
.tl_reply_entry .label-file {
    margin-right: -8px;
}
.hpm_disrow{
    background: #555555;
    border: solid 1px #eaeaea;
}
.hpm_enrow{
    background: none;
    border: none;
}
.templateFrame td {
    white-space: nowrap;
}
.hpm_enrow td {
    white-space: nowrap;
}
.hpm_disrow td {
    white-space: nowrap;
}
.hpm_disenrow td {
    white-space: nowrap;
}
