/* $Id: eatlon.css 37781 2011-09-29 14:24:57Z chibaguy $
	This theme adapted by Gary Cunningham-Lee (chibaguy) for TikiWiki
	CMS/Groupware is an adaptation of the Eatlon theme by Olle Axelsson
	(http://eatlon.com). Please retain the link to eatlon.com in the
	page footer to be in compliance with the terms of use.
	For more information, please visit
	http://themes.tiki.org or http://zukakakina.com.
*/

/* Import the default layout properties files: */
@import url("lite/lite.css");
@import url("layout/layout.css");
@import url("layout/design.css");


/***** XHTML Elements (body tag here,
			others follow Layout) *****/
body {
	background: #9faec2 url(arctis/body_bg.gif) repeat-x;
	font-family: arial, sans-serif;
	color: #4a4a4a;
	font: 76%/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif}

html>body {
	font-size: 76% !important;
	font-family: arial, sans-serif;
}
body.fullscreen {padding: 3em}

/* next two: fixed-width: 960px */
body.fixed_width #fixedwidth {
	margin-bottom: 20px;
	width: 980px;
}

body.fixed_width *:first-child+html #c1c2 {
	margin-left: 0;
	padding-left: 0}
	
body.fixed_width #main[id] {
	margin-bottom:0;
	margin-top: 0;
}

 /***** Layout (overrides layout.css;
		also styling of page layout divs)  *****/
		
/* Enable header and footer content to widen when middle has wide content. */ 
body.fixed_width .fixedwidth .fixedwidth {
	width: 100%;
	padding: 0;
}

#middle {
	text-align: left;
	min-height: 450px;
	background: #fff;
	margin-bottom: 0;
}

#c1c2 #wrapper #col1.marginleft  {
	margin-left: 180px;
}

#c1c2 #wrapper #col1.marginright {
	margin-right: 180px;
}
#c1c2 #col2 {
	width: 180px;
	overflow: visible;
}
#col2 .content {padding: 0 20px}

#col1 #tiki-center {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	padding: 0 30px}

#col3 .content {padding: 0 20px}
#col3 {
	width: 180px;
	margin-left: -180px;}


#footer {
	min-height: 163px}
	
.footerbgtrap {
	background: #fff url(arctis/bottom_bg.png) no-repeat 100% 100%;
	min-height: 163px;
}

#bottom_modules {
	background: url(arctis/bottom_bg.png) no-repeat 0 100%;
	min-height: 163px;
	text-align: center;
	font-size: .9em;
	margin-right: 50px;
	padding-bottom: 136px;
}



/***** XHTML Elements (other than body tag) ******/
a,
a:link,
a:visited {
	text-decoration: none;
	color: #1A4974; /*#6d819d;*/
	border-bottom: 1px solid transparent}
	
