/*	#--------------------------------------------------------------------------
	| Galactic Market | http://market.swc-gm.com
	+--------------------------------------------------------------------------
	| AUTHOR: Niels MŠäkel
	| CREATED: 10/12/2004
	| FILE: /interface/general.css
	| FUNCTION: General Style Sheet
	|
	| © 2005, Niels MŠäkel
	#------------------------------------------------------------------------*/

	html, body
	{
		margin: 0px;	
		padding: 0px;
		
		background-color: #F6EFDB;
		
		color: #000000;
		font-family: verdana, sans-serif;
		font-size: 11px;
	}
	
/* #-------------------------------------------------------------------------*/

	a 
	{
		color: #DB1B00;
		text-decoration: none;
	}
	
	a:visited 
	{
		color: #8B0800;
		text-decoration: none;
	}
	
	a:hover 
	{
		color: #EB2B00;
		text-decoration: underline;
	}

	a.mouseover
	{
		color: #000000;
		text-decoration: none;
	}
	
	a.mouseover:visited 
	{
		color: #000000;
		text-decoration: none;
	}
	
	a.mouseover:hover 
	{
		color: #000000;
		text-decoration: none;
	}

	
	
/* #-------------------------------------------------------------------------*/
	
	img 
	{
		border: 0px;
		margin: 0px;
		padding: 0px;
		
		vertical-align: bottom;
	}
	
/* #-------------------------------------------------------------------------*/
	
	form
	{
		margin: 0px;
		padding: 0px;
	}
	
	input 
	{
		border: 1px solid #000000;
		
		margin: 0px;
		margin-bottom: 2px;
		margin-left: 10px;
		
		padding: 0px;
		padding-right: 2px;
		padding-left: 2px;
		
		background-color: #FFFFFF;
		
		color: #000000;
		font-family: verdana, sans-serif;
		font-size: 11px;
		
		vertical-align: middle;
	}
	
	select
	{
		border: 1px solid #000000;
		
		margin: 0px;
		margin-bottom: 2px;
		margin-left: 10px;
		
		padding: 0px;
		padding-left: 2px;
		
		background-color: #FFFFFF;
		
		color: #000000;
		font-family: verdana, sans-serif;
		font-size: 11px;
	}
	
	textarea
	{
		border: 1px solid #000000;
		
		margin: 0px;
		margin-bottom: 2px;
		margin-left: 10px;
		
		padding: 0px;
		padding-right: 2px;
		padding-left: 2px;
		
		background-color: #FFFFFF;
		
		color: #000000;
		font-family: verdana, sans-serif;
		font-size: 11px;
	}
	
/* #-------------------------------------------------------------------------*/

	td
	{
		font-size: 11px;
	}

	.text_bold
	{
		font-weight: bold;
	}

	.text_success
	{
		color: #0db800;
	}
		
	.text_error
	{	
		color: #F20000;
	}

	.text_green
	{	
		color: #0db800;
	}	
	
	.text_orange
	{
	    color: #be8200;
	}

	.text_red
	{	
		color: #F20000;
	}
	
	.text_highlight
	{
		font-style: italic;
	}
	
	.text_nolink
	{
	    color: #000000;
	    text-decoration: none;
	}
	
	.text_nolink:hover
	{
	    color: #000000;
	    text-decoration: none;
	}
	
/* #-------------------------------------------------------------------------*/

    .layout_document
    {
	    padding: 0px;
	    padding-top: 75px;
	    padding-left: 120px;
	
	    z-index: 1;    
    }
    
/* #-------------------------------------------------------------------------*/

    .layout_document .header
    {
	    position: absolute;
	    top: 0px;
	    left: 0px;

	    height: 75px;
	    width: 100%;

	    border: 0px;
	    border-bottom: 1px solid #000000;
	
	    background-color: #000000;
	    background-image: url(images/layout/header_logo.png);
	    background-position: 120px;
	    background-repeat: no-repeat;
	    
	    z-index: 1;    
    }
    
