/**--------------- tab menu --------------------**/
.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
text-align:center;
vertical-align:middle;
line-height:25px;
padding: 0px 10px 0px 10px;
margin-right: 1px;
color: #FFFFFF;
background: #c74f01;
width:auto;
height:25px;
float:left;
position:relative;
font-weight:bold;
z-index: 1;
}

/*.shadetabs li a span{
padding:0px 10px;
}*/

/*.shadetabs li a:visited{
color: #CC6699;
}
*/
.shadetabs li a:hover{
text-decoration: none;
background: #febe04;
color: #c74f01;
}

.shadetabs li a.selected{
position: relative;
top: 0px;
}

.shadetabs li a.selected { /*selected main tab style */
background: #febe04;
border-bottom-color: white;
width:auto;
height:25px;
color: #c74f01;
padding: 0px 10px 0px 10px;
}

.shadetabs li a:hover.selected{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
/*background:#0000FF url(../images/bg_tab.gif) no-repeat left top;*/
border:1px #c74f01 solid;
width: 300px;
margin-bottom:0em;
float:left;
padding:10px;
/*overflow:scroll;
height:300px;*/
}

#content-center-inside p.contbul{
color:#666666;
margin:0px 0px;
padding:8px 0px 8px 15px;
background:url(../images_1/bul_red_spure.gif) no-repeat 0em 1em;
}

.requesting {
font-family:Tahoma;
font-size:11px;
color:#FFFFFF;
padding:40px 20px 20px 20px;
text-align:center;
}
/**------------ Table style -----------------------**/
#content-center-inside {
/*border-left:1px #E2E2E2 solid;
border-right:1px #E2E2E2 solid;*/
padding:0px 0px;
width:350px;
display:table;
}
.tbl-style {
font-family:Arial, Helvetica, sans-serif, Verdana;
font-size:12px;
}
.tbl-style-time{
background-color:#ffd493;
color:#000000;
font-weight:bold;
padding:3px 0px 3px 5px;
}
.tbl-style-prog{
background-color:#c74f01;
color:#FFFFFF;
font-weight:bold;
padding:3px 0px 3px 5px;
}
.tbl-style-pad-top{
padding:3px 0px 3px 5px;
}
