/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font: 14px arial, Helvetica, sans-serif;
	color: #505050;
	line-height:20px;
	margin-top:0px;
	}
	
a {
	font: 14px arial, Helvetica, sans-serif;
	color: #505050;
	text-decoration: underline;
	}
	
a:hover {
	font: 14px arial, Helvetica, sans-serif;
	color: #202020;
	}
	
h1 {
	font: 22px bold, Arial, Helvetica, sans-serif;
	color: #505050;
	}
	
h2 {
	font: 18px bold, Arial, Helvetica, sans-serif;
	color: #505050;
	}
	
h2 a {
	font: 18px bold, Arial, Helvetica, sans-serif;
	color: #505050;
	text-decoration:none;
	}			

td h2 {
	font: 18px bold, Arial, Helvetica, sans-serif;
	color: #505050;
	margin-top:20px;
	margin-bottom:0px;
	}
	
	
th {
	font: 14px bold, Arial, Helvetica, sans-serif;
	color: #505050;
	}	
	
/* ID Styles */


#footerformat {
	font:12px Arial, Helvetica, sans-serif;
	color: #505050;
	}
	
#footerformat a {
	font:10px Arial, Helvetica, sans-serif;
	color: #505050;
	text-decoration:none;
	}
	
#footerformat a:hover {
	font:10px Arial, Helvetica, sans-serif;
	color: #202020;
	text-decoration: underline;
	}
	
	
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
color: #505050;
line-height: 20px;
width: 160px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;
line-height: 20px;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
background: #FFFFFF;
line-height: 20px;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #505050;
text-decoration: none;
background: #FFFFFF;
padding: 1px 5px;
line-height: 20px;
border: 1px solid #ccc;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
line-height: 20px;
}

.suckerdiv ul li a:hover{
background: #D3D3D3;
line-height: 20px;
}

.suckerdiv .subfolderstyle{
background: url(arrow-list.gif) no-repeat center right;
line-height: 20px;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
font: 14px arial, Helvetica, sans-serif;
line-height: 1.5em;
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}