﻿
body
{
	margin-left: 0px;
	margin-top: 0px;
	background-color: #c9c9c9;
	font-size: 10pt;
	font-family: Verdana;
	text-align: center;
	background-image: url(TopToolbar.gif); 
	background-position:top; 
	background-repeat:repeat-x;
}

.footer
{
	font-size: 11px;
	color: #696969;
	font-family: Verdana;
	line-height: 20px;
}
a.footer:link
{
	text-decoration: none;
}

a.footer:visited
{
	color: #505050;
	text-decoration: none;
}

a.footer:hover
{
	text-decoration: underline;
}
.content_title
{
	font-size: 20pt;
	font-family: 'Times New Roman';
	padding: 15px 10px 15px 20px;
	background-image: url(content_title_bg.gif); 
	background-position:top; 
	background-repeat:repeat-x;
	
}

.content_body
{
	font-size:13px;
	line-height:19px;
	padding: 15px 20px 5px 20px ;
	/* background-image: url(Body_Header.gif);  */
	background-position:top; 
	background-repeat:repeat-x;
	
}



.aToolTip
{
	background-position: #DEE28D;
	border: 2px solid #444;
	background: #DEE28D;
	color: #532900;
	margin: 0;
	padding: 6px 12px;
}

.aToolTip .aToolTipContent {
	position:relative;
	margin:0;
	padding:0;
}

.categoryitem
{
	padding: 15px;
}

.listimgpreview
{
	border:0px; vertical-align:middle; margin: auto;max-width:158px; max-height:111px;
}



pre{
	display:block;
	font:100% "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	overflow:auto;
	width:800px;
}
/*
img{border-style: none;
	border-color: inherit;
	border-width: medium;
	width: 66px;
	height: 106px;
}
  */


#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
