@import url(../../News/First/Style.css);
@import url(../../News/Archive3/Style.css);
@import url(../../News/FirstFile/Style.css);
@import url(../../News/Full3/Style.css);
@import url(../../Containers/grayhead/Style.css);
@import url(../../Containers/readhead/Style.css);
@import url(../../Containers/homenews/Style.css);
@import url(../../Containers/smallnews/Style.css);
@import url(../../Containers/editions/Style.css);

html
{
    margin:0;
    padding: 0;
}

body
{
	margin: 0;	
	padding: 0;
}

body, td, select, input
{
    font: 11px Tahoma;
}

a {
	text-decoration: none;
	color: #696969;
	font: 11px Tahoma;
}

a:hover {
	color: #FF7F50;
	text-decoration: none;
}

#container
{
    width: 739px;
    margin: 0 auto;
    background: url(bg.gif) repeat-y center;
    padding: 0 22px 0 19px;
    position: relative;
}

#intro
{
    height: 150px;
    background: url(logoFooter.gif) repeat-x bottom;
}

#intro h1
{
    display: none; 
}

#menu
{
    float: right;
    width: 130px;
}

#content
{
    float: right;
    width: 440px;
    padding: 10px 9px 0 10px;
}

#fullpage #content
{
    width: 590px;
    overflow: auto;
}

#sidebar
{
    float: left;
    width: 150px;
    padding-top: 10px;
    overflow: hidden;
}

#fullpage #sidebar
{
    display: none;
}

#footer
{
    clear: both;
    text-align:center;
    border-top: solid 2px #999;
    margin-top: 5px;
    padding: 5px 0;
    direction: rtl;
}

#search
{
    position: absolute;
    width: 150px;
    top: 125px;
    left: 20px;
}

#search input
{
    border: solid 1px #000;    
}

#tabs
{
    position: absolute;
    color: #fff;
    top: 127px;
    right: 30px;
}

#tabs a
{
    font-size: 11px;
    display: block;
    float: right;
    margin: 0 8px;
    padding-right: 8px;
    background: url(3dots.gif) no-repeat right 5px;
    color: #fff;
}

#menu ul, #menu li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 10px;
}

#menu li a
{
    display: block;
    height: 17px;
    padding-top: 2px;
    background: #5A6373;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

#menu li ul a
{
    background: #F4F4E9 url(bullet.gif) no-repeat right center;
    font-weight: normal;
    text-align: right;
    color: #666;
    border-bottom: solid 1px #BFC0B1;
    border-right: solid 1px #BFC0B1;
    border-left: solid 1px #BFC0B1;
    padding-right: 13px;
}

#menu li ul a:hover, #menu li ul li.c a
{
    background-color: #EDEDDC;
    color: #f60;
}

#menu a.h
{
    display: none;
}

/* homenews styles
--------------------------------------- */
div.homenews
{
	margin-top: -10px;
}

* > div.homenews
{
	margin-top: 0;
}

div.floatright .homenews
{
    float: right;  
    width: 221px;     
}

div.floatleft .homenews
{
    float: left; 
    clear: left;   
}

div.alt .homenews
{
    background-color: #fff;
}

div.top .homenews
{
    border-top: solid 2px #666;
}

.newstitle
{
    background: url(brief.gif) no-repeat right 3px;
    padding: 0 10px 0 0;
    margin-right: 3px;
}

.newstitle a
{
	
}

.importantnews
{
    background: url(cube.gif) no-repeat right 5px;
    padding: 0 10px 0 0;
    margin-right: 3px;
}