/* =================================================== */
/*    Hong Kong Management Association Classic Style   */
/* =================================================== */

/* Default Setting =================================== */

a:link{
    color:#000000; text-decoration: none;
}

a:visited{
    color: #000000; text-decoration: none;
}

a:active{
    color: #000000; text-decoration: none;
}

a:hover{
    color: blue; text-decoration: none;
}

body
{
    margin-top: 0px; margin-bottom: 0px;
}

body, th, td, legend, input, select, label, a{
    font-size: 12px;
    font-family: Arial;
}

input, select{
    vertical-align: middle;
}

th, legend{
    white-space: nowrap;
}

fieldset{
    margin: 2px;
}

input, textarea, label{
    cursor: default;
}

label{
    position: relative;
    top: 2px;
}

/* 控制日历图标垂直居中的样式 */
.calendarImg img{
    vertical-align: middle;
}

/* Error Area Style =================================== */

input.error, select.error, textarea.error{
    color: blue;
    background-color: red;
}

.error{
    color: red;
}

/* common style ==================================== */

/* 普通的标题 */
.standardTitle{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

/* 蓝色的标题 */
.standardBlueTitle{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #0006A7;
}

/* 普通的子标题 */
.standardSubTitle{
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}

/* 普通的字体 */
.standardText{
    font-family: Arial;
    font-size: 12px;
}

/* 普通的内容样式 */
.standardContent{
    font-family: Arial;
    font-size: 12px;
    line-height: 16px;
    word-spacing: 1px;
}

/* 提示信息 */
.standardPrompt{
    font-family: Arial;
    color: #FF2525;
    font-size: 12px;
}

/* 圆点的样式 */
.standardDot{
    font-size: 35px;
    width: 30px;
}

/* 功能菜单右边公司文字的样式 */
.menuCompanyPrompt{
    font-family: Arial;
    color: #00009E;
    font-size: 12px;
    padding-right: 18px;
}

/* 功能菜单右边欢迎文字的样式 */
.menuWelcomePrompt{
    font-family: Arial;
    color: #473A17;
    font-size: 12px;
    padding-right: 18px;
}

/* 首页标题 */
.homeTitle{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

/* 提示信息的样式 */
.operateMessage{
    color: red;
    text-align: center;
}

/* form style ==================================== */

/* 增加/编辑页面的提示信息 */
.formPrompt{
    font-family: Arial;
    color: #FF2525;
    font-size: 11px;
}

.formTitle, .formGrayTitle, .formSubTitle, .formContent{
    font-family: Arial;
    line-height: 16px;
}

/* 增加/编辑页面的标题 */
.formTitle, .formGrayTitle{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.formGrayTitle{
    color: #676767;
}

/* 增加/编辑页面的子标题 */
.formSubTitle{
    font-size: 11px;
    font-weight: bold;
    color: #696969;
}

/* 增加/编辑页面的内容样式 */
.formContent{
    font-size: 11px;
}

/* 增加/编辑页面的Table样式 */
.formTable, .employerFormTable, .seekerFormTable{
    background-color: #D2EFFF;
    border: #AFAD94 1px solid;
    font-family: Arial;
    font-size: 11px;
    line-height: 16px;
}

.seekerFormTable{
    border: #D4D4D4 1px solid;
    background-color: #D9EEFF;
}

.formTable input, .formTable select, .formTable label, .formTable th, .formTable td,
.employerFormTable input, .employerFormTable select, .employerFormTable label, .employerFormTable th, .employerFormTable td,
.seekerFormTable input, .seekerFormTable select, .seekerFormTable label, .seekerFormTable th, .seekerFormTable td{
    font-size: 11px;
    font-family: Arial;
    margin: 2px 0px 2px 0px;
}

/* popup window Style =================================== */

/* 弹出窗口 body 的样式 */
.popupWinBody{
    margin: 35px 27px 35px 27px;
}

/* 弹出窗口的提示信息的样式 */
.popupWinPrompt{
    font-family: Arial;
    color: #FF2525;
    font-size: 12px;
}

/* 弹出窗口标题的样式 */
.popupWinTitle{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #737373;
}

/* 弹出窗口的内容 */
.popupWinContent{
    font-family: Arial;
    font-size: 12px;
    line-height: 16px;
}

/* 弹出窗口表格的样式 */
.popupWinTable{
    background-color: #D9EEFF;
    border: #E1E1E1 1px solid;
    padding: 10px 5px 5px 10px;
    font-family: Arial;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
}

.popupWinTable input{
    font-size: 12px;
    font-family: Arial;
    vertical-align: middle;
}

.popupWinButton{
    font-size: 12px;
    font-family: Arial;
    width: 70px;
}

a.popupWinLink:link{
    color: #000099;
    text-decoration: underline;
}

a.popupWinLink:visited, a.popupWinLink:active{
    color: #FF0000;
    text-decoration: underline;
}

a.popupWinLink:hover{
    color: #FF00FF;
    text-decoration: none;
}

a.popupWinRedLink:link, a.popupWinRedLink:visited, a.popupWinRedLink:active{
    color: #FF0000;
    text-decoration: underline;
}

a.popupWinRedLink:hover{
    color: #0000FF;
    text-decoration: none;
}


/* preview style ==================================== */


/* 查看信息页面的标题 */
.previewTitle{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

/* 查看信息页面的子标题 */
.previewSubTitle{
    font-family: Arial;
    font-size: 12px;
    color: #0006A7;
}

/* 查看信息页面的内容 */
.previewContent{
    font-family: Arial;
    font-size: 11px;
    line-height: 16px;
}

/* 查看信息页面的Table样式 */
.previewTable{
    background-color: #D1EFFF;
    border: #AFAD94 1px solid;
    font-family: Arial;
    font-size: 11px;
    line-height: 16px;
}

/* 查看信息页面的提示信息 */
.previewPrompt{
    font-family: Arial;
    color: #FF2525;
    font-size: 11px;
}

a.previewLink:link{
    color: #0006AA;
    text-decoration: underline;
}

a.previewLink:visited, a.previewLink:active{
    color: #FF0000;
    text-decoration: underline;
}

a.previewLink:hover{
    color: #FF00FF;
    text-decoration: none;
}

td.footerMenu a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-transform: none;
    color: #202020;
    letter-spacing: -1pt;
    text-decoration: none;
}

.footerText{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: none;
    color: #202020;
    letter-spacing: -1pt;
    text-decoration: none;
    height: 25px;
}

/* 有下划线默认为蓝色的链接 */
a.contentLink:link, a.contentLink:visited, a.contentLink:active {
    color: #0B0BFF;
    text-decoration: underline;
}

a.contentLink:hover {
    color: #CA2523;
    text-decoration: none;
}

/* 首页的样式 */
.loginLink{
    font-size: 11px;
    font-family: "Arial";
}

.loginText{
    font-size: 11px;
    font-family: "Arial";
}

.homeLink{
    font-size: 12px;
    font-family: "Verdana";
    color: #06309e;
    line-height: 20px;
    LETTER-SPACING: -1pt
}

a.homeLink:link{
    color: #06309e;
}

a.homeLink:visited{
    color: #06309e;
}

a.homeLink:active{
    color: #06309e;
}

a.homeLink:hover{
    color: #06309e;
}

.leftPadd
{
    PADDING-LEFT: 4px
}

/* 后台列表高亮的样式 */
.highlightForAdmin{
    background-color: #d7f8c7;
    cursor: pointer;
}

/*按钮间距表格样式*/
table.tableOfButton td{
	padding-right: 4px;
}