@charset "utf-8";
/* CSS Document */
html,body{
	height:100%;
}
#wrapper {
 min-height: 100%;
 height: auto !important;
 height: 100%;
 margin: 0 auto -20px auto;
}
#footers {
	text-align:right;
	font-size:11px;
	padding-right:10px;
	border-top:solid 1px #e0e0e0;
	padding-top:1px;
}
#footers a {
	font-size:11px;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
}

.menuitems{
	display:inline;
	font-weight:normal;
	font-size:12px;
	
}
.menuitems a{
	font-weight:normal;
	font-size:12px;
}
#space{ 
	height:200px;
}
.icon-logout{
	background-image:url(../images/lock.png);
	background-repeat:no-repeat;
	padding-left:18px;
	height:20px;
}
.icon-users{
	background-image:url(../images/user.png);
	background-repeat:no-repeat;
	padding-left:18px;
	height:20px;
}
.icon-home{
	background-image:url(../images/home.png);
	background-repeat:no-repeat;
	padding-left:18px;	
}
.icon-panel{
	background-image:url(../images/panel.png);
	background-repeat:no-repeat;
	padding-left:18px;	
	height:20px;
}
.icon-wired{
	background-image:url(../images/wired.png);
	background-repeat:no-repeat;
	padding-left:18px;
}
.icon-cate{
	background-image:url(../images/cate.png);
	background-repeat:no-repeat;
	padding-left:18px;
}
.icon-puzzle{
	background-image:url(../images/puzzle.png);
	background-repeat:no-repeat;
	padding-left:18px;
}
.icon-save{
	background-image:url(../images/save.png);
	background-repeat:no-repeat;
	padding-left:18px;
}
.right-slide{
	border-right:solid 2px #e0e0e0;
	padding-right:5px;
}

.category{
	margin-left:20px;
}
.select_bold{
	font-weight:bold;
	background-color:#e9e9e9;
}
.editicons{
	background:url('../images/edit.png') no-repeat top right;
	width:16px;
	height:16px;
	text-indent:-999px;
	display: block;
	cursor:pointer;
}
.deleteicons{
	background:url('../images/delete.png') no-repeat top right;
	width:16px;
	height:16px;
	text-indent:-999px;
	display: block;
	cursor:pointer;
}
.titlebar{
	border: dotted 1px #CCC;
	margin-bottom:5px;
	padding:5px;
	height:65px;
}
.titletext{
	float:left;
	height:32px;
	font-weight:bold;
	font-size:20px;
	padding-top:25px;
	margin-left:5px;
}
.tools{
	float:right;
	
}
.add-tools{
	width:80px;
	height:60px;
	border:solid 1px #CCC;
	background-color:#f6f6f6;
	background-image:url(../images/24px/add.png);
	background-position:top center;
	background-repeat: no-repeat;
	padding-top:26px;
	text-align:center;
	cursor:pointer;
	float:left;
	display: block;
}

.home-tools{
	width:80px;
	height:60px;
	border:solid 1px #CCC;
	background-color:#f6f6f6;
	background-image:url(../images/24px/home.png);
	background-position:top center;
	background-repeat: no-repeat;
	padding-top:26px;
	text-align:center;
	cursor:pointer;
	float:left;
	display: block;
}

.info-tools{
	width:32px;
	height:32px;
	background-image:url(../images/32px/add.png);
	background-repeat: no-repeat;
	cursor:pointer;
	float:left;
}
.youtube32pxicons{
	width:64px;
	height:64px;
	background-image:url(../images/64px/youtube.png);
	background-repeat: no-repeat;
	float:left;
	
}
.linkicons{
	background-image:url(../images/link-out.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:10px;
}
.admintable{
	border:solid 1px dotted #CCC;
}

	

