@import url("common.css");

/************************************

1)Body and Wrap
2)Header
3)Menu
4)Content
5)Footer
************************************/




/********* Start Body and Wrap *********/

    body
    {
        direction: rtl;
        font: 12px Arial, sans-serif;
        margin: 0;
        padding: 0;
    }

    .wrap
    {
        width: 100%;
    }

/********* End Body and Wrap *********/




/********* Start Header *********/

    .top
    {
        background: url('images/top.png') repeat-x;
        width: 100%;    
        height: 95px;
    }

    .innerTop
    {
        width: 950px;     
        height: 95px;  
        margin: auto;
    }

    .logo
    {
        margin-top: 11px;
        margin-right: 15px;
        float: right;
    }

    .topLinks
    {
        margin-top: 16px;
        margin-left: 3px;
        color: #ffffff;
        float: left;
    }

    .topLinks a
    {
        color: #ffffff;
    }

/********* End Header *********/




/********* Start Menu *********/

    .menuBox
    {
        margin-top: 7px;
    }

    .menu
    {
        background: url('images/menu.png') no-repeat;
        width: 112px;
        height: 27px; /* 37px; */
        margin-right: 5px;
        text-align: center;
        color: #ffffff;
        vertical-align: bottom;
        margin-top: 3px;  
        font: bold 14px Arial, sans-serif;
        float: right;
        padding-top: 10px;
    }

    .menu a
    {
        color: #ffffff;
        text-decoration: none;
    }

    .menu a:hover
    {
        text-decoration: underline;
    }

    .menuHover
    {
        background: url('images/menuHover.png') no-repeat;
        width: 117px;
        height: 27px; /* 40px; */
        margin-right: 5px;
        text-align: center;
        color: #004265;
        vertical-align: bottom; 
        font: bold 14px Arial, sans-serif;
        float: right;
        padding-top: 13px;
    }

    .menuHover a
    {
        color: #004265;
        text-decoration: none;
    }

    .menuHover a:hover
    {
        text-decoration: underline;
    }

/********* End Menu *********/




/********* Start Content *********/

    .content
    {
        background: #feffff url('images/content.png') no-repeat;
        background-position: top right;
        width: 100%; 
    }

    .innerContent
    {
        background: url('images/innerContent.png') no-repeat;
        background-position: top left;
        width: 100%; 
    }

    .page
    {
        width: 982px;
        margin: auto;
    }

    .page_right
    {
        background: url('images/page_right.png') no-repeat;
        background-position: top;
        width: 16px;
        height: 229px;
        float: right;
    }

    .page_middle
    {
        background: #feffff;
        width: 945px; /* 950px */ 
        float: right;
        padding-right: 5px;
        padding-top: 27px;
        word-wrap: break-word;
        word-break: break-all;
    }

    .page_left
    {
        background: url('images/page_left.png') no-repeat;
        background-position: top;
        width: 16px;
        height: 229px;
        float: right;
    }

/********* End Content *********/




/********* Start Footer *********/

    .footer
    {
        background: url('images/footer.png') repeat-x;
        width: 100%;    
        height: 166px;
    }

    .innerFooter
    {
        width: 950px;     
        height: 154px; /* 166px */
        margin: auto;
        color: #ffffff;
        padding-top: 12px;
    }

    .innerFooter a
    {
        color: #ffffff;
    }

    .innerFooter .footerLinks
    {
        margin-right: 40px;
        float: right;
    }

    .innerFooter .footerLinks:nth-of-type(1)
    {
        margin-right: 9px;
    }

    .rights
    {
        background: url('images/rights.png') no-repeat;
        background-position: left top;
        width: 949px; /* 950px */
        min-height: 142px; /* 147px */
        margin: auto;
        text-align: right;
        padding-right: 1px;
        padding-top: 5px;
        margin-top: 10px;
        font: 14px Arial, sans-serif;
    }
    
    .issta
    {
	font-size: 20px;
	color: #FA6639;
	text-align: center;
	
	
	

    }
/** Left Menu **/
.left_menu_box
{                   
    height: 306px;
    width: 286px;
}
.left_menu_image
{
    height: 66px;
    width: 90px;
    margin-right: 9px;  
    margin-top: 4px;
    margin-left: 5px;
}
.left_menu_top
{
    height: 73px;
    width: 270px;
    padding-top: -12px;
    font-size: 16px;
    padding-right: 16px;
    background-image: url('img/left_menu_top.png');
    color: #fff;       
    font-family:12px;
}
.left_menu_top_text
{
    
}
.left_menu_content
{
    min-height: 180px;
    width: 252px;
    background-image: url('img/left_menu_content.png');
    padding-right: 28px;
    color: #385866;
    font-family: 14px;
    font-weight: bold;
}    
.left_menu_content a
{
    text-decoration: none;
    color: #114a7a;
    font-size :14px;
}  
.left_menu_content a:hover
{                           
    color: #000;
    font-weight: bold;
}
.left_menu_line
{
    height: 3px;
    width: 272px;
    background-image: url('img/left_menu_line.png');
    
}
.left_menu_end
{
    margin-right: 8px;
    height: 18px;
    width: 272px;
    background-image: url('img/left_menu_end.png');
    
}
/********* End Footer *********/


.flights_compare
{
	margin-top: 2px;
	width: 236px;
	min-height: 246px;
	max-height: 340px;
	background-color: #f0f0f0;
	padding-right: 5px;
	padding-top: 10px;
	border-radius:5px;
	font-size:16px;
	line-height:28px;

}