/* #-------------------------------------------------------------------------*/    

    .layout_document .content
    {
	    position: absolute;
	    top: 75px;
	    left: 120px;
	    
	    width: 675px;
	    
	    padding: 0px;
	    padding-top: 6px;
	    padding-bottom: 5px;
	    padding-left: 10px;	
	    
	    text-align: justify;
    }
    
    .layout_document .content .title
    {
        border: 0px;
        border-bottom: 1px solid #000000;
        
        margin: 0px;
        margin-bottom: 5px;
        
	    padding: 0px;
	    padding-bottom: 1px;
	            
	    font-size: 10px;
	    font-weight: bold;
	    letter-spacing: 2px;
	    
	    cursor: default;
    }
    
    .layout_document .content .divider
    { 
        border: 0px;
        border-bottom: 1px dashed #000000;
        
        margin: 0px;
        margin-top: 20px;
        margin-bottom: 3px;
        
        padding: 0px;
        padding-bottom: 2px;
        
	    font-size: 10px;
	    font-weight: bold;
	    letter-spacing: 1px;
	     
	    cursor: default;
    }
    
    .layout_document .content .collapse
    {
        height: 13px;		
		width: 100%;
		
		background-color: ##F6EFDB;
	    background-image: url(images/icons/content_collapse.png);
	    background-position: right;
	    background-repeat: no-repeat;
    }   
    
    .layout_document .content .collapse a
    {	
		height: 100%;
		width: 100%;
		 
	    display: block;
    }
    
    .layout_document .content .submit
    {
		position: absolute;
		right: 0px;
    }   
    
    .layout_document .content ul
    {	    
        margin: 0;
	    margin-top: 10px;
	    margin-bottom: 5px;
	    margin-left: 10px;
	    
	    padding: 0px;
	    
        list-style-image: url(images/icons/content_minus.png);
        list-style-position: inside;
        list-style-type: none;
    }
	
    .layout_document .content .arrow
    {	    
		margin: 0px;
		
		padding: 0px;
		padding-left: 20px;
	    
	    background-image: url(images/icons/content_arrow.png);
		background-position: 0px;
	    background-repeat: no-repeat;
		
		color: #000000;
		font-family: verdana, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-align: left;			
    }	
	
    .layout_document .content .plus
    {	    
		margin: 0px;
	    margin-left: 5px;
		
		padding: 0px;
		padding-left: 20px;
	    
	    background-image: url(images/icons/content_plus.png);
		background-position: 0px;
	    background-repeat: no-repeat;
		
		color: #000000;
		font-family: verdana, sans-serif;
		font-size: 11px;
		text-align: left;			
    }		
    
    .layout_document .content li
    {
        padding-top: 2px;
    }
    
    .layout_document .content .sub_menu
    {
	    position: absolute;
	    top: 25px;
	    right: 0px;
    }
    
    .layout_document .content .highlighted
    {
	    border: 1px dashed #CCCCCC;
	    
	    background-color: yellow;
    }
    
    .layout_document .content .item
    {
	    padding: 0px;
	    padding-left: 15px;
	    
	    background-image: url(images/icons/content_minus.png);
	    background-position: left;
	    background-repeat: no-repeat;
    }


   #shadeA
    {
	    background-color: #DDD7C6;
    }

   #shadeB
    {
	    background-color: #F4EEDA;
     }
    
/* #-------------------------------------------------------------------------*/

    .layout_document .right_bar
    {
        position: absolute;
        top: 75px;
        left: 820px;
        
        width: 175px;
        
        padding: 0px;
        padding-top: 2px;
        
        font-size: 10px;
    }
    
    .layout_document .right_bar .divider
    {
        border: 0px;
        border-bottom: 1px solid #000000;
        
        margin: 0px;
        margin-top: 4px;
        margin-bottom: 5px;
        
	    padding: 0px;
	    padding-bottom: 1px;
	            
	    font-size: 10px;
	    font-weight: bold;
	    letter-spacing: 1px;
	    
	    cursor: default;
    }
    
/* #-------------------------------------------------------------------------*/

    .layout_left_bar
    {
	    position: fixed;
	    top: 0px;
	    left: 0px;

	    height: 100%;
	    width: 120px;	
	
	    z-index: 2;    
    }
    
/* #-------------------------------------------------------------------------*/

    .layout_left_bar .band
    {
	    position: absolute;
	    top: 0px;
	    left: 0px;

	    height: 100%;
	    width: 19px;

	    background-color: #000000; 
    }
    
    .layout_left_bar .band .logo
    {
	    position: absolute;
	    top: 5px;
	    left: 2px;

	    height: 130px;
	    width: 12px;
    }
  

/* #-------------------------------------------------------------------------*/
    
    .layout_left_bar .menu
    {
	    position: absolute;
	    top: 0px;
	    left: 19px;
	    
	    height: 100%;
	    width: 100px;
	    
	    border: 0px;
	    border-right: 1px solid #000000;
	    	    
	    background-color: #FFFFFF;
	    
	    font-size: 10px;
    }
    
    .layout_left_bar .menu .header
    {   
        height: 70px;
    
	    border: 0px;
	    border-bottom: 1px solid #000000;
	    
	    padding: 0px;
	    padding-top: 5px;

	    background-color: #000000;
	    background-image: url(images/layout/left_bar_menu_header.png); */
	    background-repeat: no-repeat;  
	    
	    color: #FFFFFF;
	    font-size: 10px;
	    font-weight: bold;
	    letter-spacing: 3px;
	    text-align: center;
	    
	    cursor: default;
    }
    
    .layout_left_bar .menu .divider
    {   
	    padding: 0px;
	    padding-top: 5px;
	    padding-left: 5px;
	    	    
	    font-size: 10px;
	    font-weight: bold;
	    letter-spacing: 1px;
	    
	    cursor: default;
    }
    
    .layout_left_bar .menu ul
    {	    
        margin: 0;
    
	    padding: 0px;
        padding-left: 5px;
        padding-bottom: 4px;
	    
        list-style-image: url(images/icons/content_minus.png);
        list-style-position: inside;
        list-style-type: none;
    }
    
    .layout_left_bar .menu li
    {
        padding-top: 2px;
    }
    
/* #-------------------------------------------------------------------------*/
    
    .layout_left_bar .footer
    {
	    position: absolute;
	    bottom: 0px;
	    left: 0px;
	    
	    height: 14px;
	    width: 90px;
	    
	    padding: 0px;
	    padding-left: 33px;
	    padding-top: 6px;
	    
	    background-image: url(images/layout/left_bar_footer.png);
	    background-repeat: no-repeat;  
	    
	    font-size: 9px;
	    font-weight: bold;
	    letter-spacing: 1px;
    }
/* #-------------------------------------------------------------------------*/

	.bar3
	{
		border: 1px solid #000000;
		background-color: #8B0800;
		color: #FFFFFF;
	}

