/* @override http://localhost:3000/stylesheets/hkfs.css */

/* Clear */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    min-height: 1px;
}

* html .clear {
    height: 1px;
}

/* basic styles */
body {
    background: #024c02 url(../images/background.jpg) no-repeat center top;
}

a {
    color: #024c02;
}

a:hover {
    color: #049904;
}

small {
    display: block;
    color: #024c02;
    font-weight: bold;
    font-size: 8pt;
    margin-bottom: 10px;
}

h1 {
    font-size: 13pt;
    width: 431px;
    height: 27px;
    background: url(../images/header.png) no-repeat;
    color: #fff;
    padding: 18px 35px;
    font-weight: normal;
}


h1 a {
    margin-left: 10px;
    font-size: 9pt;
    color: #000;
    font-weight: normal;
}

h2 {
    font-size: 12pt;
    margin: 5px 0 5px 0;
}

h3 {
    font-size: 10pt;
    margin: 5px 0 5px 10px;
    text-decoration: underline;
}

div.form textarea {
    width: 450px;
    margin-bottom: 15px;
}

div.ajax-message {
    margin: 10px 5px 3px 5px;
}

div#loading-message {
    background: url("/images/loading.gif");
    width: 16px;
    height: 16px;
}

div.form .entry {
    width: 100%;
    height: 30px;
    padding: 2px 0 5px 0;
    clear: both;
}

div.form .header {
    width: 20%;
    float: left;
}

div.form .full-header {
    width: 100%;
    float: left;
}

div.form .field {
    width: 48%;
    float: left;
}

div.form .long-field {
    width: 63%;
    float: left;
}

div.form .error {
    width: 30%;
    float: left;
    color: #f00;
    font-size: 8pt;
}

div.form .fieldWithErrors {
    display: inline;
}

div.form span.remark {
		display: block;
		width: 100%;
    font-size: 9pt;
    color: #555;
    margin-top: 5px;
    margin-bottom: 10px;
}

div.form h2 {
    font-weight: bold;
    font-size: 10pt;
    margin-top: 10px;
}

div.form h3 {
    font-weight: normal;
    font-size: 10pt;
    margin-top: 10px;
}

div.form p {
    font-weight: bold;
    color: #f00;
    margin: 8px 0 6px 0;
}

div.form .file-upload {
    width: 600px;
    clear: both;
    margin: 5px 0 5px 0;
}

div.form .file-upload .uploaded-file-list, div.form .file-upload .upload-new-list {
    width: 100%;
    margin: 0 0 20px 0;
}

div.form .file-upload .uploaded-file-entry {
    background: #eee;
    border-top: solid #ccc 1px;
    border-bottom: solid #ccc 1px;
    padding: 5px;
    margin: 5px 0 5px 0;
    min-height: 20px;
}

div.form .file-upload .upload-new-entry {
    padding: 5px;
    margin: 5px 0 5px 0;
}

div.form .file-upload .file-name {
    float: left;
    width: 90%;
}

div.form .file-upload .file-path {
    float: left;
    width: 98%;
    margin: 3px;
    padding: 3px;
    border: solid #ccc 1px;
}

div.form .file-upload .file-delete {
    float: left;
    width: 10%;
}

div.form .file-upload .file-delete a {
    display: block;
    float: right;
    width: 9px;
    height: 9px;
    border: solid #aaa 1px;
    padding: 3px;
    font-weight: bold;
    font-size: 6pt;
    text-decoration: none;
    text-align: center;
    color: #aaa;
}

div.form .file-upload .file-delete a:hover {
    border: solid #101010 1px;
    color: #101010;
}

span.message {
    display: block;
    width: 80%;
    padding: 10px;
    border: dashed 1px #032203;
    margin: 5px 0 10px 0;
    color: #024c02;
    font-weight: bold;
}

div#main-container {
    background: url(../images/paperbg.jpg) no-repeat center top;
    margin: 0 auto;
    width: 960px;
}

div#main-header {
    height: 217px;
    padding: 0 39px 0 35px;
}

div#main-header #logo a {
    display: block;
    width: 100%;
    height: 100%;
}

div#main-header #logo {
    position: relative;
    left: 75px;
    top: 100px;
    background: url(../images/logo.png) repeat-x scroll 0 0;
    width: 270px;
    height: 56px;
    text-indent: -9999px;
}

div#main-header #account {
    position: relative;
    top: 80px;
    left: 425px;
    text-align: right;
    font-size: 10pt;
    width: 400px;
}

div#main-header #account a {
    color: #000;
}

div#main-header ul#language {
  display: inline;
  list-style: none;
}

div#main-header ul#language li {
  display: inline;
  margin: 0 6px 0 0;
}

div#main-header ul#language li a {
  text-decoration: none;
  color: #aaa;
}