* html a,
* html a:link,
* html a:visited {border-bottom: 1px solid #fff}

a:hover {
	text-decoration: none;
	/*
	color: #a42929;
	border-bottom: 1px solid #6d819d
	*/
}
	

h1, h2, h3, h4, h5 {
	/* font-family: georgia, serif; */
	font-family: "Trebuchet MS";
	}

h1 {
	font-size: 1.8em;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 6px;
	line-height: normal}

h2 {
	font-size: 135%;
	font-style: italic;
	padding: 0;
	margin: 4px 0}

h3 {
	font-size: 120%;
	line-height: 1em;
	border-bottom: 1px solid #e0e0e0;
	padding: 0;
	margin: 0 0 5px 0}

h4 {
	font-size: 110%;
	padding: 0;
	margin: 0}

h5 {
	font-size: 1em;
	color: #032936}

hr {
	background: #8cacbb;
	color: #8cacbb}

fieldset {
	border: solid 1px #a9a9a9;
	padding: 10px}

legend {color: #646464}

textarea,
body.cke_show_borders {
	background: #d2d9e3;
	color: #000}

input[type=checkbox],
input[type=radio] {border: 0}

input[type="text"],
input[type="password"] {
	background-color: #d2d9e3;
	color: #000}

input[type="submit"],
input[type="file"],
input[type="reset"],
select {
	background: #d2d9e3;
	color: #000;
}

.button a,
.button a:visited,
button,
input[type="reset"],
input[type="submit"],
.button input,
.calbuttonBox a {
	border-top: 1px solid #f3f3f4;
	border-left: 1px solid #f3f3f4;
	border-right: 1px solid #878689;
	border-bottom: 1px solid #878689;
	background: #afafaf url(arctis/menu_bg.png) 1000px -15px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 4px;
}

.button a:hover,
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button input:hover,
.calbuttonBox:hover {
	border-top: 1px solid #868f93;
	border-left: 1px solid #868f93;
	border-right: 1px solid #f3f3f4;
	border-bottom: 1px solid #f3f3f4;
	font-size: 11px;
	font-weight: normal;
	color: #ececec;
	padding: 2px 4px;
}

/* Needed for Opera (11) 
input[type="reset"],
input[type="submit"],
input[type="reset"]:hover,
input[type="submit"]:hover,
button[type="submit"],
button[type="submit"]:hover {
	padding: 0 3px;
}

span.button {
	margin: 2px;
}*/

select[name="theme"] {width: 135px}
label {cursor: pointer}
ul, ol {text-align: left}
tt {font-size: 1.2em}

/***** Site Header & Identity *****/

.header_container .fixedwidth {
	text-align: left;
/*	min-height: 126px;*/
	background: #fff; /* arctis change  url(arctis/head_bg.gif) repeat-x 0 0; */
	margin-bottom: 0;
}

.header {
	background: url(arctis/banner.jpg) no-repeat top left;	
}
	
#top_modules {
	height:105px;
/*	min-height: 126px;*/
/*	background: url(arctis/banner.gif) no-repeat 100% 0*/}

#top_modules .module.secondary_site_menu {
	position: absolute;
	top: 0;
	right: 30px;
}

#top_modules .secondary_site_menu .cssmenu_horiz li ul {
	margin-top: -6px;
}

#top_modules .secondary_site_menu .cssmenu_horiz li ul ul {
	margin-top: 0;
}

#top_modules .box-logo {
	float: left;
	margin-left: 10px;
}

#sitelogo a,
#sitelogo a:visited,
#sitelogo a:hover {border-bottom: 0}

.floatright img {margin-right: 10px}

#top_modules #sitetitles {
	margin: 5% 10px;
	padding-left: 15px;
}

#sitetitle {
	font-family: georgia, serif;
	font-size: 320%;
	font-weight: 100;
}
	
#sitetitle a,
#sitetitle a:visited {color: #bf0000}

#sitetitle a:hover {
	color: #8f8f8f;
	text-decoration: none;
}

#sitesubtitle {
	font-size: 1em;
	font-style: italic;
	font-weight: 100;
}

#top_modules .box-login_box {
	position: absolute;
	right: 20px;
	bottom: 0;
}

input[id="sl-login-user"],
input[id="sl-login-pass"] {background: #e1e1e2}

.siteloginbar input.wikiaction {cursor: pointer}

.siteloginbar_popup {
	bottom: 2px;
}

.siteloginbar_popup ul ul {
	margin-top: -6px;
}

.siteloginbar_popup .tabcontent a,
.siteloginbar_popup .tabcontent a:visited,
.siteloginbar_popup label {
	color: #fff;
}

#tiki-top {
	background: url(arctis/menu_bg.png) top left 100% 100%;
	height: 48px;
	min-height: 48px !important}

#tiki-top .role_navigation {
	height: 42px;
	min-height: 42px;
	background: url(arctis/menu_bg.png) no-repeat -30px 0;
	padding-right: 10px;
	padding-top: 0;
	margin-top: 0;
	margin-right: 0px}
	
.box-search {
	position: absolute;
	right: 40px;
	top: 0;
	color: #fff;
	margin-top: 8px;
}

#topbar_modules {
	height:50px;
}

