/*****CSS RESETS*****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
sup {
	font-size: .6em;
	vertical-align: top;
}
sub {
	font-size: .6em;
	vertical-align: bottom;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*****CSS LAYOUT*****/
body {
	background-color: #D9ECEB;
	font-family: "Trebuchet", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none; 
	color: #467AA7; 
}
a:hover {
	text-decoration: underline;
	color: #2A5A8A; 
}
#header, #navbar, #content, #footer {
	margin: 0px auto;
	clear: both;
	width: 960px;
}
#header {
	margin-top: 22px;
	height: 90px;
	position: relative;
	background: #FFFFFF url(../images/head_molecule.png) no-repeat right top;
	border: solid 1px #1498A8;
}
#navbar {
	height: 24px;
	text-align: center;
	border-right: 1px solid #1498A8;
	border-left: 1px solid #1498A8;
	border-top-style: none;
	border-bottom-style: none;	
}
#content {
	border-right: 1px solid #1498A8;
	border-left: 1px solid #1498A8;
	border-top-style: none;
	border-bottom-style: none;	
	background: #FFFFFF url(../images/grad_aqua.png) repeat-x top;
}
#breadcrumbs{
	padding: 10px 12px;
	font-size: 11px;
}
#left{
	float: left; 
	width: 200px;
}
#right{
	float: right; 
	width: 200px;
}
#content-main {
	float: left; 
	width: 520px;
	min-height: 540px;
	margin-left: 20px;
	background: #FFFFFF url(../images/back_drop.png) no-repeat center bottom;
}
#footer {
	height: 32px;
	text-align: center;
	border: solid 1px #1498A8;
	background: #FFFFFF url(../images/grad_aqua.png) repeat-x top;
}
#footer p{
	padding-top: 6px;
	font-size: 12px;
}
.box, .panelbox {
	background: #FFF;
	margin: 1px;
	border: 1px solid #CCC;
	float: left;
	padding: 3px;
	min-height: 150px;
}
.panelbox {
	height: 150px;
	overflow: hidden;
}
.spaces1 {
	width: 215px; 
}
.spaces3 {
	width: 665px; 
}
/*****HEAD*****/
#logo {
	margin: 15px;
}
#logo img{
	margin-right: 15px;
}
#logo h1{
	font-size: 18px;
	color: #2A5A8A;
}
#logo a{
	font-size: 11px;
	color: #2A5A8A;
	text-decoration: none;
	display: block;
	padding: 4px 0;
}
#logo a:hover{
	text-decoration: underline;
}

.anihead {
	height: 70px;
	width: 380px;
	position: absolute;
	left: 300px;
	top: 10px;
}
/*****CONTENT*****/
#content-main {
	font-size: 14px;
}
#content-main h2, .componentheading, .contentheading, .componentheading-hedit, .contentheading-hedit, #content-main h3, #content-main h4 {
	margin: 6px 4px;
	font-family:"trebuchet ms",arial,sans-serif; 
	color:#007f80; 
	font-weight:bold; 
}
.componentheading, .contentheading, .componentheading-hedit, .contentheading-hedit {
	border-bottom:7px solid #D9ECEB; 
	font-size: 1.7em;
}
.blog .contentheading {
	border-bottom:4px solid #D9ECEB; 
	font-size: 1.3em;
	padding:6px 4px 2px;
}
#content-main h3 {
	font-size: 1.4em;
}
#content-main h4 {
	font-size: 1.3em;
}
#content-main p{
	margin: 6px 4px;
	line-height: 1.2em;
}
#content-main ul{
	line-height: 1.4em;
}
#content-main ul li{
	padding-left: 18px;
	background: url(../images/bg_bullet_full_1.gif) no-repeat 4px 6px;
}
#content-main ol li{
	margin-left: 36px;
}
#content-main a {
	font-weight: bold;
}
#content-main div.photopanel{
	float: right; 
	margin-left: 12px;
}
#content-main div.photopanel img{
	background: #FFF;
	padding: 4px;
	margin-bottom: 4px;
	border: 1px solid #003399;
}
.pagination {
	padding: 8px 0;
	margin-top: 8px;
	font-size: .8em; 
	text-align: left;
}
.pagination span, .pagination a {
	padding: 1px 4px;
	margin: 8px 2px 0 0;
	border: 1px solid #ccc;
}
.pagination a {
	border: 1px solid #467AA7;
}
td.numpages {
	font-size: .8em; 
	text-align: left;
}
/*****MODULES*****/
#left .moduletable h3, #left .moduletable-menu h3, #right .moduletable h3, #right  .moduletable-aqua h3{
	clear:both;
	margin:0px;
	padding:6px 10px 4px 10px;
	font-family:"trebuchet ms",arial,sans-serif;
	color: #FFF;
	font-weight:bold;
	font-size: 14px;
}
#left .moduletable h3{
	background:#00A1B1;
	font-size: 15px;
}
#left .moduletable-menu h3{
	background: #00A1B1 url(../images/bg_corner_topright.gif) no-repeat top right;
	font-size: 15px;
}
#right .moduletable, #right  .moduletable-aqua {
	width: 185px;
	margin-bottom: 12px;
}
#right .moduletable h3, #right  .moduletable-aqua h3 {
	background: url(../images/module_top_185.png) center top;
}
#right .moduletable .inside, #right .moduletable-aqua .inside {
	border-right: 1px solid #1498A8;
	border-left: 1px solid #1498A8;
	border-bottom: 1px solid #1498A8;
	border-top-style: none;
	padding: 10px;
	font-size: 12px;
	line-height:1.1em;
}
#right  .moduletable-aqua .inside{
 	background:#D9ECEB;
}
.moduletable .inside ul {
	padding-top: 6px;
}
.moduletable .inside ul li{
	display: block;
	padding-left: 14px;
	background: url(../images/bg_bullet_full_1.gif) no-repeat 2px 4px;
}

