BODY {
	MARGIN: 30px;
	background-color: #1C1C1C;
	background-image:url(../images/body-bg-grey.png);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;

}
table.table {
}
td {
	font-size: 12px;
	line-height:16px;
	color: #EAEAEA;
	font-family: Arial, Helvetica, sans-serif;

}
* td {
	line-height:20px;

}
a {
	color: #5889AD

}
input {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;

}
select {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;

}
.border1 {
	border: 1px solid #BCBCBC;

}
form {
	margin: 0px;
	padding: 0px;
}
.img {
	border:2px solid #FFFFFF;
}
h3 {
	font-weight:normal; font-size:16px;
}


div.content {
	background-color:#171717; border:solid 1px #333333; padding:10px 20px;
}


/* thumbnail slider begin */

/* apply the gallery design */
#gallery_container {  background:#313131 ; padding:16px 0px 0px; display:block; position:relative; }
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{ position:relative ; overflow:hidden ; width:442px ; height:122px ; margin:0px auto 0px;  }
/* the thumbnails container */
#thumbs { white-space:nowrap; display:block; position:relative; }

#thumbs a { padding:0px; margin:0px; }
#thumbs a img{ border:2px #FFFFFF solid; }

/* the forward and backward buttons */
.addfwd { display:block; position:absolute; cursor:pointer; width:25px; height:120px; top:10px; right:0px; background:url(../images/gallery_fwd.jpg) no-repeat;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:25px; height:120px; top:10px; left:0px; background:url(../images/gallery_back.jpg) no-repeat;  }
/* thumbnail slider end */




/*================== Menu ==================*/
#dropmenudiv { position:absolute; background-color:#1C1C1C; margin-top:0px; margin-left:16px; z-index:100; text-align:left; border-top:solid 1px #464646; line-height:12px;}
#dropmenudiv a { color:#FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size:11px; border:solid 1px #464646; border-top:none; display: block; text-decoration: none; padding:5px 3px 5px 15px; z-index:100; background-image:url(images/icon_arrow.gif); background-repeat:no-repeat;}
#dropmenudiv a:hover { color:#E5E5E5; text-decoration: none;}