#topbar_modules input#fuser,
#topbar_modules #search_mod_input_1 {
	border: 1px solid;
	border-color: #878689 #f3f3f4 #f3f3f4 #878689;
	background: #D2D9E3; /* arctis changed #afafaf; */
	color: #000}  /* arctis changed #fff} */

/****** Menus, Links ******/
/** CSS (suckerfish) menus **/

.cssmenu_horiz a,
.cssmenu_vert a {
	padding: 4px 9px;
	text-decoration: none;
	font-family: Verdana;
}

/* left column width */
#col2 ul.cssmenu_vert {
	padding-left: 0;
}

#col2 .cssmenu_vert,
#col2 .cssmenu_vert li {
	width: 160px;
}

/* offset from left column (matches above) */
#col2 .cssmenu_vert li:hover ul,
#col2 .cssmenu_vert li.sfHover ul {
	left: 160px;
}

/* return ul ul ... to default */
#col2 .cssmenu_vert li:hover ul,
#col2 .cssmenu_vert li.sfHover ul,
#col2 .cssmenu_vert li:hover ul li,
#col2 .cssmenu_vert li.sfHover ul li {
	width: 10em;
}

/* return ul ul ... to default */
#col2 .cssmenu_vert li li:hover ul,
#col2 .cssmenu_vert li li.sfHover ul {
	left: 10em;
}

#tiki-top ul.cssmenu_horiz {margin-left: 30px}

#tiki-top .cssmenu_horiz a {
	padding: 12px 1em;
	font-weight: normal;
	font-size: 11pt;
	/*font-family: helvetica, sans-serif;*/
	font-family: Verdana;
	color: #D0F1F5;
}

#tiki-top .cssmenu_horiz li.selected a {
	color: #ffffff;
    font-style: normal;
    font-weight: bold;
}

#tiki-top .cssmenu_horiz li.menuSection0 a {
	padding-right: 2.0em;
}
	
#tiki-top .cssmenu_horiz li ul li a {
	color: #fff;
	text-decoration: none}

.cssmenu_horiz li a:hover,
.cssmenu_vert ul li a:link,
.cssmenu_vert ul li a:visited {
	color: #fff;
	text-decoration: none
}

#tiki-top .cssmenu_horiz li.menuLevel1 a {
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px}
	
.secondary_site_menu li.menuLevel0 a:hover {
	color: #506887;
}

.secondary_site_menu li.menuLevel0 ul li a {
	color: #fff;
}

.cssmenu_vert li ul li a:hover,
{
	color: #d7e5f3
}

#tiki-top .cssmenu_horiz li a:hover,
.secondary_site_menu .cssmenu_horiz ul li a:hover {
	color: #ff0000;
}

.cssmenu ul li,
.cssmenu_horiz ul li,
.cssmenu_vert ul li {background: #9faec2 url(arctis/body_bg.gif) 0 -300px repeat-x}

.cssmenu_vert .sf-sub-indicator {
	background: url(arctis/arrows-6d819d.png) no-repeat 10px 0;
}

.cssmenu_vert .sf-sub-indicator,
.secondary_site_menu .cssmenu_horiz .sf-sub-indicator {
	background: url(arctis/arrows-6d819d.png) no-repeat 10px 0;
}

.cssmenu_vert li ul li a .sf-sub-indicator {
	background: url(../lib/jquery/superfish/images/arrows-ffffff.png);
}

#tiki-top .cssmenu_horiz li a .sf-sub-indicator {top: 1.3em}

#tiki-top .cssmenu_horiz li ul li a .sf-sub-indicator,
.cssmenu_vert li a .sf-sub-indicator {
	top: 0.3em;
}

/* less padding so move ul ul up */
#tiki-top ul.cssmenu_horiz li:hover ul,
#tiki-top ul.cssmenu_horiz li.sfHover ul {
	top: 3.2em;
}

/* but not ul ul ul */
#tiki-top ul.cssmenu_horiz li li:hover ul,
#tiki-top ul.cssmenu_horiz li li.sfHover ul {
	top: 0;
}

