/* 
    Document   : questionnaireQuestion
    Created on : Dec 1, 2011, 11:40:20 AM
    Author     : nguyen.triq
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#questions .programs li {
	list-style: disc inside none;
}   
.uplist li {
	display:inline-block;
	background:grey;   
	padding:3px; 
	margin-right:3px;
}                   

.uplist li img {
	vertical-align:top;
}

#uploadMain {
	width:100%;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	/*height:650px;*/
	height:auto;
}   

#uploadMain #logo {
   	background:#1b3a5f;
	width:100%;
	height:110px; 
}
#uploadMain #logo h2 {
	width:154px;height:70px;
}

#uploadMain #logo h3 {
	color: #ffffff;
	position:absolute;
	right:20px;
	top:43px;
}

#savedImg, #uploadImg {
	width:100%;
	margin:0px;
	padding:0px;
	list-style:none;
}

#savedImg li, #uploadImg li {
	width:48%;
	float:left;
	padding-bottom:5px;
}

#contentIframe #savedImg  img {
  	border-color:rgba(0, 0, 0, 0.2) rgba(225, 225, 225, 0.2) rgba(225, 225, 225, 0.2) rgba(0, 0, 0, 0.2);
	border-style:solid;
	border-width:1px;
	box-shadow:0px 0px 3px rgba(0, 0, 0, 0.5) inset;
	padding:8px;
	vertical-align:top;
	background:none repeat scroll 0% 0% grey;
	display:inline-block;
	width:50px;height:50px;
	float:left;          
	margin-right: 10px; 
	margin-bottom: 10px;  
}

#savedImg li > div {
	float: left; 
	height: 65px;            
	margin:0 5px 10px;
}

#savedImg li:nth-child(2n+1) {
	border-right:1px solid #CCC;
}