/**
 * @version		1.3
 * @package		SimpleTabs
 * @author    Fotis Evangelou - http://nuevvo.com/labs/simpletabs
 * @copyright	Copyright (c) 2009-2011 Fotis Evangelou / Nuevvo Webware Ltd. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */
 
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500);
body{margin:0;padding:0;}
div.simpleTabs { margin:0;padding:0;font-family:'roboto', arial, sans-serif;}
ul.simpleTabsNavigation { margin:0; padding:0; text-align:left;width: 100%; }
ul.simpleTabsNavigation li {display: inline-block;height: 50px;margin: 0;padding: 0;width: 224px;float:left;}
ul.simpleTabsNavigation li a {    
    background-color:#383734 !important;
    color: #ffffff;
    display: inline-block;
    font-family: 'roboto',arial,sans-serif;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
ul.simpleTabsNavigation li a:hover { background-color:#29a2cf !important; }
ul.simpleTabsNavigation li a.current { background-color:#29a2cf !important; border: 0 none;color: #ffffff;}
div.simpleTabsContent {display:none;}
div.simpleTabsContent.currentTab { display:block; }
ul.simpleTabsNavigation img{}


.dep a{
	background:url(../img/depart.png) no-repeat 0 5px !important;    
    height: 39px;
    padding-left: 20px;
    padding-top: 11px;
    width: 211px !important;
}
.arr a{
	background:url(../img/arrivee.png) no-repeat 0 5px !important;
    height: 39px;
    padding-left: 11px;
    padding-top: 11px;
    width: 210px !important;
}


#module{
    width: 450px;
    height: 310px;		
} 
	  
#indications{
    background-color: #2aa2cf;
    height: 88px;
    margin: 0;
    padding: 0 0 0 6px;
    width: 440px;
}

*+html #indications{
    height: 42px;
}

#indications li{
   color:#ffffff;
	background-color:#2AA2CF;
    float: left;
    font-size: 13px;
    font-weight: 400;
    list-style: none outside none;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 82px;
	
}
#vols-reel1:nth-child(odd)  {
    background-color: #efeeea;
    color: #383734;
    display: inline-block;
    height: 45px;
    width: 98.9%;
}
#vols-reel1 #prov{
  padding-bottom: 8px;
}
#vols-reel1{
	background-color:#ffffff;
	color:#000000;
	    height: 48px;
}
#vols-reel1 li{
    float: left;
    font-size: 12px;
    height: 35px;
    list-style: none outside none;
    padding-bottom: 6px;
    padding-top: 5px;
    text-align: center;
    width: 81px;
}


#vols-reel2{
	background-color:#D1D0CF;
	color:#000000;
}			  
#vols-reel2 li{
    font-size: 14px;
    list-style: none outside none;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 83px;
}

#tous-vols{
    background: none repeat scroll 0 0 #ff8d40;
    display: inline-block;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-top: 2px;
    text-align: left;
    width: 431px;
}		  
#tous-vols a{
    color:#ffffff;
	text-decoration:none;
	padding-right:15px;
	width:450px;
}
#tous-vols:hover{
    background: none repeat scroll 0 0 #2AA2CF;
}	


#content-vols{
    display: inline-block;
    height: 191px;
    margin-bottom: -4px;
    overflow: auto;
    padding-top: 2px;
    width: 99%;
	
	}
#content-vols ul{
    padding-left:5px;
	    margin: 0;
	
	}
#stat{
  padding-left: 3px;
}
#nume{
  padding-left: 3px;
}
#pasdevols{
    height: 100%;
}

#pasdevols #vols-reel1:nth-child(2n+1) {
    height: 97.9%;
}
#pasdevols #vols-reel1 li {
    height: 22px;
}
#pasdevols #comp{
    background-image: url("../img/pasdevols.png");
    background-position: center top;
    background-repeat: no-repeat;
    font-size: 13px;
    height: 0;
    padding-top: 79px;
    width: 100%;
}