@CHARSET "UTF-8";
html {
    width: 100%; height: 100%;
}
body { 
    text-align: left;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    color: #a1a1a1;
    margin: 0px;
    width: 100%; height: 100%;
    background: #444444;
}
.clearBoth { clear: Both; }
a{ color: inherit; }

.panelL { float: left; }
.panelR { float: right; }


h1,h2,h3 {
    font-size: 14px;
    background: url(../adminImage/grad1.gif) top left repeat-x #eaeaea;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    color: #333;
}

input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #cccccc;
    background: #fff;
    padding: 8px 12px;
    border-radius: 5px; 
    font-family: Arial, Tahoma, Verdana;
    box-shadow:  inset 0px 0px 3px #eee;
    -ms-box-shadow: 0px 0px 10px #111, inset -30px 20px 30px #555;
    -o-box-shadow: -0px 0px 10px #111, inset -30px 20px 30px #555;
    -moz-box-shadow: 0px 0px 10px #111, inset -30px 20px 30px #555;     
}

input[type="file"] {
    border: 1px solid #cccccc;
    background: #fff;
    padding: 8px 12px;
    border-radius: 0px; 
    font-family: Arial, Tahoma, Verdana;
    box-shadow:  inset 0px 0px 3px #eee;
    -ms-box-shadow: 0px 0px 10px #111, inset -30px 20px 30px #555;
    -o-box-shadow: -0px 0px 10px #111, inset -30px 20px 30px #555;
    -moz-box-shadow: 0px 0px 10px #111, inset -30px 20px 30px #555;     
}


input[type="submit"], .buttonActive {
    background-color: #5BB75B;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);

    border-radius: 7px;
    padding: 7px 20px;
    cursor: pointer;
}
input[type="submit"]:hover {
    background: #51a351;
}	

input[type="button"] {
    background-color: #e7e7e7;
    background-repeat: repeat-x;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    color: #666;
    box-shadow: inset 0px 1px 1px #fafafa, inset 0px -2px 1px #ccc;
    -ms-box-shadow: inset 0px 1px 1px #fafafa, inset 0px -2px 1px #ccc;
    -o-box-shadow: inset 0px 1px 1px #fafafa, inset 0px -2px 1px #ccc;
    -moz-box-shadow: inset 0px 1px 1px #fafafa, inset 0px -2px 1px #ccc;
    border-bottom: 1px solid #aaa;

    border-radius: 7px;
    padding: 7px 20px;
    cursor: pointer;
}
input[type="button"]:hover {
    background: #dddddd;
}	

input[disabled="disabled"] {
    color: #ddd;
    background: #fafafa;
    border-color: #eee;
}
input[disabled="disabled"]:hover { background: #fafafa; }	

label.error {
    color: #b94a48;
    margin: 10px;
}
input[type="text"].error, textarea.error, select.error {
    border: 1px solid #b94a48;
    background-image: none;

    box-shadow: 0px 0px 3px #b94a48;
    -ms-box-shadow: 0px 0px 3px #b94a48;
    -o-box-shadow: 0px 0px 3px #b94a48;
    -moz-box-shadow: 0px 0px 3px #b94a48;
}

input[type="text"].valid, textarea.valid, select.valid {
    border: 1px solid #356635;
    background-image: none;

    box-shadow: 0px 0px 3px #559755;
    -ms-box-shadow: 0px 0px 3px #559755;
    -o-box-shadow: 0px 0px 3px #559755;
    -moz-box-shadow: 0px 0px 3px #559755;
}



fieldset {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 10px;
}
.formItem > label {
    font-size: 11px;
    margin: 0px 0px 3px 5px;
    display: block;
}
.formItem input[type="text"], .formItem  textarea {
    min-width: 500px;
}
.formItem {
    margin-bottom: 20px;
}

.formItem input[size="3"] {
    min-width: 100px;
}



#header { 
    background: #363636;
    height: 100px;
    border-bottom: 1px solid #555;

    box-shadow:  0px 0px 10px #111, inset -30px 20px 30px #555;
    -ms-box-shadow: 0px 0px 10px #111, inset -30px 20px 30px #555;
    -o-box-shadow: -0px 0px 10px #111, inset -30px 20px 30px #555;
    -moz-box-shadow: 0px 0px 10px #111, inset -30px 20px 30px #555;
}
#hLogo {
    width: 200px;
    height: 80px;
    position: absolute;
    top: 10px; left: 10px;
    text-align: center;
    overflow: hidden;
    line-height: 80px;
}
#hLogo img {
    max-width: 180px;
    max-height: 80px;
    vertical-align: middle;
}

