/*
Theme Name: Mustbuzz
Theme URI: http://www.mustbuzz.net
Description: Graphic and Web Design Studio.
Author: Basuki Rahmad
Author URI: http://www.basukirahmad.com
Version: 1.0
Copyright: (c) 2013  mustbuzz
*/

.widget{
background: none repeat scroll 0 0 #F9F9F9;
border: 1px solid #D6D6D6;
margin: 0 0 20px 0;
}

/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #c4c4c4;
	}
	th { 
		background: #d7d7d7; 
		color: white; 
		font-weight: bold; 
	}
	tr { 
		background: #fff; 
		color: #000; 
		font-weight: normal; 
	}
	
	tr.title{background: #ff4804; color: #fff;}
	td, th { 
		padding: 6px; 
		border: 1px solid #212121;
		text-align: left; 
	}
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
table {border-collapse: collapse; border-spacing:0;}
table th { font-weight: bold;}
table td, table th { padding: 10px; text-align: left; }