/* Style sheet for Missions Portal (February 2008) */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-image: url(../img/gradient.jpg);
	background-repeat: repeat-x;
	background-color: #6BA9D0;
}

/* GLOBAL LINK DISPLAY */
a:link		{ text-decoration:none; }
a:visited	{ text-decoration:none; }
a:hover		{ text-decoration:none; }
a:active	{ text-decoration:none; }

#skipandlanguagecontainer {
	margin-right: auto;
	margin-left: auto;
	width: 49.8em;
	height: 1.3em;
}

/* SITE SETTINGS LINK/CONTROL */

/*#sitesettings { */
/*	width: 49.8em; */
/*	margin: 0px auto -5px auto; */
/*}*/

#sitesettings a	{
	font-size:0.69em;
	text-decoration: none;
}
	
/* MAIN CONTAINER - HOMEPAGE*/

#main {
	/*width: 49.4em;*/
	width: 49.8em;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}	

/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	display: inline;
	color: #73ADD3;
	float: left;
}
#skiplink a {
	color:#73ADD3;
}
#skiplink a:focus, div#skiplink a:active {
	color:#E4DBDA;
	background-color: #1D3132;
}

/* LANGUAGE BAR */

#lang {
	height: 1.2em;
	float: right;
}

#lang ul {
	text-align: right;
	font-size: 0.7em;
	padding: 0;
	margin: 0;
}
#lang ul li {
	list-style-type:none;
	text-align: right;
	display: inline;
	margin: 0;
	padding-right: 10px;
}
#lang ul li#ar {
	direction:rtl;
	font-size: 1.2em;
}
#lang ul li#zh {
	font-size: .95em;}
	
#lang ul li a:link {
	color:#000033;
	text-decoration:none;
	font-weight: bold;
}
#lang ul li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
#lang ul li a:hover {
	color:#B9CEE1;
	text-decoration:none;
	font-weight: bold;	
}
#lang ul li a:active {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

/* LOGIN  LINK - in core (because of image)*/
#login {
	
}

#login a {
	background: url(../img/icon_lock.gif) no-repeat;
	width: 13px;
    height: 13px;
  	display:block;
   	margin-top:1px;
	margin-right:1px;
	font-size: 0.7em;
	float:right;
	text-decoration:none;
}

.login {
	display:none;
}

/* BREADCRUMB */
#breadcrumb {
	font-size: 0.7em;
	background-color: #5B95C7;
	padding-left: 10px;
}
#breadcrumb ul {
	margin: 0px;
	padding: 0px;
}
#breadcrumb ul li {
	display: inline;
	text-decoration: none;
}
#breadcrumb a {
	color: #FFFFFF;
}
#breadcrumb a:hover {
	color: #000033;
}
#breadcrumb ul li.login {
	padding-left: 64%;
	font-weight: bold;
}

/* TOP BANNER */

#banner {
	clear: none;
}

#hiddentitle, #hiddentitle span {
	/*background-image: url(images/banner.jpg);*/
	background-repeat: no-repeat;
	height: 100px;
}

#hiddentitle span {
	margin-bottom: -85px;
}

h1 {
	font-size: 15px;
	padding:0;
	margin:0;
	text-align: center;
	color: #fff;
	background-color: #5B95C7;
}
h1 span {
	display: block;
	position: relative;
	z-index: 1;	
}

/* HORIZONTAL BAR */

#horizbar {
	height: 1.3em;
	float: left;
	width: 100%;
	background-color: #264B88;
} 

/* SITEMAP LINK */
#sitemaplink {
	display: block;
	float: right;
	font-size: 0.71em;
	padding-top:3px;
	padding-right:10px;
}

#sitemaplink a {
	color:white;
}

/* SEARCH BOX */

#horizbar #searchfrm {
	display: block;
	border: 1px none #C6D7E8;
	float: right;
}

#horizbar #searchfrm label /*hidden*/
{
	position:absolute;
	top:-500px;
	overflow:hidden;
	font-size: 0.67em;
}

