/* general styles */
		
		/*body {
			background-color: #fff;
			font: 12px arial, verdana, helvetica;
			color: #333;
			margin: 0;
			padding: 20px;
		}*/

		/*p {
			margin: 0;
			padding: 0;
		}

		a:active {
			outline: none;
		}*/

		/* get rid of link focus borders in firefox */
		:focus {
		  -moz-outline-style: none;
		}

		#tabWrapper {
			width: 650px;
		}
		
			/* core tabview overrides */

		.yui-nav li {
			padding: 0;
			margin: 0;
			margin-right: 3px !important;		/* spacing between tabs */
		}

		.yui-nav li.selected {
			margin-bottom: -1px;	/* hide bottom border on selected tab */
		}

		.yui-nav a {
			background: #ccc url('./images/tab_normal.jpg');
			font-size: 14px;
			font-weight: bold;
			letter-spacing: 2px;
			color: #666;
			border: 1px solid #ccc;
			border-bottom: 0;
			text-decoration: none;
			padding: 0 8px;
		}

		.yui-nav a em {
			display: inline !important;
			font: 13px arial, verdana, helvetica;
			font-weight: bold;
			line-height: 22px;
			_margin-right: -1px;
		}

		.yui-nav a:hover {
			background: #ccc url('./images/tab_hover.jpg');
			color: #333;
			border-color: #999;
		}

		.yui-nav .selected a, .yui-nav .selected a:hover {
			background: #e7faf2 url('./images/tab_selected.jpg');
		}

		.yui-nav .selected a {
			font-size: 17px;
			color: #333;
			border-color: #999;
			padding: 0 10px;
			height: 29px;
		}

		.yui-nav .selected a em {
			line-height: 29px;
			overflow: hidden;
			_margin-right: 0px;
		}

		.yui-content {
			border: 1px solid #999;
			background-color: #e7faf2;
			background: #e7faf2 url('./images/blog_bg.jpg');
			padding: 5px;
		}


		/* rounded corners */

		.yui-nav a .tl, .yui-nav a .tr {
			position: absolute;
			width: 6px;
			height: 6px;
			top: -1px;
		}

		.yui-nav a .tl {
			left: -1px;
			background: transparent url('./images/tab_normal_tl.jpg') no-repeat;
		}

		.yui-nav a .tr {
			right: -1px;
			background: transparent url('./images/tab_normal_tr.jpg') no-repeat;
		}

		.yui-nav a:hover .tl {
			background: transparent url('./images/tab_hover_tl.jpg') no-repeat;
		 }
   
		.yui-nav a:hover .tr {
			background: transparent url('./images/tab_hover_tr.jpg') no-repeat;
		}

		.yui-nav .selected a .tl, .yui-nav .selected a .tr {
			width: 7px;
			height: 7px;
		}

		.yui-nav .selected a .tl {
			background: transparent url('./images/tab_selected_tl.jpg') no-repeat !important;
		 }
   
		.yui-nav .selected a .tr {
			background: transparent url('./images/tab_selected_tr.jpg') no-repeat !important;
		}

		/* /rounded corners */
