/* CSS Document */
html{
	background-color:#E5E5E5;
	background-image:url('../images/bg.gif');
	background-repeat:no-repeat;
	font-family:Tahoma;
	font-size:11px;
}
a {
	text-decoration:none;
}

p {
	line-height: 17px;
}
#maindiv{
	position:absolute;
	left:97px;
	top:91px;
	width:737px;
	background:url('../images/bgBorder.gif');
	background-repeat:repeat-y;
}
#contentTop{
	width:737px;
}
#contentInfo{
	background-image:url('../images/infoTop.gif');
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:20px;
	overflow: auto;
	height: 100%;
}
#contentFooter{
	width:737px;
}
#infoLeft{
	margin-left:15px;
	margin-top:30px;
	width:200px;
	float:left;
}
#infoRight{
	margin-left:20px;
	margin-top:30px;
	width:430px;
	float:left;
	padding-bottom: 20px;
}
.title{
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
}
.textRed{
	font-family:Tahoma;
	font-size:11px;
	color:#FF0000;
}
.textBlack{
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
}

#icmsLiMenu a {
	background-image: url('../images/arrow.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 17px;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
#icmsLiMenu a:hover {
	text-decoration: underline;
}
#icmsLiMenu ul li {
	padding-bottom: 5px;
}
#icmsLiMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.studioPagesImageGallery  img {
	padding-top: 10px;
	padding-left: 9px;
	width: 59px;
	height: 51px;
	border: 0px;	
}
.studioPagesImageGallery {
	background-image: url(../images/thumbnail.jpg);
	width: 78px;
	height: 88px;
	float: left; 
	padding-right: 5px;
	background-repeat: no-repeat;
}

.studioPagesImageGalleryView img {
	border: 0;
	padding-bottom: 5px;
}
.studioPagesImageViewer img {
	padding-top: 10px;
	padding-left: 9px;
	border: 0px;	
}