﻿/* Style Sheet #1*/

/*SITE LAYOUT*/
body
{
    margin: 0 auto;
    background-color: white;
    background-color: #F0F8FF;
    background-color: #F7F7F7;
    border: 0px solid lightgray;
    text-align: center;
    padding: 0px 40px 40px 40px;
    position: relative;
    width: 1000px;
    color: #666666;    
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;

}
#MainContainer a:link
{
    margin: 0 auto;   
    border: 0px solid lightgrey;
    color :green;
}
#MainContainer a:hover
{
    color: white ;
    background:orange;
}
#MainContainer a:active
{
    color: white ;
    background:blue;
}

.main_container 
{
   border: 1px solid gray;
   border: 0px solid lightgrey;
    background-color: white;
    width:auto ;
    color:Blue;
   
}
/* HEADER BLOCK*/
#HeaderContainer
{
    border: 0px solid blue;
    border: 1px solid lightgrey;
    background-color: #F7F7F7;
    background-color: white;
    width: 100%;
    height: 100%;
}


.header_table
{
    border: 0px solid red;
    background-color: #F7F7F7;
    background-color: white;
    width: 100%; 
    vertical-align: bottom;
    font-family: Arial, Calibri, Consolas;
    font-family: inherit;
    color: gray ;
}
.logo_layout
{
    border: 1px solid green;
     background-color: white ;
   background-color: #C0C0C0;
       text-align:left;

}
/* Loged IN */
.login_layout
{
    text-align:center;

}
.login_link
{
    text-align: center;
    background-color: #C0C0C0;
    color: #000000;
}
.logedin_text
{
    background-color: inherit;
    color: #0066CC;
    font-weight: bold;
}
.logname_layout
{
   font-weight: 100;
    color: teal;
    font-weight: 100;
}

/* regsitration Layout */
.register_layout
{
    border: 1px solid lightgrey;
    border: 1px solid red;
    padding: 10px;
    font-size: 0.55em;
    color: blue;
    width: 400px;
    text-align: center ;
}
/* MAIN MENU*/

#MainMenu
{
    background-color: #6B73A5;
    background-color: #395A9C;
    background-color: #E77B00;
    background-color: #CE0000;
    background-color: #42AD42;
    background-color: #FFAD21;
    font-family: Arial, Helvetica, calibre;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    height: auto;
    color: #FFFFFF;
    font-size: 16px;
    width: 1000px;
}
#MainMenu a:link
{
    color: #FFFFFF;

}
#MainMenu a:hover
{
    background: red;
    color: #FFFFFF;
    text-decoration: underline;

}

.main_menu
{
}
.main_menutext
{
    border: 0px solid red;
    font-family: 'Arial Narrow';
    font-size: 14px;
    text-align: left;
    height: 100%;
    color: white;
    font-weight: bold;
}

/*Hover Menu*/
.popupMenu 
{
}

.drop_menu
{
    position: absolute;
    visibility: hidden;
    width: 200px;
    font-size: 10px;
    text-align: center;
    font-family: inherit; 
    background-color: #C0C0C0;
    color: #FF0000;
    text-align: center;
     padding:0px 40px 40px 40px ;
    font-weight: normal;
}

/*MODULE BLOCK */
#ModuleContainer
{
   border: 1px solid red;
   border: 1px solid lightgrey;
   background-color: white;
   width: 100%;   
}
/*HOME PAGE SPECIFIC */
#HomePageContainer
{
    border: 1px solid gray;
    border: 1px solid red;
     border: 1px solid lightgrey;
   background-color: white;
    width:auto ;
}
#PreviewContainer
{
    border: 1px solid gray;
    border: 1px solid red;
    border: 0px solid lightgrey;
    background-color: white;
    width:auto ;
}
 
.preview_banner
{
    background-color: inherit;
    
}


