
/*
	Styles for HCN website [ client / candidate / admin sites ]
	created date: 12-MAR-2009	
*/


/* dnevaiki styles */
body {}

h1,h2,h3,h4,h5,h6 {height:auto; overflow: visible; font-weight:normal; color:#543202;}
h1 {margin:0 0 15px -1px; font-size:25px;}

label {text-transform:none !important; font-size:11px !important; vertical-align:baseline !important; line-height:120% !important; padding:0; margin:0; }

/* control resets */
input.dev-radio {background:inherit !important; //background:transparent !important; border:none !important; margin-right:2px !important; }

a.popup {padding-right:18px; background:url('../images/popup_icon.gif') 100% 2px no-repeat;}

/* header */
div#header div.top-status {position:relative; float:right; margin:0 35px 0; height:80px; width:350px;}
div#header div.top-status div.text {position:absolute; bottom:0; right:0; font-size:12px;}

/* breadcrumbs */
div.breadcrumbs {font-size:11px; text-transform:uppercase; margin:30px 0 15px 0px; color:#543202;}
div.breadcrumbs a {color:#543202; text-decoration:none; border-style:none;} /*:link, a:visited, a:active*/
div.breadcrumbs a:hover {color:#543202; text-decoration:underline;}

/* lightbox */
div.overlay { display:none; background:#000; opacity:0.30; -moz-opacity:0.3; filter:alpha(opacity=30); position:absolute; top:0; left:0; z-index:9999; height:1000px; width:100%;}
div.lightbox {
	display:none;
	
	border:1px solid #ccc;	
	position:fixed;
	text-align:left;
	width:780px; //width:810px;
	padding:15px; background:#f7f7f7; z-index:10000;
	top:200px; left:50%;
	margin-left:-405px;		
	
	//position:absolute;

	top: expression(
    	eval(document.documentElement.scrollTop+200) + "px"
	);
	
}
div.lightbox h1 {margin:0 0 10px 0; font-size:20px;}
div.lightbox p { margin: 0 0 10px 0px; }
div.lightbox div.control-holder {line-height:25px; /*background:#ff33ff;*/ font-size:12px; font-weight:bold;}
div.lightbox table.selected-items {margin:20px 0 20px 0; width:60%; font-size:12px; background:none;}
div.lightbox table.selected-items a {border-style:none; font-size:11px;}
div.lightbox table.selected-items td {padding:5px 0 5px 0; border-bottom:1px #ccc dashed;}

/* clean */
.clean {clear:both;}
div.cleaner { clear:both; line-height:0px; font-size:0px; height:0px; }

/* form */
div.form-holder {background:#f5f2e0; font-size:11px; text-transform:none; padding:10px 0 7px 0; margin-bottom:5px;}
div.form-holder.plain-data {/*background:#f4f4f4;*/ border:1px solid #e7e7e7; margin-bottom:15px;}
div.form-holder div.attention {padding-left:10px; margin:0 0 10px 0;}
div.form-holder fieldset {/*background:#ffccff;*/ /*border:1px solid #666;*/ margin:10px 0 7px 0; padding:3px 0 0 0;}
div.form-holder fieldset legend {font-weight:bold; padding-left:10px; color:#222;}
div.form-holder fieldset div.desc {margin:0 0 7px 155px; //margin-left:170px;}
div.form-holder fieldset div.desc.extended {margin:0 0 7px 10px; font-size:12px;}
div.form-holder fieldset div.form-line {margin-bottom:3px; /*background:#ccff00;*/ clear:both; }
div.form-holder fieldset div.form-label {float:left; width:145px; //width:160px; margin:0 10px 0 0; text-align:right; /*background:#66ccff;*/ }
div.form-holder fieldset div.form-label label {font-size:11px; text-transform:none; line-height:22px !important;}
div.form-holder fieldset div.form-field {float:left; width:340px; //width:330px; /*background:#ff6600;*/ line-height:22px !important;}
div.form-holder .alert {color:#ff0033 !important;}
div.form-holder .prominent-field {background-color:#f6df75 !important;}
.long { width:265px;}
.medium { width:150px;}
.short { width:110px;}
.very-short { width:30px;}

/* form UL reset */
div.form-holder ul { list-style:none !important; padding:0 !important; margin:0 !important; }
div.form-holder ul li { margin:5px 15px 0 0 !important; padding:0 !important; float:left;  list-style-image:none !important; border:none !important; }

/* result table */
table.hcn-table { background:#e4dfc8; text-align:left; color:#333; border-collapse:separate; line-height:120%; margin:0 0 10px 0;}
table.hcn-table caption {text-align:left; padding:7px 0 12px 0; color:#543202; font-size:18px; }
table.hcn-table th { background-color:#f5f2e0; color:#444; padding:3px 5px; line-height:20px; font-size:0.85em; text-align: left; font-weight:bold; }
table.hcn-table th.sort-up { background:#e8e4cf url('../images/sort-up.gif') no-repeat 95% 56%; padding-right:7%; }
table.hcn-table th.sort-down { background:#e8e4cf url('../images/sort-down.gif') no-repeat 95% 56%; padding-right:7%; }
table.hcn-table td { background:#fff; padding:3px 5px; font-size:0.85em; }
.pagination { font-weight:bold; font-size:11px; vertical-align:middle; }
.pagination a { margin:0 5px 0 0; font-weight:normal; }
.pagination span { margin:0 5px 0 0; }

/* text */
.big {font-size:12px;}
.bigger {font-size:14px;}
.normal-weight {font-weight:normal !important;}

/* 2c list */
dl.list-2c { width: 90%; margin: 0em 0em 0.2em 0em;}
dl.list-2c dt { float: left; margin: 0 0 3px 0; width:25%;}
dl.list-2c dd { margin: 0 0 3px 0; text-align: left; }

/* errors and alerts */
div.system-console { padding:10px; margin-bottom:20px; font-size:11px; line-height:160%; }
div.system-console.error {background:#ffe1e1; border:2px solid #ffc3c3;}
div.system-console.notice {background:#fff7b7; border:2px solid #f4e66d;}
div.system-console.success {background:#e8ffb7; border:2px solid #caef7a;}