﻿body {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
	color:#fff;
	background-image:url(../images/background_portside.jpg);
	background-position:center top;
}
table
{margin:0;padding:0; border:none; border-collapse:collapse;}
td{margin:0; padding:0; vertical-align:top;}
img {margin:0; padding:0;
	text-decoration: none;
	border: 0 none;
	}
a {margin:0; padding:0; border: 0 none; outline:none; color:#fff; }
a:hover { border:0 none; color:#ffff00;}
a:link {border: 0 none; }
a:active { border:0 none; }
img:hover { border:0 none; }
img:active { border:0 none; }
img:link {border: 0 none; }
input { text-decoration:none; border:0 none; }

.input1 { text-decoration:none; border:0 none; }
.input1:active { text-decoration:none; border:0 none; }

#contentFlex {
	/* Typical fixed height and fixed width example */
	width: 400px;
	height: 235px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding-right:23px;
	margin-top:2px;
}
#thumbList
{
	width:700px;
	background-color:#000;
	height:123px;
	padding-left:10px;
	padding-bottom:10px;
	overflow:auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
}

#maincontainer
{
	width:700px;
	margin:70px auto 200px auto;
}

#maincell
{
	background-image:url(../images/layout.png);
	width:700px;
	height:540px;
}

#layouttable
{
	width:700px;
	height:540px;
}

#menurow
{height:33px;}
#headerrow
{height:165px;}
#contentrow
{height:243px;}
#footerrow
{ }
#bottomrow
{
	padding-top:30px;
}
.leftcol
{
	width:243px;
}
.rightcol
{
	padding-right:22px;
}
#content
{
	/*height:235px;*/
	margin:-1px 0 4px 0;
	padding:0 0 0 7px;
	/*overflow:auto;*/
}

#content h2
{
	font-size:16px;
	font-weight:bold;
	color:Yellow;
	padding:7px 0 2px 0;
	margin:0;
}
#content p
{
	padding:3px 0 3px 0;
	margin:0;
}

.gobutton
{
	border:none;
	background-color:#8bc53f;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:2px 5px 2px 5px;
}

.modalPopupBG
{
    background-color: #666666;
    filter: alpha(opacity=50);
    opacity: 0.7;
    z-index:1000;
}

.menupopup
{
    height:500px;
    width:840px;
    z-index:1001;
}

.menu
{
	height:450px;
	width:840px;
	position: relative;
	overflow:auto;
    padding:5px 5px 5px 5px;
    background-color:#666666;
    text-align:center;
    border: solid 1px #002c5a;
}


.snapshotspop
{
	width:735px;
	background-image:url(../images/gallery_header2.png);
	background-position:center top;
	background-repeat:no-repeat;
}

.snapheader
{
	padding-top:100px;
	text-align:right;
	padding-right:40px;
}

.snapcontent
{
	text-align:center;
	margin-top:-10px;
}
#galleryList
{
	width:650px;
	margin:10px auto 0 auto;
	height:400px;
	overflow:auto;
}
.galleryAlbum
{
	padding:20px 20px 20px 20px;
	margin:20px 12px 20px 12px;
	float:left;
	width:150px;
	background-color:Black;
}
.galleryImage
{
	
}