div#main-header ul#language li.current a {
  color: #444;
  font-weight: bold;
}

div#main-header #advertisement {
    position: relative;
    top: -58px;
    left: 350px;
    width: 468px;
    height: 60px;
    border: 1px #000 solid;
}

div#main-header #advertisement img {
    width: 468px;
    height: 60px;
}

div#main-header #advertisement span {
    display: block ;
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 18pt;
}

div#main-header ul#menu {
    margin: 45px auto 0;
    list-style: none;
    text-align: center;
}

div#main-header ul#menu li {
  display: inline;
    margin: 10px 12px 0;
}

div#main-header ul#menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 12pt;
}

div #main-header ul#menu li.hili a {
    color: #0d200d;
}

div#main-header ul#menu li a:hover {
    color: #032203;
}

div#main-header ul#menu li.hili a:hover{
    color: #048c04;
}

div#main-content, div#menu-sidebar, div#main-side-content {
    float: left;
}

div#main {
    background: url(../images/contentbg.jpg);
    min-height: 1000px;
    height: auto !important;
    height: 1000px;
}

div#main-front {
    background: url(../images/topcontentbg.jpg) no-repeat;
    min-height: 1000px;
    height: auto !important;
    height: 1000px;
    padding: 15px 85px 25px 80px;
}

div#main .grid_8 {
	width:  60%;
	float:  left;
}

div#main .grid_4 {
	width:  37%;
	float:  right;
}

div#main .grid_2 {
	width:  20%;
	float:  left;
}

div#main .grid_10 {
	width:  78%;
	float:  right;
}

div#main .grid_3 {
	width:  30%;
	float:  left;
}

div#main .grid_9 {
	width:  68%;
	float:  right;
}

div#sidebar .sidebar-item {
    float: right;
    width: 288px;
    margin: 0 0 20px 0;
}

div#sidebar .sidebar-item li {
    padding-bottom: 5px;
}

div#sidebar .sidebar-item .sidebar-header, div#sidebar .sidebar-item .sidebar-header-no-line {
    display: block;
    background: url(../images/section_header.jpg) no-repeat;
    width: 242px;
    height: 31px;
    padding: 20px 0 0 40px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

div#sidebar .sidebar-item .sidebar-header .title {
    width: 68%;
    float: left;
}

div#sidebar .sidebar-item .sidebar-header .more {
    margin: 5px 5px 0 10px;
    font-size: 9pt;
    display: block;
    width: 20%;
    text-align: center;
    float: right;
}

div#sidebar .sidebar-item .sidebar-header-no-line {
    background: url(../images/section_header_no_line.gif) no-repeat;
    height: 13px;
}

div#sidebar .sidebar-item .sidebar-middle {
    background: url(../images/section_middle.jpg) repeat-y;
    padding: 10px 20px 0 40px;
    width: 222px;
}

div#sidebar .sidebar-item .sidebar-middle ol {
    margin: 0px;
}

div#sidebar .sidebar-item .sidebar-footer {
    background: url(../images/section_footer.jpg) no-repeat;
    width: 282px;
    height: 33px;
}

div #menu-sidebar {
    margin-bottom: 10px;
    width: 90%;
    float: left;
}

div #menu-sidebar div {
    height: 21px;
    background: url(../images/menubg.png) no-repeat;
    padding: 10px 20px;
}

div #menu-sidebar div.hili a {
/*    color: #06d906;*/
    color: #0d200d;
}

div #menu-sidebar div a {
    display: block;
    width: 100%;
    font-size: 11pt;
    text-decoration: none;
    text-align: left;
}

div #menu-sidebar .sub-menu {
    margin-left: 15px;
}

div#main-footer span {
    margin: 5px ;
}

div#main-footer {
    margin: 0px auto 0 auto;
    clear: both;
    height: 160px;
    padding: 480px 120px 25px 110px;
    background: url(../images/footerbg.jpg) no-repeat;
}

div#main-footer a {
    color: #000;
}

div#main-footer a:hover {
    color: #bdbdbd;
}

div#main-footer #overture {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

div#main-footer #bottom-advertisement {
    float: left;
    width: 728px;
    height: 90px;
    border: 1px #000 solid;
}

div#main-footer #copyright {
    float: left;
    width: 70%;
    height: 30px;
    padding: 13px 0 0 0;
}

div#main-footer #developer {
    float: right;
    text-align: right;
    width: 29%;
    padding: 13px 0 0 0;
}

div.inner-ad {
    border: solid #000 1px;
    width: 468px;
    height: 60px;
}

div.pagination {
    text-align: left;
    padding: 15px 0 5px 0;
}

div.pagination span, div.pagination a {
    margin-right: 5px;
    font-size: 11pt;
}

div.pagination span.current-page {
    font-weight: bold;
}

div.list {
    margin: 0 0 30px 0;
}

