
/*GLOMERA - FOGLIO DI STILE*/

/* stili generali*/
html 			{margin:0; padding:0;}

body  			{font-family:Arial, Helvetica, sans-serif;
				font-size:12px;  
				color:#000;
				padding:0;
				border:0;
				margin:0;
				background:#ccc;}

h1				{display: none;}

h2	 			{color:#000;
				font-weight:bold;
				margin:0;
				padding:0; 
				font-size:12px; 
				line-height: 15px; }
h2 a,h3 a		{font-weight:bold;}

h3				{font-size:12px; 
				/*color:#000;*/
				font-weight:bold;
				text-decoration:none; padding:0; margin:0;} 
				
h4, h5			 {font-size:12px; 
				color:#fe9900;
				font-weight:bold;
				text-decoration:none;
				padding:0;
				margin:0;}
				
p, ul, form          	{margin:0; 
				line-height:1.3; 
				list-style-type:none; 
				list-style-position:outside; 
				padding:0;}

a	  		{font-size:12px;
				color:#3b9Ce3;
				font-weight:normal;
				text-decoration:none;}
				
a:hover			{color:#000;}
img             {border:0; margin:0; padding:0}

.left                	{text-align:left;}
.center              	{text-align:center;}
.credit              	{letter-spacing:10px;}
.black			{color:#000;}
.grey			{color:#666;}
.azur			{color:#3b9Ce3;}
.bigwhite		{color:#fff; font-size:20px }
.BGazur			{background:#e1effa;}
/* stili per il layout*/

#mainContainer			{margin:0 auto; 
					padding:0; 
					text-align:left; 
					width:960px; 
					background:#ccc}
				
#header				{margin:0 auto; 
					padding:0; 
					text-align:left; 
/*					min-height:90px; 
					height:auto!important; 
					height:90px; */
					border-bottom:6px solid #ccc; 
					float:left; display:inline;
					display:inline;}
				
#subHeader			{min-height:230px; 
					height:auto!important; 
					height:230px;
					margin:0 auto; 
					width: 960px; clear:both;}	
				
#footer				{min-height:117px; 
					height:auto!important; 
					height:117px;
					margin:0 auto;	
					text-align: left; width: 960px; }
					
#content			{margin:12px auto 10px;	
					text-align: left; 
					width: 960px; float:left; display:inline;}

#contentSchedule		{margin:0 auto 10px;	
					padding:3px 10px 10px;
					text-align: left; 
					width: 940px; 
					float:left;
					display:inline;
					background:#fff;}

/*HEADER*/
#hd1, #hdAll	 			{background: #fff; 
					clear: both;
					float:left; display:inline;
					/*height: 90px;*/
					height: 60px;
					overflow:hidden;
					padding: 0px;
					/*width: 707px;*/
					width: 960px; 
					text-align:center;}

#hdAll					{width:960px; }

#logo				{margin:8px 10px; padding:0; width:174px; height:49px; float:left; display:inline;}

ul#serviceMenu			{border:0; 
					height:39px; 
					float:right;
					padding:10px 25px 0 0}
					
ul#serviceMenu	li		{float:left; display:inline;
					height:25px; 
					border-right:1px solid #cdcdcd; 
					line-height:25px; 
					padding:0 8px;}
					
ul#serviceMenu	li.ball		
	{background: #fff url("../images/icon_globe.gif") no-repeat right center;
	border:0; 
	padding:0 25px 0 8px;}
						
ul#serviceMenu	li.orangeBall	
	{background: #fff url("../images/icon_create_web.gif") no-repeat left top; 
	padding:0 8px 0 18px;}
	
ul#serviceMenu	li.orangeBall a {color:#fe9900; 
					font-weight:bold}

ul#serviceMenu	li.blackArrow 	{background: #fff url('../images/arrow_hmenu.gif') no-repeat right center; 
					padding:0 17px 0 18px;}

ul#serviceMenu	li.blackArrow a	{color:#000; 
					font-weight:bold}


ul#serviceMenu	li.last		{border:0; 
					padding:0 0 0 8px;}
					
#horizontalMenu			{clear:both; 
					float:left; display:inline;
					padding:18px 0 0 5px; height:100px; width:400px;}		


					
/**************
CSS FOR MENU IN HEADER 

STARTS FROM HERE
==============*/

/* ######### Style for Tab Interface itself ######### */

.shadetabs{
border-bottom: 1px solid #fff;
float:left; display:inline;
padding:0 3px;
}

.shadetabs ul{
padding: 1px 0 0;
margin: 0;
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;
padding: 2px 4px;
margin: 0px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:15px;
color:#000;
font-weight:bold;
text-decoration:none
/*color: #2d2b2b;*/
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;
}

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

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #E1E1E1; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #FFFFFF;
width: 100px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #918d8d; /*THEME CHANGE HERE*/
padding: 2px 0;
font-size:10px;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFFFF;
}

/**************
CSS FOR MENU IN HEADER 

ENDS HERE
==============*/					
#secondRow			{clear:both;}


#formHd1 			{padding:10px 25px 0 0; /*width:250px;*/ text-align:right;}
					
#formHd1 img			{vertical-align:top;}
					
.textbox 			{font-family: Tahoma;
					font-size: 11px;
					font-weight: normal;
					color: #000;
					text-decoration: none;
					border: 1px solid #ccc; 
					}
					
select.textbox 			{height:19px; border:1px solid #ccc;}		

.textbox1 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #cccccc; 
	width: 326px; 
	height:100px;
}
.textbox2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #cccccc; 
	width: 300px; 
	height:100px;
}



