body {
	margin:0;
	padding:0;
	font-family:Tahoma,sans-serif;
	font-size:12px;
	background-color:#ececec;
	color:#626262;
}

form, table, td, tr, ol, input, select {
	margin:0; 
	padding:0;
}

img{border:0;}

.clear_left{ clear:left;}
.clear_both{ clear:both;}

a{
	color:#696969;
	text-decoration:none;
	/*-moz-outline-style: none;*/
}

a:hover{
	color:#02a2df; 
	text-decoration:underline;
	/*-moz-outline-style: none;*/
}

.jsEvent{
	cursor:pointer;
}

	.jsEvent.edit{
		background:url(../img/button_edit.png) no-repeat;
		width:20px;
		height:16px;
		display:block;
		float:left;
	}
	
	.jsEvent.disable{
		background:url(../img/button_disable.png) no-repeat;
		width:20px;
		height:16px;
		display:block;
		float:left;
	}
	
	.jsEvent.enable{
		background:url(../img/button_enable.png) no-repeat;
		width:20px;
		height:16px;
		display:block;
		float:left;
	}
	
	.jsEvent.delete{
		background:url(../img/button_delete.png) no-repeat;
		width:20px;
		height:16px;
		display:block;
		float:left;
	}
	
	.jsEvent.send_mail{
		background:url(../img/button_send_mail.png) no-repeat;
		width:20px;
		height:16px;
		display:block;
		float:left;
	}
	
	.jsEvent.send_pm{
		background:url(../img/button_send_pm.png) no-repeat;
		width:16px;
		height:16px;
		display:block;
		float:left;
	}
	
	.jsEvent.close{
		background:url(../img/button_close_dialog.png) no-repeat;
		width:16px;
		height:16px;
		display:block;
		float:left;
	}
	
	.jsEvent.infou{
		background:url(../img/button_info_user.png) no-repeat;
		width:20px;
		height:16px;
		display:block;
		float:left;
	}
	
	.jsEvent.profile{
		background:url(../img/button_profile.png) no-repeat;
		width:20px;
		height:16px;
		display:block;
		float:left;
	}
	
	.jsEvent.moveup{
		background:url(../img/button_move_up.png) no-repeat;
		width:16px;
		height:16px;
		display:block;
		float:left;
		margin-right:4px;
	}
	
	.jsEvent.movedown{
		background:url(../img/button_move_up.png) no-repeat;
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		width:16px;
		height:16px;
		display:block;
		float:left;
		margin-right:4px;
	}
	
	.jsEvent.info{
		background:url(../img/button_info.png) no-repeat;
		width:16px;
		height:16px;
		display:block;
		float:left;
		margin-right:4px;
	}


.divsep{
	height:10px;
	width:1px;
}

.wrapper{
	width:980px;
	margin:0 auto;
}

.bluelink{
	color:#02a2df;
}


/**
 * start: HEADER
 */
#header{
	background:url(../img/bg_header.png) repeat-x;
	height:85px;
}
	
	#header .logo{
		float:left;
		margin-left:-50px;
	}
	
		#header .logo:hover{
			opacity:0.9;
		}
		
	#header .social{
		float:right;
		margin-top:33px;
	}
	
		#header .social a.twitter{
			background:url(../img/s_twitter.png) no-repeat;
			width:24px;
			height:23px;
			display:block;
			float:left;
			margin-right:5px;
		}
		
		#header .social a.twitter:hover{
			opacity:0.8;
		}
		
		#header .social a.rss{
			background:url(../img/s_rss.png) no-repeat;
			width:24px;
			height:23px;
			display:block;
			float:left;
		}
		
		#header .social a.rss:hover{
			opacity:0.8;
		}
		
		#header .social a.facebook{
			background:url(../img/s_facebook.png) no-repeat;
			width:24px;
			height:23px;
			display:block;
			float:left;
			margin-right:5px;
		}
		
		#header .social a.facebook:hover{
			opacity:0.8;
		}
		
		#header .social a.google{
			background:url(../img/s_google_buzz.png) no-repeat;
			width:24px;
			height:23px;
			display:block;
			float:left;
			margin-right:5px;
		}
		
		#header .social a.google:hover{
			opacity:0.8;
		}
		
		#header .social a.delicious{
			background:url(../img/s_delicious.png) no-repeat;
			width:24px;
			height:23px;
			display:block;
			float:left;
			margin-right:5px;
		}
		
		#header .social a.delicious:hover{
			opacity:0.8;
		}
		
		#header .social span{
			display:none;
		}
/**
 * end: HEADER
 */




 /**
 * start: TOPMENU
 */