/*PAGE Title */
.banner_image
{
height:30px; 
width:990px;

}
.page_title
{
    font-family:  inherit;

    color: #000080;
    text-align: center;
    background-color: White;
    font-variant: small-caps;
    font-size: 1.0em;
    width: 100%;
    height: auto;
}
/*Site trail  */
.site_trail
{
    background-color:  white;
    font-family: Arial, ;
    text-align: left;
    font-size: 0.7em;
}
.tree_menu
{
    color: blue;
    font-size: 0.70em;
    font-weight: bold;
    background-color: #DCDCDC;
    cursor: hand;
}

/*CONTENT PANEL*/
.banner_layout
{
    font-family: inherit;
    background-color: white;
    border: 0px solid lightgray;
    color: gray;
    text-align: center;
    font-size:14px; 
        padding: 5px;

}

.content_layout
{
    font-family: inherit;
    background-color: white;
    border: 0px solid lightgray;
    color: gray;
    text-align: center;
        padding: 5px;

}
.offers_layout
{
    font-family: inherit;
    background-color: white;
    border: 1px solid lightgray;
    color: gray;
    text-align: center;

}
.adverts_layout
{
    font-family: inherit;
    background-color: white;
    border: 1px solid lightgray;
    color: gray;
    text-align: center;

}

.info_window
{
    font-family: inherit;
    background-color: white;
    border: 0px solid lightgray;
    color: gray;
    text-align: center;
    padding: 5px;
    font-size: 15px;
}


/* Content Section */
.content_pane
{
    background-color: #F7F6F3; /*background-color: white ;*/
    border: 1px solid lightgrey;
    text-align: left;
    vertical-align: top;
    padding: 20px;
    padding: 20px;
    color: #666666;
}   

/*Fast Menue */
.fast_menu
{
 background-color: white;
  width:100% ;
  font-size:12px;
  

}
.fastmenu_header
{
    background-color: blue ;
    background-color: #FF6600;
    width: inherit;
    border: 1px solid lightgrey;
    color: white;
}




/* ADVERTSIING PANE */
#OPTIN
{

}

.advert_header
{
    background-color: white;
    background-color: #3399FF;
    width: auto;
    border: 1px solid lightgrey;
    color: white;
}

.breadcrumb
{
    clear: both;
    background-color: white;
    text-align: center;
    font-size: 0.7em;
    color: Green;
    font-family: inherit;
}
.button_layout
{
    height:40 ;
    background-color: Orange;
    text-align: center;
    font-size: 0.8em;
    color: white;
    font-family: inherit;

}
/*System Links  */
.link_layout
{
  font-style:inherit ;
  background-color: inherit;
}

.date_layout
{
    width: 80px ;
    text-align:left ;
}
/*System Messages*/
.sysmessage_layout
{
    background-color: #5D7B9D;
    background-color: white;
    background-color: #C0C0C0;
    color: #FF0000;
    padding: 5px;
    text-align: inherit;
    font-size: 1.0em;
    line-height: 12px;
    font-family: inherit;
}
.sysmessage_emailsent
{
    background-color: #5D7B9D;
    background-color: white;
    background-color: #00FF00;
    color: white;
    padding: 5px;
    text-align: inherit;
    font-size: 1.0em;
    line-height: 12px;
    font-family: inherit;
}
.sysaction_msg
{
  border : 0px ;
  padding:inherit ;
  background-color: inherit;
}

/*  FOOTER AREA */
#FooterContainer
{
    border: 0px solid lightgrey;
    background-color: white;
    width: 100%;  
}
/* Footer Menue*/
.footer_menu
{
    background-color: #C6C6C6;
    background-color: white ;
    font-family: inherit;
    font-size: 0.9em;
    text-transform: capitalize;
    color: #808080;
 }
/* Footer text*/
#Footer_Text
{
    background-color: white ;
    font-family: inherit;
    font-size: 0.9em;
    text-transform: capitalize;
    color: #808080;
 }
/* CopyRight Info */
.copyright_area
{
    background-color: #F5F5F5;
    background-color: inherit;
    background-color: #F7F6F3;
    font-size: 0.75em;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    font-family: inherit;
    padding: 10px;
}
