/* CSS Document */

body {

	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;


	color: #454545;
	text-decoration: none;
	height:100%;
}
body table {
font-family:Arial, "Times New Roman";
	font-size: 14px;
	font-weight:bold;
	line-height: 26px;
}

form{
margin:0px;
}


.white_border{
	border: 1px solid #FFFFFF;
}

.soft_gray{
background:#F3F3F3;
}

.border_gray{
	border: 1px solid #D9D9D9;
}

.layers{

color:#666666;
font-size:14px;
font-weight:bold;

}

.reg{
height:18px;
width:110px;
}

.bold{
font-weight:bold;
}
/*  ----  --------- */
.clear{
clear:both;
}
.width{
width:732px;
}

.hand{
cursor: pointer;
}

.title_white{
color:#FFFFFF;
font-weight:bold;
}
/*  ----   --------- */
a:hover{
text-decoration:none;
}


.gray{
color:#393939;
}
.button_reg{
height:18px;
font-size:11px;
border:#999999 1px solid;

}
.dash{
border:#CCCCCC  1px dashed;
}
/*  ---- Ajax thumbnail  --------- */
/* CSS class for thumbnail link <A> */
.MagicThumb {
    cursor: url(cursor/zoomin.cur), pointer;
    outline: none;
}

/* CSS class for the thumbnail link <A> when the big image is zoomed */
.MagicThumb-zoomed { cursor: default; }

/* CSS class for span inside the thumbnail <A> */
.MagicThumb span { display: none; }

/* CSS class for the thumbnail image */
.MagicThumb img { border: 1px solid #808080; outline: none; }

/* CSS class for the big image while zooming */
.MagicThumb-image { border: 1px solid #cccccc; outline: none; }

/* CSS class for the zoomed big image */
.MagicThumb-image-zoomed { cursor: url(cursor/zoomout.cur), pointer; }

/* CSS class for the caption under the big zoomed image */
.MagicThumb-caption {
    color: #333333;
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 11px;
    padding: 8px 16px;
}

/* CSS class for the control bar */
.MagicThumb-controlbar {
	display: block;
	height: 18px;
}

.MagicThumb-controlbar a {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px 1px;
	outline: none;
	float: left;
	overflow: hidden;
}

.MagicThumb-controlbar a span {
	display: block;
	width: 1000px;
	height: 1000px;
	background: transparent url(graphics/controlbar.png) no-repeat 0 0;
	outline: none;
	position: absolute;
	left: 0px;
	top: 0px;
}


.overclass {
 background:#dadada;

}
 .outclass {
 background:#EFEFEF;

 }