#userNav {
    float: right;
    margin: 8px 10px 0px 0px;
}
#userNav a {
    background: #363636;
    float: left;
    font-size: 11px;
    color: #a1a1a1;
    padding: 10px 20px 10px 15px;
    border-top: 1px solid #5e5e5e;
    border-bottom: 1px solid #282828;
    margin-left: 2px;
    box-shadow:  0px 0px 5px #222;
    -ms-box-shadow: 0px 0px 5px #222;
    -o-box-shadow: -0px 0px 5px #222;
    -moz-box-shadow: 0px 0px 5px #222;
    line-height: 15px;
}
#userNav a:hover { background: #222222;color: #fff; }
#userNav a:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#userNav a:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#userNav a i {
    display: block;
    width: 14px; height: 14px;
    float: left;
    margin-right: 5px;
    background-image: url(../adminImage/glyphicons-halflings-white.png);
    background-repeat: no-repeat;
    opacity:0.4;
    filter:alpha(opacity=40);	
}
#userNav a:hover i { opacity:1; filter:alpha(opacity=100); }


#sidebar {
    width: 220px;
    position: absolute;
    font-family: 'Oxygen', Arial;
}
#sidebar > ul { list-style-type: none; }
#sidebar > ul > li > ul { display: none; }
#sidebar > ul > li.active > ul { display: block; }


#sidebar > ul > li > a {
    display: block;
    padding: 15px 15px 15px 20px;
    font-size: 14px;
    color: #a1a1a1;
    border-top: 1px solid #4e4e4e;
    border-bottom: 1px solid #393939;
    line-height: 15px;
}


#sidebar > ul > li > a:hover {
    background-color: #4a4a4a;
}
#sidebar > ul > li.active > a {
    background: #3a3a3a url(../adminImage/menuActive.png) right center no-repeat;
    border-bottom: 1px solid #4e4e4e;
    box-shadow:  inset 10px 10px 15px #333;
    -ms-box-shadow: inset 10px 10px 15px #333;
    -o-box-shadow: inset 10px 10px 15px #333;
    -moz-box-shadow: inset 10px 10px 15px #333;
    color: #eee;
}

#sidebar > ul > li > a  i {
    background-image: url(../adminImage/glyphicons-halflings-white.png);
    background-repeat: no-repeat;
    float: left;
    width: 14px; height: 14px;
    margin-right: 10px;
    opacity:0.4;
    filter:alpha(opacity=40);
}

#sidebar > ul > li.active > a  i {
    opacity:0.7;
    filter:alpha(opacity=70);
}

#sidebar > ul > li > ul > li > a {
    display: block;
    color: #a1a1a1;
    color: #555;
    padding: 10px 10px 10px 20px;
    background: #2a2a2a;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #202020;
}
#sidebar > ul > li > ul > li > a:hover, #sidebar > ul > li > ul > li.active > a {
    background: #272727;
    color: #fff;
    font-weight: bold;
}


#sidebar > ul > li > ul > li > a i {
    float: left; width: 14px; height: 14px;
    background: url(../adminImage/glyphicons-halflings-white.png) no-repeat;
    opacity:0.4;
    filter:alpha(opacity=40);
}