#horizbar #searchfrm .button {
	font-size: 0.67em;	
}


/* LEFT MENU BAR: navigation links */

#leftmenu {
	float: left;
	width: 20%;
	background-color: #DCE7EF;
	font-size: .7em;
}
	
#leftmenu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

#leftmenu ul li {
	border-bottom: 1px dotted #3366CC;
	padding: 3px 3px 3px 6px;
}

#leftmenu ul li a {
	text-decoration: none;
	font-weight: bold;
}	

#leftmenu ul li a:link, a:visited {
	color:#27303F; 
	text-decoration: none;
}
	
#leftmenu ul li a:hover {
	background-color: #F4F8FB;	
}
	
#leftmenu ul li a:active {
	text-decoration: none;
}

#leftmenu ul li a img {
	margin-left:3px;
}

#leftmenu .sub2 {
	list-style-type:square;
	margin-left:20px;
}

#leftmenu .sub3 {
	list-style-type:square;
	margin-left:30px;
}

#leftmenu .sub4 {
	list-style-type:square;
	margin-left:40px;
}

#leftmenu #currentlink {
	background-color: #F4F8FB;	
}

#leftmenu .pdfnote {
	text-align: center;
	display: block;
	padding-right: 6px;
	padding-left: 6px;
}

/* VERTICAL IMAGE BANNER */

#vbanner img {
	display:block;
	margin: 3px auto;
}

/* PAGE CONTENT ATTRIBUTES */

#content {
	width: 55%;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
}

.pagetitle {	
	text-align: center;
}

#content img{
	padding: 0% 3% 0 2%;
}

#content h2 {
	color: #264B88;
	font-size: 1.0em;
	font-weight: bold;
	padding: 2px 9px 0 9px;
	margin-top: 10px;
	text-align: center;
}

#content h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #0A5CB2;
	/*border-bottom: 1px solid #C6D7E8;*/
	margin-left: 9px;
	text-decoration:underline;
}

#content h4 {
	font-size: 0.95em;
	font-weight: bold;
	color: #333333;
	padding-left: 2%;
	font-style: italic;
}
	
#content p {
	font-size: 0.72em;
	color: #000033;
	padding: 0 0 0 2%;
	display: block;
	text-decoration: none;
}

#content a {
	padding-left: 0px;
	color:#264B88;
}

#content a img{
	border:none;
}

#content a:link, a:active {
	color:#374C8B;
	text-decoration: none;
}

#content a:visited {
	color:#374C8B;
	text-decoration: none;
}
#content a:hover { 
	color:#3366CC;
	text-decoration: underline;
}

#content p.bold {
	font-weight: bold;	
}

#content p a {
	font-weight:bold;
}

#content ul li.horizlinks {
	text-align: center;
	display: inline;
	list-style-type: none;
	font-size: 0.68em;
}

/* CONTENT NEWS TEMPLATE */

#content #newscontent a {
	font-weight:bold;
}

#content #newscontent .newstitle {
	color: #264B88;
	font-size: 0.79em;
	font-weight: bold;
	margin-top: 10px;
}

#content #newscontent .newsdate {
	color: #555555;
	font-size: 0.6em;
	border-bottom: 1px solid #CCCCCC;
}

#content #newscontent p {
	font-size: 0.79em;
}


/* CONTENT AREA BOX STYLES */

#content .box {
	display:block;
	margin-top:10px;
	padding-bottom:20px;		
}

#content .box .title {
	color:#264B88;
	font-weight:bold;
	font-size:0.79em;
	border-bottom:1px solid #C6D7E8;
}

#content .box a {
	text-decoration:none;
}

#content .box .link {
	padding:5px 0px 10px 2%;
	font-size:0.79em;
}

#content .box .boxlinks{
	padding:5px 0px 0px 2%;
	font-size:0.79em;
}

#content .box .file {
	padding-top:5px;
}

