/* ----------------------- Hyperlinks --------------------------------------------------*/
a  {
	color: #204560;
	text-decoration: none;
}
/*a:hover  {
	color: #C61800;
	text-decoration: underline;
} */

/* ----------------------- Navigation --------------------------------------------------*/
#navigation {
	/*	background-color:#204560;
	background-color: #333333;
	opacity: .15;
	filter: alpha(opacity=15);*/
	height:20px;
	line-height:20px;
	/*	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000; */
	margin-left:6px;
	margin-right:5px;
	margin-bottom:0px;
}

#navigation ul {
  margin:0;
  padding:0;}
  
#navigation li {
	background-image:none;
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	border-right:1px solid #FFFFFF;
	white-space:nowrap;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
  
#navigation li a {
	display:block;
	padding:0 13px;
	font-size:11px;
	text-transform:none;
	letter-spacing:0px;
	text-decoration: none;
	border-color:white;
	font-family: "lucida grande", verdana, helvetica, arial, sans-serif;
}

#navigation a {color:white;}

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

#navigation .selected,
#navigation a:hover {background-color:#000000;}

#navigation .unselected {
	font-weight:normal;
	background-color: #5E3F04;
	opacity: .75;
	filter: alpha(opacity=75);
}	

#navigation .gap  {
	background-color: #5E3F04;
	opacity: .75;
	filter: alpha(opacity=75);
	padding-right:335px;
	border:none;
}
#navigation #s {border-color:#FFF9EA;}

.nav23 {
	border: 1px solid #1BA6B2;
}
/* ------------------------- XMS ------------------------- */
#xms {  }
#xms #pad {
	margin-left:25px;
	margin-top:5px;
	
}
#xms .moduletitle {
	color:#001d6f;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-top:5px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:2px;
}	
.divider  {
	color:#001d6f;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-top:5px;
	padding-left:0px;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:35px;
	margin-right:0px;
	background-color: #E3EAEE;
	text-align: center;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CFDAE7;
	border-bottom-color: #CFDAE7;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.titlexms  {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-bottom:-5px;

}
.titlexms a{
	color:#303030;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}
.titlexms a:hover{color:#999999;}		
.xmsp  {
	color:#4b4b4b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	padding-top:0px;
	padding-left:3px;
	text-align:justify;
}	
.panelxms {
background-color: none;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
width: 481px;
height: 18px;
}
.panelxms .panel_links a.readmore {
color: #002157;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
background-color: transparent;
background-image: url(images/read.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: left;
background-y-position: center;
padding-left: 14px;
}
/* ------------------------- Header Banner ------------------------- */
#header_banner img {
	border: 1px solid #000000;
	margin-top:-7px;
}
/* ------------------------- Remote Display ------------------------- */
.remote_link  {
	margin-top:5px;
	background-image: url(/wp-content/themes/filmstar/images3/pingtrackback2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.remote_link a {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 12px;
	color : #5678a2;
	text-decoration : none;
	padding-left:13px;
	display: block;
} 

.remote_link a:hover {
color : #AAAAAA; 
text-decoration : underline; 
} 
.remote_desc {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9px;
	text-decoration : none; 
	color: 777777;
	padding-left:13px;
	display:block;
}
.remote_loc {
    font-family: tahoma;
    font-size: 10px;
	text-decoration : none; 
	color: AAAAAA;
}
.remote_details {
    font-family: tahoma;
    font-size: 10px;
	text-decoration : none; 
	color: AAAAAA;
}

/* ------------------------- Footer ------------------------- */
/*#footer {
	background-color:#204560;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C61800;
/*	height:20px; */
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer p {
	color: #FFFFFF;
	margin:0px;
	padding:5px;
	text-align: center;
}

#footer a  {color:#FFFFFF} */