#hd2	 			{background:#fff;
					float:left; display:inline;
					height: 90px;
					padding: 0px;
					margin:0 0 0 6px;
					width: 207px;}
					
					
#hd2 h3				{padding:2px 10px; width: 100px; float:left; display:inline;}					
					
#hd2 form			{border-top:1px solid #ccc; text-align:center; padding:5px 0 5px}	

#hd2 form #button			{vertical-align:bottom;}				

/* SUB_HEADER - two box under the header*/

#shd1	 			{background: #fff;
					clear: both;
					float:left; display:inline;
					height: 230px;
					padding: 0px;
					width: 452px;
					background: #fff url('bgShd.gif') no-repeat bottom left;}

#shd2	 			{margin: 0 0 0 15px;	
					background: #fff url('bgShd1.gif') no-repeat bottom left;
					float:left; display:inline;
					height: 230px;
					padding: 0px;
					width: 453px;}
				
				
/*Content*/

#contentScheduleGeneralNotLogin	{margin:0px;	
								 padding:0px;
								 text-align: left; 
								 width: 960px;
								 float:left;
								 display:inline;
								 background:#fff;}
							
#contentScheduleGeneral		{margin:0px auto 10px;	
							padding:10px;
							text-align: left; 
							width: 920px;
							float:left;
							display:inline;
							background:#ccc;}

#contentScheduleGeneral	h2	{text-decoration: none;
					margin: 0;
					font-family:Tahoma, Arial, Helvetica, sans-serif;
					font-size:15px;
					color:#000;
					font-weight:bold;
					padding:5px 10px 10px; 
					border-bottom:1px solid #ccc;
					line-height:20px;}


/*LEFT COLUMN with search menu and user menu*/
#leftColumn, #leftColumnSchedule		{clear: both;
						float:left; display:inline;
						padding: 0px;
						width: 129px;
						margin:0 9px 0 0;}

.boxLeft			{
					background-color: #fff; 
					text-align:left; 
					width:129px;
					padding:0px 0;
					margin:0 0 10px;
					}

#leftColumnSchedule			{width: 182px; margin:0 6px 0 0}

#leftColumnSchedule .boxLeft		{width: 182px; margin:0 0 0px;}
				
.boxLeft .right			{padding:5px; clear:both;}

.boxLeft h2			{padding:5px 10px 10px; 
					border-bottom:1px solid #ccc;
					line-height:20px;}	

.boxLeft h3			{padding:5px 5px 10px;line-height:20px; background-color:#FFFFFF;}
					
#contentScheduleGeneral .boxLeft h2.closeMenu		{border:0; 
								margin:0; 
								padding:5px 10px 5px;}

.boxLeft h2.closeMenu a,
.boxLeft h2.openMenu a		
{
	font-size:15px; 
	color:#000; 
	display:block; 
	width:100%;
}
			
.boxLeft h2.closeMenu a		{background:url('../images/closeMenu.gif') no-repeat right center; border:0; width:170px;}
.boxLeft h2.openMenu a		{background:url('../images/openMenu.gif') no-repeat right center; width:170px;}

.boxLeft h3.closeMenu a,
.boxLeft h3.openMenu a		{font-size:13px; 
							color:#000; 
							display:block; width:100%;
							margin-left:5px;
							}
			
.boxLeft h3.closeMenu a		{background:url('../images/closeMenu.gif') no-repeat right center; border:0; width:170px;}
.boxLeft h3.openMenu a		{background:url('../images/openMenu.gif') no-repeat right center; width:170px;}
			
.boxLeft h2 img			{height: 15px; 
					line-height: 15px;	
					padding:0 0 0 10px; 
					width: 14px;
					vertical-align:top;}
				
.boxLeft ul 			{line-height: 25px; 
					padding:0 10px;}

.boxLeft ul li.selected		{font-weight:bold; 
					font-size:12px;}

.boxLeft ul.image		{margin:15px 0 0 5px; 
					padding:0;}

.boxLeft ul.image li		{float:left; display:inline;
					height: 50px;	
					width:50px;
					padding: 5px;}

#My_Profile_Details			{margin:-1px 0px;}
#My_Profile_Details img		{margin:10px 10px 10px 15px;}
#My_Profile_Details p.details	
{
	margin:2px 0px 0 0px;
	width:125px;
	float:right;
}

#My_Video_Details			{margin:-1px 0px;}
#My_Video_Details img		{margin:10px 10px 10px 15px;}
#My_Video_Details p.details	
{
	margin:2px 0px 0 0px;
	width:125px;
	float:right;
}
/*#My_Video_Details			{margin:5px 5px;}
#My_Video_Details img		{float:left; margin:0 5px 0 0;}
#My_Video_Details p.details	{padding:2px; margin:0 0 0 40px;}*/