#topmenu{
	background:url(../img/bg_topbar.png) repeat-x;
	height:46px;
}

	#topmenu .mainmenu{
		float:left;
		margin-top:4px;
	}
	
		#topmenu .mainmenu .btnlft{
			float:left;
			background:url(../img/topbtnlft.png) no-repeat;
			width:2px;
			height:30px;
		}
		
		#topmenu .mainmenu a.btnmid{
			float:left;
			display:block;
			background:url(../img/topbtnmid.png) repeat-x;
			height:30px;
			padding-left:10px;
			padding-right:10px;
			padding-top:8px;
			color:#fff;
			text-decoration:none;
			text-transform:uppercase;
		}
		
		#topmenu .mainmenu a.btnmid:hover{
			opacity:0.9;
		}
		
		#topmenu .mainmenu .btnrgt{
			float:left;
			background:url(../img/topbtnrgt.png) no-repeat;
			width:2px;
			height:30px;
			margin-right:5px;
		}
		
		#topmenu .mainmenu .tbtn{
			float:left;
			margin-right:5px;
			height:30px;
			padding-left:10px;
			padding-right:10px;
			padding-top:8px;
			color:#ccc;
			text-decoration:none;
			text-transform:uppercase;
		}
		
		#topmenu .mainmenu .tbtn:hover{
			float:left;
			margin-right:5px;
			height:30px;
			padding-left:10px;
			padding-right:10px;
			padding-top:8px;
			color:#fff;
			text-decoration:none;
			text-transform:uppercase;
		}
	
	#topmenu .topsearch{
		float:right;
		margin-top:4px;
	}
	
		#topmenu .topsearch input.sfield{
			background:url(../img/bg_topsearch.png) no-repeat;
			width:250px;
			padding:5px;
			border:0;
			float:left;
			margin-top:3px;
			color:#999;
		}
		
		#topmenu .topsearch input.sbtn{
			background:url(../img/btn_topsearch.png) no-repeat;
			width:70px;
			height:28px;
			border:0;
			float:left;
			margin-top:2px;
			cursor:pointer;
		}
		
		#topmenu .topsearch input.sbtn:hover{
			opacity:0.9;
		}

/**
 * end: TOPMENU
 */
 
 
 
 
 /**
 * start: BREADCRUMBS
 */


#breadcrumbs{
	font-size:11px;
	color:#626262;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:2px;
}

	#breadcrumbs .btm{
		background:url(../img/bc_btm.png) repeat-x;
		height:2px;
		margin-top:10px;
	}

	#breadcrumbs a{
		font-size:11px;
		color:#02a2df;
		text-decoration:none;
	}
	
	#breadcrumbs a:hover{
		text-decoration:underline;
	}
/**
 * end: BREADCRUMBS
 */


