/*
--Table Of Contents


1.0 - Skinning Variables
	1.1
	1.2
	1.3
	
2.0 - Foreign Language CSS

3.0 - HTML elements
	3.1 - Structure
	3.2 - Links
	3.3 - Forms

4.0 - Fiesta Global Elements
	4.1 - Clear
	4.2 - Structure 
	4.3 - Admin
	4.4 - Special
	4.5 - Custom HTML
	4.6 - TagLine
	4.7 - Autocomplete
	4.8 - Tables
	4.9 - Pagination
	4.10 - Extensions

	
5.0 - Fiesta Unique Elements
	5.1 - Header
		5.1.1 - Common 
		5.1.2 - Mast
		5.1.3 - SiteNav
			5.1.3.1 - User Authentication
			5.1.3.2 - User Registration
			5.1.3.3 - SiteNavTree
		
	5.2 - Body
		5.2.1 - Common
			5.2.1.1 - BodyHeader
			5.2.1.2 - BodyFooter
			
		5.2.2 - SiteNav
			5.2.2.1 - SiteSearch
			5.2.2.2 - 
			
		5.2.3 - PageBar
			5.2.3.1 - PageRevision
		
		5.2.4 - Page
			5.2.4.1 - Revision History
			5.2.4.2 - Editor Toolbar
			5.2.4.3 - Extension List Link
			
		5.2.5 - PageInfo
			5.2.5.1 - Tags
			5.2.5.1 - Languages
			5.2.5.1 - File Attachments
			5.2.5.1 - Images
			5.2.5.1 - Comments
			
		5.2.6 - Dropdown Menus
			5.2.6.1 - TOC
		
		5.2.7 - Popups (only needed for older versions)
		
		5.2.8 - Notifications			
		
		5.2.9 - Special
			5.2.9.1 - Watched Pages
			5.2.9.2 - Contributions
			5.2.9.3 - My Preferences
			5.2.9.4 - RSS feeds
			5.2.9.5 - Users
			5.2.9.6 - Templates
			5.2.9.7 - Sitemap
			5.2.9.8 - Popular Pages
			5.2.9.9 - Revision Comparison
			5.2.9.10 - User Login
			5.2.9.11 - Search Results
			5.2.9.12 - Revision Comparison
			
		5.2.10 - Admin (not structed because new control panel available in 8.07)
			
	
6.0 - Internet Explorer 6 Common CSS
	6.1 - HTML elements
	
	6.2 - Fiesta Global Elements
		6.2.1 - Admin
		6.2.2 - Special
	
	6.3 - Fiesta Unique Elements
		6.3.1 - Header
			6.3.1.1 - Common
			6.3.1.2 - SiteNav
			6.3.1.3 - UserAuth
			
		6.3.2 - Body
			6.3.2.1 - Common
			6.3.2.2 - SiteNav
			6.3.2.3 - PageBar
			6.3.2.4 - Page
			6.3.2.5 - PageInfo
			6.3.2.6 - Dropdown Menus
				6.3.2.6.1 - TOC
			6.3.2.7 - Notifications
			6.3.2.8 - Special
			6.3.2.9 - Admin
*/

/*-------------------------------------------------------------------
1.0 Skinning Variables
---------------------------------------------------------------------*/
@variables {  
    
}  

* html body div.body div.page div.pageContent div.PageDW-AdminRoles div#pageTypeAdmin {
	overflow-x:scroll;
	width:75%;
	padding-bottom:120px;
}

html body {
	background-image: url(body_bg.png);
	background-repeat: repeat-x;
	background-color:#fb1d26;
	background-attachment: fixed;

}

html body {
	background-image: url(body_bg.png);
	background-repeat: no-repeat;
	background-color:#F5F4EC;
	background-position: 0px 0px;
}

