@import url(reset.css);

/* Common rules */
h1, h2, h3 { color: #09f;  }
a { color: #09f;  }

/* Tables */
caption, th { background: #09f; color: #fff;  }
tr.alt { background-color: #dbddde; }
td.result { background-color: #666; color: #fff;}


/* Main layout */
body { background: #f7f7f7 url(/images/bodybackground.jpg) no-repeat center 0; }
#container { background-color: #fff; }

/* Searchbar */
#search .searchInput {background:none; border:none; background:url('/images/searchbackground.png'); float:right; width:209px; height:22px; margin:0px; padding:0px;}
#search .searchButton{background:none; border:none; display: inline-block;  float:right; height:22px; margin:0px; padding:0 5px 0 0;  font-size:12px; color:#09f;  }

/* Page header */
#head .primaryLogo {color: #00b3f3;}
#head .primaryLogo span { color: #666;}
#head .secondaryLogo { color: #40383a; }
                       
/* Menu */
#menu { background: #dfdfdf url(/images/menubackgroundblue.png) repeat-x 0 -76px; border-top: solid 1px #d1eefc; border-bottom: solid 1px #d1eefc; }
#menu a { background: #fff url(/images/menubackgroundblue.png) repeat-x; color: #0066cc; }
#menu a.selected, #menu a:hover {color: #fff; }

/* submenu */
#submenu a { color: #727274; }
#submenu a:hover, #submenu a.selected { color: #09f; }
#submenu span { background-image: url(/images/menuarrows.png); }


/* Below submenu level */
#submenu ul ul a.selected { color: #09f;  }

/* Frontpage 1 content */

#content .main { border-bottom: solid 1px #9bbbe2; }
#content .main h1 { color: #000;  }

/* Frontpage 2 content */
#content .secondary2 div { border-bottom: solid 1px #9bbbe2; }

/* Section page content */
#sectionpageList .subpageContent { border-top: solid 1px #9bbbe2; }
#sectionpageList .subpageContent h2 a { color: #09f;  }

/* Sidebars */
#sidebar .design1 { background-color: #fff;   }
#sidebar .design2 { background-color: #09f; color: #fff; }
#sidebar .design2 a { color: #fff; }
#sidebar .design3 { background-color: #9bbbe2; color: #06c; }
#sidebar h3, #sidebar h2 { color: #000000;  }

/* Sidebar tables */
#sidebar th { background-color: inherit; color: inherit; }


/* Footer */
#footer { border-top: solid 1px #9bbbe2;  }
#footer p {  color: #7c7c7c;  }
#footer a { color: inherit; }
#footer a:hover { color: #09f; }


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
