
/* CSS Document */

/*
	global ref structure
*/

#iContentRef {
	width: 100%;
	height: 320px;
	border: none;
	overflow: hidden;
}

#iGaleryRef {
	width: 100%;
	height: 100%;
	border: none;
}

#refContentTable {
	width: 100%;
	height: 100%;
}

#refGaleryPanelContainer {
	width: 253px;
}

#refGaleryContentContainer {
	padding-top: 61px;
	padding-left: 0px;
}

/*
	header
*/

#refHeaderContainer {
	height: 110px;
	padding-left: 18px;
	padding-top: 25px;
	padding-right: 40px;
}

#refHeaderTable {
	width: 100%;
}

#refHeaderTitle {
	padding-left: 5px;
}

/*
	paging
*/

#refPagingContainer {
	padding-left: 5px;
}

#refPagingTable {
	width: 100%;
}

#refPagingTable TD.arrow {
	width: 18px;
	padding-right: 6px;
}

#pageNumbersContainer {
	padding-left: 10px;
	padding-top: 2px;
	cursor: default;
}

#pageNumbersTable {
}

#pageNumbersTable TD {
	padding-right: 7px;
	padding-top: 1px;
}

#pageNumbersTable TD.active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 0px;
	color: #dc2121;
}


#refPagingTable TD.pageNum {
	width: 100px;
	font-size: 12px;
	text-align: right;
	padding-top: 5px;
	padding-right: 3px;
}

/*
	client area
*/

#clientAreaContainer {
	width: 236px;
	background-color: #ffffe2;
	/*background-color: #d7e3ef;*/
	border-left: 1px solid #cedcef;
	padding-top: 27px;
}

#clientAreaTable {
	width: 100%;
}

#clientAreaTable TD.title {
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
}

#clientListTable {
	width: 100%;
}

#clientListTable TD {
	font-size: 10px;
	border-bottom: 1px solid #c9dbee;
	padding-left: 32px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-transform: uppercase;
	background-image: url(../images/arrow_blue_small.gif);
	background-repeat: no-repeat;
	background-position: 21px 5px;
	line-height: 14px;
}

/*
	iframe content
*/

#refBody {
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	background: none;
}

#iRefGlobalTable {
	width: 100%;
	height: 100%;
}

#refImagesContainer {
	padding-left: 0px;
	padding-top: 24px;
}

#refImagesTable {
}

#refImagesTable TD.spacer {
	width: 26px;
}

#refImagesTable TD.projectName {
	width: 110px;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 15px;
}

#refImagesTable TD.image {
	width: 110px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
}

#refImagesTable IMG {
	border: 1px solid #7eb3db;
}

#refImagesTable IMG.over {
	border: 5px solid #d7e3ef;
}

/*
	galery iframe content
*/

#refGaleryBody {
	height: 100%;
	overflow: hidden;
	background-color: #2f80d9;
	background-image: url(../images/gradient_contentarea.jpg);
	background-position: 0px -79px;
	background-repeat: repeat-x;
}

#iRefGaleryGlobalTable {
	width: 100%;
	height: 100%;
}

#refGaleryContainer {
	width: 100%;
	padding-left: 32px;
	padding-bottom: 18px;
}

#refGaleryTable {
	width: 100%;
}

#refGaleryScreenshotContainer {
	width: 186px;
	height: 132px;
	padding-bottom: 30px;
}

#refGaleryScreenshotContainer IMG {
	border: 3px solid #99b7e1;
}

#imageSelectorContainer {
	padding-left: 15px;
}

#imageSelectorTable {
}

#imageSelectorTable TD {
	width: 18px;
	height: 20px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #7baedc;
	padding-top: 2px;
	cursor: pointer;
}

#imageSelectorTable TD.spacer {
	height: 8px;
	border: none;
}

#imageSelectorTable TD.out {
	background-color: #1d5fb3;
}

#imageSelectorTable TD.active {
	background-color: #dc2121;
}

#imageSelectorTable TD.over {
	background-color: #2573d2;
}

#refDescContainer {
	width: 186px;
}

#refDescTable {
	width: 100%;
}

#refDescTable TD {
	color: #ffffff;
}

#refDescTable TD.refName {
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/ico_galeryprojectname.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height: 18px;
	text-transform: uppercase;
}

#refDescTable TD.refLink {
	height: 21px;
	font-size: 11px;
	/*
	background-image: url(../images/ico_galerylink.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left: 25px;
	*/
	padding-top: 5px;
}

#refDescTable TD.refInfo {
	padding-top: 25px;
}

#refDescTable P.item {
	font-size: 10px;
	color: #ffff99;
	text-transform: uppercase;
	background-image: url(../images/mark.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	padding-bottom: 5px;
}

#refDescTable P.content {
	font-size: 11px;
	color: #ffffff;
	padding-bottom: 20px;
	line-height: 14px;
}

/*
	design list
*/

#designListTable {
}

#designListTable TD.spacer {
	width: 16px;
}

#designListTable TD.projectName {
	width: 110px;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 15px;
}

#designListTable TD.image {
	width: 110px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
}

#designListTable IMG {
	border: 1px solid #7eb3db;
}

#designListTable IMG.over {
	border: 5px solid #d7e3ef;
}




