/* -----------------------------------
	Basic layout for list views
   ---------------------------------*/

#listZone {
	/***** structural *****/	
	position: absolute;
	left: 0;
	top: 75px;
	bottom: 0px;
	width: 100%;
	/***** visual *****/
	background: #fff;
	overflow:auto;
	}
	
#listPane {
	position: absolute;
	left: 0px;
	top: 0;
	right: 0;
	bottom: 0;
	}
	
#dashZone {
	/***** structural *****/	
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-width: 1000px;
	height: 220px;
	/***** visual *****/
	background: #99b5ed url("../../img/com/bg_misc.png") repeat-x;
	}

	
/* List Table Styling */

#listZone table {
	border: none;
	border-spacing: 0;
	width: 99.9%;
	text-align: left;
	vertical-align: top;
	min-width: 1000px !important;
	}

th, td {
	padding: 5px 10px 5px 8px;
	font-weight: normal;
	vertical-align: top;
	line-height: 14px;
	}

th:first-child, td:first-child {
	padding-left: 20px;
	}

th {
	border-bottom: 1px solid #a0a3aa;
	border-left: 1px solid #a0a3aa;
	background: #f6f7f9 url("../../img/table/head.png") repeat-x;
	}
	
th.active {
	border-bottom: 1px solid #94a1cf;
	border-left: 1px solid #94a1cf;
	background: #e2e4ea url("../../img/table/head_on.png") repeat-x;
	}

th.active a {
	color: #135;
	}

th.active span {
	margin: -3px -5px;
	}

td {
	padding: 6px 1px 6px 5px;
	border-bottom: 1px solid #e2e4ea;
	border-left: 1px solid #e2e4ea;
	}
	
tr	{
	background: #f9fafb;
	}

tr.alt {
	background: #fff;
	}
	
td img.thumb {
	border: 1px solid #ccc;
	padding: 1px;
	display: inline;
	}
	
.myName {
	display: block;
	}

.seeall {
	font-style: italic;
	}
	
th.sn_status {
	width:50px;
	}
	
th.sn_title {
	width:200px;
	}
	
th.sn_desc {
	width:200px;
	}
	
th.sn_note {
	width:192px;
	}

th.sn_user {
	width:90px;
	}

th.sn_userlist {
	width:278px;
	}

th.sn_author {
	width:100px;
	}
	
th.sn_date {
	width:70px;
	}
	
th.sn_action {
	}
	
/* Leaderboard Styling */

#dashZone div {
	padding: 10px 0 0 0;
	width: 300px;
	/* border: 1px solid #900; */
	margin: 10px 0 0 15px;
	}
	
#dashZone h3,
#dashZone li,
#dashZone p {
	text-shadow: #123 2px 2px 1px ;
	-moz-opacity: 0.9999;
	}

#dashZone h3 {
	/***** structural *****/	
	font-weight: normal;
	font-size: 1.3em;
	margin: 5px 0 10px 0;
	padding: 0 0 5px 7px;
	/***** visual *****/
	color: #101b35;
	border-bottom: 1px solid #606b85;
	}

#dashZone ul {
	margin-left: 6px;
	}

#dashZone ul li {
	clear: both;
	list-style: none;
	margin-bottom: 5px;
	min-height: 20px;
	}

#dashZone a {
	color: #fff;
	}

#dashZone img.thumb {
	border: 1px solid #606b85;
	padding: 1px;
	display: inline;
	}

#dashZone .myName {
	display: block;
	margin-left: 24px;
	padding-top: 3px;
	}

#dashZone .seeall {
	margin-left: 24px;
	}
th.inv_user {
	width:25px;
	}
.blogDiv{
	top:70px;
	padding-top:10px;
	position:relative;	
}
.blogForm{
	position:relative;
	margin:0 auto;	
	width:500px;
	height:500px;
}
.totalUsersDiv{
	color:#ffffff;
	font-family: Arial;
	font-size: 10pt;
	float:left;
}
.totalUsers{
	right:185px;
	padding:5px 0px 2px 20px;
}