ul.profile			{margin:5px 0; background:#fff;}
ul.profile li 		{border-bottom:1px solid #d1d1d1; }
.profile			{margin:8px; background:#eee; padding:5px 0;}
.complete			{border:0; height:15px; margin:2px 0;}
.avanzamento		{ height:14px; display:block; background:#63B0E8;}

/*#Channel_List			{margin:5px 5px;}
#Channel_List img		{float:left; margin:0 5px 0 0;}
#Channel_List p.details	{padding:2px; margin:0 0 0 40px;}*/

#Channel_List			{margin:-1px 0px;}
#Channel_List img		{margin:10px 10px 10px 15px;}
#Channel_List p.details	
{
	margin:2px 0px 0 0px;
	width:125px;
	float:right;
}

p.createWeb			{background:url('../images/create.gif') no-repeat center; 
					height:26px; 
					border-top:1px solid #d1d1d1; 
					padding:10px 0;}

/*RIGHT COLUMN with principal content*/

#rightColumn, #rightColumnSchedule	
					{
					 	float:left;
						display:inline;
						padding: 0px;
						width: 782px;
					}

 #rightColumnSchedule	
 					{
 						min-height: 700px;
 						width:732px; 
						background:#fff; 
						padding:5px 0; overflow:hidden;
					}


.boxCentral				{background-color:#fff ; 
						clear: both; 
						float:left; display:inline;
						padding: 0 10px; 
						margin:0 0 12px;
						width: 761px;
						min-height:41px;
						height:auto!important;
						height:41px; border-bottom:6px solid #fff}
						
				
.boxCentral h2			{padding:10px 0;}				
.boxCentral h2.single		{line-height:41px; padding:0;}

.boxVideo 			{background:#ebebeb url(bgCentralBox.gif) repeat-y  6px 0; 
 					clear: both; 
					float:left; display:inline;
					min-height: 203px;
					height:auto!important;
					height:203px;
					padding: 0px;
					width: 761px;
					margin:0 auto;
					text-align: left; 
					border-top:6px solid #ebebeb;
					border-bottom:6px solid #ebebeb; }


.leftboxVideo   	{min-height: 259px; 
					height:auto!important;
					height:259px;
					background:#fff;
					clear: both;
					float:left; display:inline;
					padding: 0px;
					margin:6px 6px 0;
					width: 302px; }
					
.leftboxVideo  h3, .rightboxVideo h3	{padding:6px; width: 120px; float:left; display:inline;}

.embed				{height: 32px; 	
					padding:5px 5px 0;  
					text-align: right; 	
					/*width:60px;*/ }
					
.leftboxVideo p			{padding:0; margin:0;}
.leftboxVideo p img		{padding:0; margin:0 ; line-height:0;}

.rightboxVideo 		{background-color: #fff; 
					float:left; display:inline;
					/*min-height: 265px;*/
					min-height: 100px;
					height:auto!important;
					/*height:265px;*/
					height:100px;
					padding: 0px;
					width: 437px;
					margin:6px 6px 0 2px;
					}
			
.programTable			{background:url(../images/dot_gray.gif) repeat-x top left;}

.programTable table 		{border-collapse:collapse; margin:5px 0;}
/*.programTable table tr		{background:url(http://portal-dev.glomera.it/public/images/dot_gray.gif) repeat-x bottom left;}*/

.programTable table th		 {min-height: 15px;
					height:auto!important;
					height:15px;
					line-height: 15px;
					padding: 5px;
					width: 42px; 
					font-weight:normal; text-align:center; vertical-align:top; border-bottom:1px solid #cdcdcd;}
					
.programTable table td		{padding:5px; border-bottom:1px solid  #cdcdcd;}	


.programTable table tr.online 		{background:url(../images/totay_schedule_bg.gif) repeat-x top left;}

bgCentralBox.gif

.programTable table tr.online th	{font-size:12px; 
						color:#666;
						font-weight:bold;
						text-decoration:none;}

.programTable table tr.BGazur th {width:77px;}							

.fileProgram img			{border: 1px solid #e1e1e1;
						height: 79px;
						text-align: left;
						padding:1px 2px 4px;
						background:#fff; 
						float:left; display:inline;
						margin:5px 5px 5px 0;}

.fileProgram p 				{padding:1px 2px 4px;
						margin:5px 5px 0 110px;}
						
.userWatch				{float:left; display:inline;margin:0 5px 0 0;}

.live					{padding:0;  
						text-align: right;  }

p.live					{padding:0; 
						width: 220px; 
						float:left; display:inline; 
						text-align:left; }


/*SCHEDULING*/

/*.boxGreen				{float:left; display:inline;
						clear:both; 
						min-height:66px; 
						height:auto!important; 
						height:66px; 
						background:#e4fae5 url('../images/bgGreenBox.gif') no-repeat left bottom;
						width:685px; 
						margin:8px 14px 0; 
						padding:0 0 25px 0;
						border-top:1px solid #cef5d8}
						
.boxGreen a.close		{background:url('../images/greenClose.gif') no-repeat; 
						height:6px; 
						width:6px; 
						display:block; 
						float:right; display:inline;
						margin:6px;}


.boxGreen p				{background:url('../images/bgParagrafGreen.gif') repeat-y top left; 	
						min-height:40px; 
						height:auto!important; 
						height:40px; 
						padding:10px 2px;}*/


.programming				{clear:both;}
						
.headerProgramming			{background:#eef0ef /*url(bgProgramming.gif) repeat-y top center*/; 
						border-top:1px solid #d1d1d1;
						float:left; display:inline;
						width:705px;}					
.headerProgramming .tab,
.headerProgramming .tabRight		{width:352px; 
						float:left; display:inline;
						text-align:center; 
						font-weight:bold; 
						border-bottom:1px solid #d1d1d1;
						line-height:25px; 
						border-right:1px solid #d1d1d1;}
						
.headerProgramming .tabRight		{border-right:0;}						
						
.headerProgramming #selected		{background:#fff;
						border-bottom:1px solid #fff;}	
.headerProgramming a			{font-weight:bold}
.headerProgramming #selected a		{font-weight:bold; color:#000;}

.contentProgramming		{padding:20px 10px; 
						clear:both; 
						float:left; display:inline;
						width:684px;}

.contentProgramming	h4		{color:#000; 
						padding:5px 5px 5px 14px;
						border-bottom:1px solid #d1d1d1}					

.menuProgramming		
					{
						border:1px solid #d1d1d1;
						background-color:#00FF00;
						width:167px; 
						background:#eef0ef;
						clear:both; 
						float:left; 
						display:inline;
						overflow:hidden;
					}
						
.menuProgrammingnew		{
						/*border:1px solid #d1d1d1;*/
						background-color:#00FF00;
						padding-top:1px;
						width:167px; 
						background:#eef0ef;
						clear:both; 
						float:left; display:inline;}
						
.searchForm				{border-bottom:1px solid #d1d1d1;
						padding:18px 0;
						margin:0; 
						text-align:center; 
						height:24px; 
						float:left; display:inline;display:inline;
						width:178px;}

.searchFormnew			{border-bottom:1px solid #d1d1d1;
						padding:18px 0;
						margin:0; 
						text-align:center; 
						height:21px; 
						float:left; display:inline;display:inline;
						width:168px;}

#search					{background:url('../images/btn_search.gif') no-repeat; 
						width:50px;
						border:0;
						/*height:24px;*/
						padding:0;
						margin:0 5px 0 0px;}
						
#textSearch				{border:1px solid #ccc; 
						width:114px; 
						height:24px;
						padding:0; 
						margin:0 3px 0 4px ; 
						float:left; display:inline;display:inline;}


.liveEvent				{clear:both;}

.liveEvent h5			{background:url('../images/bgSingleItem.gif') no-repeat left top #d2e7fa; 
						color:#3b9Ce3;
						font-weight:normal;
						min-height:19px;
						height:auto!important;
						height:19px;
						padding:0 0 0 29px;}	
						
.listItem				{clear:both;}

.listItem p.up a		{clear:both; display:block; height:23px; background:url('../images/up.gif') no-repeat;}
.listItem p.down a		{clear:both; display:block; height:23px; background:url('../images/down.gif') no-repeat;}

.listItem h5			{
						background:url('../images/bgSingleItem.gif') no-repeat left top #D2E7FA; 
						color:#3b9Ce3;
						font-weight:normal;
						min-height:19px;
						height:auto!important;
						height:19px;
						padding:0 0 0 29px;}	
						
.listItemnew h5			{
						color:#3b9Ce3;
						font-weight:normal;
						min-height:19px;
						height:auto!important;
						height:19px;
						padding:0 0 0 3px;}	
						
#adPul 
{
	margin-left:-5px;
}			
	
.manageContents	a			
					{
						width:156px; 
						height:53px; 
						display:block; 
						background:url(../images/bgManageContents.gif) no-repeat left top;
						border-top:1px solid #d1d1d1;
						width: 178px;
					}
						
.singleItem				{padding:10px 0 10px 10px; 
						font-size:10px; 
						float:left; display:inline;
						margin:0; 
						border-bottom:1px dotted;
						cursor:move;
						width: 156px;
						}
					

						


.singleItem img			{float:left; display:inline;}
p.labelItem				{margin:0 0 0 55px;}
p.duration				{float:left; display:inline;
						margin:0 0 0 3px; 
						width:50px; 
						color:#999;}
p.onPlan				{color:#029900; text-align:right;}	

.centerProgramming		{border:1px solid #d1d1d1; 
						float:left; display:inline;
						width:502px; 
						margin:0 0 0 -1px;}

.start					{border-bottom:1px solid #d1d1d1;
						background:url('../images/start.gif') no-repeat left top;
						height:60px; 
						width:502px;clear:both;}
.end					{border-top:1px solid #d1d1d1;
						background:url('../images/end.gif') no-repeat left top;
						height:60px; 
						width:502px;
						/*clear:both;*/}
						
.calendar				{border-bottom:1px solid #d1d1d1; 
						margin:0; 
						text-align:center; 
						height:60px; 
						float:left; display:inline;
						width:502px; }		

.calendar p.left a			{width:32px; 
						height:60px; 
						float:left; display:inline;
						display:inline;
						background:url(../images/left.gif) no-repeat ; border:0;}

.calendar p.right a			{width:32px; 
						height:60px; 
						float:left; display:inline;
						display:inline;
						background:url(../images/right.gif) no-repeat right; border:0;}
						/*background:url(../images/sl_arrowrg.gif) no-repeat right; border:0;}*/

.calendar ul				{width:270px; float:left; display:inline;}
.calendar ul li				{float:left; display:inline;
						width:28px; 
						border:1px solid #d1d1d1; 
						height:37px; 
						text-align:center; 
						padding:0;
						margin:5px 4px 5px 4px;}
			
.calendar ul li .day			{display:block; 
						border-top:1px solid #d1d1d1; 
						height:14px;   
						background:#3b9Ce3; 
						padding:3px 0; 
						color:#fff; 
						margin:0;}

.calendar ul li#today			{background:#cfe6f8; font-weight:bold;}
.calendar ul li#today a			{font-weight:bold;}

p.setBrodcast	a			{width:111px; height:60px; background:url(../images/setLive.gif) no-repeat ;float:left; display:inline;}

.singleHourClose				{border-bottom:1px dotted #d1d1d1; 
							clear:both;  
							min-height:18px; 
							height:auto!important; 
							height:18px; 
							padding:3px 0; 
							float:left;
							display:inline;
							width:450px;}
							
.singleHourClose_gray	{border-bottom:1px dotted #d1d1d1; 
							clear:both;  
							min-height:18px; 
							height:auto!important; 
							height:18px; 
							padding:3px 0; 
							float:left;
							display:inline;
							width:450px;
							background-color:#F1F1F1;}

/*.intervallo		{float:left; display:inline;
						margin:0 0 0 3px; 
						width:110px; 
						color:#999;} For testing manual*/
						 						
.intervallo		{float:left; display:inline;
						margin:0 0 0 3px; 
						width:88px; 
						color:#999;}					

.title			{float:left; display:inline;
						margin:0 0 0 3px; 
						/*width:290px;*/
						width:310px;
						border-right:1px solid #d1d1d1;
						min-height:20px;
						height:auto!important;
						height:20px;
						background:url(../images/bgTitle.gif) no-repeat top left;
						padding:0 0 0 15px;}

/* Added 1-10-2008 */
.title_no_image			{float:left; display:inline;
						margin:0 0 0 3px; 
						/*width:290px;*/
						width:310px;
						/*border-right:1px solid #d1d1d1;*/
						min-height:20px;
						height:auto!important;
						height:20px;
						/*background:url(../images/bgTitle.gif) no-repeat top left;*/
						padding:0 0 0 15px;}

p.column		{width:50%; float:left; display:inline;margin:10px 0;}


.singleHourClose .open a		{display:block; float:left; display:inline;
						/*background:url(../images/openData.gif) no-repeat right center; */
						background:url(../images/openData1.gif) no-repeat right center; /*6-10-2008 transparent image*/
						border:0; 
						width:10px; 
						height:20px;}

/* Added 1-10-2008 */						
.singleHourClose .open_no_image {display:block; float:left; display:inline;
						/*background:url(../images/openData.gif) no-repeat right center; */
						border:0; 
						width:10px; 
						height:20px;}
						
/***Added for Manual schedule*/
.singleHourClose .delete a		{display:block; float:left; display:inline;
						/*background:url(../images/cross.jpg) no-repeat right center; */
						background:url(../images/cross_sch.gif) no-repeat right center; /*6-10-2008* /*6-10-2008 transparent image*//
						padding-top:8px;
						padding-left:3px;						
						border:0; 
						width:12px; 
						height:19px;}

.singleHourOpen				{border-bottom:1px dotted #d1d1d1; 
							clear:both;  
							min-height:18px; 
							height:auto!important; 
							height:18px; 
							padding:3px 0 25px; 
							float:left; display:inline;
							display:inline;
							width:450px; 
							background:url(../images/bgOpen.gif) repeat-x right bottom; }

.singleHourOpen .open		{display:block; width:10px; float:left; display:inline;}

.singleHourOpen .open a		{display:block; 
						background:url(../images/closeData.gif) no-repeat right center; 
						border:0; 
						width:10px; 
						height:20px;}
.singleHourOpen .open a.edit	{display:inline;background:#fff; margin:20px 0}



.iframe					{overflow:auto;
						clear:both;
						max-height:600px;
						height:auto!important; 
						height:600px;
						width:475px; 
						margin:5px 0 5px 20px;}

.iframe .rightboxVideo 			{ width:450px;}

.iframe .programTable table tr.online th 	{width:90px; 
							color:#f00; 
							font-weight:bold; 
							background:url('../images/redTelevision.gif') no-repeat right 5px;  
							text-align:left;}

.iframe .programTable table tr td h4		{border:0; }
.iframe .programTable table tr.online td h4	{color:#f00; border:0; margin:0; padding:0;}


.iframe .programTable table th 			{text-align:left;}

.iframe .programTable p.editStats	{width:28px; float:right;}
.iframe .programTable p.editStats a	{display:block; 
						width:28px; 
						/*background:url('../images/bgEdit.gif') no-repeat top left; */
						padding:0px 0; }
						
						

.iframe .programTable .title		{width:290px;}


.big						{font-size:20px;}	
					
.singleProgram				{border-top: 1px dotted #d1d1d1;
						width:450px;  
						margin:0; 
						padding:20px 0; 
						float:left; display:inline;
						clear:both;
						background:url('../images/bgSingleProgram.gif') repeat-y top right; }
						
						
p.editStats a				{display:block; 
						width:28px; 
						/*background:url('../images/bgEdit.gif') no-repeat top left; */
						padding:0px 0;}
						
.singleProgram img			{float:left; display:inline;display:inline;}
.singleProgram p			{margin:0 28px 0 120px; 
						line-height:15px; }
.singleProgram p.tag			{margin:15px 28px 0 120px;}
.singleProgram  p.editStats		{float:right;
						width:28px; 
						margin:0; 
						padding:0;
						}


.iframe #onlineNow				{border-bottom:3px solid #2087d4;}		
.iframe #onlineNow p.titleProgram		{font-weight:bold; 
							background:url('../images/redTelivision.gif')no-repeat top left; 
							padding:0 0 0 16px;}

.iframe #onlineNow p.titleProgram strong	{color:#fe0000;}


.save 						{margin:40px 0 20px 178px!important; margin:0 0 0 100px; clear:both; padding:20px 0; }
.buttonSave 					{float:left; display:inline;height:25px; width:55px; margin:0 10px 40px 30%;}
.buttonSave a					{display:block; background:url(../images/save.gif) no-repeat;  height:25px; width:55px;}

/*Added*/
.saveAuto 						{margin:40px 0 20px 178px!important; margin:0 0 0 100px; clear:both; padding:20px 0; }
.buttonSave1 					{float:left; display:inline;height:25px; width:200px; margin:0 10px 40px 30%;}
.buttonSave1 a					{display:block; background:url(../images/save.gif) no-repeat;  height:25px; width:55px;}
/*****/
/*FOOTER*/
#footerMenu		{background:#ebebeb; 
				clear: both;
				float:left; display:inline;
				min-height: 103px;
				height:auto!important;
				height:103px;
				padding: 7px 0;
				margin:0;
				width: 960px; 					
				font-size:12px;			
				font-family:Arial, Helvetica, sans-serif;
				line-height: 15px;}
				
#footerMenu ul	li	{line-height: 20px;}
					
.box1Menu		{clear: both; 
				float:left; display:inline;
				height:89px; 
				padding:10px; 
				width:97px; }
				
.box2Menu		{float:left; display:inline;
				height:89px; 
				padding:10px; 
				width: 125px;
				background: url('../images/dot_line_bg.gif') right repeat-y; }
				
.box3Menu		{float:left; display:inline;
				height:89px; 
				padding:10px 33px; 
				width: 313px; 
				background: url('../images/dot_line_bg.gif') right repeat-y; }
.box3Menu ul li		{float:left; display:inline;
				height: 15px;	
				padding: 2px; 
				width: 110px;}
				
.box3Menu ul li.rightItem	{width: 195px; }

.box4Menu		{float:left; display:inline;
				height:89px; 
				padding:10px 14px; 
				width:224px; }
.box4Menu ul li		{float:left; display:inline;
				height: 15px;	
				padding: 2px; 
				width: 108px;}

#credits  		{background:#ccc; 
				clear: both;  
				float:left; display:inline;	
				height: 86px; 
				line-height: 86px;	
				padding: 0px;	
				text-align: center;	
				width: 960px;	
				font-size:12px;
				color:#999;
				font-family:Arial, Helvetica, sans-serif;}

.pointer{cursor:pointer;}

.listTab				{border-bottom:1px solid #d1d1d1; height:25px; margin:0 0 10px;}

.listTab #selected		{background:#fff; 
						border-bottom:1px solid #fff;}
.listTab #selected a	{color:#000;}

.singleTab				{border-bottom:1px solid #d1d1d1; 
						border-right:1px solid #d1d1d1; 
						height:25px; 
						float:left; 
						line-height:25px; 
						padding:0 10px; 
						background:#eee;}
						
/*h3.openProfile		{
						border-bottom:1px dotted #d1d1d1; 
						clear:both; 
						margin:10px; 
						line-height:20px;
						background:url(../images/openMenu.gif) no-repeat right center;
						}*/

h3.openProfile			{
						border-bottom:1px dotted #d1d1d1; 
						clear:both; 
						margin:10px; 
						line-height:20px;
						font-size:14px;
						/*background:url(../images/openMenu.gif) no-repeat right center;*/
						}

.tableProfile							{margin:0 auto!important;}
.tableProfile	td, .tableProfile th	{vertical-align:top;}

/*h3.closeProfile		{border-bottom:1px dotted #d1d1d1; 
						clear:both; 
						margin:10px; 
						line-height:20px;
						background:url(../images/closeMenu.gif) no-repeat right center;
						}*/
						
h3.closeProfile			{border-bottom:1px dotted #d1d1d1; 
						clear:both; 
						margin:10px; 
						line-height:20px;
						font-size:14px;
						/*background:url(../images/closeMenu.gif) no-repeat right center;*/
						}

.textareabox			{font-family: Tahoma;
						font-size: 11px;
						font-weight: normal;
						color: #000;
						text-decoration: none;
						border: 1px solid #ccc;}
			
.gen_showhide			{width:8px;
						float:right;
						padding-right:17px;
						margin-top:-30px;
						}
						
.new_font_style	 		{font-family:Arial, Helvetica, sans-serif;
						font-size:12px;
						color:#000000;
						font-weight:bold;
						text-decoration:none;}
						
.login_text				{font-family:Tahoma, Arial, Helvetica, sans-serif;
						font-size:11px;
						color:#000000;
						font-weight:normal;
						text-decoration:none;
						/*width:600px;*/
						width:590px;
						height:30px;
						border-bottom:1px dotted #d1d1d1; 
						margin: 10px;
						}
											
.errorText				{font-family: Arial, Helvetica, sans-serif;
						font-size: 12px;
						color: #FF0000;
						}

/*h3.openProfile1		{border-bottom:1px dotted #d1d1d1; 
						clear:both; 
						margin:10px; 
						line-height:20px;
						}*/
						
h3.openProfile1			{border-bottom:1px dotted #d1d1d1; 
						clear:both; 
						margin:10px; 
						line-height:20px;
						font-size:16px;
						}

.boxGreen				{float:left; display:inline;
						clear:both; 
						min-height:66px;
						color:#79B47A; 
						height:auto!important;
						height:66px; 
						background:#e4fae5 url(../images/bgGreenBox.gif) no-repeat left bottom;
						width:685px; 
						margin:8px 14px 0;
						
						padding:0 0 25px 0;
						border-top:1px solid #cef5d8;}
						
.boxGreen a.close		{background:url(../images/greenClose.gif) no-repeat; 
						height:6px; 
						width:6px; 
						display:block; 
						float:right;
						margin:6px;}

.import1				{ 
						height: 26px; 
						width: 136px; 
						display:block; 
						float:right;
						color:#79B47A; 
						margin-top:30px;
						margin-right:10px;}

.manageboxx				{
						width:178px; 
						height:53px;
						display:block;
						font-size:11px;}

.manageboxxnew			{
						width:167px; 
						height:53px;
						display:block;
						font-size:11px;}

.box{
border-bottom:1px solid #cfcfcf;
border-top:1px solid #cfcfcf;
border-left:1px solid #cfcfcf;
border-right:1px solid #cfcfcf;
}

.editcontentiframe		{overflow:hidden;
						clear:both;
						/*max-height:680px;*/
						height:auto!important;
						/*height:680px;*/
						width:475px; 
						margin:5px 0 5px 20px;}

/*CSS For Error Message Starts From Here
Inculded on 22/08/2008*/
.errorMsg{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0000;
	font-weight:normal;
	text-decoration:none;
}
/*CSS For Error Message End Here
Inculded on 22/08/2008*/

.conlistmenuProgramming	{
						/*border:1px solid #d1d1d1;*/
						background-color:#00FF00;
						width:167px;
						background:#eef0ef;
						clear:both; 
						float:left; display:inline;}
						
.conlistsearchForm		{border-bottom:1px solid #d1d1d1;
						padding:18px 0;
						margin:0; 
						text-align:center; 
						/*height:24px;*/ 
						float:left; display:inline;display:inline;
						width:168px;}

/*Edited For Message
Date:29-08-2008 Start From Here*/

#crtmessbtn				{padding:10px;
						width:135px;
						/*float: right;*/
						margin-left:520px;}
						
h2.inbox				{background-color:#C8E4F7;}

.bodytextblackarial1 	{font-family:Arial, Helvetica, sans-serif;
						font-size:16px;
						color:#000000;
						font-weight:bold;
						text-decoration:none;}
						
.bodytextbluearial 		{font-family:Tahoma, Arial, Helvetica, sans-serif;
						font-size:11px;
						color:#0066ff;
						font-weight:bold;
						text-decoration:none;}

#inleftbox				{border-bottom:1px solid #E1E1E1;
						border-top:1px solid #E1E1E1;
						border-left:1px solid #E1E1E1;
						border-right:1px solid #E1E1E1;
						background-color:#EEEEEE;
						width:180px;
						padding:10px;
						margin-top:20px;
						margin-right: 5px;
						margin-bottom: 5px;
						margin-left: 5px;
						padding:5px;}
						
h3.inbox1				{border-bottom:1px solid #d1d1d1; 
						clear:both; 
						margin:0px; 
						line-height:20px; font-family:Arial, Helvetica, sans-serif;
						font-size:14px;
						color:#000000;}

h3.closeProfile			{border-bottom:1px dotted #d1d1d1; 
						clear:both; 
						margin:10px; 
						line-height:20px;
						/*background:url(../images/closeMenu.gif) no-repeat right center;*/
						}

h3.closeProfile-inbox	{border-bottom:1px dotted #d1d1d1; 
						clear:both; 
					/*	margin:10px; */
						line-height:20px;
						background:url('../images/inbox_right_arrow.gif') no-repeat right center;}

h3.closeProfile-inbox2	{/*border-bottom:1px dotted #d1d1d1;*/ 
						clear:both; 
					/*	margin:10px; */
						line-height:20px;
						/*background:url(images/inbox_right_arrow.gif) no-repeat right center;*/}
						
.bodytext33 			{font-family:Tahoma, Arial, Helvetica, sans-serif;
						font-size:11px;
						color:#333333;
						font-weight:bold;
						text-decoration:none;}

/*Edited For Message
Date:29-08-2008 End Here*/

/*Edited For Message
Date:29-08-2008 Start From Here*/

.textbox_area 			{font-family: Tahoma;
						font-size: 11px;
						font-weight: normal;
						color: #000;
						border: 1px solid #ccc;}
							
.file_text				{font-family:Arial, Helvetica, sans-serif;
						color:#3A9BE2;
						font-size:12px;}

/*Edited For Message
Date:04-09-2008 End Here*/

.Mouse_pointer		{cursor:pointer}

.contentlisthover
{
    background:#CBE4F8;
}

/*******************************************************************/
#unlogged_subHeader			
{
	height:430px;
	margin:0 auto; 
	width: 960px; clear:both;
	background-image:url(../images/unlogged_popup_bg.jpg);
	background-repeat:repeat-x;
}	

#unlogged_img
{
	clear:both;
	margin-top:16px;
	margin-left:25px;
	width:314px;
	float:left;
	display:inline;
	padding: 0px;	
}

#unlogged_middle_text
{
	margin-top:20px;
	margin-left:20px;
	width:300px;
	height:auto;
	float:left;
	display:inline;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#FFFFFF;
}

#unlogged_form_right
{
	margin-top:16px;
	margin-left:20px;
	width:218px;
	height:252px;
	float:left;
	display:inline;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	background-image:url(../images/unlogged_popup_right_form_b.jpg);
	background-repeat:repeat-x;
}

.form_title
{
	margin-top:30px;
	margin-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#E6FE84;
	margin-bottom:20px;
}

.unlogged_textbox_area 			
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width:190px;
	border: 1px solid #ccc; 
}

.create_btn
{
	margin-top:5px;
	width:64px;
	float:right;
	margin-right:12px;
}

#unlogged_footer
{
	margin:0 auto;
	background-image:url(../images/unlogged_popup_footer_bg.jpg);
	background-repeat:repeat-x;
	height:140px;
	clear:both;
}

.unlogged_footer_title
{
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.unlogged_embed				
{
	height: 32px;
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

.bodytextblack2 
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#00000;
	font-weight:normal;
	text-decoration:none;
}

#pass_tbl {
	margin-left: 85px;
	background-position: right;
}

#acc_tbl {
	margin-left: 10px;
	
}

.file_text
{
	font-family:Arial, Helvetica, sans-serif;
	color:#3A9BE2;
	font-size:12px;	
}

#friends_most
{

	border:0;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	
	
}

#friends_most li 
{
	display:inline;

	height: auto;
	padding: 0px;
	
	/*height:25px;*/ 
	border-right:1px solid #cdcdcd; 
	/*line-height:25px; */
	padding:0 8px;
}

/* Friends page's image gallery of the right side's coding are...*/
.friend2_boxLeft			{background-color: #fff; 
					text-align:left; 
					width:180px;
					height:180px;
					padding:5px 0;
					/*margin:0 0 10px;*/}
					
.friend2_boxLeft .right			{/*padding:5px;*/ clear:both;}


.friend2_boxLeft h2 img			{height: 15px; 
					line-height: 15px;	
					/*padding:0 0 0 10px; */
					width: 14px;
					vertical-align:top;}
				
.friend2_boxLeft ul 			{line-height: 25px; 
					/*padding:0 10px;*/}

.friend2_boxLeft ul li.selected		{font-weight:bold; 
					font-size:12px;}

.friend2_boxLeft ul.image		{/*margin:15px 0 0 5px; */
					padding:0;}

.friend2_boxLeft ul.image li		{float:left; display:inline;
					height: 50px;	
					width:50px;
					padding: 5px;}
.friend_title
{
	font-size:15px;
	font-weight:bold;
	color:#000000;
	
}

/* Glomera Unlogged Page's Coding Strats Here...*/


#unlogged_subHeader			{/*min-height:291px; */
					/*height:auto!important; */
					height:430px;
					margin:0 auto; 
					width: 960px; clear:both;
					background-image:url(../images/unlogged_popup_bg.jpg);
					background-repeat:repeat-x;
					
					}	

#unlogged_img
{
	clear:both;
	margin-top:16px;
	margin-left:25px;
	width:314px;
	float:left;
	display:inline;
	padding: 0px;	
}

#unlogged_middle_text
{
	margin-top:20px;
	margin-left:20px;
	width:300px;
	height:auto;
	float:left;
	display:inline;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#FFFFFF;
		
	
}

#unlogged_form_right
{
	margin-top:16px;
	margin-left:20px;
	width:218px;
	height:252px;

	float:left;
	display:inline;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	background-image:url(../images/unlogged_popup_right_form_b.jpg);
	background-repeat:repeat-x;

	
		
	
}

.form_title
{
	margin-top:30px;
	margin-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#E6FE84;
	margin-bottom:20px;
	

}

.unlogged_textbox_area 			{font-family: Tahoma;
					font-size: 11px;
					font-weight: normal;
					color: #000;
					width:190px;
					border: 1px solid #ccc; 
					}			

.create_btn
{
	margin-top:5px;
	width:64px;
	float:right;
	margin-right:12px;

}

#unlogged_footer
{
	margin:0 auto;
	background-image:url(../images/unlogged_popup_footer_bg.jpg);
	background-repeat:repeat-x;
	height:140px;
	clear:both;
	
}

.unlogged_footer_title
{
	font-size:12px;
	font-weight:bold;
	color:#000000;
	
	
}

.unlogged_embed				{
	height: 32px;
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
					/*width:60px;*/ }
					
.unlogged_channel_update_title
{
					text-decoration: none;
					margin: 0;
					font-family:Tahoma, Arial, Helvetica, sans-serif;
					font-size:15px;
					color:#000;
					font-weight:bold;
					padding:5px 10px 10px; 
					border-bottom:1px solid #ccc;
					line-height:20px;
					background-color:#FFFFFF;
}

.unlogged_channel_box
{
	height:165px;
	background:#EAEAEA;
	/*clear: both;*/
					float:left;
	display:inline;
	padding: 0px;
	width: 172px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 6px;
}

.unlogged_channel_box h3 { display:inline; float:left; margin-top:10px; margin-left:5px;}

#unlogged_footer_break
{
	background-color:#CCCCCC;
	height:15px
}

.unlogged_table_heading
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold; 
	font-size:12px; 
}

.unlogged_hr				{/*border-bottom:1px solid #d1d1d1; */
						clear:both; 
						margin:10px; 
						line-height:20px;
						background: url(../images/upload_hr.gif);
						background-repeat:repeat-x;
					}

ul.profilehp		{margin:0px 0; height:50px; background-color:#E3EBEE;}
/*ul.profilehp li 	{border-bottom:1px solid #FF0000; }*/
ul.profilehp li { float:left; margin-left:-10px; width:182px;}
ul.profilehp li a { margin-left:20px; }
.profilehp			
{
	background:#DDE6EB;
	padding:0px 0;
	margin-top: 45px;
	height:56px;
}

.channeldet			
{
	background:#DDE6EB;
	padding:0px 0;
	margin-top: 0px;
	height:65px;
}

.thinline
{
	height: 1px;
	width: 182px;
	background: #CDD3D3;
	margin: 0px;
	font-size:0px;
}

.whilethinline
{
	height: 1px;
	background-color: #FFFFFF;
	font-size:0px;
}

li#video_thin_line
{
	height: 1px;
	background-color:#CDD3D3;
	width:182px;
	margin-left:-10px;
}

.mainthinline
{
	 background-color: #ACACAC;
	 width: 182px;
	 height: 2px;
	 margin-top: 0px;
	 font-size:0px;
}

a#Quick_Wizard	
{
	color:#4F96C4;
	font-size:18px;
	font-weight:bold;
}
		
a#Quick_Wizard:hover {color:#000000;}