body {
	margin:0px;
	background-color:#FCEFEF;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
 
a:link{
	color:#3366ff;
	text-decoration:none;
}

a:hover{
	color:#003399;
	text-decoration:underline;
}

a:visited{
	color:#3366ff;
	text-decoration:none;
}

hr{
	border: dashed 1px #B2B7BD;
	border-bottom:none;
	height:1px;
}

h3 {
	font-size:12px;
}

h4 {
	font-size:12px;
	color:#339900;
}

select {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	border: solid 1px #B2B7BD;
}

#BannerCell{
	height:74px;
}

#MenuCell{
	height:34px;
}
#SubMenuCell{
	display:none;
	position:absolute;
	top:105px;
}

#SubMenuCell table{
	background-color:#E7E8EA;
}

#menu01{
	position:absolute;
	left:10px;
}

#menu02{
	position:absolute;
	left:108px;
}

#menu03{
	position:absolute;
	left:272px;
}

#menu04{
	position:absolute;
	left:272px;
}

#ContentCell{
	background-color:#FFFFFF;
	border:solid 1px #B2B7BD;
	vertical-align:top;
}

#ContentTable {
	padding:10px;
	width:100%;
}

#FooterCell{
	height:30px;
	text-align:center;
	vertical-align:middle;
	font-size:11px;
	background-color:#CED1D4;
	border:solid 1px #B2B7BD;
	border-top:none;
	/*background-image:url(../Images/sysimages/accMenuBg.gif);*/
}

.SubMenu {
	border-left:solid 1px #B2B7BD;
	border-right:solid 1px #B2B7BD;
	border-top:solid 1px #B2B7BD;
}

.SubMenu td{
	border-bottom:solid 1px #B2B7BD;
	font-size:10px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	cursor:pointer;
}

#accMenu{
	/*background-color:#CED1D4;*/
	background-color:#B5BABF;
	width:100%;
	height:30px;
	/*background-image:url(../Images/sysimages/accMenuBg.gif);*/
	border-bottom:solid 1px #B2B7BD;
}

#LoginTable {
	font-weight:bold;
	font-size:10px;
	color:#646F7B;
}

#LoginTable input {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	border: solid 1px #B2B7BD;
	height:14px;
}
#LoginTable img {
	cursor:pointer;
}

.DesignerImage{
	border:solid 1px #B2B7BD;
}

.DesignerTitle{
	font-weight:bold;
	font-size:12px;
	color:#8B939C;
}

.DesignerText{
	padding-left:25px;
	padding-right:10px;
}

.Label{
	text-align:right;
	font-weight:bold;
	vertical-align:top;
	font-size:11px;
}

.GeneralInput {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	border: solid 1px #B2B7BD;
}

.Pointer {
	cursor:pointer;
}

.ActionButton {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

.Data {
	font-size:11px;
	font-weight:normal;
}

.Data input {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	width:auto;
}

.Toolbar {
	text-align:center;
}

.EntryTable {

}

.EntryTable TextArea {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:99%;
}

.Header {
	font-size:12px;
}

.ThumbGrid td{
	text-align:center;
	padding-bottom:20px;
	vertical-align:top;
	width:33%;
}

.ThumbGrid img{
 border:solid 1px #B2B7BD;
}

.sizeRadio{
}

.sizeRadio td {
	font-size:11px;
	font-weight:bold;
	color: #333333;
}

.sizeRadio input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333333;
}

/*LightBox Style Below*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: url('../images/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('../images/prevlabel.gif') no-repeat left 15%; }
#nextLink:hover, #nextLink:visited:hover { background: url('../images/nextlabel.gif') no-repeat right 15%; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

/* Suckerfish Menu */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5;
}

#nav a {
	display: block;
	width: 11em;
}

#nav li { /* all list items */
	float: left;
	font-size:12px;
	padding : 0 0.5em;
	width: 11em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: white;
	width: 11em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color:#666666
}



