@charset "utf-8";
/* CSS Document */

a {
	cursor:pointer
}

.moduleTitle {
	position:relative;
	top:6px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	cursor:default;
}

/* Module Positioning & Layout */

body {
	margin:0px;
	padding-top:4px;
	padding-right:4px;
	color:#333;
	text-Align:left;
	font-size:11px;
	line-height:14px;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

#mainBackground {
	height: 110%;
	width: 110%;
	top:-5%;
	left:-5%;
	position:fixed;
	right: 0;
}


.module {
	position:relative;
}

#backOffice {
	position:relative;
	width:1024px; margin:auto;
}

	.column {
		position:relative;
		width:341px;
		height:100%;
		float:left;
		overflow:hidden;
	}

	#login {
		width:500px;
		height:180px;
		
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:13px;
		
		margin-top:120px;
	}
	
		#loginIcon {
			position:absolute;
			top:-40px;
			left:460px
		}
		
		#loginLabels {
			position:absolute;
			height:50px;
			top:25px;
			left:50px
		}
		
		#loginLabels .loginLabel {
			padding-top:8px;
		}	
		
		#loginInputs {
			position:absolute;
			top:26px;
			left:115px	
		}
		
			#loginInputs input {
				width:360px;
			}
		
		#forgotPassword {
			position:absolute;
			width:110px;
			top:130px;
			left:365px;
		}

		#loginBut {
			position:absolute;
			top:80px;
			left:395px;
		}
		
		#loginBut img{
			height:35px;
		}
		
		
	#topNav {
		width:100%;
		height:50px;
		z-index:1000;
	}
	
	#alerts {
		width:341px;
		height:113px;
	}
	
	#socialNetworking {
		width:341px;
		height:113px;
	}
	
		#socialNetworking .socialNetworkingImages {
			text-align:center;
		}
		
		#socialNetworking .socialNetworkingImages img{
			width:65px;
			padding:5px
		}
	
	#downlineSignUpReport30Day{
		width:341px;
		height:113px;
	}
	
	#corporateRSS{
		width:341px;
		height:456px;
	}
	
	#rank{
		width:113px;
		height:113px;
	}
	
		#rank .rankName{
			font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
			font-size:13px;
			cursor:default;
		}
	
	#earningsHistoryReport{
		width:341px;
		height:113px;
	}
	
	#settings{
		width:113px;
		height:113px;
	}
	
	#oldBackOfficeLinks {
		width:341px;
		height:165px;
	}
	
		#oldBackOfficeLinks #content{
			padding:5px 22px;
		}
	
	#earnings{
		width:341px;
		height:162px;
	}
	
		#earnings #content{
			padding:5px 22px;
		}
	
	#downlineCenter{
		width:342px;
		height:226px;
	}
	
	#messageCenter{
		width:342px;
		height:113px;
	}
	
	#iboSupportCenter{
		width:342px;
		height:113px;
	}
	
	#currentWeekEstimatedVolume{
		width:342px;
		height:113px;
	}
	
		#downline #content{
			padding:5px 22px;
		}
	
	#ordering{
		width:342px;
		height:185px;
	}
	
		#ordering #content{
			padding:5px 22px;
		}
	
	#tools{
		width:342px;
		height:320px;
	}
	
		#tools #content{
			padding:5px 22px;
		}
	
	#reports{
		width:342px;
		height:300px;
	}
	
		#reports #content{
			padding:5px 22px;
		}
	
	#taxes{
		width:342px;
		height:85px;
	}
	
		#taxes #content{
			padding:5px 22px;
		}
	
	#estimatedEarningsDT{
		width:342px;
		height:113px;
	}
	
	#learningCenter{
		width:341px;
		height:113px;
	}

	#closeBut {
		position:absolute;
	}
	
	#lastTweet {
		width:341px;
		height:113px;	
	}
	
	#doughnutChart {
		width:341px;
		height:339px;	
	}



ul.draglist { 
    position: relative;
	width: 341px;
	min-height:400px;
	list-style: none;
    margin:0;
    padding:0;
}

ul.draglist li {
    margin: 1px;
    cursor: move;
    zoom: 1;
}

li.list1 {
    
}

li.list2 {
    
}
