/* CSS layout for ox.pl 2008
   @file: oxNews.css
   @page: news.php
   @created: 01.07.2008
   @last edited: 18.08.2008
   @created by Arkadiusz Kondas
*/

/* ------- box styles ------- */
#oxBoxMain .oxBoxMainContent {padding-top:10px; border:0;}
#oxBoxMain .oxBoxLeftBorder {width:1px; height:310px; float:left; background:url(../ox/layout2008/bgBoxBorderGrey.jpg) no-repeat top;}
#oxBoxMain .oxBoxRightBorder {width:1px; margin-right:2px; height:310px; float:right; background:url(../ox/layout2008/bgBoxBorderGrey.jpg) no-repeat top;}

.oxTabIndex li a {padding:8px 17px 7px 16px;}
.oxTabIndex li#tabEmpty {height:30px; background:none; width:62px;}
.oxTabIndex .special {background:url(../ox/layout2008/bgTabCornerLeftRed.gif) no-repeat left top;}
.oxTabIndex .special a  {background:url(../ox/layout2008/bgTabCornerRightRed.gif) no-repeat right top; color:#C00; }
.oxTabIndex .activeTab {background-position:0% -81px !important; border:none;}
.oxTabIndex .activeTab a {background-position:100% -81px; padding-bottom:8px;}

/* ------- news styles ------- */
#oxBoxNewsSearch {width:69%; margin:10px auto;}
#oxBoxNewsSearch .oxBoxHeading h3 {color:#000;}
#oxBoxNewsSearch .oxBoxContent {padding:0 5px 5px 5px; background:url(../ox/layout2008/bgBoxNewsSearch.gif) top repeat-x;}
#oxBoxNewsSearch table {font-size:10px; color:#303;}
#oxBoxNewsSearch table select {font-size:11px;}
#oxBoxNewsSearch table #selectCity {width:108px;}
#oxBoxNewsSearch table #selectSection {width:130px;}
#oxBoxNewsSearch table #inputWord {font-size:11px;}

/* ------- list news styles ------- */
.oxNewsList {margin:10px 0; width:400px; border-bottom:1px solid #999;}
.oxNewsList .date {color:#666; float:right; margin-right:20px;}
.oxNewsList .subject {clear:both; margin-top:5px;}

div.time-picker{position:absolute; height:200px;  width:6em; overflow:auto;  background:#fff;  border:2px solid #000;  z-index:99;}
div.time-picker-12hours{width:6em;}
div.time-picker ul{list-style-type:none;  margin:0;  padding:0;}
div.time-picker li{padding:1px;  cursor:pointer;}
div.time-picker li.selected{background:#316AC5;  color:#fff;}