@charset "UTF-8";
/* CSS Document */

/*	This is a supplement to the lagomstyle.css style sheet	*/

/*	MAIN LAYOUT 	*/
body 
{ 
	background-image:url(../images/exchange/exchange_bg.gif);
}
#blue
{
	background-image: url(../images/exchange/exchange_LD_header.png); 
}
#mainimg
{
	background-image: none;
	width: 702px;
	height: auto;
	position: relative;
	margin: 0 auto;
}
#mainimg_top
{
	background: url(../images/exchange/exchange_mainImageTOP_bg.png) no-repeat; 
	width: 702px; 
	height: 45px; 
	margin: 0;
}
#mainimg_mid
{
	background: url(../images/exchange/exchange_mainImage_bg.png) repeat-y; 
	margin: 0;
	padding: 1px 26px;
	min-height: 1em;
	color: #666666;
	line-height: 1.25em;
}
#mainimg_btm
{
	background: url(../images/exchange/exchange_mainImageBTM_bg.png) no-repeat; 
	width: 702px; 
	height: 52px; 
	margin: 0;
}

#maincont
{
	background: url(../images/exchange/exchange_mainContent_bg.png) center repeat-y; 
}
#maincontbottom
{
	background: url(../images/exchange/exchange_mainContent_btm.png) center no-repeat; 
}
#buffer { height: 15px; }

/*	TEXT */
h1, h2 {
	margin-bottom: auto;
}
.client_name
{
	color: #007DB1;
}
.note
{
	font-weight: bold;
	color: #007DB1;
}
.note_list
{
	list-style-type: none; 
	margin: -1em auto auto -1em; 
	_margin: auto;	/*	underscore is only ready by IE on Windows	*/ 
}
.italic
{
	font-style: italic;
}
.bold
{
	font-weight: bold;
}
.code
{
	font-family: "Courier New", Courier, monospace;
}

/*	POP-UP DIVS AND SCREENS	*/
#cloak
{
	background-color:#000000;
	min-height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0.5;
	display: none;
	z-index: 100;
}

#warning
{
	text-align: center;
	position: fixed;
	top: 125px;
	width: 99%;
	min-height: 100px;
	z-index: 101;
}
#download_sleeve
{
	position: absolute;
	top: 125px;
	width: 99%;
	min-height: 100px;
	z-index: 102;
}
.popup_top
{
	background: url(../images/exchange/exchange_mainImageTOP_bg.png) no-repeat; 
	width: 702px; 
	height: 45px;
	margin: 0 auto; 
}
.popup_mid 
{
	background: url(../images/exchange/exchange_mainImage_bg.png) repeat-y; 
	width: 650px;	/* 702 - 26 (left padding) - 26 (right padding) = 650px	*/
	margin: 0 auto;
	padding: 1px 26px;
}
.popup_btm
{
	background: url(../images/exchange/exchange_mainImageBTM2_bg.png) no-repeat; 
	width: 702px; 
	height: 52px; 
	margin: 0 auto;
}

/*	NAVIGATION MENU	*/
#navigation a:hover, #navigation a:active
{
	background-color: #8CC63F;
}
#navigation #clientlogin a:hover
{
	color: #FFF;
	background-color: #007DB1;
	text-decoration: none;
}

/*	UPLOAD TABLE	*/
.upload_table
{
	margin: 0px;
	padding: 2px;
	width: 100%;
	border-collapse: collapse;
}
.upload_table td
{
	padding: 2px;
	text-align:center;
	border-top: dotted 1px #8CC63F;
	border-bottom: dotted 1px #8CC63F;
	background-color: #EEEEEE;
}
.upload_table .heading
{
	font-weight: bold;
	color: #005886;
	padding-left: 5px;
}

/*	DOWNLOAD TABLE	*/
.download_table
{
	width: 100%;
	border-collapse: collapse;
}

.download_table td
{
	text-align:center;
	border-top: dotted 1px #8CC63F;
	border-bottom: dotted 1px #8CC63F;
	padding: 2px;
	background-color: #EEEEEE;
}
.download_table .heading
{
	color: #007DB1;
	font-weight: bold;
	text-align: center;
}
.download_table .delete
{
	text-decoration: line-through;
}
.download_table .delete td
{
	background-color: #999999;
	text-decoration: line-through;
}
.download_table .upload td
{
	background-color: #8CC63F;
}

.download_table .download_row td
{
	background-color: #7AB800;
}
.download a
{
	color: #007DB1;
	display: block;
	text-decoration: none;
	margin: 1px;
	padding: 1px;
}

.download a:hover, .download a:active
{
	color: #FFFFFF;
	background-color: #007DB1;
	text-decoration: none;

}

.download a:visited
{
	text-decoration: none;
	background-color: #CCCCCC;
	color: #007DB1;
}

.download_div, .upload_div
{
	margin-top: 10px;
	padding-bottom: 10px;
}
.button 
{
	font-size: 11px;
	font-weight: bold;
	color: #007DB1;
	border: solid 1px #007DB1;
	background-color: #FFFFFF;
	padding: 2px;
	text-decoration: none;
}
a.button
{
	padding: 3px;
	margin: 2px;
}