/* Css document by Svein Erik Storkaas - CssTemplatesWeb.com | 2008 */

body 
{
 padding: 0;
 margin: 0;
}

#wrapper 
{
 width: 1200px;
 margin: 0 auto;
}

#oldwrapper 
{
 width: 782px;
 margin: 0 auto;
}

#border
 {
 border: 1px solid #A1A1A2;
 margin: 5px 0px 5px 0px;
 background-color: #fffffe;
 min-height: 600px;
 float:right;
 width: 950px;
}
#border1
 {
 border: 1px solid #8ECE5F;
 margin: 5px 0px 5px 0px;
 background-color: #fffffe;
 min-height: 600px;
 float: right;
 width: 950px;
}

#oldborder 
{
 border: 1px solid #8ECE5F;
 margin: 20px 0px 5px 0px;
 background-color: #fffffe;
 min-height: 776px;
 float: right;
 width: 780px;
}

.maintable
 {
 border: 1px solid #A1A1A2;
 margin: 5px 0px 5px 0px;
 background-color: #E3E4E7;
 float:right;
 width: 950px;
}

.maintable_mainpg
 {
 border: 1px solid #A1A1A2;
}

#Loginborder 
{
 border: 1px solid #8ECE5F;
 margin: 20px 0px 5px 0px;
 background-color: #fffffe;
 min-height: 776px;
 float: right;
 width: 780px;
}


* html #border {height:776px} /* IE Min-Height Hack */ 

#oldheader 
{
 margin: 6px 5px 3px 5px; 
 background-image:url(../Images/header1.jpg);
 background-repeat:no-repeat;
 height:140px;
}

#header 
{
 background-color:#093167; 
 background-repeat:repeat-x;
 height:50px;
}

.tableheader 
{
 background-color:#093167; 
 background-repeat:repeat-x;
 height:50px;
}

#headertextMain
{
	width:400px;
	height:40px;
	font-family:"Arial";
	font-size:26px;
	color:#fff;			
	float:left;
	clear:none;
	padding-left:10px;
	padding-top:2px;
}

#headertext
{
	width:150px;
	height:40px;
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#71c15c;
	float:left;
	clear:none;
	padding-bottom:15px; 
}

#headertext1
{
	width:150px;
	height:40px;
	font-family:"Trebuchet MS";
	font-size:18px;
	font-style:italic; 
	color:#71c15c;
	clear:none;
	padding-top:15px; 
}

#oldheadertext
{
	width:520px;
	height:40px;
	font-family:"Trebuchet MS";
	font-size:33px;
	color:#71c15c;
	margin:50px 0px 0px 10px;
	float:left;
	clear:none;
}

#headertextsmall
{	
	width:200px;
	font-family:"Arial";
	font-size:20px;
	color:#fff;			
	float:right;
	text-align : center;
	padding-top:20px;	
}


#oldheadertextsmall
{	
	width:250px;
	height:30px;
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#fff;			
	padding-left:50px;
	padding-top:20px;
	float:right;
	
}
/* ------------------------ Start Navigation Bar -----------------*/
#topmenu
{
height:46px;
width: 905px;
padding-left:5px;
background-repeat:no-repeat;
}