div.list .list-header {
    font-weight: bold;
    padding: 0 0 20px 0;
    border-bottom: solid 2px #000;
}

div.list .list-header a {
    color: #000;
}

div.list .list-header div, div.list .list-entry div {
    float: left;
    width: 115px;
}

div.list .list-header div.short, div.list .list-entry div.short {
    width: 90px;
}

div.list .list-entry {
    border-bottom: solid #ccc 1px;
}

div.list .list-entry div {
    padding: 5px 0 0 0;
}

div.list div.name {
    width: 150px;
}

div.list div.non-member-name {
    width: 267px;
}

div.list .pagination {
    margin: 15px 0 25px 0;
}

div#overture ul {
    list-style: none;
}

div#overture ul li {
    float: left;
    display: block;
    margin: 0 15px 0 0;
    padding: 0;
}

/* special styles */
/* sidebar */
div#sidebar div.sidebar-item div#login-form .entry {
    width: 100%;
    padding: 0;
}

div#sidebar div.sidebar-item div#login-form .entry .header {
    float: left;
    width: 35%;
    margin: 5px 0 5px 0;
}

div#sidebar div.sidebar-item div#login-form .entry .field {
    float: left;
    width: 55%;
    margin: 5px 20px 5px 0;
}

div#sidebar div.sidebar-item div#login-form .entry .field input {
    width: 100%;
}

div#sidebar div.sidebar-item div#login-form .button {
    width: 92%;
    text-align: right;
    font-size: 8pt;
}

div#sidebar div.sidebar-item div#login-form .button input {
    width: 50px;
    margin: 5px 0 0 15px;
}

div#login-form {
    width: 100%;
}

/* users system */
div.form div.membership {
    border: dashed #ccc 2px;
    padding: 10px 10px 5px 10px;
    width: 95%;
    height: 130px;
    margin: 10px 0 20px 0;
}

div.form div.membership p {
    font-weight: normal;
    color: #000;
    margin: 3px 0 8px 0;
}

div.form div.membership p input[type="text"] {
    margin-left: 10px;
    width: 130px;
}

div.form div.membership div.member, div.form div.student {
    width: 44%;
    float: left;
    background: #ccc;
    margin: 5px 0px 15px 0;
    padding: 7px;
}

div.form div.membership div.member {
    margin-right: 8px;
    width: 46%;
}

div.form div.membershiip-error {
    margin-top: -10px;
    width: 100%;
}

div #mail-preview {
    padding: 5px;
    border: solid #ccc 2px;
    margin: 0 0 10px 0;
}

div#requsted-for-confirmation {
  margin: 10px 0;
  padding: 6px 15px;
  width: 400px;
  color: #FF0000;
  border: 2px dashed #ccc;
}

/* content-management-system */
div .post-entry {
    margin: 10px 0 28px 0;
}

div .post-entry h2 .fb_share {
  float: right;
}

div.content-list .list-header div, div.content-list .list-entry div {
    float: left;
    width: 70px;
}

div.content-list .list-header div.title, div.content-list .list-entry div.title {
    width: 245px;
    padding: 0 20px 0 0;
}

div.content-list .list-header div.action, div.content-list .list-entry div.action {
    width: 40px;
}

div.content-list .list-header div.parent, div.content-list .list-entry div.parent {
    width: 80px;
}

/* survey system */
div#questions_list {
    min-height: 400px;
    border-right: solid #ccc 1px;
}

div#questions_list li {
    padding: 5px 3px 5px 0;
    border-bottom: solid #ccc 1px;
}

div#survey-form {
    margin-bottom: 15px;
}

div#survey-form ol li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

div#survey-form ol li p {
    padding: 0;
    margin: 0 0 5px 0;
}

div#survey-form ol li div.answers-container {
    width: 100%;
    float: left;
}

div#survey-form ol li div.answers {
    width: 80%;
    float: left;
}

div#survey-form ol li div.error {
    width: 20%;
    float: left;
}

div#survey-list .survey-entry {
    width: 90%;
}

div#survey-list ul {
    list-style: none;
}

div#survey-list li {
    display: block;
    width: 100%;
    margin: 0;
}

div#survey-list li .survey-entry {
    width: 100%;
}

div#survey-list li .header div {
    font-weight: bold;
}

div#survey-list li .survey-entry div {
    display: block;
    margin-bottom: 10px;
}

div#survey-list li .survey-entry .number {
    float: left;
    width: 7%;
}

div#survey-list li .survey-entry .name {
    float: left;
    width: 63%;
}

div#survey-list li .survey-entry .created {
    float: left;
    width: 15%;
}

div#survey-list li .survey-entry .taken {
    float: right;
    text-align: right;
    width: 14%;
}