#sidebar > ul > li > ul > li > ul {	display: none;	padding-bottom: 50px; background: #333;}
#sidebar > ul > li > ul > li.active > ul {	display: block;	}
#sidebar > ul > li > ul > li > ul > li a {
    display: block;
    color: #a1a1a1;
    color: #555;
    padding: 10px 10px 10px 30px;
    background: #333;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #202020;
}
#sidebar > ul > li > ul > li > ul > li > a:hover, #sidebar > ul > li > ul > li > ul > li.active > a {
    background: #2a2a2a;
    color: #fff;
}




#body {
    background: #eeeeee;
    border-top-left-radius: 20px;
    min-height: 100%;
    margin: -50px 0px 0px 220px;
    padding: 20px;
    box-shadow:  inset 0px 0px 115px #fff;
    -ms-box-shadow: inset 0px 0px 5px #fff;
    -o-box-shadow: inset 0px 0px 5px #fff;
    -moz-box-shadow: inset 0px 0px 5px #fff;
    position: relative;
}


#headTitle {
    font-family: 'Oxygen', Arial;
    font-size: 30px;
    color: #555555;
    font-weight: bold;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 20px;
}

#breadcrumbs {
    background: #e5e5e5;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 20px;
    margin: 0px -20px;
    line-height: 17px;
    color: #333;
    font-size: 11px;
    box-shadow:  3px 0px 5px #fff;
    -ms-box-shadow: 3px 0px 5px #fff;
    -o-box-shadow: 3px 0px 5px #fff;
    -moz-box-shadow: 3px 0px 5px #fff;
    margin-bottom: 20px;

}
#breadcrumbs a {
    background: url(../adminImage/breadcrumb.png) no-repeat right center;
    padding-right: 20px;
    margin-right: 10px;
    color: #7a7a7a;
}
#breadcrumbs a i {
    background: url(../adminImage/glyphicons-halflings.png) no-repeat;
    float: left;
    width: 14px; height: 14px;
    opacity:0.5;
    filter:alpha(opacity=50);	
}
#breadcrumbs a i {
    background-position: 0 -24px;
    margin-right: 5px;
}
#breadcrumbs a:hover { color: #333; }
#breadcrumbs a:hover i {opacity:0.9; filter:alpha(opacity=90);	}



i.icon {
    background-image: url(../adminImage/glyphicons-halflings.png);
    width: 14px;
    height: 14px;
    display: inline-block;
}

