@IMPORT url("style.css");

.gray {
    color: #6d6d6d;
}

.weekday-select-cont {
    background-color: #efefef;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 17px;
}

.weekday-select-cont .notice {
	font-size: 10px;
	color: #6d6d6d;
	position: relative;
	top: -7px;
}

.weekday-select-cont a.weekday-select {
	text-decoration: underline;
}

.weekday-select-cont a.weekday-select:hover {
    text-decoration: none !important;
}

.weekday-select-cont span.weekday-select {
	color: #6d6d6d;
}

.weekday-list {
    margin-left: 10.5%;
    padding-top: 7px;	
}

.weekday-list li {
	float: left;
	width: 74px;
}

.tvguide-cont {
    margin-bottom: 20px;
    padding-top: 15px;
}

.tvguide-cont *,
.tvguide-cont {
   line-height: 1.5em;
   font-size: 12px;
}

.channel-cont {
    padding: 0px 0px 15px;
}

.channel-name-cont {
    padding: 0px 0px 5px;
}

.finished {
    color: #888;
}

.active {
    font-weight: bold;
}

.program-start {
    font-weight: bold;
}

.program-name {
    margin-left: 15px;
}

.filters-cont {
    font-size: 		12px;
    padding: 		10px 0px 5px;
    border-bottom: 	1px solid #dedede;
}

#start-hour {
    width: 90px;
}

.label-start-hour {
    font-weight: bold;
    margin-right: 5px;	
}

a.ref-all-day {
    font-weight: bold;
    text-decoration: underline;
    margin-left: 25px;
}

a.ref-all-day:hover {
    text-decoration: none !important;
}

#channel-select {
    width: 175px;
    margin-left: 5px;
}

.label-channel-select {
	margin-left: 10px;
	font-weight: bold;
}

.channel-name-cont {
	font-weight: bold;
}

.submit-filter {
    width: 80px;
    margin-left: 20px;
}

.region-toggle-cont {
    float: right;	
}

.channel-name-cont h2 {
    font-weight: bold;
}

.user-chanels-list
{	
	display: none;
}

.user-chanel-url
{
	font-size: 			12px;
	text-decorations: 	underline;
}

.user-chanels-list
{
	margin-top:			15px;
}

.button-panel
{
	float: 				right;
	margin: 			0 30px 0 0;
}

.channel-lists
{
	margin-top:			10px;
	font-size:			12px;
}

.chanel-list
{
	width:				215px;
	float:				left;
}

.chanel-list li
{
	margin-bottom:		8px;
	/*height:				15px;*/
}

.group
{
	font-weight:		 bold;
}


#open-tvguide-dialog {
  font-family:          arial;
  display:              block;
  overflow:             hidden;
  background:           url('/images/button-set.png') repeat-x left -32px;
  cursor:               pointer;
  cursor:               hand;
  width:                205px;
  height:               32px;
  color:                #FFF;
  text-decoration:      none;
  font-size:            14px;
  margin-right:			15px;
  margin-top:			10px;
  display:				none;
  float:				left;
}

#open-tvguide-dialog .left-part {
    background:           url('/images/button-set.png') no-repeat scroll right -506px;
    width:                29px;
    height:               100%;
    float:                left;
}

#open-tvguide-dialog .right-part {
	float:                left;
	width:                170px;
	height:               100%;
	margin-left:          6px;
	line-height:          28px;
	background:           url('/images/button-set.png') no-repeat scroll right -64px;
}

.choise-channel-hint
{
	float: 			left; 
	margin-top: 	15px; 
	color: 			#777777; 
	font-size:  	12px;
}
