/**
 * Global site specific style "overrides"
 */
#headercontainer {
	background-image		: url('../img/neutral/global_header.jpg');
	margin					: 0px;
	padding					: 0px;
	width					: 1000px;
	height					: 180px;	
}

a.mainlinktextact, a.mainlinktextact:visited  {	
	font-family				: Arial, helvetica;
	color					: white;	
	text-decoration			: none;		
	text-transform			: uppercase;
	font-size				: 13px;
	line-height				: 160%;
	font-weight				: bold;	
	font-style				: italic;
}

a.mainlinktext:hover {
	color					: white;	
	text-decoration			: none;
	font-weight				: bold;	
}

.actionsmenu, a.actionsmenu, a.actionsmenu:visited {
	font-size				: 11px;
	color					: #ffffff;
	text-decoration			: none;
	padding-top				: 2px;
}	

#admintoollink, a.admintoollink, a.admintoollink:visited
 {
 	position				: absolute;
	top						: 5px;
	left					: 978px;
	padding					: 0px;
	margin					: 0px;
	text-align              : left;
	font-size				: 11px;
	color					: #ffffff;
	text-decoration			: none;	
}

div.mainlinktextunact{
	font-family				: Arial, helvetica;
	color					: #808080;
	text-transform			: uppercase;
	font-size				: 13px;
	line-height				: 160%
}

p.watchthis {
	text-align 				: center;
	font-family				: Arial, helvetica;
	font-size				: 11pt;
	font-weight				: bold;
	color					: #076A99;	
}


/*
* GLOBAL VIDEO STYLES
*
*/
.flag {
	width: 20px;
	height: 20px;
	margin-top: 42px;
	position: absolute;	
}

/*
* GLOBAL MAIN PAGE VIDEO PICS
*/

.globalrandomvideos {
	font-family				: Arial, helvetica;	
	text-transform			: uppercase;
	font-size				: 9pt;
	font-weight				: normal;
	text-align				: left;
	border-width			: 0px;
	border-style			: none;
	border-collapse			: collapse;
}

.globalrandomvideos td {
margin:0;
padding:0;
}

.globalrandomvideos img.videopicmain {
border:0 none;
height:55px;
margin-left:15px;
width:100px;
}

.globalrandomvideos img.videopicmain1st {
margin-left:0;
}

.flagmain {
height:20px;
margin-left:15px;
width:20px;
}

.flagmain1st {
margin-left:0;
}



