TABLE.yellowbar	{
		z-index:1;
		position: relative;
		top: 240px;
		left: 0%;
		margin:0 auto;
		padding:0;
}

.border {
		border-color: #081031;
		border-style: solid; /* Options= Solid, Double, Dashed, Dotted, Grove, Ridge, Inset, Outset */
		border-width: 2px;
}

.redborder {
		border-color: #ff0000;
		border-style: solid; /* Options= Solid, Double, Dashed, Dotted, Grove, Ridge, Inset, Outset */
		border-width: 2px;
}

.thinborder {
		border-color: #081031;
		border-style: solid; /* Options= Solid, Double, Dashed, Dotted, Grove, Ridge, Inset, Outset */
		border-width: thin;
}

.gallerypicborder {
		border-color: #081031;
		border-style: solid;
		border-width: 2px;
}

.gallerytableborder {
		border-color: #528294;
		border-style: solid;
		border-width: 2px;
		padding-top:25px;
		padding-right:5px;
		padding-bottom:25px;
		padding-left:10px;
		background:#080c31;
		background-image:none;
		background-repeat: no-repeat;
		height:359px;
}

.enlargedgalleryphotoborder {
		border-color: #b53831;
		border-style: double;
		border-width: 5px;
		padding:0px;
		margin:0px;
}

.picborder {
		border-color: #000000;
		border-style: solid; /* Options= Solid, Double, Dashed, Dotted, Grove, Ridge, Inset, Outset */
		border-width: 1px;
}

.over{
	border:1px solid #8f9aff; padding-left:1px; padding-top:1px;
	height:36px;
}
.out{
	border:2px solid #8f9aff;
	height:36px;
	}

.off{
	border:1px;
	padding-left:0px;
	padding-top:0px;
	height:36px;
}

.dottedline	{
		border-bottom-width: 4px;
		border-bottom-style: dotted;
		border-bottom-color: #CCC9E4;
}
