/*
  text.css is using to defines heading,paragraph,fonts etc.
  CSS Designed by Lineesh Kaithoyil
  Email : lineesh.kaithoyil@dmi.ae
  Licensed Dubai Media Inc Web Team.
  
  
  
  LMD: 8-May-2012 /  PEER & NAUFAL.
  		- Removed Span tag from list and added here
  		- create a class for timing.
*/

/* @group Basic HTML */
p {
	/* follow tbe body default text style */
}

/* @Links */
a:hover {
	text-decoration:underline;
}

a:link,a:hover,a:visited {
    
	text-decoration: none;
	outline: none;
}
/* @end */


span {

	margin:0px;
}


a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* PNG Support for IE6 */
img{
	behavior: url(./iepngfix.htc);  /* PNG Fix IE6 */

}

/* @group Headings */

h1 {
	font-size: 14px;

}

h2 {
	font-size: 13px;
	
}

h3 {
	font-size: 12px;
	margin-top: 5px;
}

h4 {
	font-size: 11px;
}
h5 {
	font-size: 10px;
}

/* @end */


/* @group Spacing */

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
	
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.1em;
}


/* @end */

/*Top Banner Text*/
#adText1 {
    color: silver;
    font-size: smaller;
    padding-left: 9px;
    padding-right: 9px;
    position: relative;
    top: 8px;
}/* @end */

/*Top Menu*/
.top_menu ul.menu {
    background: url("../images/bg_top_menu.jpg") repeat-x scroll center top transparent;
    height: 40px;
    margin-bottom: 2px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    z-index: 1001;
}
/* @end */
/*Section Titles*/
.boxTitle{
	margin:10px 0 10px 0;
}
.boxTitle h1 {
    line-height: 1.5em;
    padding: 4px 8px 4px 6px;
}
/* @end*/

/*Play Button Icon*/

.playBt a {
    display: block;
    text-decoration: none;
}
.playBt a img {
    border: 1px solid #CCCCCC;
    padding: 1px;
}

/* @end */
/*Captify Styleing*/

.caption {
    background: none repeat scroll 0 0 #000000;
    border-right: 1px solid #303030;
    border-top: 1px solid #303030;
    color: #FFFFFF;
    cursor: default;
    display: none;
    font-size: 11px;
    font-weight: bold;
    opacity: 0.7;
    padding: 0.6em;
    text-align: center;
	}
.caption a {
    background: none repeat scroll 0 0 #000000;
    border: 0 none;
    padding: 0.3em;
    text-decoration: none;
}
.caption a:hover {
    background: none repeat scroll 0 0 #202020;
}

/*Footer Bloquote*/
.pullquote {
    font-style: italic;
    line-height: 1.5em;
    margin: 5px;
    text-indent: -1.3em;
    vertical-align: baseline;
    width: 180px;
}
.pullquote:before {
    content: " '' ";
    font-size: medium;
    font-weight: bold;
    line-height: 1em;
}
.pullquote:after {
    content: "''";
    font-size: medium;
    font-weight: bold;
    line-height: 0.8em;
}
.pullquote {
    font-style: italic;
    line-height: 1.5em;
    margin: 5px;
    text-indent: -1.3em;
    vertical-align: baseline;
    width: 180px;
}

/*Advt text*/
#adText2 {
    color: silver;
    font-size: smaller;
	padding:0 9px 10px 5px;
}
/*Common style*/
.bgNone{
	background:none;
}

/*Facebook Heade*/
.facebook_header {
    background: none repeat scroll 0 0 #3B5997;
    display: block;
    height: 25px;
}
