@import url(bg_core.css);

/*---------------*\
|* Main elemants *|
\*---------------*/

/* body*/
body {
  background: url(images/top_bg.gif) repeat-x;
/*  font-family: verdana, sans-serif; */
  font: normal 11px tahoma, geneva, verdana, sans-serif;

}

/* links */
a {
  color: #212126;
  text-decoration: underline;
}
a:visited {
  color: #212126;
}
a:hover {
  color: #8e8d9a;
  color: #248A8C;

  text-decoration: none;
}
p.normal{
  text-align: justify;
}

.linklisting {
  margin: 15px 0px 0px 0px;
}
  
.linklisting .linkdescription, .description, .linktitle {
  margin: 0px 0px 5px 0px;
  padding: 5px 5px;
  border: none;
  background: none;
  overflow: hidden;
}

.linklisting:hover {
  display: block;
  background: #eee;
}


.new-item, .updated-item, .popular-item, .unpaid-item, .expired-item, .free-item, .bookmark-public, .bookmark-default {
  background-image: none;
}

.new-item span, .updated-item span, .popular-item span, .unpaid-item span, .expired-item span, .free-item span, .bookmark-public span, .bookmark-default span {
  background-image: none;
}


/*--------------------------------------*\
|* Redesign body design and positioning *|
\*--------------------------------------*/

#ocwrapper {
  border: 0px;
  padding-left: 215px;
  background: url(images/ocwrapper_bg.gif) repeat-y;
  display: block;
  clear: both;
}

#contentwrapper {
  background: url(images/heading_green_bg.gif) repeat-x;
}

#contenttop {
  padding-top: 10px;
}

#contenttop .error, #contenttop .message {
  padding: 10px;
  border: 1px solid #bdbdbd;
  color: #000;
  font-size: 12px;
  text-align: left;
}

#contenttop .error {
  padding-left: 40px;
  background: #ffffe1 url(images/error.gif) 10px 6px no-repeat;
}

#contenttop .message {
  padding-left: 40px;
  background: #ffffe1 url(images/message.gif) 10px 6px no-repeat;
}

#contentfooter, #content {
  background: transparent;
}

#leftsidebar {
  margin-left: -215px;
  padding: 0px 0px 0px 0px;
  width: 215px;
  float: left;
  position: relative;
  display: block;
}

/* Show the right sidebar on homepage */
#home #ocwrapper {
  padding-right: 200px;
}

#home #rightsidebar {
  display: block;
  padding: 0px 0px 0px 0px;
  width: 200px;
}

.news {
  width: 99%;
}

/* Hide the right sidebar everywhere */

#ocwrapper {
  border-right-width: 0px;
}

#content {
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 10px 10px;
}

#home #content {
  border-right: 1px solid #C8C8C8;
}

#rightsidebar {
  display: none;
}

/* Style the crumbs */

.crumb {
  margin: 0px;
  padding: 0px;
  font: normal 13px tahoma, geneva, verdana, sans-serif;
  color: #fff;
  padding: 1px 0px 3px 0px;
  margin: 0px 1px 0px 0px;
}

.crumb a {
  color: #fff;
}

.crumb a:visited {
  color: #fff;
}

/*--------------*\
|* Hide shadows *|
\*--------------*/
.shadowtop, .shadowbottom, .shadowleft, .shadowright {
  background: none;
  width: auto;
  height: auto;
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: auto;
  height: auto;
  float: none;
  background: none;
}

/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
  height: 32px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px 0px;
  border-bottom: none;
  background: none;
}
.searchbar input.text, .searchbar input.submit {
  margin-left: 0px;
}
/* setting this in mozilla causes rendering issues */
html .searchbar input.submit {
  height: 20px;
  margin-top: 5px;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
.searchbar a {
  color: #000000;
  font-size: 12px;
}
.searchbar a:hover {
  color: #5c5b66;
}

/*------------*\
|* navigation *|
\*------------*/
/* Top bar navigation */
ul.topnav {
  margin: 0px;
  padding: 0px;
  float: left;
  list-style: none;
}
ul.topnav {
  width: 100%;
}
ul.topnav li {
  float: left;
  list-style: none;
  height: 32px;
  padding-left: 8px;
  font-weight: normal;

}
ul.topnav li {
  background: transparent url(images/top_nav_delim.gif) bottom left no-repeat;
}

ul.topnav li.home {
  background: transparent url(images/top_nav_delim.gif) bottom left no-repeat;
}

ul.topnav li.last {
  background: transparent url(images/top_nav_delim.gif) bottom right no-repeat;
  float: right;
}

ul.topnav a {
  padding: 8px 9px 0px 6px;
  float: left;
  color: #000;
  font-size: 11px;
  text-decoration: none;
}

ul.topnav a:visited {
  color: #000;
}

ul.topnav a:hover {
  color: #8e8d9a;
}

ul.topnav li.home a {
  margin-right: 0px;
}

/* Header, logo and navigation */

#header {
  float: left;
  height: 211px;
  width: 215px;
  display: block;
  background: transparent url(images/header_bg.jpg) top left no-repeat;
}

.navbar {
  float: right;
  margin-bottom: 0px;
  width: 534px;
  border-right: 1px solid #bdbdbd;
}

* html .navbar {
  w\idth: 533px;
}

/* logo */
#logo {
  width: 214px;
  height: 57px;
  background: transparent url(images/logo_bg.gif) top left no-repeat;
  text-indent: -9999px;
}

#logo h1, #logo a {
  margin: 0px;
  width: 100%;
  height: 100%;
}

#logo a {
  text-decoration: none;
  display: block;
}

