table.tbl_work{
    width:100%;
    margin:10px;
}
table.tbl_work table{
    font-size:1em;
}
table.tbl_work div{
    font-size:1em;
}
table.tbl_work ul{
    font-size:1em;
}
table.tbl_work .css-panes ul li{
    padding-top:10px;
}
table.tbl_work .css-panes ol li{
    padding-top:10px;
}
table.tbl_show_reg{
    width:100%;
}
table.tbl_show_reg td{
    vertical-align:top;
    padding:10px;
}
table.tbl_show_reg td ul{
    margin:0;
}


td.td_right_info_block{        
    
}
td.td_right_info_block div{
    margin-top:13px;
    margin-left:10px;
    padding:10px;
    width:200px;
    /*border:1px solid #bbbbbb;*/
    background:#f1ebdc;
    -moz-border-radius:10px;
}
td.td_right_info_block div h3{
    color:black;
    font-size:120%;
    margin-bottom:4px;
    font-weight:normal;
    white-space:nowrap;
}
td.td_right_info_block div p{
    font-size:0.95em;
    color:#555;
}
td.td_right_info_block div table{
    font-size:0.95em;
    color:#555;
}



/* root element for tabs  */
ul.css-tabs {
	margin:0 !important;
	padding:0;
	height:30px;
	border-bottom:1px solid #999;
}

/* single tab */
ul.css-tabs li {
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
}

/* link inside the tab. uses a background image */
ul.css-tabs a {
	float:left;
	font-size:13px;
	display:block;
	padding:5px 30px;
	text-decoration:none;
	border:1px solid #999;
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright:10px;
	position:relative;
	top:1px;
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}

/* selected tab */
ul.css-tabs a.current {
	background-color:#ddd;
        border-color:#888;
	border-bottom:2px solid #ddd;
	color:#000;
	cursor:default;
}


/* tab pane */
.css-panes  div.div_panel {
	display:none;
	border:1px solid #999;
	border-width:0 1px 1px 1px;
	min-height:500px;
	padding:15px 20px;
	background-color:#ddd;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright:10px;
}


/* the overlayed element */
div.div_regoverlay {

	/* must be initially hidden */
	display:none;

	/* place overlay on top of other elements */
	z-index:10000;

	/* styling */
	background-color:white;

	width:575px;
	height:755px;
	border:1px solid #ccc;

        padding:30px 10px 20px 10px;

	/* CSS3 styling for latest browsers */
	-moz-border-radius: 20px;
	-moz-box-shadow:0 0 90px 15px #ddd;
	-webkit-box-shadow: 0 0 90px #ccc;
}

/* close button positioned on upper right corner */
div.div_regoverlay .close {
	background-image:url('/images/js_overlay/close.png');
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