#content .box .file a{
	font-size:0.79em;
}

#content .nowrap {
	padding-left: 5px;
	font-size:0.79em;
}

#content .box .layout1 {
	border:2px solid #002366;
	margin:5px 10px 0px 3px;
	padding:10px;
}

/* RIGHT NAVIGATION */
#rightnav {
	float: right;
	width: 20%;
	padding-left: 2px;
	font-size: 0.8em;
	background-color: #DCE7EF;
}

#rightnav .box {
	width: 90%;
	border: 1px solid #03447C;
	color: #000033;
	background-color: #EEF3F9;
	margin: 1% auto 1% auto;
	padding-right: 0%;
}

#rightnav .box p {
	margin: 0px;
	font-size: 0.87em;
	padding: 2% 0 2% 3%;
}

#rightnav .box .title {
	background-color: #264B88;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-align: center;
	margin: 0 auto 3px auto;
	font-size: 0.92em;
	padding:2% 0pt 2% 3%;
}

#rightnav .box a {
	color: #1D3865;
	text-decoration: none;
}

#rightnav .box .new { 
	padding:2% 0pt 2% 3%;
}

#rightnav .box .boxlinks { 
	padding:2% 0pt 2% 3%;
}

#rightnav .box .file {
	padding:2% 0pt 2% 3%;
	font-size: 0.8em;
}

/* FOOTER */

#footer {
	clear: both;
	width: 100%;
	color: #000033;
	font-size: 11px;
	background-image: url(../img/grad2.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding: 0px 0px 5px 0px;
	border-top: 1px solid #5B95C7;
}

.clearfloat  {
	clear:both;
	font-size:1px;
	height:0pt;
	line-height:0px;
}

/* SITEMAP PAGE*/
#sitemap {
	width: 75%;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
}

#sitemap #tree1 {
	background-color: white;
}

#sitemap h2 {
	color: #264B88;
	font-size: 1em;
	font-weight: bold;
	padding: 2px 9px 0 9px;
	margin-top: 10px;
	text-align: center;
}