/*****MODULES - MENU*****/
ul.menu li a, ul.menu li a:visited {
	display:block;
	padding:6px 10px 6px 16px;
	border-top: solid 1px rgb(200,200,200);
	text-decoration:none;
	color:rgb(70,122,167);
	font-weight:bold;
	font-size:14px;
}
ul.menu ul li a, ul.menu ul li a:visited {
	padding:4px 10px 4px 32px;
	font-weight:normal;
	font-size:11px;
	border-top: 1px dashed #CCCCCC;
}
ul.menu li a:hover, ul.menu ul li a:hover {
	background-color:rgb(225,225,225); /*background-color:rgb(143,174,215) /*For blue background*/
	color:rgb(42,90,138);
}

/*****MODULES - LATEST NEWS*****/
li.latestnews, li.latestnews-aqua {
	font-style: italic;
	list-style: none;
	margin: 4px 0; 
	padding-bottom: 4px; 
	border-bottom: solid 1px #DDD;
	line-height: 1.2em;
}
li.latestnews a, li.latestnews-aqua a {
	color:#467AA7; 
	font-weight:bold; 
	text-decoration:none;
}
li.latestnews a:hover, li.latestnews-aqua a:hover {
	color: #2A5A8A; 
	text-decoration: underline;
}
/*****MODULES - LOGIN*****/
#form-login {
	padding-left: 5px;
	font-size: 10px;
	text-decoration: none;
}
#form-login a{
	text-decoration: none;
}
/*****MODULES - BREADCRUMBS*****/
#breadcrumbs a, #footer a{
	color: #467AA7;
	font-weight: bold;
} 
#breadcrumbs a:hover, #footer a:hover{
	color: #2A5A8A;	
}
/*****MODULES - SEARCH*****/
div.search input.button {
	padding: 0px 6px;
	vertical-align: middle;
}
/*****MODULES - JFLANGUAGESELECTION*****/
#jflanguageselection
{
    position:absolute; 
	top: 0px;
	right:6px;    
}

/* language lists with UL (names & images) */
#jflanguageselection ul.jflanguageselection
{
	list-style: none;
	padding: 0;
	margin-top: 3px;
	font-weight: normal;
}

#jflanguageselection ul.jflanguageselection li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 1px 1px 1px 1px;
	white-space: nowrap;
	border: none;
	font-size: 0.9em;
}

#jflanguageselection ul.jflanguageselection li#active_language
{
 	font-weight: bold;
	font-size: 1.0em;
}

#jflanguageselection ul.jflanguageselection li a
{
	display: block;
}

#jflanguageselection ul.jflanguageselection img
{
	border: none;
}

div#jflanguageselection img.langImg {
	float: left;
	border: none;
	margin-top: 3px;
}
div#jflanguageselection li img.langImg {
	float: left;
	border: none;
	margin: 0px 1px 0px 1px;
}

/** Styles for the drop down list */

#jflanguageselection select.jflanguageselection
{
	border: 1px solid #cccccc;
}

#jflanguageselection label.jflanguageselection
{
	position:absolute;
	left:-1000px;
}

/** Controls Raw Display of Images **/

