﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html
{
    margin: 0;
    padding:0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	background: url(../Images/bg_page.gif) repeat-x center top;
	width: 100%;
	color: #333;
}
img{
	border: none;
}
.clear{
	clear: both;
}
a:link
{
    color: #034af3;
    text-decoration: none;
}
a:visited
{
    color: #505abc;
    text-decoration: none;
}
a:hover
{
    color: #1d60ff;
    text-decoration: underline;
}
a:active
{
    color: #12eb87;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
	color:#0B55C4;
	font-size:20px;
	font-weight:bold;
	margin:0;
	padding-bottom:8px;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */

#page-container{
	margin: 0 auto;
}
.top_banner{
	background-color: #fff;
	height: 80px;
}
.fl_r{
	float: right;
	margin-top: 5px;
	margin-right: 15px;
}
#menucontainer{
	background: url(../Images/nav_bg.gif) repeat-x top left;
	height: 35px;
}

.sf-menu
{
	margin: 0;
}

#main
{
    padding: 10px;
    background-color: #fff;
    overflow: hidden;
    min-height: 430px;
}
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

div.editor-label
{
	line-height: 2em;
}

/* TABLE
----------------------------------------------------------*/
table.adminlist
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table.adminlist td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table.adminlist th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

table.adminlist th a:link, table.adminlist th a:hover, table.adminlist th a:visited
{
    text-decoration: none;
}
.tableheader.adminlist tr, .tableheader.adminlist td
{
    border:none;
}
.tableheader img
{
    vertical-align:middle;
}
.adminlist td img
{
    vertical-align:middle;
    cursor:pointer;
}
/* MISC  
----------------------------------------------------------*/
.clear,.clr
{
	clear:both;
	height:0;
	overflow:hidden;
}

.perror
{
    color:Red;
    display:block;
    background-color:#EFEFEF;
    border:1px solid #E5E5E5;
    padding:3px;
    text-align:center;
}
.message
{
    color:Red;
    border:1px solid #ccc;
    background-color:#e5e5e5;
    display:block;
    margin:2px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color: #5c87b2;
    float: right;
}

#logindisplay a:link
{
    color: #5c87b2;
    text-decoration: none;
}

#logindisplay a:visited
{
    color: #5c87b2;
    text-decoration: none;
}