/* FILES
------------------------------------------------ */
table.files tr td{font-size: 0.85em;padding:3px;vertical-align:top;border-bottom: 1px dotted #3366CC}
table.files tr td.nowrap{color:#555555;white-space:nowrap;}
table.files a{font-size: 0.92em;}
.searchResultListing a{color:#402808;display:block;padding-bottom:2px;}

a.file{background:url(../img/files/file.gif) no-repeat;padding:3px 0px 3px 20px !important;}
a.video{background:url(../img/files/video.gif) no-repeat;padding:3px 0px 3px 20px !important;}
a.ppt{background:url(../img/files/ppt.gif) no-repeat;padding:3px 0px 3px 20px !important;}
a.exe{background:url(../img/files/exe.gif) no-repeat;padding:3px 0px 3px 20px !important;}
a.doc{background:url(../img/files/doc.gif) no-repeat;padding:3px 0px 3px 20px !important;}
a.dir{background:url(../img/files/dir.gif) no-repeat;padding:3px 0px 3px 20px !important;}
a.html{background:url(../img/files/html.gif) no-repeat;padding:3px 0px 3px 20px !important;}
a.img{background:url(../img/files/img.gif) no-repeat;padding:3px 0px 3px 20px !important;}
a.pdf{background:url(../img/files/pdf.gif) no-repeat;padding:3px 0px 3px 20px !important;}
a.sound{background:url(../img/files/sound.gif) no-repeat;padding:3px 0px 3px 20px !important;}
a.txt{background:url(../img/files/txt.gif) no-repeat;padding:3px 0px 3px 20px !important;}
a.zip{background:url(../img/files/zip.gif) no-repeat;padding:3px 0px 3px 20px !important;}
a.xls,a.csv{background:url(../img/files/xls.gif) no-repeat;padding:3px 0px 3px 20px !important;}


/* ACTION MENUS
----------------------------------------------- */
#menu div.menu{background:#d0d0d0 !important;}
div.menu a{font-weight:400;}
.nostyle,.nostyle a{font-weight:400;}
div.menu,div.menu a.menuItem{color:#000;font-family:"MS Sans Serif", Arial, sans-serif;font-size:8pt;font-style:normal;font-weight:400;white-space:nowrap;}
#navigation span a{padding:0 !important;}
div.menu{background:#d0d0d0;border:2px solid;border-color:#f0f0f0 #909090 #909090 #f0f0f0;left:0;padding:0 1px 1px 0 !important;position:absolute;top:0;visibility:hidden;z-index:101;}
div.menu a.menuItem{clear:both;color:#000 !important;cursor:default;display:block !important;font-family:Arial, Helvetica, sans-serif;font-weight:400;padding:3px 1em !important;text-decoration:none;white-space:nowrap;width:220px;}
div.menu a.menuItem:hover,div.menu a.menuItemHighlight{background:navy !important;color:#fff !important;text-decoration:none !important;}
div.menu a.menuItem span.menuItemArrow{margin-right:-0.75em !important;}
div.menu div.menuItemSep{border-bottom:1px solid #f0f0f0;border-top:1px solid #909090;margin:4px 2px;}
fieldset{clear:both;margin:0;padding:0;}

/* EDIT MODE TABS */
#toplinks{clear:both;}


/* SIMPLE CONTENT PAGE TYPE*/

#simple #main #content {
	width: 75%;
}	

/* NEWS CONTENT PAGE TYPE*/

#news #main #content {
	width: 75%;
}

/* FAQ CONTENT PAGE TYPE*/

#faq #main #content {
	width: 78%;
}

/* SITES/FULLPAGE CONTENT PAGE TYPE*/

#sites #content {
	width: 100%;
}

#sites #content p{
	color:#000033;
	text-decoration:none;
	padding:0 0 0 0;
}

#sites #content a:link,
#sites #content a:active,
#sites #content a:visited,
#sites #content a:hover
{
	text-decoration:none;
} 

#sites #content img {
	padding:0 0 0 0;
}

/* SEARCH RESULT PAGES */

#searchpage {
	float:left;
	width:80%;	
}

#advsearchpage {
	float:left;
	width:80%;
	margin-top:	-19px;
}

/* ADVSEARCH
----------------------------------------------- */
.input{color:#000;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:9px;font-style:normal;}
.tabs_li{display:inline;list-style-type:none;margin:0;padding:0;text-indent:0;}
#searchPanel{clear:both;float:left;width:100%;}
#searchPanel *{font-size:12px;}
table.searchResultListing{font-size:11px;margin:10px 0 !important;padding:0;width:100%;}
table.searchResultListing th,table.searchResultListing td{padding:2px 10px 2px 4px !important;text-align:left;vertical-align:top;}
table.searchResultListing thead tr{background:#faf1c3;}
table.searchResultListing th.sorted{background:#f6e896;font-weight:700;}
table.searchResultListing th a,table.searchResultListing th a:visited{color:#000;}
table.searchResultListing th a:hover{color:#000;text-decoration:underline;}
table.searchResultListing th.sorted a,table.searchResultListing th.sortable a{background:right top;display:block;width:100%;}
table.searchResultListing th.sortable a{background:url(<%=ctx%>/jsp/jahia/engines/images/arrow_off.png) no-repeat;padding-right:5px;}
table.searchResultListing th.order1 a{background:url(<%=ctx%>/jsp/jahia/engines/images/arrow_down.png) no-repeat;padding-right:5px;}
table.searchResultListing th.order2 a{background:url(<%=ctx%>/jsp/jahia/engines/images/arrow_up.png) no-repeat;padding-right:5px;}
table.searchResultListing tr.odd{background:#ecf7ce;}
table.searchResultListing tr.even{background:#fff;}
div.searchResultListing span.pagelinks a{display:inline;}
