body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	margin-left:0;
	margin-top:0;
	margin:0;
	padding:0;
	background-color: #000000;
}

/*This style contols scrollbar colors for gallery_thumbs.php page. Only works on IE.*/
html {
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#CCCCCC;
	scrollbar-track-color:#333333;
	scrollbar-base-color:#000000;
	scrollbar-shadow-color:#666666;
	scrollbar-highlight-color:#333333;
	scrollbar-3dlight-color:#666666;
	scrollbar-darkshadow-color:#333333;
}

.mainfr {
	background-color: #000000;
}

/* For default frames */
.img {
	background-image: url(../images/mainPix.jpg);
	width: 562px;
	height: 562px;
}
/*This body style renders page layout for gallery_body.php page.*/
.body_row {
	vertical-align: middle;
}

.body_cell {
	height: 420px;
	text-align: center;
}

.body_cell img {
	border: none;
}

.body_cell #img1 {
	opacity: 0;
}

.thumbs {
	border-color: #333333;
	border-style: solid;
}

.thumbs_td {
	border-color: #333333;
	text-align: center;
	vertical-align: middle;
}

#content_v {
	border: none;
	width: 900px;
	height: 700px;
}

/*The choose style renders layout for the gallery_choose.php page*/
#choose_studio {
	position: absolute;
	left: 22px;
	top: 20px;
}

#choose_choose {
	position: absolute;
	left: 22px;
	top: 40px;
}

#choose_table {
	position: absolute;
	left: 20px;
	top: 60px;
}

#copycontainer {
	width: 500px;
	margin-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 8px;
	margin-right: auto;
}

.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 500;
	text-align: center;
	font-variant: normal;
	margin-bottom:15px
}

.email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-variant: normal;
}

a.email:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 11px;
	line-height:18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-variant: normal;
}

a.email:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-variant: normal;
}

a.email:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	line-height: 18px;
	text-decoration: underline;
	color:#FFFFFF;
	font-weight: bold;
	text-align: center;
	font-variant: normal;
}

a.email:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	line-height: 18px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-variant: normal;
}

.clobeca {
	font-size: 11px;
	color:#999999;
	line-height: 16px;
	font-weight:500
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 11px;
	line-height: 16px;
	color: #999999;
	text-decoration: none;
	font-weight: 500;
	text-align: center;
	font-variant: normal;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	line-height: 16px;
	color: #999999;
	text-decoration: none;
	font-weight: 500;
	text-align: center;
	font-variant: normal;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	line-height: 16px;
	text-decoration: underline;
	color:#FFFFFF;
	font-weight: 500;
	text-align: center;
	font-variant: normal;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	line-height: 16px;
	color: #999999;
	text-decoration: none;
	font-weight: 500;
	text-align: center;
	font-variant: normal;
}

.home {
	color:#999999;
	font-size: 12px;
	font-weight:bold
}

a.home:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

a.home:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color:#999999;
	text-decoration: none;
	font-weight: bold;
}

a.home:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.home:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

input[type="text"], select {
	background-color:#333333;
	border:thin #333333 solid;
	color:#FFFFFF;
	font-weight:bold;
}

div.thumbs_frame > img {
	cursor: pointer;
}

div#thumbs img {
	cursor: pointer;
}