/*MEUNU*/
.glossymenu
{
	position: relative;
	padding: 0 0 0 14px;
	margin: 0 auto 0 auto;
	background: url(../Images/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li
{
	float:left;
}

.glossymenu li a
{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b
{
	float: left;
	display: block;
	padding: 0 12px 0 0px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover
{
	color: #fff;
	background: url(../Images/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b
{
	
	background: url(../Images/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}

/* ------------------------ End Navigation Bar -----------------*/


/* ------------------------ Start ../Images -----------------*/
img 
{
 display: inline;
 border: none;
}
img.block 
{
 display: block;
}
img.float 
{
 float: left;
 margin: 0px 14px 10px 0px;
}
/* ------------------------ End ../Images -----------------*/


/* ------------------------ Start Main Columns -----------------*/

#leftcolumn 
{ /* Parent Wrapper for inside boxes */
 margin: 6px 0px 0px 4px;
 display: inline; /* IE Hack */
 width: 240px;
 float: left;
 background-image:url(../Images/search-box.gif);
 background-repeat: no-repeat;
 min-height: 300px;
 padding: 0;

}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */

.leftcolumn-inner 
{ /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 220px;
 float: left;
 background-image:url(../Images/search-box.gif);
 background-repeat: no-repeat;
 min-height: 40px;
 padding: 10px;
 margin-bottom: 7px;
}
* html .leftcolumn-inner {height:40px} /* IE Min-Height Hack */

.in-the-news { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 235px;
 float: left;
 min-height: 125px;
 margin-bottom: 7px;
}

* html .in-the-news {height:125px} /* IE Min-Height Hack */


#rightcolumn {
/* border: 1px solid red;*/
 margin: 6px 0px 0px 0px;
 display: inline; /* IE Hack */
 width: 513px;
 float: left;
 min-height: 300px;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

#highlightnews {
 background-image:url(../Images/highlightnews.jpg); 
 height:auto;
 background-repeat: no-repeat;
 text-align: left;
 padding: 17px 10px 10px 13px;
 display: inline; /* IE Hack */
 float: left;
 width: 510px; 
}


#highlightnews img
{
	float:left;
	padding-right:10px;	
}

* html .sponsor {height:80px} /* IE Min-Height Hack */

.maincontent {
 min-height: 80px;
 display: inline; /* IE Hack */
 float: left;
 margin-bottom: 7px;
 width: 530px;
}
* html .maincontent {height:80px} /* IE Min-Height Hack */

.content-mid {
 background-image:url(../Images/content-mid.gif);
 background-repeat: repeat;
 padding: 5px 14px 5px 14px;
}
.content-mid img
{
	float:left;
	margin:3px 10px 14px 0px;
}
.left-mid {
 background-image:url(../Images/left-mid.gif);
 background-repeat: repeat;
 padding: 5px 14px 10px 14px;
}
.randompicture
{
background-image:url(../Images/left-mid.gif);
background-repeat: repeat;
text-align:center;
padding:5px 0px 5px 0px;
overflow:hidden;	
}

.left-heading {
 background-color:#093167;
 background-repeat: no-repeat;
 padding: 9px 14px 5px 10px; 
}


.heading_2 {
	background-color:#093167;
	background-repeat: no-repeat;
	padding: 1px 1px 1px 1px; 
	font-family:"Arial";
	font-size:14px;
	color:#fff;			
	text-decoration:none;	
}

.left-heading h3
{
	font-size: 16px;
 color: #fff;
 min-height: 11px;
 font-weight: bold;
}

* html .left-heading {height:11px} /* IE Min-Height Hack */
/* ------------------------ End Main Columns -----------------*/

/* ------------------------- Start Headings ---------------------*/
h1 {
 font-size: 16px;
 color: #72C236;
}
/* ------------------------- End Headings ---------------------*/





#footer {
 font-size: 10px;
 clear: both;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin-bottom: 5px;
 text-align:center;
}


ul#daily-links li {
 list-style: none;
 margin-left: 2px;
}
ul#nav-links li {
 display: inline;
 margin-left: 0px;
 padding-left: 12px;
 
}

ul#daily-links li a:link{
 color: #333;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:visited{
 color: #333;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:hover{
 color: #999;
 text-decoration: none;
 font-weight: bold;
}






.valid {
 margin: 10px 0px 0px 10px;
}



/*-------------added style sheet */
#Loginleftcolumn 
{ /* Parent Wrapper for inside boxes */
 margin: 6px 0px 0px 4px;
 display: inline; /* IE Hack */
 width: 513px;
 float: left;
 background-image:url(../Images/search-box.gif);
 background-repeat: no-repeat;
 min-height: 300px;
 padding: 0;

}
#Loginrightcolumn 
{
/* border: 1px solid red;*/
 margin: 6px 0px 0px 0px;
 display: inline; /* IE Hack */
 width: 240px;
 float: left;
 min-height: 300px;
}


.sign_out_btn
{
	background-color:#093167;
	background-repeat : repeat;
	color:white;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	height:20px;
	
}

.sign_out_btn1
{
	background-image:url(../images/Button9.gif);
	background-repeat : no-repeat;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	height:20px;
	
}

.text1
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#363636;

}

.ListSearchExtenderPrompt
{
	font-style:italic;
	color:Gray;
	background-color:white;
}
.textBox1
{ font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:#363636;
 border: 1px solid #A1A1A2;
 width:140px;
}
.Login-left-heading {
 background-image:url(../Images/left-heading.gif);
 background-repeat: no-repeat;
 
}
.AdminMenu
{
background-image:url(../images/Button7.gif);
	background-repeat : repeat;	
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	 color:#000000;
	font-weight:bold;
	height:20px;
	text-decoration:none;
 cursor:pointer;
}

.AdminMenuHyperLink
{
background-image:url(../images/Button7.gif);
	background-repeat : repeat;	
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	height:20px;
	text-decoration:none;
	text-align:center;
	
}
.AdminMenuSelectedItem
{
background-image:url(../images/Button6.gif);
	background-repeat : repeat;	
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	 color:#000000;
	font-weight:bold;
	height:20px;
	text-decoration:none;
}		
.ProjectNamePassword
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	/*text-decoration:blink;*/
	text-align:left;	
	
}
.PCDGridData
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	text-decoration:none;
	
}
.GridData
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	text-decoration:none;
	text-align:left;
}