.rawimages {
	text-align: center;
	margin-top: 3px;
}
.rawimages img {
	border: none;
	margin:2px;
}
.rawimages span#active_language img
{
	margin:2px;
	border: none;
}

div#jflanguageselection img.langImg{ float: left; border: none; margin-top: 3px; }
div#jflanguageselection li img.langImg{ float: left; border: none; margin: 1px 3px 0px 0px; }

#jflanguageselection .opaque{
	filter:alpha(opacity=30);
}
#jflanguageselection option.opaque{
	color:graytext;
}
/*  flag transparency css3  */
#jflanguageselection span a {
	opacity: 0.5;
}
#jflanguageselection span#active_language a, #jflanguageselection span a:hover {
	opacity: 1;
}
/*  flag transparency ie7  */
#jflanguageselection span a img {
	filter: alpha(opacity=50);
}
#jflanguageselection span#active_language a img, #jflanguageselection span a:hover img {
	filter: alpha(opacity=100);
}
/*****   TABLES   *****/
tr.sectiontableentry1 td, tr.sectiontableentry2 td {
	padding: 8px;
}
tr.sectiontableentry1 td {
	background-color: #DADADA;
}
tr.sectiontableentry1 td span.description, tr.sectiontableentry2 td span.description{
	display: block; margin: 8px;
}
/*****   TOOLTIP   *****/
.tool-tip {
	float: left;
	border: 1px solid #D4D5AA;
	padding: 5px;
	background: #FFFFCC;
	max-width: 200px;
}
.tool-title {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 80%;
	font-weight: bold;
}
.tool-text {
	margin: 0;
	font-size: 60%;
}
/*****   PANEL ICONS   *****/
.buttonheading {
	float: right; 
}
/*****   HOME EDIT   *****/
.blog-hedit .article_column {
	width: 209px; 
	float: left; 
	background: #364C60 url(../images/module_grad_blue.png) repeat-x top;
	color: #FFFFFF;
	font-size: 0.75em;
	margin: 1px;
	min-height: 190px;
}
#content-main h2.contentheading-hedit {
	padding-bottom: 3px;
	font-size: 16px;
	color: #FFF;
	border-bottom: solid 1px #587C9C;
}
.blog-hedit span.article_separator, .blog-hedit span.row_separator-hedit {
	display: none; 
}
#content-main form, #content-main  .inputbox{
	font-size: 0.8em; 
}
legend {
	font-size: 1.2em; 
	font-weight: bold;
	margin: 2px; 
	padding: 2px; 
	display: block; 
	clear: both; 
	border-bottom: solid 1px #587C9C;
}
#content-main label {
	display: block; margin: 2px; float: left;
}
#content-main label.clabel {
	clear: left; 
	width: 128px;
	text-align: right;
}
#content-main label#contact_priv_infomsg {
	 width: 480px;
}
#content-main input {
	 margin: 2px; 
	 float: left;
}
div.radio, div.wrap {
	clear: both; margin: 1px;
}
#com-form-login {
	margin: 24px;
	padding: 0 3px 0 25px;
}
#com-form-login-username, #com-form-login-password, #com-form-login-remember {
	display: block; 
	float:left; 
	clear:left;
}
.gemblue {
	color: #1498A8;
}
.videoicon {
	border: 1px solid #BFE8F6;
	margin: 2px;
	padding: 0 3px 0 25px;
	background: #DAF2FA url(../images/film.png) 2px center no-repeat;
}
.biblioicon {
	border: 1px solid #BFE8F6;
	margin: 2px;
	padding: 0 3px 0 25px;
	background: #DAF2FA url(../images/new.png) 2px center no-repeat;
}
.downloads {
	font-size: .8em; 
	margin:5px;
}
.downloads .altrow, .gemtable .altrow {
	background: #E8F8FF;
}
.downloads td, .gemtable td {
	padding: 4px; 
	border: dotted 1px #069;
}
.gemtable th {
	padding: 4px; 
	color: #007f80;
}
.downloads .flvicon, .downloads .wmvicon, .downloads .movicon  {
	font-size: 10px;
	display: block;
	margin: 0px;
	padding: 4px 4px 4px 40px;
	min-height: 40px;
}
.downloads .flvicon {
	background: url(../images/flv_icon_32.gif) no-repeat left top;
}
.downloads .wmvicon {
	background: url(../images/win_icon_32.gif) no-repeat left top;
}
.downloads .movicon  {
	background: url(../images/quicktime_icon_32.gif) no-repeat left top;
}
