@import url(layout.css);
@import url(blocks.css);
@import url(content.css);


/* ------ General styles ------ */

html, body {
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1.3em;
	margin: 0px;
	font-size: 12px;
	color: #333;
	background: #fff url(../images/bg.png) top center repeat-x;
}

#flag{
	width: 95px;
	height: 91px;
	position: absolute;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	top: 15px;
	left: 25px;
}

#u4{
	width: 150px;
	position: absolute;
	top: 15px;
	right: 25px;
}

#xo-canvas {
	margin:0 auto;
}

table td {
	padding: 0;
	border-width: 0;
	vertical-align: top;
}

img {
	border: 0;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#03C;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button {
 cursor: pointer;
 background:none;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  text-align:justify;
}

h1 {font-size: 1.4em; }
h2 {font-size: 1.2em;}
h3 {font-size: 1em;}
h4 {font-size: 1em;}
h5 {font-size: .9em;}
h6 {font-size: .8em;}


/**************/

.main-content {
	margin-top:0px;
	padding: 5px;
	text-align: center;
}

.main-cont-table {
	/* width: 880px; */
	border: none;
	padding: 0;
	margin:2;
}

.main-cont-td-l {
	width: 150px;
	/* text-align:center; */
	padding: 0px 7px 0px 3px;
}

.main-cont-td-r {
	width: 150px;
	/* text-align:center; */
	padding: 0px 3px 0px 7px;
}

.main-cont-td-c {
	padding: 2px 8px 0px 8px;
	background-color:#FFF;
}

.cont {
	text-align:left;
}

div.moduletable, div.moduletable_menu, div.moduletable_text {
	margin: 0px 0px 20px 0px;
	border: 1px solid #ccc;
}

div.moduletable {
	padding: 0px 4px, 5px, 4px;
}

div.moduletable h3, div.moduletable_menu h3, div.moduletable_text h3 {
	display:block;
	line-height:20px;
	padding:2px 5px;
	font-weight:bold;
	font-size:13px;	
	margin: 0px;
	background:#30C url(../images/menu_t.jpg) repeat-x;
	color:#FFF;
}

div.moduletable ul, div.moduletable_menu ul {
	margin: 0px;
	padding: 0px;
}

div.moduletable li, div.moduletable_menu li {
	display:block;
	line-height:20px;
	border-top: 1px solid #ccc;
}

div.moduletable_menu li a {
	display:block;
	line-height:20px;
	background:#f5f5f5 url(../images/menu_link_bg.gif) left no-repeat;
	padding:1px 1px 1px 18px;
	text-decoration:none;
	color:#03C;
	font-size:12px;
}

div.moduletable_menu li li a {
	display:block;
	line-height:20px;
	background: #FBFBFB url(../images/menu_link_bg.gif) left no-repeat;
	padding:1px 1px 1px 25px;
	text-decoration:none;
	color:#03C;
	font-size:12px;
}

div.moduletable_menu a:hover { 
	background:#eeeeee url(../images/menu_link_bg.gif) left no-repeat;
	color:#000;
}

#ja-pathway {
	margin-top:2px;
	font-size: 92%;
	text-align:left;
}

#ja-pathway strong {
	margin-right: 4px;
	font-weight: normal;
}

#ja-pathway a {
	text-decoration: none;
}

#ja-pathway img {
	margin: 1px 3px;
}

h1.componentheading, .componentheading, .cbUserListTitle, td.contentheading {
	padding: 5px 0px;
	margin: 0 0 10px;
	/* background: url(../images/hdot.gif) repeat-x bottom; */
	background: url(../images/menu_t.jpg) 0 100% repeat-x;
	font-weight: bold;
	color:#FFF;
	font-size:17px;
}

td.buttonheading {
	background: url(../images/menu_t.jpg) 0 100% repeat-x;
	padding: 5px 0px;
}

div.breadcrumb_title {
	display:block;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px, 0px, 5px;
	background:#FFF;
}

/* content tables */
td.sectiontableheader {
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	float: right;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 5px;
}

.sectiontableheader {
	padding: 8px 5px;
	background: #00C;
	color: #FFFFFF;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom #ECECEC;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/hdot2.gif) repeat-x bottom #FFFFCC;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.button {
	padding: 3px 5px;
	border: 1px solid #333333;
	background: url(../images/grad1.gif) repeat-x top #333333;
	color: #CCCCCC;
	font-size: 85%;
	text-transform: uppercase;
}

