﻿/* message */
.jquery-message {
    font: normal 20px / 50px Helvetica, Arial, Sans-Serif;
    letter-spacing: -1px;
    position: fixed;
    /* top: 250px; */
	bottom: 80px;
    left: 25%;
    width: 50%;
    color: white;
    background-color: #626262;
    text-align: center;
    display: none;
    opacity: 0;
    z-index: 100000;
}

.jquery-message .round {
    border-left: solid 2px white;
    border-right: solid 2px white;
    font-size: 1px;
    height: 2px;
}

.jquery-message p {
    padding: .3em;
    display: inline-block;
}

.jquery-message a {
    display: none;
}

/* validate */
label.error { color: red;}
div.error { display: none; }
input.error { border: 1px dotted red; }

/* treeview */
ul.treeview, .treeview ul, .treeview li{
    list-style-type:none!important;
}

.treeview, .treeview ul
{ padding: 0; margin: 0;line-height:normal!important;}
.treeview ul { margin-top: 4px; }
.treeview .hitarea
{
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	cursor: pointer; float: left;
	height: 16px; width: 16px;
	margin:0px 0px 0px -16px;
}
/* fix for IE6 */
* html .hitarea { display: inline; float:none; }
.treeview li { margin: 0; padding: 3px 0px 2px 16px;}
.treeview li a{ padding:1px 3px 1px 3px; }
.treeview .selected { background-color: #C6D9F0; color:Blue; }
#treecontrol { margin: 1em 0; display: none; }
.treeview .hover { color: red; cursor: pointer; }
.treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
.treeview .expandable-hitarea { background-position: -80px -3px; }
.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }
.treeview-red li { background-image: url(images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(images/treeview-red.gif); } 
.treeview-black li { background-image: url(images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(images/treeview-black.gif); }  
.treeview-gray li { background-image: url(images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(images/treeview-gray.gif); } 
.treeview-famfamfam li { background-image: url(images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(images/treeview-famfamfam.gif); } 
.treeview .placeholder { background: url(images/ajax-loader.gif) 0 0 no-repeat;	height: 16px; width: 16px; display: block; }
.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }
.treeview a:hover{color:Red;}
.treeview i { cursor:pointer; font-style:normal; }
.treeview i:hover{color:red;}

/* Pager styles */
.pager-list {
    clear:both;
    text-align:center;
    padding:2px;
}

.pager-list span{
    margin:0 5px;
    display:inline-block;
    background-position:center center;
    background-repeat:no-repeat;
    vertical-align:middle;
}

.pager-current {
    margin-right:15px;
}

.pager-first {
    cursor:pointer;
    width:16px; height:16px;
    background-image:url(images/page_first.png);
}

.pager-pre {
    cursor:pointer;
    width:16px; height:16px;
    background-image:url(images/page_prev.png);
}

.pager-first2 {
    width:16px; height:16px;
    background-image:url(images/page_first_disable.png);
}

.pager-pre2 {
    width:16px; height:16px;
    background-image:url(images/page_prev_disable.png);
}

.pager-end{
    cursor:pointer;
    width:16px; height:16px;
    background-image:url(images/page_last.png);
}

.pager-next {
    cursor:pointer;
    width:16px; height:16px;
    background-image:url(images/page_next.png);
}

.pager-end2 {
    width:16px; height:16px;
    background-image:url(images/page_last_disable.png);
}

.pager-next2 {
    width:16px; height:16px;
    background-image:url(images/page_next_disable.png);
}

.pager-goto {
}

.pager-goto input[type=text]{
    display:inline-block;width:33px;height:12px;
    text-align:right;vertical-align:bottom;line-height:12px;
}
.pager-goto-btn {
    width:16px; height:16px;
    display:inline-block;
    background-image:url(images/page_go.png);
    background-position:center center;
    background-repeat:no-repeat;
    margin:0 5px;
    cursor:pointer;
}
.pager-orderby{
    cursor:pointer!important;
}
.pager-orderby:hover{
    text-decoration:underline!important;
}