﻿body 
{
	margin: 0px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	background-color: #F3F3F3;
}

.btn{
	border-right: #999999 1px solid; 
	border-left: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	border-bottom: #999999 1px solid; 
	padding: 4px;
	margin: 1px;
	font-weight: bold; 
	font-size: 8pt; 
	font-family: Tahoma, Arial, Helvetica; 
	color: #333333;
	background-color: #eeeeee;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	display: inline-block;
	white-space: nowrap;
	cursor:pointer;
}

.btn:hover {
	color: #333333; 
	background-color: #dddddd; 
	text-decoration: underline
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.curlycontainer{
	border: 1px solid #b8b8b8;
	width: 160px;
}

.curlycontainer .innerdiv{
	background:  url(../Container/Header/brcorner.gif) bottom right no-repeat;
	position: relative;
	left: 2px;
	top: 2px;
	padding: 8px 10px 10px 8px;
	text-align: center;
}

.tdHeader
{
	padding-left: 10px; 
	font-weight: bold; 
	color: Black;
	text-align: left;
	background-color: #add8e6;
	height: 25px;
}
.btn_search
{
	width: 20px;
	height: 20px;
	border-style: none;
	background: url('../Container/Header/btn_search.gif') no-repeat; 
	cursor: pointer;
	display: inline;
}
.tdConten
{
	border: solid 1px #add8e6;
	padding: 5px;
}

.imgStyle
{
	margin-right: 5px;
	float: left;
}

.imgStyle2
{
	margin: 5px;
	cursor: pointer;
	width: 150px;
}

.bg_menu
{
	vertical-align: top;
	width: 15%;
}
.bg_footer
{
	color: White;
	background-image: url('../container/Header/bg_footer.jpg');
	width: 100%;
	padding: 3px;
}

.dipURL
{
	color: White;
	text-decoration: none;
}
.dipURL: hover
{
	color: Red;
	text-decoration: none;
}
