
body{
	background-image: url(BG.jpg);
	background-repeat: repeat-x;
	margin-left: 00px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
body,td,div,p{ font-family: Tahoma; font-size: 9pt; color: #555555}
img, div { /* Automatic activation of transparency for PNGs in the page. */
	behavior: url(images/iepngfix.htc);
} /* IE5.5+ PNG Alpha Fix v1.0RC5 */
#wrapper-main-container-gallery { 
	margin: 0px 20px;
	height: auto !important;
	height: 445px; 
	min-height: 445px; 
	background-color: #333333;
	border: 1px solid #555555;
}
html {
	margin: 0px; /* top, right, bottom, left */
	padding: 0px; /* top, right, bottom, left */
}

a:link {
	color: #3366FF;
	text-decoration: none;
}
a:visited {
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
body,td,th {
	font-size: 12px;
}
a img{
border:none;
}
.button-user {
	border: 1px solid #999999;
	margin: 5px 0px;
	color: #333333;
	height: 22px;
	cursor: pointer;
	/*background-image: url(../images/theme/bg-button.png);*/
	background-repeat: repeat-x;
}
 
/* ---- calendar and input styles ---- */
 
input.DatePicker{
	display: block;
	width: 150px;
	padding: 3px 3px 3px 24px;
	border: 1px solid #0070bf;
	font-size: 13px;
	background: #fff url(date.gif) no-repeat top left;
	cursor: pointer;
}
input:focus.DatePicker{
	background: #fffce9 url(datefocus.gif) no-repeat top left;
}
.dp_container{
	position: relative;
	padding: 0;
	z-index: 500;
}
.dp_cal{
	background-color: #fff;
	border: 1px solid #0070bf;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
}
.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
}
.dp_cal select option{
	padding: 1px 3px;
}
.dp_cal th,
.dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
}
.dp_cal th{
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	font-weight: bold;
}
.dp_cal td{
	cursor: pointer;
}
.dp_cal thead th{
	background: #d9eefc;
}
.dp_cal td.dp_roll{
	color: #000;
	background: #fff6bf;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #eee;
}
.dp_today{
	background: #daf2e6;
}
.dp_selected{
	color: #fff;
	background: #328dcf;
}
 
 
 
/* ---- just to pretty up this page ----
 
/*body{
	font-family: Tahoma, Geneva, sans-serif;
} */
.yep{
	width: 450px;
	margin: 50px auto;
	text-align: center;
}

.default{
	margin: 0 0 0 160px;
	background: #eee;
}
code{
	background: #eee;
	border: 1px solid #ccc;
	padding: 0 5px;
}