#content{
	width:980px;
	margin:0 auto;
}

	#content .page{
		float:left;
		width:691px;
	}
		
		#content .page .titlelft{
			background:url(../img/titlelft.png) no-repeat;
			height:47px;
			width:2px;
			float:left;
		}
		
		#content .page .titlergt{
			background:url(../img/titlergt.png) no-repeat;
			height:47px;
			width:2px;
			float:left;
		}
		
		#content .page h1{
			font-size:18px;
			margin:0;
			padding:0;
			background:url(../img/titlemid.png) repeat-x;
			height:47px;
			width:676px;
			float:left;
			padding-left:10px;
			padding-top:10px;
			overflow:hidden;
			font-weight:normal;
			color:#626262;
		}
		
		#content .page .title{
			font-size:18px;
			margin:0;
			padding:0;
			background:url(../img/titlemid.png) repeat-x;
			height:47px;
			width:676px;
			float:left;
			padding-left:10px;
			padding-top:10px;
			overflow:hidden;
			font-weight:normal;
			color:#626262;
		}
		
			
			#content .page .default{
				
			}
			
				#content .page .default .top{
					background:url(../img/page_bg_top.png) no-repeat;
					width:690px;
					height:14px;
				}
				
				#content .page .default .mid{
					background:url(../img/page_bg_mid.png) repeat-y;
					width:690px;
				}
				
				#content .page .default .mid .container{
					padding-left:23px;
					padding-right:23px;
					padding-bottom:5px;
					padding-top:5px;
				}
				
				#content .page .default .btm{
					background:url(../img/page_bg_btm.png) no-repeat;
					width:690px;
					height:14px;
				}
 	
	#content .themes{
		margin-left:-17px;
		width:720px;
	}
	
		#content .themes .theme{
			background:url(../img/themebox.png) no-repeat;
			width:219px;
			height:272px;
			margin-left:17px;
			margin-bottom:12px;
			float:left;
		}
		
			#content .themes .theme .thumb{
				width:160px;
				height:120px;
				background:#eee;
				border:1px solid #dbdbdb;
				margin-left:29px;
				margin-top:20px;
				margin-bottom:10px;
			}
			
			#content .themes .theme h2 a{
				color:#4a4a4a;
				font-size:18px;
				text-decoration:none;
				font-weight:normal;
			}
				#content .themes .theme .themei{
					text-align:center;
				}
			
				#content .themes .theme h2 a:hover{
					text-decoration:underline;
				}
			
			#content .themes .theme .info{
				color:#4a4a4a;
				font-size:11px;
				margin-top:10px;
				height:35px;
				overflow:hidden;
			}
			
			#content .themes .theme .themei .info a{
					color:#02a2df;
				}
			
			#content .themes .theme .actions{
				text-align:center;
			}
				#content .themes .theme .actions a span{
					display:none;
				}
			
				#content .themes .theme .actions a.demo{
					background:url(../img/btn_demo.png) no-repeat;
					width:67px;
					height:23px;
					display:block;
					float:left;
					margin-right:5px;
				}
				
				#content .themes .theme .actions a.download{
					background:url(../img/btn_download.png) no-repeat;
					width:67px;
					height:23px;
					display:block;
					float:left;
				}
	
	#content .sidebars{
		float:right;
	}
		
		#content .sidebars .sidebar{
			width:274px;
		}
		
			#content .sidebars .sidebar .sbtop{
				background:url(../img/sb_top.png) no-repeat;
				width:274px;
				height:46px;
			}
				
				#content .sidebars .sidebar .sbtop .title{
					font-size:18px;
					text-transform:uppercase;
					padding-left:15px;
					padding-top:10px;
				}
			
			#content .sidebars .sidebar .sbmid{
				background:url(../img/sb_mid.png) repeat-y;
				width:274px;
				padding:15px;
			}
			
			
			#content .sidebars .sidebar .sbbtm{
				background:url(../img/sb_btm.png) no-repeat;
				width:274px;
				height:3px;
			}
			
				#content .sidebars .sidebar input.sb_login_field{
					border:1px solid #dedede; 
					padding:5px; 
					width:232px; 
					color:#dedede; 
					margin-bottom:10px;
				}
				
				#content .sidebars .sidebar input.sb_login_btn{
					background:url(../img/btn_sb_login.png) no-repeat;
					width:70px;
					height:28px;
					border:0;
					cursor:pointer;
					float:left;
				}
				
				#content .sidebars .sidebar input.sb_login_btn:hover{
					opacity:0.8;
				}
				
				#content .sidebars .sidebar .sb_login_cna{
					color:#02a2df;
					float:left;
					margin-left:64px;
					margin-top:7px;
				}
				
				
				#content .sidebars .sidebar .tweets{
					width:245px;
				}
				
					#content .sidebars .sidebar .tweets .entry{
						border-bottom:1px dotted #ccc;
						margin-bottom:10px;
						padding-bottom:10px;
					}
					
					#content .sidebars .sidebar .tweets .entry a{
						color:#02a2df;
					}
				
				
				#content .sidebars .sidebar .tutorials{
					width:245px;
				}
				
				#content .sidebars .sidebar .tutorials a{
					color:#02a2df;
				}
				
					#content .sidebars .sidebar .tutorials .title{
						margin-bottom:7px;
					}
					
					#content .sidebars .sidebar .tutorials .smalldesc{
						margin-bottom:7px;
						width:245px;
					}
					
					#content .sidebars .sidebar .tutorials .tutsep{
						border-bottom:1px dotted #eee;
						margin-bottom:10px;
						padding-bottom:10px;
					}
					
					#content .sidebars .sidebar .tutorials .info{
						font-size:11px;
					}
					
					#content .sidebars .sidebar .tutorials .info.l{
						float:left;
					}
					
					#content .sidebars .sidebar .tutorials .info.r{
						float:right;
					}
					
						#content .sidebars .sidebar .tutorials .info.r a{
							font-size:11px;
						}
				
				#content .sidebars .sidebar ul.categories{
					margin:0;
					padding:0;
				}
				
					#content .sidebars .sidebar ul.categories li{
						list-style:none;
					}
				
					#content .sidebars .sidebar ul.categories li.website_templates{
						background:url(../img/ico_website_16x16.png) no-repeat;
						width:24px;
						min-height:24px;
					}
					
					#content .sidebars .sidebar ul.categories li.wordpress_themes{
						background:url(../img/ico_wordpress_16x16.png) no-repeat;
						width:16px;
						min-height:16px;
					}
					
					#content .sidebars .sidebar ul.categories li.blogger_templates{
						background:url(../img/ico_blogger_16x16.png) no-repeat;
						width:16px;
						min-height:16px;
					}
					
					#content .sidebars .sidebar ul.categories li.twitter_backgrounds{
						background:url(../img/ico_twitter_16x16.png) no-repeat;
						width:16px;
						min-height:16px;
					}
					
					#content .sidebars .sidebar ul.categories li.myspace_layouts{
						background:url(../img/ico_myspace_16x16.png) no-repeat;
						width:16px;
						min-height:16px;
					}
					
					#content .sidebars .sidebar ul.categories li a{
						display:block;
						padding-left:35px;
						padding-bottom:7px;
						width:180px;
						font-size:110%;
						position:relative;
					}
					
					#content .sidebars .sidebar ul.categories li a:hover{
						text-decoration:underline;
					}
					
	
 
 #footer{
 	background:url(../img/bg_footer.png) repeat-x;
	height:42px;
	color:#fff;
	margin-top:10px;
 }
 	
	 #footer a{
	 	color:#fff;
		text-decoration:none;
	 }
	 	#footer a:hover{
	 		text-decoration:underline;
	 	}
 
 	#footer .left{
 		float:left;
		margin-top:12px;
 	}
	
	#footer .right{
 		float:right;
		margin-top:12px;
 	}
	
		#footer .right .ftlink{
			float:left;
			margin-left:10px;
		}