div#sidebar div.new-survey-link a, div#sidebar div.new-petition-link a, div#sidebar div.new-recruitment-link a, .publish-highlighed-button, .enlarged-botton {
    display: block;
    width: 263px;
    height: 20px;
    padding: 10px;
    text-align: center;
    font-size: 12pt;
    border: solid #ccc 1px;
    background: #eee;
    color: #555;
    text-decoration: none;
}

.publish-highlighed-button {
    display: inline;
    margin: -10px 10px 15px 10px;
    height: 40px;
    cursor: pointer;
}

div#sidebar div.new-survey-link a:hover, div#sidebar div.new-petition-link a:hover, div#sidebar div.new-recruitment-link a:hover {
    background: #ccc;
    border: solid #eee 1px;
    text-decoration: underline;
}

div.survey-report .survey-report-item {
    margin-bottom: 15px;
}

div.survey-report .survey-report-item .survey-report-graph, div.survey-report .survey-report-item .survey-report-text-answer {
    text-align: center;
}

div.survey-report .survey-report-item .survey-report-text-answer {
    margin-bottom: 3px;
    padding: 5px;
}

/* petition system */
div.signer {
    margin-left: 20px;
}

div.signer div.header {
    width: 100px;
}

.signer-records {
    width: 100%;
}

.signer-records .signer-record {
/*    float: left;*/
    width: 28%;
    padding: 10px;
}

.signer-records .signer-record div.name {
    border-bottom: solid 1px #000;
    margin-bottom: 6px;
}

div.petitions div.petition {
    float: left;
    width: 28%;
    border-bottom: solid 2px #ccc;
    padding: 0px 6px 6px 0;
    margin: 0px 15px 15px 0;
}

div.petitions div.petition div {
    margin-bottom: 3px;
}

div.field div#completed-message {
    font-size: 12pt;
    padding: 10px 5px 5px 5px;
    border: solid 1px #ccc;
    margin-bottom: 5px;
}

div#petition-group-by-link {
    text-align: right;
    margin: 5px 0;
}

div#petition-default-list ol li {
    margin-top: 5px;
}

div#petition-default-list ol li h3 {
    margin: 0 0 5px 0;
}

div.edit_petition_group .default-setting {
    margin: 10px 0 10px 0;
}

div.edit_petition_group .default-setting select {
    margin: 0 10px 0 0;
}

div#petition-global-replace {
    margin: 10px 0;
}

/* recruitment system */
div.form div.category {
    margin-bottom: 10px;
}

div.form span.add-category-link {
    display: block;
    margin-bottom: 20px;
}

div#recruitment-viewer hr {
    display: block;
    margin: 10px 0 10px 0;
}

div.position-information {
    width: 100%;
    clear: both;
}

div.position-information .entry {
    padding-top: 5px;
    width: 100%;
    clear: both;
}

div.position-information .entry .header {
    float: left;
    width: 20%;
}

div.position-information .entry .value {
    float: left;
    width: 79%;
}

div#applicant-list, div#applicant-list .entry {
    width: 100%;
    clear: both;
    padding: 5px 0;
}

div#applicant-list .entry .header {
    font-weight: bold;
}

div#applicant-list .entry .name, div#applicant-list .entry .email, div#applicant-list .entry .contact-number,
div#applicant-list .entry .salary, div#applicant-list .entry .resume, div#applicant-list .entry .cover-letter {
    float: left;
    width: 15%;
}

div#applicant-list .entry .email {
  overflow: hidden;
}

div.recruitment-item {
    width: 96%;
    border: solid 1px #ccc;
    padding: 7px;
    margin: 5px 0;
}

div.recruitment-item div {
    margin: 2px 0;
}

div.recruitment-item .title {
    margin: 5px 0;
}

div.recruitment-item .title a, div.recruitment-item .title span {
    font-size: 12pt;
}

div.recruitment-item .job-type, div.recruitment-item .salary {
    float: left;
    width: 50%;
}

div#recruitment-index {
    margin: 10px 0;
}

div#recruitment-index ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-position: inside;
}

div#recruitment-index li {
    display: block;
    float: left;
    margin: 0 25px 0 0;
    padding: 0;
}

p#recruitment-message {
    margin-top: 20px;
}

/* advertisement system */
div#advertisement-list .item .status, div#advertisement-list .item .shown, div#advertisement-list .item .clicked {
    float: left;
    width: 25%;
    margin-bottom: 10px;
}

div#advertisement-list .item .edit, div#advertisement-list .item .delete {
    float: left;
    width: 12%;
    margin-bottom: 10px;
}

div#advertisement-list .item .image, div#advertisement-list .item .url {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}

div#advertisement-list .item .url {
    margin-bottom: 25px;
}

div#advertisement-list .item .url a {
    font-weight: bold;
}

/* User list */
#reverify-all-members {
  margin-bottom: 15px;
}