/*	GROUP COLOURS
	0067c6	corp blue		4691d5	dark blue
	000000	black			7fb3e2	mid blue
	ffffff	white			d9e8f7	light blue
	333333	white			666666	dark grey
							999999	mid grey
							cccccc	light grey

/*	100% = 12pt Mac (72ppi) | 16pt PC (96ppi) | 20pt PC large font (120ppi) */
/*	1024x768 | fold: 580 */

/*=============bar header=============*/

/* ravi
h1 {
font-size:130%;
color:#ffffff;
background-color:#7fb3e2;
padding:5px;

}

h1 img {
vertical-align:middle;
margin-right:2px;
}*/

.searchForm {
/* inline doesn't work for NS7.1, 
must still position <form></form> strategically to avoid line break before & after form 
display:inline; 
margin-left:5px;*/
}

/*===================ChannelURL box in Media Page================*/ 
.phChannelURL p
{
 color:Black;
}

/*==============Pods============*/

.podNoboxDave 
{
	/* Ravi
	background-color:#d9e8f7;*/
	padding:0px 0px 5px 0px;
	float:left;
	width:100%;
	margin:0px 5px 5px 0px;
	/*height : 70px;*/
}

.podNoBoxDave p
{
	text-align:left;
	padding-top:5px;
	padding-left:5px;
}

.podNoboxDave ul
{
	margin : 0px 0px 0px 0px;
	padding : 0px;
}

.podNoboxDave li {
	margin: 0px 0px 0px 10px;
	padding : 0px;
}

.podNoBoxDave img 
{
/*	margin-left:0px;
	margin-right:5px;
	margin-top:0px;
	padding-top:0px;
	padding-right:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	
	float:left;
	
	text-align:left;
	padding-right:3px; */

}

/* Ravi
.podTitle {
border:1px solid #7fb3e2;
padding:2px 2px 2px 28px;
margin:0px;
color:#0067c6;
font-size:100% !important;
background-color:#ffffff !important;
font-family:arial, helvetica, sans-serif;
}

.podTitleNoImg {
border:1px solid #7fb3e2;
padding:5px;
margin:0px;
color:#0067c6;
font-size:100% !important;
background-color:#ffffff !important;
font-family:arial, helvetica, sans-serif;
}*/

/* Ravi
.podTitle img {
margin-left:-27px;
}*/

.podBoxed {
border:1px solid #7fb3e2;
border-top:0px;
padding:5px 5px 5px 5px;
margin:0px;
}

.podNoBoxBG {
background-color:#d9e8f7 !important;
margin:0px;
padding:5px 5px 5px 5px;
}

/*=============Tables=============*/

.tblTitle {
color:#ffffff;
background-color:#7fb3e2;
text-align:left;
}

/* ravi
.current {
font-weight:bold;
color:#000000 !important;
}*/

.g2content th {
background-color:#7fb3e2;

text-align:left;
padding:2px 2px 2px 2px;
}

/*	=============PAGE ELEMENT POSITIONING ============= */

.hskpcol1 {
width:38%;
border:1px solid #7fb3e2;
float:left;
margin-bottom:2px;
}

.hskpcol2 {
width:60%;
border:1px solid #7fb3e2;
float:right;
margin-bottom:2px;
}

.hskpcol1 img, .hskpcol2 img {
border:0px;
}

/***************Menu Button Code*************/
/* Ravi
.navGitem {
width:100%;
font-family: Arial, Helvetica, sans-serif;
background-color:#ffffff;
height:34px;
opacity: .9;

filter: alpha(opacity=90);
font-weight:bold;
text-align: center;
font-size:120%;
letter-spacing: -0.02em;
line-height: 34px;
}

.navGitemCurrent {
width:100%;
font-family: Arial, Helvetica, sans-serif;
background-color:#ffffff;
height:35px;
opacity: 1;
filter: alpha(opacity=100);
font-weight:bold;
font-size:120%;
text-align:center;
line-height: 34px;
letter-spacing: -0.02em;
}

.navGitem a:hover {
color:#000000 !important;
text-decoration:none !important;
}

.navGitemCurrent a:hover {
color:#000000 !important;
text-decoration:none !important;
}

.navGitemCurrent a:visited {
color:#000000 !important;
text-decoration:none !important;
}

.navGitem a:active {
text-decoration:none !important;
color:#000000 !important;
}

.navGitemCurrent a:active {
text-decoration:none !important;
color:#000000 !important;
}

.navCell {
padding-right: 1px;
padding-bottom: 0px;
width:16%;
overflow: hidden;
white-space: nowrap;
}

.navCellFirst {
padding-right: 1px;
padding-bottom: 0px;
padding-left: 1px;
width:16%;
overflow: hidden;
white-space: nowrap;
}*/
.navGitem {
width:100%;
font-family: arial, helvetica, sans-serif;
background-color:#ffffff;
height:34px;
opacity: .9;
/*filter: alpha(opacity=90);
-moz-opacity: .9;
-khtml-opacity: .9;*/
filter: alpha(opacity=90);
font-weight:bold;
text-align: center;
font-size:13px;
letter-spacing: -0.01em;
line-height: 34px;
}

.navGitemCurrent {
width:100%;
font-family: arial, helvetica, sans-serif;
background-color:#ffffff;
height:35px;
opacity: 1;
/*filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;*/
filter: alpha(opacity=100);
font-weight:bold;
font-size:13px;
text-align:center;
line-height: 34px;
letter-spacing: -0.01em;
}

.navGitem a:hover {
color:#000000 !important;
text-decoration:none !important;
}

.navGitemCurrent a:hover {
color:#000000 !important;
text-decoration:none !important;
}

.navGitemCurrent a:visited {
color:#000000 !important;
text-decoration:none !important;
}

.navGitem a:active {
text-decoration:none !important;
color:#000000 !important;
}

.navGitemCurrent a:active {
text-decoration:none !important;
color:#000000 !important;
}

.navCell {
padding-right: 1px;
padding-bottom: 0px;
width:16%;
overflow: hidden;
white-space: nowrap;
}

.navCellFirst {
padding-right: 1px;
padding-bottom: 0px;
padding-left: 1px;
width:16%;
overflow: hidden;
white-space: nowrap;
}
.current {
font-weight:bold;
color:#e78c07 !important;
}

/*========= Search Stuff =========*/

#Searchpanel1 h1, #results h1 {
color:#ffffff;
background-color:#7fb3e2;
padding:5px;
}

#Searchpanel1 input {
font-size:90%;
}


/********* Pods on UKLevel2 ********/
.PeoplePodBG
{
	/* Ravi
	background-color:#d9e8f7;*/
	padding:5px 5px 5px 5px;
}

.PodPeopleListDiv
{
	 WIDTH: 32%;
	 FLOAT: left;
	 margin-right:1%;
	 margin-bottom:3px;
}

.PodPeopleListDiv .podNoboxhor
{
	width : 100%;
	/* Ravi
	background-color:#7fb3e2!important;*/
	
	 /*height: 33px;*/
	 /*vertical-align:middle;*/
	 /*border : solid 5px blue;*/
}


.PodPeopleListDiv .podTitleDiv
{
	height: 33px;
	width : 100%;
}

/*Added by ravi to reduce the size of image on the main pages*/
div#colMid span#SingleImagePlaceholderControl1 img
{
	float:left;
/*	width:560px;
	height:185px; */
	position:relative;
}