.GridData:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #71c15c;
	text-decoration:underline;
}

.GridHeader
{
	font-family:"Arial";
	font-size:16px;
	font-weight:bold;
	color:#fff;			
	text-decoration:none;	
}

.GridHeader_small
{
	font-family:"Arial";
	font-size:14px;
	font-weight:bold;
	color:#fff;			
	text-decoration:none;	
}

.GridHeaderReSch
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	font-weight:bold;
	text-decoration:none;	
	background-color:#8ECE5F;
	height:20px;
	border-color:Black;
	border-left-color:Black;     
}

.DropDownBox
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	font-weight:bold;
	text-decoration:none;	
	height:20px;
}
.LoginText
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
.UserName
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:13px;
	color:#666666;
	}

.modalBackground 
	{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.modalPopup1 
{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	
}
.Link
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	font-weight:bold;
	text-decoration:underline;	
	height:20px;
	}
.Link:hover
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: Red;
	font-weight:bold;
	text-decoration:underline;	
	height:20px;
	}
.MaskedEditFocus
{
    background-color: #ffffff;
    color: #000000;
}
.MaskedEditError
{
    background-color: #ffffff;
}	
.watermarked_psw
{
	color:#000000;
	font-family: Tahoma;
	font-size: 11px;
	border: solid 1px #a9a9a9;
	text-indent:2px;
	vertical-align:middle;
	text-align:right;
	background-image:url(../images/psw_wMark.png);
	background-repeat:no-repeat;
}
.autocomplete_completionListElement
{       
    background-color : White;
    color : windowtext;
    border : buttonshadow;
    border-width : 1px;
    border-style : solid;
    overflow:auto;
    height : 150px;
    text-align : left;
    list-style-type : none;
}


.DataGridFixedHeader
{	POSITION: relative; 
	top: expression(this.offsetParent.scrollTop); 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	font-weight:bold;
	text-decoration:none;	
	background-color:#8ECE5F;
	height:20px;
	border-color:Black;
	border-left-color:Black;     
}

.topheader_sty
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding-left:4px;
}

.newtxttheam
{
	font-family:Arial;
	font-size:12px;
	padding:4px;
	background-color:#EEEEEE;
}
.newtxttheam_alternate
{
	font-family:Arial;
	font-size:12px;
	padding:4px;
	background-color:#FFFFFF;
}

.newtxttheam_withdot
{
	font-family:Arial;
	font-size:12px;
	background-color:#EEEEEE;
    overflow: hidden;
    text-overflow: ellipsis;
	vertical-align: middle;
    white-space: nowrap;
	padding:10px 10px 10px 10px;
}

.newtxttheam_withdot_alternate
{
	font-family:Arial;
	font-size:12px;
	background-color:#FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	vertical-align: middle;
	padding:10px 10px 10px 10px;
}

