/* -----------------------------------------------------  

	Default HTML Styles on World of Martial Arts
	Author:		Alex Nichol
	Email:		alex@aelius.net	

 -----------------------------------------------------  */







/* My Stuff
   -------------------------------------------------------------
   -------------------------------------------------------------  */

div.my-stuff {
	margin-top: -20px;
	background: url(../images/v1-5/my-stuff/tool-bar-bg.png) top left no-repeat;
	height: 82px;
	}

div.my-stuff ul {
	list-style: none;
	margin: 0;
	padding: 18px 8px 0 8px;
	}

div.my-stuff ul li {
	display: block;
	float: left;
	height: 37px;
	background: none;
	padding: 0;
	margin: 0 2px 0 0;
	color: #2d333c;
	}

	div.my-stuff ul li a,
	div.my-stuff ul li a:link,
	div.my-stuff ul li a:hover,
	div.my-stuff ul li a:focus,
	div.my-stuff ul li a:visited:hover {
		font-size: 12px;
		font-weight: bold;
		color: #fff; /* #2d333c; */
		}
		
	div.my-stuff ul li.current a,
	div.my-stuff ul li.current a span,
	div.my-stuff ul li.current a i {
		color: #888; /* #b8bfc9; */
		cursor: default;
		}

	div.my-stuff ul li a span {
		background: url(../images/v1-5/my-stuff/btn-default-left.png) top left no-repeat;
		height: 37px;
		display: block;
		padding: 9px 4px 0px 12px;
		text-decoration: none;
		cursor: pointer;
		float: left;
		white-space: nowrap;
		color: #ffffff; /* #2d333c; */
		}
	div.my-stuff ul li a:hover span,
	div.my-stuff ul li a:focus span { background: url(../images/v1-5/my-stuff/btn-over-left.png) top left no-repeat; }
	div.my-stuff ul li.current a span { background: url(../images/v1-5/my-stuff/btn-selected-left.png) top left no-repeat; }


	div.my-stuff ul li a i {
		background:	url(../images/v1-5/my-stuff/btn-default-right.png) top right no-repeat;
		height:	37px;
		display: block;
		width: 8px;
		float:left;
		}
	div.my-stuff ul li a:hover i { background:url(../images/v1-5/my-stuff/btn-over-right.png) top right no-repeat; }
	div.my-stuff ul li.current a i { background:url(../images/v1-5/my-stuff/btn-selected-right.png) top right no-repeat; }










/* SideBar Wide Sub Navigation */

div.sidebar_wide div.sub-nav .link-list div.first { margin-top: 0; height: 26px; overflow:hidden;	background: url(../images/v1-5/common/link-lists/sidebar_wide/heading-top.png) top left no-repeat; }
   
   
   
   
   
   
   
/* Generic Text Page Styles
   -----------------------------------------------------
   -----------------------------------------------------  */

div.central_column_narrow div.page-heading { background:url(../images/v1-5/common/text-page/central_column_narrow/heading-top-admin.png) top left no-repeat; }

div.central_column_wide div.page-heading { background:url(../images/v1-5/common/text-page/central_column_wide/heading-top-admin.png) top left no-repeat; }








/* Generic List
   -----------------------------------------------------
   -----------------------------------------------------  */

div.central_column_wide .list ul.generic div.first { height: 28px; overflow:hidden; background: url(../images/v1-5/common/generic-lists/central_column_wide/heading-top-admin.png) top left no-repeat; }
div.central_column_wide .list ul.generic .top { background:url(../images/v1-5/common/generic-lists/central_column_wide/nav-bar-top-bg-admin.png) top left no-repeat; }

div.central_column_narrow .list ul.generic div.first { height: 28px; overflow:hidden; background: url(../images/v1-5/common/generic-lists/central_column_narrow/heading-top-admin.png) top left no-repeat; }
div.central_column_narrow .list ul.generic .top { background:url(../images/v1-5/common/generic-lists/central_column_narrow/nav-bar-top-bg-admin.png) top left no-repeat; }

div.central_column_wide .list ul.movies div.first { height: 28px; overflow:hidden; background: url(../images/v1-5/common/movie-lists/central_column_wide/heading-top-admin.png) top left no-repeat; }
div.central_column_wide .list ul.movies .top { background:url(../images/v1-5/common/movie-lists/central_column_wide/nav-bar-top-bg-admin.png) top left no-repeat; }

div.central_column_narrow .list ul.movies div.first { height: 28px; overflow:hidden; background: url(../images/v1-5/common/movie-lists/central_column_narrow/heading-top-admin.png) top left no-repeat; }
div.central_column_narrow .list ul.movies .top { background:url(../images/v1-5/common/movie-lists/central_column_narrow/nav-bar-top-bg-admin.png) top left no-repeat; }






















