/* html */

	body {
			background-color: 	#ffffff;
			background-image: 	url(http://newsite.wimg.net/images/WIMG-Background.jpg);
			background-position: 	center;
			margin: 		0px;
			font-family: 		verdana;
			font-size: 		10pt;
	}
	table {
			border-collapse: 	collapse;
	}
	a {
			text-decoration: 	none;
	}
	a:hover {
			text-decoration: 	underline;
	}
	
/* menus */

	.menu {
			background-color: 	#FFFFFF;
			background-image: 	url(../images/menu-background.gif); 
			background-repeat: 	repeat-x;
			background-position: 	0px 0px;
			color: 			#FFFFFF;
			font-size: 		10pt;
			padding-left: 		20px;

	}  
	.submenu {
			background-color: 	#FFFFFF;
			font-size: 		10pt; 
			color: 			#FFFFFF;
			padding-left: 		30px;
	}

	.logo_background {
			background-color:	#BBBBBB;
	}
	.user_info {
			background-color:	#eeeeee;
			border-bottom: 		1px dashed #CCCCCC;
	}
	.divider {
			background-color:	#c0c0c0;
			border-top:		1px solid #777777;
			border-bottom:		1px solid #888888;
		}
	.footer {
			background-color: 	#026cc0;
			height:			40px;
                        color:                  #FFFFFF;
                        font-size:              10pt;
	}
	.login tr td { 
			background-color:       #eeeeee;
			border:		        1px dashed #CCCCCC;
			padding:		10px;
	}

/* custom colors */
	
	.white {
			color: 			#ffffff;
			font-family: 		verdana;
			font-size: 		10pt;
	}
	.white_bold {
			color: 			#ffffff;
			font-family: 		verdana;
			font-size: 		10pt;
			font-weight: 		bold;
	}
	.white_bold a:link {
			color: 			#ffffff;
	}
	.white_bold a:active {
			color: 			#ffffff;
	}
	.white_bold a:hover {
			color: 			#ffffff;
	}
	.white_bold a:visited {
			color: 			#ffffff;
	}
	.white_italic {
			color: 			#eeeeee;
			font-family: 		verdana;
			font-size: 		10pt;
			font-style: 		italic;
	}
	.white_italic a:link {
			color: 			#eeeeee;
	}
	.white_italic a:active {
			color: 			#eeeeee;
	}
	.white_italic a:hover {
			color: 			#eeeeee;
	}
	.white_italic a:visited {
			color: 			#eeeeee;
	}
img {
	border:0;
}

#container {
	width:720px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #CCCCCC;
	padding:9px;
	background-color:#FFFFFF;
	
}

#listingcontainer {
	background-image:url(bg.gif);
	padding:10px;
	background-color:#E0DEDE;
}

#listingheader {
	color:#476BB3;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:right;
}

#listingheader a, #listingheader a:active, #listingheader a:visited, #listingheader a:link {
	text-decoration:none;
	color:#476BB3;
}

#listingheader a:hover {
	text-decoration:underline;
	color:#476BB3;
}

#headerfile {
	text-align:left;
	float:left;
	width:440px; 
}

#headersize {
	text-align:right;
	width:75px;
	float:left;
}

#listing {
	border:1px solid #A7C5FF;
}

#listing a {
	display:block;
	padding:2px 5px 2px 5px;
	font-size:small;
	color:#6285CA;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:right;
        overflow:hidden;
        clip:auto;
        white-space: nowrap;
}

#listing a:hover {
	background-color:#DBE6FE;
}

#listing a img {
	float:left;
	margin-right:4px;
}

#listing div {
	width:697px;
}

#listing a em {
	float:left;
	width:75px;
	text-align:right;
	cursor:hand;
	cursor:pointer;
}

.b {
	background-color:#E9F0FF;
}

.w {
	background-color:#FFFFFF;
}