.icon-glass {
    background-position: 0 0;
}
.icon-music {
    background-position: -24px 0;
}
.icon-search {
    background-position: -48px 0;
}
.icon-envelope {
    background-position: -72px 0;
}
.icon-heart {
    background-position: -96px 0;
}
.icon-star {
    background-position: -120px 0;
}
.icon-star-empty {
    background-position: -144px 0;
}
.icon-user {
    background-position: -168px 0;
}
.icon-film {
    background-position: -192px 0;
}
.icon-th-large {
    background-position: -216px 0;
}
.icon-th {
    background-position: -240px 0;
}
.icon-th-list {
    background-position: -264px 0;
}
.icon-ok {
    background-position: -288px 0;
}
.icon-remove {
    background-position: -312px 0;
}
.icon-zoom-in {
    background-position: -336px 0;
}
.icon-zoom-out {
    background-position: -360px 0;
}
.icon-off {
    background-position: -384px 0;
}
.icon-signal {
    background-position: -408px 0;
}
.icon-cog {
    background-position: -432px 0;
}
.icon-trash {
    background-position: -456px 0;
}
.icon-home {
    background-position: 0 -24px;
}
.icon-file {
    background-position: -24px -24px;
}
.icon-time {
    background-position: -48px -24px;
}
.icon-road {
    background-position: -72px -24px;
}
.icon-download-alt {
    background-position: -96px -24px;
}
.icon-download {
    background-position: -120px -24px;
}
.icon-upload {
    background-position: -144px -24px;
}
.icon-inbox {
    background-position: -168px -24px;
}
.icon-play-circle {
    background-position: -192px -24px;
}
.icon-repeat {
    background-position: -216px -24px;
}
.icon-refresh {
    background-position: -240px -24px;
}
.icon-list-alt {
    background-position: -264px -24px;
}
.icon-lock {
    background-position: -287px -24px;
}
.icon-flag {
    background-position: -312px -24px;
}
.icon-headphones {
    background-position: -336px -24px;
}
.icon-volume-off {
    background-position: -360px -24px;
}
.icon-volume-down {
    background-position: -384px -24px;
}
.icon-volume-up {
    background-position: -408px -24px;
}
.icon-qrcode {
    background-position: -432px -24px;
}
.icon-barcode {
    background-position: -456px -24px;
}
.icon-tag {
    background-position: 0 -48px;
}
.icon-tags {
    background-position: -25px -48px;
}
.icon-book {
    background-position: -48px -48px;
}
.icon-bookmark {
    background-position: -72px -48px;
}
.icon-print {
    background-position: -96px -48px;
}
.icon-camera {
    background-position: -120px -48px;
}
.icon-font {
    background-position: -144px -48px;
}
.icon-bold {
    background-position: -167px -48px;
}
.icon-italic {
    background-position: -192px -48px;
}
.icon-text-height {
    background-position: -216px -48px;
}
.icon-text-width {
    background-position: -240px -48px;
}
.icon-align-left {
    background-position: -264px -48px;
}
.icon-align-center {
    background-position: -288px -48px;
}
.icon-align-right {
    background-position: -312px -48px;
}
.icon-align-justify {
    background-position: -336px -48px;
}
.icon-list {
    background-position: -360px -48px;
}
.icon-indent-left {
    background-position: -384px -48px;
}
.icon-indent-right {
    background-position: -408px -48px;
}
.icon-facetime-video {
    background-position: -432px -48px;
}
.icon-picture {
    background-position: -456px -48px;
}
.icon-pencil {
    background-position: 0 -72px;
}
.icon-map-marker {
    background-position: -24px -72px;
}
.icon-adjust {
    background-position: -48px -72px;
}
.icon-tint {
    background-position: -72px -72px;
}
.icon-edit {
    background-position: -96px -72px;
}
.icon-share {
    background-position: -120px -72px;
}
.icon-check {
    background-position: -144px -72px;
}
.icon-move {
    background-position: -168px -72px;
}
.icon-step-backward {
    background-position: -192px -72px;
}
.icon-fast-backward {
    background-position: -216px -72px;
}
.icon-backward {
    background-position: -240px -72px;
}
.icon-play {
    background-position: -264px -72px;
}
.icon-pause {
    background-position: -288px -72px;
}
.icon-stop {
    background-position: -312px -72px;
}
.icon-forward {
    background-position: -336px -72px;
}
.icon-fast-forward {
    background-position: -360px -72px;
}
.icon-step-forward {
    background-position: -384px -72px;
}
.icon-eject {
    background-position: -408px -72px;
}
.icon-chevron-left {
    background-position: -432px -72px;
}
.icon-chevron-right {
    background-position: -456px -72px;
}
.icon-plus-sign {
    background-position: 0 -96px;
}
.icon-minus-sign {
    background-position: -24px -96px;
}
.icon-remove-sign {
    background-position: -48px -96px;
}
.icon-ok-sign {
    background-position: -72px -96px;
}
.icon-question-sign {
    background-position: -96px -96px;
}
.icon-info-sign {
    background-position: -120px -96px;
}
.icon-screenshot {
    background-position: -144px -96px;
}
.icon-remove-circle {
    background-position: -168px -96px;
}
.icon-ok-circle {
    background-position: -192px -96px;
}
.icon-ban-circle {
    background-position: -216px -96px;
}
.icon-arrow-left {
    background-position: -240px -96px;
}
.icon-arrow-right {
    background-position: -264px -96px;
}
.icon-arrow-up {
    background-position: -289px -96px;
}
.icon-arrow-down {
    background-position: -312px -96px;
}
.icon-share-alt {
    background-position: -336px -96px;
}
.icon-resize-full {
    background-position: -360px -96px;
}
.icon-resize-small {
    background-position: -384px -96px;
}
.icon-plus {
    background-position: -408px -96px;
}
.icon-minus {
    background-position: -433px -96px;
}
.icon-asterisk {
    background-position: -456px -96px;
}
.icon-exclamation-sign {
    background-position: 0 -120px;
}
.icon-gift {
    background-position: -24px -120px;
}
.icon-leaf {
    background-position: -48px -120px;
}
.icon-fire {
    background-position: -72px -120px;
}
.icon-eye-open {
    background-position: -96px -120px;
}
.icon-eye-close {
    background-position: -120px -120px;
}
.icon-warning-sign {
    background-position: -144px -120px;
}
.icon-plane {
    background-position: -168px -120px;
}
.icon-calendar {
    background-position: -192px -120px;
}
.icon-random {
    background-position: -216px -120px;
    width: 16px;
}
.icon-comment {
    background-position: -240px -120px;
}
.icon-magnet {
    background-position: -264px -120px;
}
.icon-chevron-up {
    background-position: -288px -120px;
}
.icon-chevron-down {
    background-position: -313px -119px;
}
.icon-retweet {
    background-position: -336px -120px;
}
.icon-shopping-cart {
    background-position: -360px -120px;
}
.icon-folder-close {
    background-position: -384px -120px;
    width: 16px;
}
.icon-folder-open {
    background-position: -408px -120px;
    width: 16px;
}
.icon-resize-vertical {
    background-position: -432px -119px;
}
.icon-resize-horizontal {
    background-position: -456px -118px;
}
.icon-hdd {
    background-position: 0 -144px;
}
.icon-bullhorn {
    background-position: -24px -144px;
}
.icon-bell {
    background-position: -48px -144px;
}
.icon-certificate {
    background-position: -72px -144px;
}
.icon-thumbs-up {
    background-position: -96px -144px;
}
.icon-thumbs-down {
    background-position: -120px -144px;
}
.icon-hand-right {
    background-position: -144px -144px;
}
.icon-hand-left {
    background-position: -168px -144px;
}
.icon-hand-up {
    background-position: -192px -144px;
}
.icon-hand-down {
    background-position: -216px -144px;
}
.icon-circle-arrow-right {
    background-position: -240px -144px;
}
.icon-circle-arrow-left {
    background-position: -264px -144px;
}
.icon-circle-arrow-up {
    background-position: -288px -144px;
}
.icon-circle-arrow-down {
    background-position: -312px -144px;
}
.icon-globe {
    background-position: -336px -144px;
}
.icon-wrench {
    background-position: -360px -144px;
}
.icon-tasks {
    background-position: -384px -144px;
}
.icon-filter {
    background-position: -408px -144px;
}
.icon-briefcase {
    background-position: -432px -144px;
}
.icon-fullscreen {
    background-position: -456px -144px;
}