.button_color {
    background-color: #008CBA; /* Green */
    border: none;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.newtxttheam_withdot_dash
{
	font-family:Arial;
	font-size:12px;
	padding:4px;
	background-color:#EEEEEE;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	border: 1px solid #A1A1A2;
}

.newtxttheam_withdot_dash_alternate
{
	font-family:Arial;
	font-size:12px;
	padding:4px;
	background-color:#FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	border: 1px solid #A1A1A2;
}

.newtxttheam_emllist
{
	font-family:Arial;
	font-size:12px;
	padding:4px;
	word-wrap:break-word;
}

.newtxttheam_reply
{
	font-family:Arial;
	font-size:12px;
}

.newtxttheam_header
{
	font-family:Arial;
	font-size:12px;
	padding:4px;
}

.numberCircle {
    border-radius: 80%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 16px;
    height: 16px;
    padding: 4px;

    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;

    font: 12px Arial, sans-serif;
}

.newtxttheam_nocolor
{
	font-family:Arial;
	font-size:12px;
}

.newtxttheam_link
{
	font-family:"calibare";
	font-size:16px;
	color:#A01733;
}

.newtxt
{
	font-family:"Arial";
	font-size:16px;
	font-weight:bold;
	color:#5D8AC9;
}

.wm_save_button {
	background: url(../Images/save-button.png) no-repeat right top;
}
.wm_save_button span {
	background: url(../Images/save-button.png) no-repeat left top;
	color:#44ab3b;
}

.wm_save_button:hover {background-position: right -40px;}
.wm_save_button span:hover {background-position: left -40px;color:#4cbf42;}

.email_div
{
    display: none;
    position:absolute;
    left:40px;
	width:600px;
	background-color:white;
}

table_sort {
	table-layout: fixed;
	overflow: hidden;
	border: 1px solid #bbb;
	font-family:Arial;
	font-size:12px;
	
}

th_sort {
	color: #000;
	background-color: #bbb;
	border: 1px outset;
}

td_sort {
 	color: #000;
	background-color: #eee;
}

img { border:0px; }

/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}

.wm_control span {
	padding-left:4px;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: gray;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	padding: 5px;
	border: 2px solid black;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.black_overlay_attach_email{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: gray;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content_attach_email {
	display: none;
	position: absolute;
	top: 5%;
	left: 10%;
	width: 60%;
	height: 90%;
	padding: 16px;
	border: 1px solid gray;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.black_overlay_reminder{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: gray;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content_reminder {
	display: none;
	position: absolute;
	top: 10%;
	left: 50%;
	width: 30%;
	height: 30%;
	padding: 16px;
	border: 1px solid black;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.black_overlay_emlcat{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: gray;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content_emlcat {
	display: none;
	position: absolute;
	top: 25%;
	left: 75%;
	border: 1px solid black;
	background-color: white;
	z-index:1002;
	 
}

.white_content_emlcat_1 {
	display: none;
	position: absolute;
	top:20%x;
	left: 70%;
	border: 1px solid black;
	background-color: white;
	z-index:1002;
	 
}

.black_overlay_emlcat_mainpg{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color:gray;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content_emlcat_mainpg{
	display: none;
	position: absolute;
	top: 40%;
	left: 75%;
	border: 1px solid black;
	background-color: white;
	z-index:1002;

}

.black_overlay_addbook{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color:gray;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content_addbook{
	display: none;
	position: absolute;
	box-shadow: 5px 5px 5px #6A8EBF;
    filter:progid:DXImageTransform.Microsoft.Shadow(Color=#6A8EBF, Strength=8,Direction=90),
    progid:DXImageTransform.Microsoft.Shadow(Color=#6A8EBF, Strength=8, Direction=120);
	border-left: 1px solid #6A8EBF;
	border-top: 1px solid #6A8EBF;
	background-color: white;
	z-index:1002;

}

.white_content_rep{
	display: none;
	position: absolute;
	box-shadow: 5px 5px 5px #6A8EBF;
    filter:progid:DXImageTransform.Microsoft.Shadow(Color=#6A8EBF, Strength=8,Direction=90),
    progid:DXImageTransform.Microsoft.Shadow(Color=#6A8EBF, Strength=8, Direction=120);
	border-left: 1px solid #6A8EBF;
	border-top: 1px solid #6A8EBF;
	background-color: white;
	z-index:10;

}

.white_content_emlcat_mainpg_flag{
	display: none;
	position: absolute;
	top: 40%;
	left: 75%;
	border: 1px solid black;
	background-color: white;
	z-index:1002;

}

.black_overlay_index{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	background-color: white;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content_index{
	display: none;
	position: absolute;
	border: 1px solid black;
	background-color: white;
	top: 5%;
	left: 10%;
	z-index:1002;
    border: 1px red solid; 
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-top: 1px solid red;

}
.addbooklink
   {
    font-family:Arial,Helvetica,sans-serif;
    font-size:15pt;
    color:black;
 }
.addbooklbl
  {
    font-family:Arial, Helvetica,sans-serif;
    font-weight: bold;
    font-size:15pt;
    background-color:#093166;
    color:white;
    cursor:pointer;
 }
.addbookinput
  {
    border:none;
    cursor:none; 
    background-color:transparent;
    display:none;
    font-size:18pt;
    color:#093167;
 }
.addbookin
 { 
    border:none; 
    cursor:none; 
    background-color:transparent;
    cursor:none;
 }
    #shadow_
  {
    height:2px;
    background-color:#d6d6d6;
 }
	
    .reminder_mainfont
    {
	font-family:Segoe UI,Helvetica,Arial,sans-serif;
	font-size: 20pt;
	color:#666666;
    font-weight: bold;
  }
	
    .font_style
    {
    border:none;
    background-color:transparent;
    font-size:15pt;
    color:#999999;
    font-weight: bold;
  }  

    .maintr
    {
    border:none;
    background-color:transparent;
    color:#999999;
    font-size:24pt;
   }
   
   .childtr
   {
    border:none;
    background-color:transparent;
    color:#999999;
    font-size:13pt;
  }
  
  .date_text
    {
	font-family:Arial;
    border:none;
    background-color:transparent;
    color:#cc3300;
    font-size:13pt;
  }
  
  .date_main_text
    {
    border:none;
    background-color:transparent;
    color:#cc3300;
    font-size:24pt;
  }

.black_overlay_transfer{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: gray;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content_transfer {
	display: none;
	position: absolute;
	padding: 5px;
	left: 10%;
	border: 2px solid black;
	background-color: white;
	z-index:1002;
	overflow: auto;
}  