.pagination{
	padding-top:10px;
	font-size:11px;
	font-weight:bold;
}
	
	.pagination .total_pages{
		border:1px solid #c1bfbf;
		padding:2px 5px 2px 5px;
		float:left;
		color:#333333;
	}
	
	.pagination .total_records{
		border:1px solid #c1bfbf;
		padding:2px 5px 2px 5px;
		float:left;
		color:#333333;
		margin-right:3px;
		font-weight:normal;
	}
	
	.pagination .first_page a{
		float:left;
		margin-left:3px;
		display:block;
		border:1px solid #c1bfbf;
		padding:2px 5px 2px 5px;
	}
	
	.pagination .first_page a:hover{
		float:left;
		margin-left:3px;
		display:block;
		background:#c1bfbf;
		color:#FFFFFF;
		border:1px solid #c1bfbf;
		padding:2px 5px 2px 5px;
	}
	
	.pagination .prev_page a{
		float:left;
		margin-left:3px;
		display:block;
		border:1px solid #c1bfbf;
		padding:2px 5px 2px 5px;
	}
	
	.pagination .prev_page a:hover{
		float:left;
		margin-left:3px;
		display:block;
		background:#c1bfbf;
		color:#FFFFFF;
		border:1px solid #c1bfbf;
		padding:2px 5px 2px 5px;
	}
	
	.pagination .next_page a{
		float:left;
		margin-left:3px;
		display:block;
		border:1px solid #c1bfbf;
		padding:2px 5px 2px 5px;
	}
	
	.pagination .next_page a:hover{
		float:left;
		margin-left:3px;
		display:block;
		background:#c1bfbf;
		color:#FFFFFF;
		border:1px solid #c1bfbf;
		padding:2px 5px 2px 5px;
	}
	
	.pagination .last_page a{
		float:left;
		margin-left:3px;
		display:block;
		border:1px solid #c1bfbf;
		padding:2px 5px 2px 5px;
	}
	
	.pagination .last_page a:hover{
		float:left;
		margin-left:3px;
		display:block;
		background:#c1bfbf;
		color:#FFFFFF;
		border:1px solid #c1bfbf;
		padding:2px 5px 2px 5px;
	}
	
	.pagination .number.active{
		border:1px solid #c1bfbf;
		padding:2px 5px 2px 5px;
		float:left;
		color:#fff;
		background:#ccc;
		margin-left:3px;
	}
	
	.pagination .number a{
		border:1px solid #c1bfbf;
		padding:2px 5px 2px 5px;
		float:left;
		margin-left:3px;
		display:block;
	}
	
	.pagination .number a:hover{
		border:1px solid #c1bfbf;
		padding:2px 5px 2px 5px;
		float:left;
		margin-left:3px;
		background:#c1bfbf;
		color:#FFFFFF;
	}
	
	.pagination .empty{
		border:1px solid #c1bfbf;
		padding:2px 10px 2px 10px;
		float:left;
		margin-left:3px;
		background:#ccc;
	}