#logindisplay a:hover
{
    color: #5c87b2;
    text-decoration: underline;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-errors li
{
	font-weight: normal;
}

/* Login form */
.login
{
    width: 600px;
}

/* Main content */
#main img
{
    border: 0px;
}

#main .icon24x24
{
    width: 24px;
    height: 24px;
}

#main .icon32x32
{
    width: 32px;
    height: 32px;
}

/* Pager */
.pager 
{
	padding:3px;
	line-height: 25px;
}

.pager .disabled 
{
	border:1px solid #ddd;
	color:#999;
	margin-top:4px;
	padding:3px;
	text-align:center;
}

.pager .current 
{
	background-color:#06c;
	border:1px solid #009;
	color:#fff;
	font-weight:bold;
	margin-top:4px;
	padding:3px 5px;
	text-align:center;
}

.pager span, .pager a
{
	margin: 4px 3px;
}

.pager a 
{
	border:1px solid #c0c0c0;
	padding:3px 5px;
	text-align:center;
	text-decoration:none;
}

/* Create and Edit form */
label.action
{
    font-size: large;
    font-weight: bold;
}

input.title
{
    width: 480px;
    padding: 2px;
}

input.other
{
    width: 300px;
    padding: 2px;
}

textarea.description
{
    width: 480px;
    padding: 2px;
}
/* Form validate */
label.error
{
    float: none;
    color: red;
    vertical-align: top;
    padding-top: 2px;
    display: block;
    overflow: hidden;
    display:block;
}

label.valid {
	background: url('../images/checked.gif') no-repeat;
	display:inline-block;
	margin-left: 5px;
	height:16px;
	width:16px;
}

#category label.valid, #category input, #category span
{
	display: block;
	float: left;
	line-height: 24px;
}

/* General */
.required {
    color:#000;
}

.copiedOption {
    background-color:#d4d4d4;
}

.displaylist
{
    overflow: hidden;
    border:1px solid #CCCCCC;
    width: 300px;
    padding: 2px;
    float:left;
    cursor: pointer;
}
.displaylist label
{
    color: #000;
    display: block;
    cursor: pointer;
}

.more
{
    float: right;
    padding: 2px 10px;
    margin-top: -15px;
}

.message
{
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
    text-align: center;
    margin: 2px;
    padding: 5px;
	
    background:yellow;
    color: red;
    font-size:1.1em;
    font-weight: bold;
    text-transform: capitalize;
}

.mceEditor
{
    float:left;
}

/* Arrow List menu */
.arrowlistmenu
{
	margin-top: 5px;
	overflow: hidden;
	width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font-weight: bold;
	color: #12589C;
	background: #E8EEF4;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	padding: 5px 0 5px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .menuheader a
{
	color: #12589C;
	text-decoration: none;
	display: block;
}

.arrowlistmenu .parent_active, .arrowlistmenu .parent_active a{ /*CSS class to apply to expandable header when it's expanded*/
	color: White;
	background: #696969;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background: lightgreen !important;
}

.arrowlistmenu ul li a{
	color: #696969;
	background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu ul li a.child_active {
	background: url(../images/arrowbullet-active.png) no-repeat center left; /*custom bullet list image*/
	background-color: #F3F3F3;
}

.arrowlistmenu ul li a:visited{
	color: #696969;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background: lightblue;
}

/* Inline Widget */
#helpers 
{
	font-weight: normal;
}

#helpers ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#helpers ul li
{
	line-height: 30px;
	display: block;
	overflow: hidden;
}

#helpers ul li span
{
	width: 380px;	
	margin-right: 20px;
	display: block;
	float: left;
	line-height: 16px;
	padding: 3px 0px;
}

.button
{
	cursor: pointer;
}

.click
{
	margin-top: 8px;
	line-height: 16px;
}

/* Pulication */
.associated
{
	list-style-type: none;
	padding: 2px 0px;
	margin: 0px;
}

#enquiryform_display li span, 
#keyword_display li span
{
	width: 265px;
	float: left;
	display: block;
	overflow: hidden;
}

#enquiryform_display li label, 
#keyword_display li label
{
	display: inline;
	color: #696969;
}

#enquiryform_display li,
#keyword_display li
{
	list-style-type: none;
}

/* Weighted In-Out */
.weighted
{
	width: 250px;
	float: left;
}
.weighted ul
{
	clear: both;
	border: solid 1px #ccc;
	display: block;
	height: 220px;
	list-style-type: none;
	padding: 3px;
	margin: 5px;
	float: none;
}

.weighted ul li
{
	display: block;
	list-style-type: none;
}

.weighted input
{
	float: left;
}

.weighted span
{
	float: left;
	width: 170px;
	white-space: nowrap;
	overflow: hidden;
}

.error_message
{
	color: Red;
	display: block;
	width: 300px;
	float: left;
}

#main h2
{
	border: 1px solid #E8EEF4;
	text-align: center;
	margin: 5px 0px;
	padding: 10px;
	color: #696969;
}
.provider
{
    display:block;
    width:355px;
}
.provider .pimg
{
    width:50px;
    padding:2px;
    border:1px solid #ccc;
    float:left;
    margin-right:5px;
}
.provider .ptitle
{
    float:left;
    width:290px;
}
.editor-field
{
    display:block;
    padding:2px;
}
.tabhtml
{
    padding-left:10px;
}
.tabparent
{
    font-weight:bold;
}
.add
{
    vertical-align:middle;
}
.asset
{
    display:block;
}
.asset img
{
    vertical-align:middle;
}
.asset .avatar
{
    width:40px;
    padding:2px;
    border:1px solid #ccc;
    float:left;
    margin-right:5px;
}
.asset .title
{
   float:left;
   width:100px;
}
.txt_number
{
   text-align:right;
}
.txt_label{
    color:#0081AF;
}
.txt_header {
    color:#0081AF;
    font-weight:bold;    
    text-decoration:none;
    font-size:1.3em;
}

.noresult
{
    text-align: center;
    display:block;
    padding: 10px 0px;
    font-size: large;
    font-weight: bold;
    color: rgb(204, 204, 204);
    font-family: Helvetica, sans-serif;
}

/* Tool box */
div.header {
	background-repeat:no-repeat;
	color:#0B55C4;
	font-size:22px;
	font-weight:bold;
	line-height:48px;
	margin-left:10px;
	padding-left:55px;
}
div.header span { color: #666; }
.icon-48-generic {
	background-image:url("../images/header/icon-48-generic.png");
}

/** toolbar **/
div.toolbar { float: right; text-align: right; padding: 0; padding-right: 10px; }
table.toolbar    			 { border-collapse: collapse; padding: 0; margin: 0;	 }
table.toolbar td 			 { padding: 1px 1px 1px 4px; text-align: center; color: #666; height: 48px; }
table.toolbar td.spacer  { width: 10px; }
table.toolbar td.divider { border-right: 1px solid #eee; width: 5px; }
table.toolbar span { float: none; width: 32px; height: 32px; margin: 0 auto; display: block; }
table.toolbar a {
   display: block; float: left;
	white-space: nowrap;
	border: 1px solid #fbfbfb;
	padding: 1px 5px;
	cursor: pointer;
}
table.toolbar a:hover {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #0B55C4;
}

/** footer **/
#footer 
{
	font-size: 8pt;
	background:url("../Images/bg_footer.gif") repeat-x scroll left top transparent;
	height:86px;
	margin:0;
}
.copyright
{
	padding-top: 10px;
	padding-left: 30px;
	width: 600px;
	float: left;
}
.powerby
{
	float: right; 
	padding-top: 10px;
	padding-right: 30px;
}

/** Error **/
.field-validation-error
{
	display: block;
}


table.admintable td {
	padding:3px;
	border: none;
}
table.admintable td.key, 
table.admintable td.paramlist_key {
	background-color:#F6F6F6;
	border-bottom:1px solid #E9E9E9;
	border-right:1px solid #E9E9E9;
	color:#666666;
	font-weight:bold;
	text-align:right;
	width:140px;
}
table.paramlist td.paramlist_description {
	background-color:#F6F6F6;
	border-bottom:1px solid #E9E9E9;
	border-right:1px solid #E9E9E9;
	color:#333333;
	font-weight:normal;
	text-align:left;
	width:170px;
}
table.admintable td.key.vtop {
	vertical-align:top;
}

.pager {
	margin:8px 3px;
	padding:3px;
}
.pager .disabled {
	border:1px solid #DDDDDD;
	color:#999999;
	margin-top:4px;
	padding:3px;
	text-align:center;
}
.pager .current {
	background-color:#0066CC;
	border:1px solid #000099;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:4px;
	padding:3px 5px;
	text-align:center;
}
.pager span, .pager a {
	margin:4px 3px;
}
.pager a {
	border:1px solid #C0C0C0;
	padding:3px 5px;
	text-align:center;
	text-decoration:none;
}

#adminForm .hasDatepicker
{
	width: 120px;
}

table.reporttable
{
	border: solid 1px #000;
	border-collapse: collapse;
}
table.reporttable tr,
table.reporttable td,
table.reporttable th
{
	border: solid 1px #000;
}

table.reporttable td
{
	 padding: 5px;
}
.viewreport
{
    display:block;
}
.viewreport .list
{
    float:left;
    width:500px;
}
.viewreport .condition
{
    float:left;
    width:470px;
}
.perror
{
	background: #FFEBE8;
	border: 1px solid red;
	margin-left: .3em;
	color:Red;
	text-align:center;
}

#report h2
{
	border: none;
	text-align: left;
	font-size: 1.2em;
	padding-left: 0px;
	color: #000;
	text-transform: uppercase;
}

.condition
{
	width: 365px;
}

#adminForm .error
{
	border: solid 1px red;
}
#browser {
    font-family: Arial,Helvetica,sans-serif;
}
#browser img{
    vertical-align:middle;
}
.filetree span.keyword {
    display:block;
    padding:1px 0 1px 1px;
}
table.adminlist img.represent 
{ 
	border: 1px solid #CCCCCC;
    margin-right: 5px;
    padding: 1px;
    width: 80px;
    height:60px;
    overflow:hidden;
}
table.adminlist div.div_img  
{
	float:left;
	width: 85px;
    height:65px;
    overflow:hidden;
}
table.adminlist div.div_content { padding:2px;}
table.adminlist div.title {font-weight:bold; font-size:1.2em;}
table.adminlist div.summary {padding-top:5px;}
.add
{
	cursor:pointer;
}

li img.bor_img
{
    border: 1px solid #CCCCCC;
    padding: 3px;
}
.h_company
{
	float: left;
    font-size: 18px;
    padding-top: 20px;
    text-align: center;
    width: 450px;
}
.h_company .h_name, .h_company .h_info
{
	padding:3px;
}
.h_company .h_name
{
	text-transform:uppercase;
	color:#F7931E;
	font-weight:bold;
}
.h_company .h_info
{
	text-transform:uppercase;
	color:#5E9EB7;
	font-weight:bold;
	font-size:15px;
}

ul.list_rdo
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.list_rdo li
{
	display:block;
	list-style-type:none;
	float:left;
	width:205px;
}
.ui-autocomplete-input {
    margin: 0;
    padding: 0.28em 0 0.27em 0.25em;
    width: 300px;
}
.ui-widget {
    font-family: Arial,sans-serif;
    font-size: 9pt;
}

.ui-button { margin-left: -1px; }
.ui-button-icon-only .ui-button-text { padding: 0.15em; } 
.ui-autocomplete-input { margin: 0; padding: 0.28em 0 0.27em 0.25em; width:180px;height:19px; }
ul.list_city
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.list_city li
{
	display:block;
	list-style-type:none;
	float:left;
	width:120px;
}
ul.list_job_cat
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
ul.list_job_cat li
{
	display:block;
	list-style-type:none;
	margin-right:5px;
	float:left;
	width:200px;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 0px;
    font-family:"Arial",Helvetica,sans-serif;
}
