@charset "utf-8";
/* AJAX Loader */

#AJAX_LOADER {
    position: fixed;
    top: -4px;
    left: 46%;
    font-weight: bold;
    color: #333;
    padding: 5px 10px;
    border: 1px solid #666;
    background: #CFC;
    z-index: 2000000000000;
    border-radius: 5px;
}

/*POP UP Window
-------------------------------*/
#wrapperdiv {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 900000000;
    background: #000;
    padding: 10px;
    opacity: 0.43;
    -ms-filter: progid: DXImageTransform . Microsoft . Alpha(Opacity = 43);
    filter: alpha(opacity = 43);
}

*html #wrapperdiv {
    position: absolute;
}

.popupwindow {
    z-index: 90000000000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 1);
    -moz-box-shadow: 0px 0px 18px rgba(50, 50, 50, 1);
    box-shadow: 0px 0px 18px rgba(50, 50, 50, 1);
    position: absolute;
    border: 1px solid #aed3e2;
}

.popuphead {
    background: rgb(176, 212, 227);
    background: -moz-linear-gradient(top, rgba(176, 212, 227, 1) 0%, rgba(136, 186, 207, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(176, 212, 227, 1)), color-stop(100%, rgba(136, 186, 207, 1)));
    background: -webkit-linear-gradient(top, rgba(176, 212, 227, 1) 0%, rgba(136, 186, 207, 1) 100%);
    background: -o-linear-gradient(top, rgba(176, 212, 227, 1) 0%, rgba(136, 186, 207, 1) 100%);
    background: -ms-linear-gradient(top, rgba(176, 212, 227, 1) 0%, rgba(136, 186, 207, 1) 100%);
    background: linear-gradient(top, rgba(176, 212, 227, 1) 0%, rgba(136, 186, 207, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b0d4e3', endColorstr = '#88bacf', GradientType = 0);
    padding: 5px 10px;
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
    border-bottom: 2px solid #739eb1;
    color: #FFF;
    cursor: move;
}

.popupcontent {
    background: #FFF;
    clear: both;
    padding: 10px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    overflow: auto;
}

.popupclose {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    float: right;
    cursor: pointer;
    text-shadow: #f1f1f1 1px 1px 0px;
}

/* INPUT ELEMENTS
--------------------------------------*/
.operationarea {
    background: #e5e5e5;
    border: 1px solid #CCC;
    padding: 1px 0px 1px 5px;
    text-align: center;
    border: #CCC 1px solid;
    width: auto;
    display: inline-block;
    margin-bottom: 5px;
    clear: both;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.fixed-controls {
    position: fixed;
    bottom: 22px;
    z-index: 2000;
}

.button-active, .button-disabled {
    background: #4f85bb;
    background: -moz-linear-gradient(top, #4f85bb 0%, #4d326d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f85bb), color-stop(100%, #4d326d));
    background: -webkit-linear-gradient(top, #4f85bb 0%, #4d326d 100%);
    background: -o-linear-gradient(top, #4f85bb 0%, #4d326d 100%);
    background: -ms-linear-gradient(top, #4f85bb 0%, #4d326d 100%);
    background: linear-gradient(top, #4f85bb 0%, #4d326d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4f85bb', endColorstr = '#4d326d', GradientType = 0);
    border: 1px solid #3a5581;
    padding: 5px 15px;
    color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-right: 7px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 100%;
}

.button-active:hover, .button-active:focus {
    background: #499bea;
    background: -moz-linear-gradient(top, #499bea 0%, #0f5bad 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #499bea), color-stop(100%, #0f5bad));
    background: -webkit-linear-gradient(top, #499bea 0%, #0f5bad 100%);
    background: -o-linear-gradient(top, #499bea 0%, #0f5bad 100%);
    background: -ms-linear-gradient(top, #499bea 0%, #0f5bad 100%);
    background: linear-gradient(top, #499bea 0%, #0f5bad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#499bea', endColorstr = '#0f5bad', GradientType = 0);
}

.button-active:active {
    background: #499bea;
    background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #499bea), color-stop(100%, #207ce5));
    background: -webkit-linear-gradient(top, #499bea 0%, #207ce5 100%);
    background: -o-linear-gradient(top, #499bea 0%, #207ce5 100%);
    background: -ms-linear-gradient(top, #499bea 0%, #207ce5 100%);
    background: linear-gradient(top, #499bea 0%, #207ce5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#499bea', endColorstr = '#207ce5', GradientType = 0);
    outline: none;
}

.button-addrow {
    background: url(td_buttons.png) 0 0 no-repeat;
    width: 24px;
    height: 24px;
    border: none;
    padding: 0;
    margin: 0;
}

.button-addrow:active {
    background: url(td_buttons.png) 0 100% no-repeat;
}

.button-delrow {
    background: url(td_buttons.png) 100% 0 no-repeat;
    width: 22px;
    height: 22px;
    border: none;
    padding: 0;
    margin: 0;
}

.button-delrow:active {
    background: url(td_buttons.png) 100% 100% no-repeat;
}

.button-disabled {
    background: url(../images/img_62.gif) repeat-x top !important;
    filter: none;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #999999;
    box-shadow: none;
}

.hintText {
    font-size: 10px;
    color: #999;
    font-style: italic;
}
/*
input[type="text"].mandatory, textarea.mandatory, select.mandatory {
    border: 1px solid #F00;
    background: url(img_482.gif) repeat-x top #fcf2f2;
    color: #333;
}

input[type="text"].data, textarea.data, select.data {
    border: 1px solid #d6c970;
    background: url(img_482.gif) repeat-x top #fffdef;
}

input[type="text"], textarea, select {
    padding: 3px;
    background: url(img_48.gif) repeat-x #FFFFFF;
    border-top: 1px solid #a8a8a8;
    border-left: 1px solid #a8a8a8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #333;
    font-size: 100%;
    font-family: "Trebuchet MS", Arial, "Segoe UI";
}

input[type="text"]:focus, textarea:focus, select:focus {
    border: 1px solid #09C;
    background: url(img_481.gif) repeat-x top #f2fcfc;
}

textarea {
    height: auto;
    width: auto;
	overflow:auto;
}

select {
    border: 1px solid #CCC;
    padding: 4px;
    height: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
*/
.mandatory {
    color: #F00;
}

/*ALERTS
----------------------------------------------------------------*/
#ALERT_AREA {
    top: 0px;
    left: 0px;
    width: 100%;
}

.alert {
    padding: 5px;
    margin: 5px;
    height: 50px;
    padding-left: 80px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	width:80%;
}

.error {
    background: #fed3d3 url(../images/img_28.jpg) no-repeat 2% 50%;
    border: 1px solid #ffbfbf;
}

.error .head, .warning .head, .success .head {
    font-size: 150% !important;
    color: #da1602;
    float: left;
    width: 97%;
	margin-left:60px;
}

.error .head span, .warning .head span, .success .head span {
    font-size: 65%;
    color: #333;
    display: block;
}

.error .close, .warning .close, .success .close {
    width: 8px;
    font-size: 14px;
    color: #e45252;
    text-shadow: #FFF 1px 1px 0px;
    float: right;
    padding: 0px;
    margin: 0px;
    height: 8px;
    top: -5px;
    position: relative;
    cursor: pointer;
}

.warning {
    background: #fff8c0 url(../images/img_250.png) no-repeat 2% 50%;
    border: 1px solid #f8eb7a;
}

.warning .head {
    color: #ff6c00;
}

.warning .close {
    color: #948723;
}

.success {
    background: #ddffa6 url(../images/img_32.jpg) no-repeat 2% 50%;
    border: 1px solid #c9fc78;
}

.success .head {
    color: #5b8913;
}

.success .close {
    color: #6ca018;
}

/*FIELD SET
-------------------------------------------*/
/*fieldset {
    border: #CCC 1px solid;
    background: #FFF;
    margin: 5px;
    padding: 5px;
    color: #333333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

fieldset legend {
    margin-left: 10px;
    color: #069;
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    text-shadow: 1px solid #fff;
    font-size: 11px;
    border-radius: 5px;
}*/

/*Tab Style
-----------------------------------------------------------*/
.tab ul {
    margin: 0px;
    padding: 0px;
}

.tab li {
    list-style: none;
    float: left;
}

.tab .tabHead li, .tab li.tabHead_Current {
    background: url(tab_1.png) no-repeat left bottom;
    height: 23px;
    cursor: pointer;
    float: left;
    padding-left: 25px;
    padding-right: 5px;
    color: #666;
    position: relative;
    z-index: 50;
}

.tab .tabHead li:hover {
    color: #999;
}

.tab li.tabHead_Current:hover {
    color: #CCC !important;
}

.tab .tabHead li:after, .tab li.tabHead_Current:after {
    background: url(tab_2.png) no-repeat bottom right;
    display: block;
    content: " ";
    float: right;
    right: -17px;
    width: 12px;
    height: 23px;
    position: relative;
}

.tab li.tabHead_Current {
    z-index: 100;
    background: url(tab_1.png) no-repeat left 1px;
    color: #ccc;
}

.tab li.tabHead_Current:after {
    background: url(tab_2.png) no-repeat right 1px;
}

.tab .tabContent {
    display: block;
    border: 1px solid #CCC;
    padding: 5px 10px;
    top: -1px;
    position: relative;
    width: 97%;
    margin-bottom: 10px;
    text-align: left !important;
    clear: both;
    background: #F5FAFC;
}

/*GRID
---------------------------------*/
.gridcontent {
    width: 100%;
    overflow: auto;
    margin-bottom: 5px;
}

.GridStyle {
    font-family: Arial;
    font-weight: lighter;
    font-size: 100%;
    color: #333333;
    width: 90%;
    border: 1px solid #CCC;
}

.GridStyle th {
    padding: 0px 20px;
    height: 30px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 95%;
    color: #646464;
    text-shadow: #FFFFFF 1px 1px 0px;
    background: url(../images/gridbg.png) 0px -3px no-repeat;
    border-right: 1px solid #CCC;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.GridStyle th.no-sort {
    background: url(../images/gridbg.png) 100% -3px no-repeat;
}

.GridStyle th.Hover {
    background: url(../images/gridbg.png) 0px -39px no-repeat;
}

.GridStyle th.no-sort-hover {
    background: url(../images/gridbg.png) 100% -39px no-repeat;
}

.GridStyle th.Clicked {
    color: #f1f1f1;
    text-shadow: #000000 1px 1px 0px;
    background: url(../images/gridbg.png) 0px 97% no-repeat;
}

.GridStyle td {
    border-right: 1px dotted #CCCCCC;
    border-bottom: 1px dotted #E4E4E4;
    white-space: normal;
    padding: 4px 7px;
}

.GridStyle .RowStyle td {
    background: #edf3fe;
    color: #333333;
}

.GridStyle .AltRowStyle td {
    background: #ffffff;
    color: #333333;
}

.GridStyle tr.RowStyleHover td {
    background: #fafbeb; /* Old browsers */
    background: -moz-linear-gradient(top, #fafbeb 0%, #f7fae4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafbeb), color-stop(100%, #f7fae4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fafbeb 0%, #f7fae4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fafbeb 0%, #f7fae4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fafbeb 0%, #f7fae4 100%); /* IE10+ */
    background: linear-gradient(top, #fafbeb 0%, #f7fae4 100%);

/* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafbeb', endColorstr='#f7fae4',GradientType=0 ); /* IE6-9 */
*

/
border-right:

1
px dotted #d2dee5

;
border-bottom:

1
px dotted #d2dee5

;
    }

.GridStyle td.ColumnLock {
    background: #f1f1f1 !important;
    color: #333;
    border-bottom: 1px dotted #C5C5C5;
}

.GridStyle tr.TrClicked td.ColumnLock {
    background: #b2bbcc !important;
    color: #333;
    border-right: 1px dotted #999999;
    border-bottom: 1px dotted #999999;
}

.GridStyle tr.TrClicked {
    background: #c1d6fc;
}

.GridStyle tr.TrClicked td {
    border-bottom: 1px dotted #999999 !important;
}

.GridStyle td img {
    cursor: pointer;
}

/*Grid search
--------------------*/
.grid-search {
    background: #f0f0f0;
    border: 1px solid #ccc;
    padding: 3px;
    text-align: center;
}

/*PAGINATION
-----------------------------------------------------*/
.pagination {
    padding: 5px;
    background: #f1f1f1;
    border: #d5d5d5 1px solid;
    margin-top:0;
    margin-bottom: 5px;
    color: #f1f1f1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	width:90%;
}

.pagination a {
    text-decoration: none;
    color: #333333;
    font-size: 85%;
    text-shadow: #FFFFFF 1px 1px 0px;
    display: block;
    float: left;
    text-align: center;
    margin-right: 5px;
    padding: 2px 7px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e5e5e5', GradientType = 0);
}

.pagination a:active {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background: linear-gradient(top, #ffffff 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ffffff', GradientType = 0);
}

.pagination a span {
    display: block;
    width: 10px;
    height: 15px;
}

.pagination a.first, .pagination a.prev, .pagination a.first-disabled, .pagination a.prev-disabled, .pagination a.last, .pagination a.next, .pagination a.next-disabled, .pagination a.last-disabled {
    /*padding:4px 7px\9;*/
    padding: 2px 5px;
}

.pagination a.first span {
    background: url(img_96.gif) no-repeat 50% 50%;
}

.pagination a.prev span {
    background: url(img_98.gif) no-repeat 50% 50%;
}

.pagination a.first-disabled span {
    background: url(img_104.gif) no-repeat 50% 50%;
}

.pagination a.prev-disabled span {
    background: url(img_106.gif) no-repeat 50% 50%;
}

.pagination a.last span {
    background: url(img_102.gif) no-repeat 50% 50%;
}

.pagination a.next span {
    background: url(img_100.gif) no-repeat 50% 50%;
}

.pagination a.last-disabled span {
    background: url(img_103.gif) no-repeat 50% 50%;
}

.pagination a.next-disabled span {
    background: url(img_101.gif) no-repeat 50% 50%;
}

.pagination a.pageDisabled, .pagination a.pageDisabled:active {
    cursor: move;
    color: #333;
    text-shadow: none;
    border: 1px solid #999;
    background: #CFCFCF;
    filter: none;
}

.pagination_pageText {
    float: left;
    margin-right: 5px;
    margin-top: 3px;
    color: #333;
    font-size: 11px;
}

.pagination_textbox {
    width: 30px;
    float: left;
    height: 20px !important;
	color:#000000;
}

.pagination_button {
    background: url(img_93.gif) no-repeat;
    height: 21px;
    width: 21px;
    border: none;
    margin-left: 5px;
    float: left;
    cursor: pointer;
}

.pagination_hint {
    float: left;
    color: #333;
    font-size: 11px;
    margin-left: 10px;
    margin-top: 4px;
    display: block;
}



/*Excel GRID
---------------------------------*/

.ExcelGridStyle {
    font-family: Arial;
    font-weight: lighter;
    font-size: 100%;
    color: #333333;
    width: 100%;
    border: 1px solid #CCC;
}

.ExcelGridStyle th, .ExcelGridStyle th.Freez{
    padding: 0px 20px;
    height: 30px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 95%;
    color: #CCC;
    text-shadow: #333 1px 1px 0px;
    
	
	background: rgb(96,108,136);
background: -moz-linear-gradient(top,  rgba(96,108,136,1) 0%, rgba(63,76,107,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,108,136,1)), color-stop(100%,rgba(63,76,107,1)));
background: -webkit-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%);
background: -o-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%);
background: -ms-linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%);
background: linear-gradient(top,  rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 );

	
	
    border-right: 1px dotted #CCC;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.ExcelGridStyle th.Hover {
    background: #3799C8;
}

.ExcelGridStyle th.Clicked {
    color: #f1f1f1;
    text-shadow: #000000 1px 1px 0px;
    background: #09C;
}

.ExcelGridStyle td {
    border-right: 1px dotted #CCCCCC;
    border-bottom: 1px dotted #E4E4E4;
    white-space: normal;
    padding: 10px 7px;
}
.ExcelGridStyle td.Freez{
	background:#FFF;
}

.ExcelGridStyle td.ColumnLock {
    background: #EAF7FD !important;
    color: #333;
    border-bottom: 1px dotted #666;
}

.ExcelGridStyle td {
    border-bottom: 1px dotted #999999 !important;
}

.ExcelGridStyle td.Clicked {
   outline:2px solid #0CF;
}
/*Collapsive Panel
--------------------------------------------------*/
.panelhead {
    background: url(../images/img_36.gif) repeat-x;
    height: 25px;
    border: 1px #CCC solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.collapsivepanel {
    border: 1px solid #CCC;
    background: #fff;
    width: 96%;
    margin: 10px auto auto auto;
    padding: 5px;
    clear: both;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
    height: auto;
    -webkit-box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.25);
}

.collapsivepanel .content {
    padding: 5px;
    clear: both;
    margin: 0px;
    width: auto;
    float: none;
    line-height: normal;
	overflow:auto;
}

.collapsivepanel span.show {
    background: url(../images/img_39.gif) no-repeat 5px 4px;
    padding: 3px;
    width: 25px;
    height: 25px;
    display: block;
    float: left;
    cursor: pointer;
}

.collapsivepanel span.hide {
    background: url(../images/img_42.gif) no-repeat 5px 4px;
    padding: 3px;
    width: 25px;
    height: 25px;
    display: block;
    float: left;
    cursor: pointer;
}

.collapsivepanel span.htxt {
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    float: left;
    font-weight: bold;
    width: 70%;
    height: 25px;
    font-weight: bold;
}

.panelheadmenu {
    background: url(../images/img_36.gif) repeat-x;
    height: 30px;
    border: 1px #CCC solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.collapsivepanelmenu {
   
   
    width: 96%;
    margin: 5px auto;
    clear: both;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
    height: auto;
    -webkit-box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.25);
}

.collapsivepanelmenu .content {
   
    clear: both;
    margin: 0px;
    width: auto;
    float: none;
    line-height: normal;
}


.collapsivepanelmenu span.show {
	background: url(../images/img_39.gif) no-repeat 5px 4px;
    display: block;
    cursor: pointer;
	width: 100%;
    height: 25px;
	float:left;
}

.collapsivepanelmenu span.hide {
    background: url(../images/img_42.gif) no-repeat 5px 4px;
    display: block;
    cursor: pointer;
	width: 100%;
    height: 25px;
	float:right;
	
}

.collapsivepanelmenu span.htxt {
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    float: left;
    font-weight: bold;
    width: 98%;
    height: 25px;
	
    font-weight: bold;
	padding-left:30px;
	padding-top:8px;
}

#footer {
    
    height: 100px;
    bottom: 0;
    width: 100%;
}
