/* CSS Document */
#SynergiaUsersQA, #PopLid {
	height:580px;
	background-color:#fff;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	width:380px;
	position:relative;
	overflow:hidden;

}
#PopLid .SynergiaTitle {
	background-image:url(../Icons/SynergiaIconPack/Synergia-64.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:70px;
	font-weight: 300;
	color: #45bfbf;
	height:64px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 27px;
	border-bottom:1px solid #CCC;
	position:relative;
}
#PopLid .SynergiaTitle div {
	font-size: 17px;
	font-weight: 300;
	color: #666;
	margin-top: 5px;
	margin-bottom: 5px;
}

.SynergiaProductBox {
	background-image:url(../Images/synergia-box-150.png);
	background-repeat:no-repeat;
	width:150px;
	height:216px;
	float:right;
}

#SynergiaUsersQA .Title {
	background-image:url(../Icons/SynergiaIconPack/Blank-64.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:70px;
	font-weight: 300;
	color: #45bfbf;
	height:64px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 27px;
	border-bottom:1px solid #CCC;
	position:relative;
}
#SynergiaUsersQA .QA_NL {
	outline: none;  
    -webkit-border-radius: 50%;  
    -moz-border-radius: 50%;  
    border-radius: 50%;  
    border: 1px solid #999;
	box-shadow: 0 0 0px #DDDDDD;
	position:absolute;
	left:16px;
	top:10px;
}
#SynergiaUsersQA .Title div {
	font-size: 17px;
	font-weight: 300;
	color: #666;
	margin-top: 5px;
	margin-bottom: 5px;
}

#SynergiaUsersQA .UsersTable {
	min-height:100px;
	width:380px;
	outline: none;  
	overflow:hidden;
	padding-bottom:11px;
	margin-bottom:10px;
	background-color:#FFF;
}
#SynergiaUsersQA .UsersTable .Users .UserItem {
	width:47px !important;
	height:47px !important;
	outline: none;  
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;  
    border-radius: 3px;  
    border: 1px solid #CCC;
	box-shadow: 0 0 2px #DDDDDD;
	float:left;
	margin: 1px;
}
#SynergiaUsersQA .UsersTable .Users .UserItem a {
	display:inline-block;
	width:100%;
	height:100%;
	cursor:pointer;
}
#SynergiaUsersQA .UsersTable .Users {
	height: 460px;
	overflow:hidden;
	overflow-y:scroll;
}
#SynergiaUsersQA .UsersTable .Users .LoadMore {
	margin-top:10px;
	color: #45bfbf;
	display:block;
	width:378px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	background-color:#ECECEC;
	outline: none;  
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;  
    border-radius: 3px;  
    border: 1px solid #CCC;
	box-shadow: 0 0 2px #DDDDDD;
	position:absolute;
	bottom:0px;
}

#PopLid .QA_PP {
	outline: none;  
    -webkit-border-radius: 50%;  
    -moz-border-radius: 50%;  
    border-radius: 50%;  
    border: 1px solid #999;
	box-shadow: 0 0 0px #DDDDDD;
	position:absolute;
	left:11px;
	top:8px;
}

#upload{

    /*background-color:#373a3d;

    background-image:-webkit-linear-gradient(top, #373a3d, #313437);
    background-image:-moz-linear-gradient(top, #373a3d, #313437);
    background-image:linear-gradient(top, #373a3d, #313437);
	*/

    width:295px;
    padding:30px;
    border-radius:3px;

    margin:auto;
}

#drop{
    /*background-color: #2E3134;
    border-image: url('../Images/border-image.png') 25 repeat;*/
	padding: 25px 25px;
    margin-bottom: 30px;
    border: 20px #CCC dashed;

	background-position:center center;
	background-repeat:no-repeat;
    
    text-align: center;
    text-transform: uppercase;

    font-size:16px;
    font-weight:bold;
    color:#FFF;
	width:205px;
	text-shadow:#000 0px 0px 5px;
	
	padding-top:155px;
	height:75px;
}

#drop a{
    background-color:#007a96;
    padding:12px 26px;
    color:#45bfbf;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
	
	background-color:#ECECEC;
	outline: none;  
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;  
    border-radius: 3px;  
    border: 1px solid #CCC;
	box-shadow: 0 0 2px #000;
	text-shadow:none;
}

#drop a:hover{
    background-color:#45bfbf;
	border-color:#003A37;
	color:#FFF;
}

#drop input{
    display:none;
}

.upload ul{
    list-style:none;
    margin:0 -30px;
	/*
    border-top:1px solid #2b2e31;
    border-bottom:1px solid #3d4043;
	*/

}

.upload ul li{

    background-color:#efefef;

	border: solid 1px #CCC;
	margin-bottom:10px;
    padding:15px;
    height: 52px;

    position: relative;
	
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;  
    border-radius: 3px; 
	
}

.upload ul li input{
    display: none;
}

.upload ul li p{
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #45bfbf;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}

.upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

.upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}

.upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../Images/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

.upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

.upload ul li.error p{
    color:red;
}