﻿.control_list
{
	line-height: 150%;
	width: 100%;
}

.border
{
	border: solid 1px silver;
}


.lbl_title
{
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding: 8px 0px 8px 0px;
	margin-bottom: 6px;
}

.image_block
{
	width: 100%;
	text-align: center;
}

.publish_status_finished
{
	color: White;
	background-color: Black;
	border: solid 1px Black;
	width: 100px;
	text-align: center;
}

.publish_status_not_start
{
	color: Black;
	background-color: White;
	border: solid 1px Black;
	width: 100px;
	text-align: center;
}

.publish_status_in_publish
{
	color: Red;
	background-color: White;
	border: solid 1px Black;
	width: 100px;
	text-align: center;
}
/*Style for DataStatus*/
.data_status_edit
{
	color: Black;
	background-color: White;
	border: solid 1px Black;
	width: 100px;
	text-align: center;
}
.data_status_apply
{
	color: Black;
	background-color: Yellow;
	border: solid 1px Black;
	width: 100px;
	text-align: center;
}
.data_status_ok
{
	color: Black;
	background-color: #99ccff;
	border: solid 1px Black;
	width: 100px;
	text-align: center;
}
.data_status_edit_again
{
	color: White;
	background-color: Black;
	border: solid 1px Black;
	width: 100px;
	text-align: center;
}

.image_button
{
	text-align: center;
	font-size: 6pt;
	width: 50px;
}



/*Style for Button in JobOfferInfo Page*/
.jobinfo_button
{
	width: 80px;
	height: 20px;
	text-align: center;
}
/*Style for Button in JobOfferInfo Page
with no width limit*/
.jobinfo_edit_button
{
	padding-top: 2px;
	padding-left: 1px;
	vertical-align: middle;
	text-align: center;
}

.view_small_show
{
	height: 16pt;
	width: 510px;
	overflow: hidden;
	
	font: 8pt;
}
.view_middle_shown
{
    height:30pt;
	width: 200px;
	font: 8pt;
	
	
	overflow: hidden;
	
}

.view_large_shown
{
	height: 30pt;
	font: 8pt;
	width: 275px;
	
	
	overflow: hidden;
	
}

.type_show_margin
{
	color: Black;
	background-color: White;
	border: #efefe2 1px solid;
	white-space: nowrap;
	width: 100px;
	text-align: center;
}
.shortcut_url
{
	background-color: #ffffff;
	border: solid 1px black;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	
}

.inner_form
{
	padding: 12px 8px 6px 8px;
}

.h1_title
{
	margin-left: 0px;
	text-align: left;
}
.fixed_header
{
	overflow: auto;
	height: 150px;

}
th.header
{
	background-color: #ffff66;
	position: relative;
   border: solid 1px silver;
   border-right: none;
   border-collapse: collapse;
	/* 	BORDER-top: rgb(128,128,128) 1px groove; BORDER-bottom: rgb(128,128,128)  1px groove; BORDER-left: rgb(128,128,128)  1px groove; BORDER-right: rgb(128,128,128) 1px groove; */

}

.autohide
{
    
    overflow:auto;
}

.border_black
{
    border:solid 1px black;
}