.button:hover, .button:focus {
	border: 1px solid #999999;
	background: #333333;
	color: #FFFFFF;
}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}

/**************/

#path {
	width:902px;
	text-align:left;
	margin:0 auto;
}
.top_bg {
	width:902px;
	height:12px;
	font-size:8px;
}
#header {
	margin:0 auto;
	width:928px;
	padding:0px;
}

#header_bg a, #header_bg a:link, #header_bg a:hover, #header_bg a:visited {
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 3em;
	padding:0;
	margin:0;
	line-height:1.4em;
	color:#55803f;
	text-decoration:none;
}

.header_b_bg {
	background: #fff url(../images/header_b_bg.jpg) top center repeat-x;
	width:902px;
	height:10px;
	font-size:8px;
}

div#tabarea {
	background: url(../images/top_menu_m_bg.jpg) top left repeat-x;
}

table.pill {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

td.pill_m {
  padding: 0;
  margin: 0;
  width: auto;
	text-align:center;
}


#pillmenu {
  white-space: nowrap;
  float: left;
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#pillmenu li {
	float: left;
	margin: 0;
	padding: 0;
}

#pillmenu a {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  float:left;
  display:block;
  line-height: 26px;
  padding: 0px 15px;
  color: #fefefe;
  text-decoration: none;
}

#pillmenu a:hover {
  color: #fff;
}

#pillmenu a#active_menu-nav {
}


.header_l, .header_r {
	width:13px;
	height:164px;
}

div#header_bg {
	/* background: transparent url(../images/header_bg.jpg) top right no-repeat; */
	width:902px;
	height:200px;
	text-align:center;
	padding:0 0px;
}

div#logo_bg {
	background: transparent url(../images/logo.jpg) top center no-repeat;
	height:164px;	
}

div#logo_bg div {
	text-align: center;
}

#bottom_bg {
	background: url(../images/bottom_bg.jpg) 0 100% repeat-x;
	margin:0 auto;
	width:902px;
	height:10px;
	font-size:8px;
}

div#footer {
clear: both;
background:url(../images/footer.gif) no-repeat;
height:52px;
text-align:center;
}

#footer a{color:#fff;}


/****************/


/* ---------- Column left/right rules ---------- */

#xo-canvas-rightcolumn {}
#xo-canvas-rightcolumn a {}
#xo-canvas-rightcolumn a:hover {}

#xo-canvas-leftcolumn {}
#xo-canvas-leftcolumn a {}
#xo-canvas-leftcolumn a:hover {}

/* ------ Main content ------ */

#xo-canvas-content {	
	line-height: 1.3em;
	background: url(../images/wrapper_bg.jpg) repeat-y;
}

/* lists */
#xo-canvas-content ul {text-align: left;}
/*
#xo-canvas-content li {margin-left: 5px; color: #000; background-color: inherit; line-height: 1.4em; list-style: circle; list-style:disc;} */

#xo-page {
	padding: 0 .5em;
}

/* ---------- Module display rules ---------- */

#xo-content {
	padding: 15px 15px;
}

/* ---------- Redirect ------------ */
#xo-redirect {
	margin: 40px 0;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	background-color: #f7e6bd;
	color: #222;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	border: 2px solid #DDDDFF;
}
/* ---------- Site close ------------ */
#xo-siteclose-login {
	width: 270px;
	margin-left: auto;
	margin-right: auto; 	
	border:1px solid #DDDDFF;	
	margin-top: 40px;
	margin-bottom: 20px;
}
#xo-siteclose-login h2 {
	background-color: #f3ac03;
	font-weight: bold;
	font-size: 1em; 
	color: white;
	padding: 2px;	
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;	
}
#xo-siteclose-login form {
	padding: 0px;
	margin: 0px;	
}
#xo-siteclose-login div{
	padding: 6px;
}
#xo-siteclose-login span.left {
	float: left;
	padding-bottom: 3px;
}
#xo-siteclose-login span.right {
	float: right;
	padding-right: 3px;
	padding-bottom: 3px;
}
#xo-siteclose-login div.button {
	text-align: right;
	clear: both;	
	padding-right: 0px;
}