/* login bar */
#loginbar {
  float: none;
  margin: 0px;
  padding: 10px 10px 0px 10px;
  text-align: left;
}

#loginbar.form {
  margin: 0px;
  padding: 0px;
}

#loginbar .text {
  width: 180px;
  margin-bottom: 5px;
}

input.text, input.password {
  height: 20px;
  background: transparent url(images/row_shadow.gif) top left no-repeat;
  border: 1px solid #afafaf;
}

#loginbar a {
  margin: 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #212126;
  font-weight: normal;
  display: inline;
}

/* these colours are the same as defined by 'a', but we unset a:visited */
#loginbar a:hover {
  color: #5c5b66;
}

#loginbar a.in {
  background: transparent url(images/login.gif) center left no-repeat;
}

#loginbar a.out {
  background: transparent url(images/logout.gif) center left no-repeat;
}

ul.primarynav, ul.secondarynav {
  margin: 0px;
  padding: 0px;
  border-bottom: 0px solid #ffffff;
  border-right: 1px solid #bdbdbd;
  float: left;
  list-style: none;
}

ul.primarynav {
  width: 100%;
  background: #aaa url(images/primarynav_active.png) top left repeat-x;
  height: 44px;
}

ul.secondarynav {
  width: 100%;
  background: #777c8d;
}

ul.primarynav li, ul.secondarynav li {
  float: left;
  list-style: none;
}

ul.primarynav li {
  background: transparent url(images/betweennav.png) top right no-repeat;
  height: 44px;
}

ul.primarynav li.last {
  background: none;
}

ul.primarynav a {
  margin-right: 1px;
  padding: 12px 17px 9px 17px;
  float: left;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}

ul.primarynav a:visited {
  color: #ffffff;
}

ul.primarynav a:hover {
  color: #ffffff;
  background: #aaa url(images/primarynav_inactive.png) top left repeat-x;
  height: 44px;
}

ul.primarynav li.last a:hover {
  color: #ffffff;
  background: #aaa url(images/primarynav_inactive.png) top left repeat-x;
  height: 44px;
  padding-right: 20px;
}

ul.primarynav li.home {
  border-right: 1px solid #ffffff;
  background: #383741;
}

ul.primarynav li.home a {
  margin-right: 0px;
}

ul.secondarynav li.first {
  padding-left: 5px;
}

ul.secondarynav a {
  margin-right: 1px;
  padding: 4px 5px;
  float: left;
  color: #ffffff;
  font-size: 10px;
  text-decoration: none;
}
ul.secondarynav a:visited {
  color: #ffffff;
}
ul.secondarynav a:hover {
  color: #212126;
}

/*------------------------*\
|* Some additional styles *|
\*------------------------*/
h2.grey {
  font: bold 13px tahoma, geneva, verdana, sans-serif;
  color: #fff;
  background: url(images/heading_grey_bg.gif) repeat-x;
  padding: 2px 0px 3px 10px;
  margin: 0px 1px 5px 0px;
}

h2.green {
  font: normal 13px tahoma, geneva, verdana, sans-serif;
  color: #fff;
  background: url(images/heading_green_bg.gif) repeat-x;
}

h2.green a {
  color: #fff;
}


/*--------*\
|* footer *|
\*--------*/
#footer {
  margin-top: 0px;
  padding: 5px;
  border-top: 1px solid #57594b;
  background: #257a7d;
}

#footer img {
  float: right;
}

#footer p {
  margin: 0px;
  padding: 6px 0px;
  color: #fff;
  font-size: 9px;
}


/*------------------------*\
|* Styles used by slimbox *|
\*------------------------*/
#lbOverlay {
	position: absolute;
	top:0; left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%; padding:0;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/sb_loading.gif) no-repeat center;
}

#lbCanvas {
	border: 10px solid #fff;
}

#lbCanvas iframe, #lbCanvas img {
	border:1px solid #999;
	margin:0; padding:0;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 10px;
	width: 70px;
	background:url(images/sb_anchor_spacer.gif);
}


#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/sb_prevlabel.gif) no-repeat;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/sb_nextlabel.gif) no-repeat;
}

#lbBottom {
	font-size:12px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	border-bottom-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/sb_closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
}

#lbCaption {
	font-weight: bold;
}


/*----------------------------*\
|* Styles for tooltips	      *|
\*----------------------------*/

.tooltip {
	cursor: help;

}
.tool-tip {
	color: #fff;
	width: 172px;
        z-index: 13000;
}
 
.tool-title {
	font-weight: normal;
	font-size: 0px;
	color: #000;
	margin: 0;
	padding: 0px 0px 4px;
	background: url(images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(images/bubble.png) bottom right;
}

/*----------------------------*\
|* Styles aplied by fckeditor *|
\*----------------------------*/

.description, .linkdescription {
  text-align: justify;
  line-height: 1.5;
}

.description li, .linkdescription li {
  font-size: 11px;
  background: transparent url(images/ul_1.png) top left no-repeat;
  background-position: 0px 6px;
  padding: 0px 0px 8px 8px;
}

.title {
  color: #248A8C;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}

.bold {
  font-weight: bold;
}

.code {
  border: #8b4513 1px solid;
  padding-right: 5px;
  padding-left: 5px;
  color: #000066;
  font-family: 'Courier New' , Monospace;
  background-color: #ff9933;
}

.slogan {
  font-style: italic;
  font-family: Georgia,"Times New Roman",Times,serif;
  color: #555555;
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 10px;
  margin-left: 30px;
  padding-top: 0pt;
  padding-right: 0pt;
  padding-bottom: 0pt;
  padding-left: 10px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #aaaaaa;
}