/***** Misc. Center Col. *****/
a.flip,
a.flip:visited,
.tellafriend a,
.share a,
.tellafriend a:visited,
.share a:visited {color: #ADBAC3}

a.flip:hover,
.tellafriend a:hover,
.share a:hover {color: #505050}

#tiki-center {font-size: 1.1em}

/****** Misc. Global ****/

/***** Boxes *****/
/** Modules **/
.box {
	margin-bottom: 16px;
	display: block}
.box-editorial_transition{
	/*background-color: #ffcccc;*/
	border-color: red;
	border-style: double;
}
.box-quick_edit{
	/*background-color: #ffcccc;*/
	border-color: red;
	border-style: double;
}

#leftcolumn .box,
#rightcolumn .box {width: 160px}
	
.wikitext .box {width: 96%}

h3.box-title {
	font-family: Verdana;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 0;
}

.flipmodimage:hover {border: 1px solid #58A7D2 !important}

/** Other boxes **/
.cbox {
	border: 1px solid #e0e0e0;
	background: inherit;
	color: inherit;
	background: #fff}

.cbox-title {
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
	font-weight: bold;
	padding: 3px 3px 1px 3px}

.cbox-data {padding: 3px}

.rbox {margin: 5px 10px 5px}

.rbox-title,
.rbox-data {
	border-color: #506887;
	background: #cecece;
	color: #000}

.simplebox {
	border: 1px solid #e0e0e0;
	padding: 4px;
	background: white;
	color: inherit}

/***** Tables, Tabs *****/
/** Tables **/

.wikitable td {
	margin: 0;
	padding: 0.2em;
	vertical-align: top}

td.odd:hover,
td.even:hover {border-right: 1px solid #e0e0e0}

.normal td.heading {font-size: 1em}

.normal td.odd:hover,
.normal td.even:hover,
.normal tr:hover {background: #f3f3f4}

.normal td,
.wikitable td,
td.odd,
td.even,
.form,
.formcolor td,
.editblogform td {
	border: 1px solid #8cacbb;
	background: #DEE7EC}

* body th {font-size: 12px}

/** Tabs **/
/* reset what's in layout.css */

.tabactive,
.tabinactive,
[class].tabactive,
[class].tabinactive {top: 0 !important}

.tabs {
	padding: .2em .2em 0;
	margin:0 0.2em 1px 0;
	border-bottom: 1px solid #ccc}
	
.tabs br {
	display: none;
}

.tabs span {
	display: block;
	float: left;
}

.tabmark {
	float: left;
	background: #afafaf url(arctis/menu_bg.png) 1000px -15px;
	color: #fff;
	border-bottom-width: 0 !important;
	margin: 0 .2em -1px 0;}

.tabmark a {
	border-top: 1px solid #f3f3f4;
	border-left: 1px solid #f3f3f4;
	border-right: 1px solid #878689;
	color: #fff}

.tabmark a:hover {
	background: url(arctis/menu_bg.png) 1000px 0;
	color: #ececec}

.tabactive a {color: #d7e5f3}

.statuson {
	border: 1px solid #8cacbb;
}

.tabcontent {
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
	background: #ECECEC;
	color: #aaaaaa;
	padding: 2px;
}

form fieldset.tabcontent {
	border: 1px solid #225566;
	border-top: 0 !important}

.admin .tabcontent .cbox {background: transparent}

/***** Wiki *****/
a.pagetitle,
a.pagetitle:visited,
a.pagetitle:hover {
	text-decoration: none;
	border-bottom: 0;

    font-family: Verdana; /*"Trebuchet MS";	*/
    font-weight: bold;
	/*color: #329998;
	font-size: 1.8em;
	*/
}
	
#description {
	font-size: .9em;
	font-style: italic}


#role_main .module
{
max-width: 980px;
}

.wikitext {line-height: 1.5em}

.wikitext h1,
.wikitext h2,
.wikitext h3,
.wikitext h4 {
	margin: 0 0 15px;
	padding: 0}

.wikitext h2 {margin-bottom: 10px}

.titlebar {
	padding: 0.1em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 10px 0 10px 0}

.wikitable {
	border: 1px solid #a9a9a9;
	border-collapse: collapse}

.wikicell {
	padding: 3px;
	border: 1px solid #999;
	border-collapse: collapse}

#wikihelp-tab table,
#wikihelp-tab table td {
	border: solid 1px #909090;
	border-collapse: collapse}

textarea.wikiedit {font-size: 1.1em}

/** Wiki plugins **/
/* Code plugin  */
.code {
	font-size: 90%;
	padding: 3px;
	border: 1px dashed #ccc;
	background: #F5F5F5;
	font-family: "Courier New", Courier, monospace}

.codelisting {
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
	background: #F5F5F5;
	margin: 4px;
	border: 1px dashed #ADACAF;
	overflow: auto;
}
	
.codecaption {
	font-size: 90%;
	padding: 0 10px;
	position: relative;
	bottom: -5px;
	display: inline;
	border: 1px solid #ADACAF;
	border-bottom: 0;
	margin: 0;
	color: #666;
	background: #F5F5F5;
	font-weight: bold}

/* Quote plugin */
.quoteheader {margin-left: 20px}
.quotebody {font-style: italic}

/** Wiki tocs **/
.tocnav {
	background: #EBEBEB;
	padding: 3px}

/* TOC */
.toc {
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999}

.diff td {border: 1px solid #A9B8C2}
.diff div {border-top: 1px solid #A9B8C2}
.diffheader {background: #A9B8C2}

/***** Articles ****/
.wikitext .article {font-size: 1em}

.articletopline {
	font-size: 90%;
	font-style: italic}

.articletitle {
	margin-top: 6px;
	margin-bottom: 15px;
	text-align: left}

.articletitle h2 {
	font-size: 1.5em;
	font-weight: normal}

.titleb {font-size: 1.0em}
.articlesubtitle {font-size: 0.9em}
.articleheading {margin: 6px 0}
.articlebody {margin-top: 1em}

/***** Blogs *****/
.blogtitle {
	font-size: 1.3em;
	font-weight: bold;
	padding: 3px;
	margin-top: 10px;
	font-weight: bold;
	line-height: 80%}

.bloginfo {
	text-align: center;
	padding: 3px;
	line-height: 150%;
	text-transform: none;
}

.postinfo a {
	color: #9CF;
	text-decoration: none;
	border-bottom: 1px dotted #9CF}

a.blogt:hover {
	color: #FFF;
	border-bottom: 1px dotted #FFF}

.postinfo {font-size: 1.2em}

.posthead {
	font-weight: bold;
	letter-spacing: .4pt}

.posthead h3 {font-size:1.2em}

.postbody {
	margin-right: 8px;
	line-height: inherit;
	margin-bottom: 1em}

/***** Forums *****/
.post .postbody {
	background: white;
	font-size: 1em}
	
* html .post .postbody {font-size: 11px}

.post .postbody .content {
	float: none;
	height: 100%;
	padding: 0 3px 3px;
	color: #8f8f8f}

.post .postbody-title {
	display: block;
	margin-top: 0;
	padding: 3px;
	border-bottom: 1px solid #aaa}

.post .postbody-title .title {
	color: #29677B;
	font-weight: bold}

.postbody-title br.clear {display: none}
	
.title a.link {
	color: #29677B;
	text-decoration: none}

.post .author {
	float: left;
	text-align: left;
	width: 33%;
	margin-left: -3px;
	margin-right: 4px;
	background: url(arctis/head_bg.gif) repeat-x}
	
.post .author_post_info {padding: 2px}
.post .author_post_info:first-letter {text-transform: uppercase}

.post .author_post_info_on {font-style: italic}

.post .author_info {
	padding: 0 2px 2px 2px;
	margin-left: 5px}

.post .postbody-title .actions {font-size: 1em}
.postbody-content {padding: 4px}
.post .postbody .attachments {border-top: 1px dotted #8f8f8f}
.post .postfooter .status {font-size: 1em}

.post .contribution {
	background: #F0F8FF;
	border: 1px solid #D7E5F3;
	padding: 0 2px 0 2px}

.post .avatar {
	float: left;
	width: 33%;
	border: 1px solid #ACCCDD;
	background: inherit}

.forum_actions .actions {
	background: #E1EBF5;
	padding: 3px 3px 3px 3px}

.forum_actions .headers .title {
	background: #e1ebf5;
	padding: 1px;
	font-weight: bold}

.forum_actions .headers .infos {font-size: smaller}

.commentsedithelp {
	background: #ffcfcf;
	color: black;
	border: 1px solid #ff0000;
	text-align: center;
	font-weight: bold}

/**** Image Galleries ****/
.galtable {
	border-collapse: collapse;
	border: 1px solid #8cacbb}

.caption {color: black}

textarea.tshoutbox{
	font-size: 1.3em;
	width: 90%}

/***** Directory *****/
.dircategs {
	border: 1px solid #8cacbb;
	padding: 5px}

.dirlistsites {
	padding: 5px 0 10px 5px;
	margin-top: 10px}

.dirsite {
	margin: 5px;
	margin-bottom: 10px}

.dirrelated {
	margin-top: 10px;
	padding: 5px}

td.dirfooter {font-size: .95em}
div.dirfooter {margin-top: 10px}

/***** Messages *****/
.prio1,
.prio2,
.prio3,
.prio4,
.prio5 {border: 1px solid #8cacbb}

.messureadflag {background: #ccc}
.messureadhead {background: #DEDEDE}
.messureadbody {background: #DEDEDE}

/***** TikiSheets *****/
.default thead td,
.default tfoot td {
	font-weight: bold;
	text-align: center}

.default td {border: solid 1px #a9a9a9}

/***** Calendar *****/
.Cal0,
.Cal1,
.Cal2 {font-size: 90%}
	
.Calart,
.Calblog,
.Calchart,
.Caldir,
.Caleph,
.Calfaq,
.Calfgal,
.Calforum,
.Calgal,
.Calnl,
.Calquiz,
.Calsurv,
.Caltrack,
.Calwiki {font-size: 1em}

.Calart,
.Calart a,
.Calart a:visited {color: #FA8072}

.Calblog,
.Calblog a,
.Calblog a:visited {color: #DA70D6}

.Calchart,
.Calchart a,
.Calchart a:visited {color: #304F30}

.Caldir,
.Caldir a,
.Caldir a:visited {color: #800080}

.Calfaq,
.Calfaq a,
.Calfaq a:visited {color: #822222}

.Calfgal,
.Calfgal a,
.Calfgal a:visited {color: #8B4513}

.Calforum,
.Calforum a,
.Calforum a:visited {color: #808000}

.Calgal,
.Calgal a,
.Calgal a:visited {color: #8B4513}

.Calnl,
.Calnl a,
.Calnl a:visited {color: #708090}

.Calquiz,
.Calquiz a,
.Calquiz a:visited {color: #5F9EA0}

.Calsurv,
.Calsurv a,
.Calsurv a:visited {color: #DAA520}

Caltrack,
Caltrack a,
Caltrack a:visited {color: #00BD02}

.Calweb {font-size: 1em}
.Calweb:hover {color: #996633}

.Calwiki,
.Calwiki a,
.Calwiki a:visited {color: #2C4B80}

.Calart a:hover,
.Calblog a:hover,
.Calchart a:hover,
.Caldir a:hover,
.Caleph a:hover,
.Calfaq a:hover,
.Calfgal a:hover,
.Calforum a:hover,
.Calgal a:hover,
.Calnl a:hover,
.Calquiz a:hover,
.Calsurv a:hover,
.Caltrack a:hover,
.Calwiki a:hover {color: #9400d3}

.calcontent a.linkmenu,
.calcontent a.linkmenu:hover {
	background: none;
	padding: 0}

.calfocus {
	font-size: 90%;
	background: inherit}

.calprio1 a,
.calprio2 a,
.calprio3 a,
.calprio4 a,
.calprio5 a,
.calprio6 a,
.calprio7 a,
.calprio8 a,
.calprio9 a {color: #393e51}

.caltoggle {font-size: 90%}

.opaque {
	border-left: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969}

.opaque .box-title {border-bottom: 1px solid black}
.searchresults {display: inline}

.box-data {
	font-family: Verdana;
}

#caltable .calfocuson,
.box-data .fc a.today,
.box-data td a.today {
	background: #d2d9e3;
	border: 0}
	
.caltable .calfocuson {
	background: #d2d9e3;
}

#caltable .calfocuson a {color:#000}

#caltable .calfocus a,
#caltable .calfocuson a {text-decoration:none}

.calinput {background: #9faec2}
.calfocuson + .calcontent {background: #F5F5F5}

#caltable td {padding: 0}

#caltable .weeks,
.days {
	background: #9faec2;
	color: white}
	
#caltable .weeks {
	font-weight: bold;
	padding: 2px;
	font-size: 1em}

.event {background: #f5f5f5}

.addevent {
	padding: 0 5px;
	float: right;
}

* html .addevent {
	padding: 0;
}

.calodd, .caleven {
	border: 1px solid #a9a9a9;
}

.calodd {
	background: #ececec;
}

* html .calodd {
	padding: 0;
}

.caleven {
	background: #f5f5f5;
}

* html .caleven {
	padding: 0;
}

.caldark {
	background: #c4cdda;
}

.caldark .calfocus {
	background: #c4cdda;
}

* html .caldark {
	padding: 0;
}

div#calscreen .calfocuson {
	background: #d2d9e3;
}

.calfocuson {
	font-size: 100%;
}

.calfocuson a {
	font-size: 90%;
}

.calHeadingOn, .calHeadingOn a {
	background: #d2d9e3;
}

.daterow {
	display: block;
	border: 1px solid #ccc !important;
	background: #fff;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 3px}

.daterow:hover {
	color: #fff;
	background: #9faec2}

.calnavigation a:hover {
	color: #fff;
	background: #9faec2}

/***** Admin *****/
a.admbox {
	border: 1px solid #aaa;
	background: #506887 center no-repeat}

a.admbox:hover,
a.admbox:focus,
a.admbox:active  {
	background: #B2B2B2 center no-repeat;
	border: 1px solid #9f9f9f}

a.admbox.off {border: 1px solid #9f9f9f}
a.admbox span {color: #fff}

/***** Ajax, jquery. etc. *****/
/***** Ajax *****/

/***** New (unsorted) *****/

/***** End New (unsorted) *****/

/***** arctis *****/
	/* References*/
.references {
	font-family:Courier New;
	font-size:9pt;
}
.references h2 {
	font-family:Courier New;
	font-size:16px;
	margin-bottom:1px;	
}
.references hr {
	margin:0px;
}
.references ul {
	margin-top:1px;
	padding-left:0px;
}
.references ul li.boldBlue{
	font-weight:bold;
	color:#0000FF;
}
.references a:hover {
	text-decoration:none!important;
}


	/* searchservice / Advanced search */
#advancedSearchOptionsForm td {
	vertical-align: middle;
	text-align: left;
}
#advancedSearchOptionsForm tr {
}
.searchSpecScope {
	height:47px; 
	background-color: #D0F1F5;
	padding-top: 5px;
	padding-left: 5px;
	vertical-align: middle;
	padding-bottom: 3px;
}
.searchSpecGlobal {
	height:49px; 
	background-color: #F5F5FF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.searchSpecLocal {
	height:49px; 
 	background-color: #F5F5FF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.searchSpecDetail {
	height:25px;
	background-color: #F5F5FF;
	padding-left: 5px;
	padding-top: 5px;	
	padding-bottom: 3px;
}
.configResultSet {
}

#advancedSearchOptionsForm input[type="checkbox"], input[type="radio"] 
{
	position:relative;
    top: -2px;
}
.searchSepLine {
	width:475px;
}

/* Search results */
.procListResults,
#advSearchResults,
#simpleSearchResults {
	font-family: Verdana;
	font-size: 9pt;
}

	/* Facet/Category table */
.facetTable {
    text-decoration: none;
}
/*
.facetTable a, a:link, a:hover {
    color: #ffffff;
    text-decoration: none;
}
*/
	/* User menu */
.cssmenu_horiz li.selected a {
    font-style: underline;    
}

	/* Advanced search */
.advSearchBox {
	height:20px;
	width:550px;
	top:10px;
	left:250px;
	position:absolute;
}

#searchBoxParam {
    background-color: #FFFFFF;
    color: #000000;
}

.box-HelpMenu {
	height: 0px;
	margin-bottom: 0px;
}


    /* Process Queue tables */
.procQueueTable 
{
    border-collapse:collapse;    
}


.editNomination {background-color: #d0c0ff;}
.editAtWork {background-color: #ffd8c8;}
.editPublished {background-color: #d0ffc0;}
.editArchived {background-color: #ffc0d0;}

#module_14 	{background-color: #d0c0ff;}		/* Nomination box */
#ins_1		{width:400px;}						/* Update Tracker change description */

li.red-line {color: rgb(255, 0, 0);}

.inline-toc {
	margin-right: 18px;
	text_align: left;
	left: 0px;
	border: 1px solid;
}

.toc {
padding-left: 5px;
padding-right: 5px;
}

#duePromotionTable {
 border: 1px solid;
 border-collapse: collapse;
 font-size: 10pt;
 width:100%;
}
#duePromotionTable td {
 padding: 8px;
}
#duePromotionTable th {
 padding: 8px;
 font-size: 10pt;
 text-align:left;
}

#CategoryTimerLogTable {
 border: 1px solid;
 border-collapse: collapse;
 font-size: 10pt;
 width:100%;
}
#CategoryTimerLogTable th {
 text-align:left;
}

/* KnowledgeNet */
#module_26 {
	display: none;
}

#ontologyNodeMarker{
	float:right;
	margin-right:120px;
	display:block;
}
#ontologyTopLink{
    background-color: #BBBBBB;
    border: medium none !important;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF !important;
    padding: 2px 5px;
    text-shadow: 0 0 0;
}
#ontologyTopLink:hover{
    background-color: #AAAAAA;
}
/* Pagination */
ul.paginate-ul{
	list-style:none;
	padding-left: 0;
}
li.paginate-li{
	display:inline;
}
li.paginate-li a{
	margin:3px;
	padding:3px;
	background-color:#BBBBBB;
	border-radius: 5px 5px 5px 5px;	
	color:#FFFFFF;
	text-decoration:none;
}
img.search_btn{
	cursor: pointer;
}

/* Side bar menues */

.moduletitle {
	color: #1A4974;

    font-family: Verdana;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-decoration: none;	
}

#right_modules .box-title, 
#left_modules .box-title {
	background-color: #ffffff;
    border-color: #329998; /* #A9B4C4;*/
    border-style: solid;
	border-width: 1px 1px 0 1px;
    padding: 6px 2px 2px 4px;
}


#left_modules .box-data,
#right_modules .box-data {
	background-color:#f5f5ff;	
}

#logout_link_1 .link {
	color: #FFFF00;
}

.box-last_modif_pages, 
.box-forums_last_posts,
.box-wiki_last_comments
{
	font-size: 10pt;
}

.tab-btns{
	margin:25px 0 0 0;
}
.tab-btns a{
	font-weight: normal;
	padding: 5px;
}
.custom-tabs .tab-container{
	display: none;
}
/***** End arctis *****/

/* Dashboard Plugin CSS Overrides */
.dash_cell {
    border-radius: 0 0 0 0;
    box-shadow: none;
}
/* Dashboard Plugin CSS Overrides */
