#page
{
	position: relative;
	width: 800px;
	margin: 0px auto;
	border: 0px none;
}

#logo
{
	position: relative;
}

#line1
{
	height:120px;
	width:100%;
	position:relative;
	border-bottom: 1px solid #1b96ff;
}

#line2
{
	min-height:200px;
	margin-top:10px;
	width:50%;
	position:absolute;
	border-right: 1px solid #1b96ff;
}

#content
{	
	width:100%;
	min-height:200px;
}

#left
{
	width:399px;
	margin-top:35px;
	float:left;
}

#right
{
	width:399px;
	margin-top:35px;
	float:right;
}

#footer
{
	border-top: 1px solid #1b96ff;
	text-align:center;
	color:#aaaaaa;
	font-size:11px;
	padding-top:10px;
	position:relative;
}

.hidden 
{
	display: none;
}

.table 
{
	display: table;
}

.table-row 
{
	display: table-row;
}

.table-cell 
{
	display: table-cell;
}

.cursor-wait
{
	cursor: wait !important;
}

.cursor-progress
{
	cursor: progress !important;
}

.sortable .pics-selected { background-color: #FFFFFF !important; color: #FF0000; }

.icon 
{
	height: 20px; 
	width: 20px; 
	background-color: #1b96ff;
}

.icon:hover 
{
	height: 20px; 
	width: 20px; 
	background-color: #2ca7ff;
}

.iconGray 
{
	height: 20px; 
	width: 20px; 
	background-color: #BBBBBB;
}

.iconGray:hover 
{
	height: 20px; 
	width: 20px; 
	background-color: #2ca7ff;
}

.link 
{
	cursor: pointer;
	color: #1b96ff;
	text-decoration: none;
}

.link:hover
{
	cursor: pointer;
	color: #0974DD;
	text-decoration: underline;
}

.picholder 
{
	table-layout: fixed; 
	position: fixed; 
	height: 100%; 
	width: 100%; 
	top: 0; 
	right: 0; 
	left: 0; 
	bottom: 0; 
	z-index: 96;
}

.grayBorder {
	border: 1px solid #EEEEEE;
}

.blueBorder {
	border: 1px solid #1b96ff;
}

.redBorder {
	border: 1px solid #FF9696;
}

.pointer {
	cursor: pointer;
}

.sortPlaceholder {
	display: block;
	float: left;
	background-color: #1b96ff;
	background-image: url('/images/placeholder.png');
	background-repeat: both;
	width: 196px;
	height: 130px;
	border: 1px solid #1b96ff;
	margin-right: 2px;
	margin-bottom: 2px;
}

@media (min-width:1190px) {
	.container {
		width: 1000px !important;
	}
}

@media (min-width:1490px) {
	.container {
		width: 1400px !important;
	}
}

@media (max-width:820px) {
	.container {
		width: 100% !important;
	}
	.thumbholder {
		float: none !important;
		display: inline-block !important;
	}
	.picsSection {
		text-align: center;
	}
	#page {
		width: calc(100% - 20px) !important;
		padding: 0px 10px !important;
	}
}

@media (max-width:1020px) {
	#pictureInfo {
		position: absolute !important;
		right: 0px !important;
	}
	.moreParams {
		display: none !important;
	}
}