table.data {
    border: 1px solid #cdcdcd;
    background: #fff;
    border-spacing: 0px;
    border-collapse: collapse;
    max-width: 100%;
}
table.data td {
    padding: 10px 10px;
    border: 1px solid #dddddd;
    color: #333333;
    /*	vertical-align: middle;*/
}
table.data th {
    background: url(../adminImage/grad1.gif) top left repeat-x #eaeaea;
    padding: 15px 10px;
    border: 1px solid #dddddd;
    color: #333333;
    font-size: 11px;
}
table.data tr.odd td {
    background: #f9f9f9;
}
table.data tr:hover td {
    background: #f5f5f5;
}
table.data tr.cover td img {
    border: 5px solid #ff0000;
}	
table.data th.add { padding: 10px 10px; min-width: 130px;}	
table.data th.add a {
    display: block;

    background-color: #5BB75B;
    background-image: linear-gradient(to bottom, #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);

    border-radius: 7px;
    padding: 5px 20px;

    cursor: pointer;
}
table.data th.add a:hover { background: #51a351; }
table.data td.icons {
    vertical-align: middle;
    color: #eee;
}	
table.data td.icons img { vertical-align: middle; }	

table.data td.icons a  {	margin-left: 5px;	border-left: 1px dotted #aaa;  padding-left: 5px; float: left; }
table.data td.icons a:first-child { margin-left: 0px; padding-left: 0px; border: 0px;}

table.data td.icons a i {	opacity:0.4; filter:alpha(opacity=40); }
table.data td.icons a i:hover {	opacity:1; filter:alpha(opacity=100); }


table.data.sortable tr { cursor: move; }




table.dataHighres td, table.dataHighres th {
    padding: 2px;
    font-size: 10px;
}



.filter {
    font-size: 11px;
    color: #666666;
}

.filter .filterItem {
    float: left;
    border: 1px solid #cdcdcd;
    padding: 10px;
    background: url(../adminImage/grad1.gif) top left repeat-x #eaeaea;
    margin-left: -1px; margin-bottom: 10px;
    min-height: 55px;
}
.filter .filterItem:FIRST-CHILD {

}
.filter label {
    display: block;
    margin-bottom: 4px;
}
.filter .filterItem input, .filter  select, .filter textarea {
    display: block;
    margin: 5px 0px;
    padding: 4px 8px;
    font-size: 11px;
    max-width: 200px;
}




.adminLogin {
    text-align: center;
    padding: 50px 30px 10px 30px;
}
.adminLogin img { margin-bottom: -50px; }
.adminLoginForm {
    padding: 40px 20px;
    width: 400px;
    margin: auto;

    border: 1px solid #333;
    border-radius: 10px;

    background: #555;

    box-shadow:  inset 0px 0px 3px #333, 0px 10px 40px #333;
    -ms-box-shadow: inset 0px 0px 3px #333;
    -o-box-shadow: inset 0px 0px 3px #333;
    -moz-box-shadow: inset 0px 0px 3px #333;
}
.adminLoginForm table {
    color: #999;
    border-spacing: 0px;
    align: center;
    width: 400px;
}
.adminLoginForm table td {
    padding: 5px 20px 3px 0px;
    font-size: 12px;
    text-align: right;
    vertical-align: top;
    line-height: 36px;
}
.adminLoginForm table td input { width: 220px; }
.adminLoginForm table .button { padding-top: 20px;}
.adminLoginForm table .button input { width: auto; }
.adminLoginForm table .button input { margin-right: 10px;}
.adminLoginForm table .button a { margin-left: 6px; color: #eeeeee; text-decoration: none;}
.adminLoginForm table .button a:hover { color: #ffffff; text-decoration: underline;}

.adminLoginForm p.error {
    display: block;
    position: relative;
    text-align: left;
    top: auto; left: auto;
    margin-top: 3px;
    background: transparent;
    border-top: 1px solid #aa0000;
    line-height: 15px;
    display: none;
}


.back { margin-bottom: 15px;  }	
.buttonS {
    background-color: #e7e7e7;
    background-repeat: repeat-x;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    color: #666;
    box-shadow: inset 0px 1px 1px #fafafa, inset 0px -2px 1px #ccc;
    -ms-box-shadow: inset 0px 1px 1px #fafafa, inset 0px -2px 1px #ccc;
    -o-box-shadow: inset 0px 1px 1px #fafafa, inset 0px -2px 1px #ccc;
    -moz-box-shadow: inset 0px 1px 1px #fafafa, inset 0px -2px 1px #ccc;
    border-bottom: 1px solid #aaa;

    border-radius: 7px;
    padding: 7px 20px;
    cursor: pointer;
}
.buttonS:hover { background-color: #ddd; }

.twoColumns {
    float: left;
    width: 49%;
}


.categoryTree {
    padding: 20px;
    background: #fff;
    margin-right: 20px;
    border: 1px solid #ddd;
}

.categoryTree ul {
    list-style-type: none;
}

.categoryTree ul  li a  { padding: 3px 10px; }
.categoryTree  ul   li.active > a{ color: #000;  font-weight: 800;}


.dynamicAttribute { font-size: 14px; font-weight: bold; margin-bottom: 15px; color: #000;}

.dynamicAttribute ul { list-style-type: none;  font-size: 12px; font-weight: normal; width: 400px; margin-top: 5px; color: #666;}
.dynamicAttribute ul li { border-top: 1px solid #eee; padding: 5px 10px;}

.dynamicAttribute ul li input, .dynamicAttribute ul li a { float: right; margin-left: 10px;}



.navTreeItem .title { font-weight: bold; margin-bottom: 4px; color: #000; float: left; padding: 0px 10px 20px 10px;}

.navTreeItem .icons { border: 1px solid #eee; padding: 5px; float: left; margin-left: 20px;margin-top: -8px;}
.navTreeItem .icons a { color: #333; font-size: 11px; opacity: 0.6; vertical-align: middle; float: left;}
.navTreeItem .icons a:hover { opacity: 1;}

.categoryTree li.addBtn a {
    display: block;

    background-color: #5BB75B;
    background-image: linear-gradient(to bottom, #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);

    border-radius: 7px;
    padding: 5px 20px;

    cursor: pointer;

    width: 100px;
}
.categoryTree li.addBtn { padding-bottom: 15px;}



.dynamicAttribute { font-size: 14px; font-weight: bold; margin-bottom: 15px; color: #000;}

.dynamicAttribute ul { list-style-type: none;  font-size: 12px; font-weight: normal; width: 400px; margin-top: 5px; color: #666;}
.dynamicAttribute ul li { border-top: 1px solid #eee; padding: 5px 10px;}

.dynamicAttribute ul li input, .dynamicAttribute ul li a { float: right; margin-left: 10px;}




.pages {
    text-align: center;
    padding: 10px;
}
.pages a {
    border: 1px solid #aaa;
    padding: 2px 7px;
    border-radius: 7px;
    
    background-color: #e7e7e7;
    background-repeat: repeat-x;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    color: #666;
    box-shadow: inset 0px 1px 1px #fafafa, inset 0px -2px 1px #ccc;
    -ms-box-shadow: inset 0px 1px 1px #fafafa, inset 0px -2px 1px #ccc;
    -o-box-shadow: inset 0px 1px 1px #fafafa, inset 0px -2px 1px #ccc;
    -moz-box-shadow: inset 0px 1px 1px #fafafa, inset 0px -2px 1px #ccc;
    border-bottom: 1px solid #aaa;
    
    cursor: pointer;
}

.pages a:hover { background: #eee; }

.pages a.active {
    background-color: #5BB75B;
    background-image: linear-gradient(to bottom, #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);    
}
.pages a.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}




table.calendar {
    
}
table.calendar thead tr th {
    padding: 5px;
    min-width: 20px;
    text-align: center;
}
table.calendar thead tr th.weekend {
    background: #990000;
}

table.calendar tbody tr td {
    border: 1px solid #eee;
    min-width: 20px;
    text-align: center;
    color: #aaa;
}
table.calendar tbody tr td .body{
    position: relative;	
    
}
table.calendar tbody tr td.weekend {
    background: #eee;
}

table.calendar tbody tr td.houseName {
    color: #000;
    padding: 10px;
    vertical-align: middle;
    text-align: left;
}
table.calendar tbody tr:hover td {
    border-bottom: 1px solid #000;
}

.dayNo {
    padding: 5px;
}
.calFB {
    height: 20px;
    display: block;
}
.calFBB {
    float: right;
    width: 45%;
}
.calFBE {
    float: left;
    width: 45%;
}

.calendarInfoBox {
    position: absolute;
    bottom: 25px;
    left: -10px;
    background: #fff;
    padding :10px;
    border: 1px solid #aaa;
    z-index: 2;
    width: 150px;
    font-size: 11px;
    display: none;
}
.calendarInfoBox .period {
    text-align: center;
}
.calendarInfoBox .type {
    color: #fff;
}
table.calendar tbody tr td:hover  .calendarInfoBox { display: block; }
				 
.calendar .title { font-size: 20px; color: #000;}

.calm td { vertical-align: middle;}

table.calm tbody tr td { border :0px !important;}