/*@import url("../global2012/css/skins/tango/skin.css");*/

/*//////////
  structure.css is using to defines boxes,containers etc.
  CSS Designed by Lineesh Kaithoyil
  Email : lineesh.kaithoyil@dmi.ae
  Licensed Dubai Media Inc.
/////////*/



/*main conatiner styles*/
#container{
	margin:auto;
	width:980px;
	height:auto;
	background:#fff;
	}
#page_wrapper{
	width:960px;
	margin:auto;
	overflow:hidden;
/*	height:1500px;	*/
}


/*Structure of site defenition*/
#siteHeader{
  height: 183px;
  padding:0 0 5px 0;
}
#dmiGovLogo{
	width:160px;
	height:72px;
	padding-top:15px;
}
#dubaiLogo{
	height:40px;
}
#otherLogoHolder{
	height:72px;
	width:160px;
	float:left;

}

#dmi_logo{
	margin:0 0 10px 0;
	float:right;
}
#langDateHolder{
	clear:both;
	height:55px;
	background:#e7e7e7;
	width:960px;
	margin:5px 0 0 0;
}
#siteFooter{
	height:350px;
	clear:both;
}
.masterHead{
	padding:0 20px;
}
#searchLangBar{
	width:280px;
	height:22px;
	margin:22px 0 0 0;
}
/*Search box*/
#searchwrapper {
width:230px; /*follow your image's size*/
height:23px;/*follow your image's size*/
position:relative; /*important*/
background:#CCC;
border:1px solid #999;
}

/* @end */

/*Top Menu*/
.navigation{
	width:960px;
	height:50px;
	display:block;
	padding:0;
	margin:0px auto; 
}
.navigation > ul{list-style:inside none; padding:0; margin:0;}
.navigation > ul > li{list-style:inside none; padding:0; margin:0; display:block; position:relative;}
/* @end */

/*Left Side Panel */
	#panelFirst{
		width:650px;
		overflow:hidden;
 
		margin:7px 0 10px 0;
	}
/*@end*/

/*Right Side Panel */
	#panelLast{
		width:300px;
		overflow:hidden;		
 
		margin:7px 0 10px 0;		
	}
/*@end*/
/*Schedule section*/
#program_list table {
    margin: 10px 0;
}
#program_list {
    width: 430px;
}
#program_list table {
    width: 430px;
}
#program_list_image {
    width: 193px;
}
#program_list_image ul {
    list-style: none outside none;
    padding: 10px 0 0;
}
#program_list_image ul li {
    clear: both;
    display: block;
    height: 48px;
    padding: 0 5px 6px 0;
    margin: 0 0 6px 0;	
}
#coming_next_prev {
    background: none repeat scroll 0 0 #DDDDDD;
    width: 305px;
	margin:5px;
}
.prg_list_img {
    height: 48px;
    width: 78px;
}
.prg_list_txt {
    width: 93px;
}
.txtScheduleInfo {
    overflow: hidden;
    width: 93px;
}

/*@end*/

ul#footerLinks {
    width: 720px;
}
ul#footerLogo {
    width: 180px;
}
#dmi_footer{
	width:980px;
	overflow:hidden;
	margin:auto;
	background:#646464;
	height:280px;
}
#main_footer{
	border-top:8px #5b7b94 solid;
	border-bottom:3px #5b7b94 solid;
	height:170px;
	background:#464646;
}
.main_footer_links li {
    display: block;
    width: 139px;
}
.main_footer_links li a {
	font-size:11px;
}
.fsMenu li a:link, .fsMenu li a:visited {
    text-decoration: none;
}
#footerSubMenu li {
    display: inline;
    text-transform: uppercase;
}

/* @end*/
/*Panel Inner Home*/
#panelInnerHome{
	width:320px;
}
/*Poll Form*/
.messagePollAlert {
	display:none;
    padding: 10px;
    border: solid 1px #F00;
	color:#fff;
	background:#900;
	text-align:center;
	margin:5px;
}
.messagePollSuccess {
	display:none;
	padding: 10px;
    border: solid 1px #0C0;
	color:#fff;
	background:#060;
	text-align:center;
	margin:5px;	
}
/*Press page*/
#panelInner{
	width:320px;
}
/*@end*/

/*Program Schedule*/
#prgSchedule{
	height:32px;
}
#prgSchedule li{
	color:#B0190E;
	font-weight:bold;
}
#prgSchedule li a{
	color:#000;
}
/*@end*/