/**
 * @version $Id: template.css 9765 2007-12-30 08:21:02Z ircmaxell $
 * @author Jeffrey Hill
 * @package Joomla
 * @subpackage STEM Template
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL
 */
* {}
body {background-color:#BBB;font-family:Georgia,"Times New Roman",serif;}
body#tinymce {background-color:#FFF !important;}
div, p {margin:0;padding:0;color:#666;}
p {margin-bottom:8px;}
a {color:#336699;text-decoration:none;}
a:hover {border-bottom:1px dotted #336699;}
#outerframe {
	background-image: url(../images/bg.gif);
	border-collapse: collapse;
	background-repeat:repeat-y;
	margin:0px auto;
	text-align:left;
	width:1032px;
}
#frame {
	border:1px solid #BBB;
	border-collapse:collapse;
	background-repeat:repeat-y;
	margin:0px auto;
	text-align:left;
	width:1000px;
}
#column_left {
	width:20%;
	float:left;
	padding:0;
	background-color:#FFF;
}
#column_left_inner {}
#column_main {width:100%;float:left;padding:0;}
#column_main_inner {border-collapse:collapse;border-left:1px solid #BBB;}
#breadcrumbs {padding-left:10px;padding-top:5px;background:url(../images/button_bg_inverse.png) left top repeat-x #FFF;font-family:Arial,Helvetica,sans-serif;}
#breadcrumbs p {font-size: 11px;}
#login_t {
	background-color:#F0F0F0;
	padding:3px 0px 3px 0px;
	border:1px solid #CCC;
	border-collapse:collapse;
	border-bottom:0px solid #CCC;
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
	width:100%;
	text-indent:5px;
}
#mod_login_logoutform {padding:0px 10px 0px 10px;}
.panel {padding:5px 10px;clear:both;}
.gray {background-color:#EFEFEF;}
#footer {
	clear:both;
	background: url(../images/button_bg.png) left top repeat-x #EFEFEF;
	padding:5px;
	color:#666;
	font-size:11px;
	padding-bottom:10px;
	min-height:80px;
}
#footer a {font-weight:bold;font-size:11px;}
#footer img {margin:10px 5px 15px 5px;padding:5px;border:1px solid #FFF;}
#footer img:hover {border:1px solid #EFEFEF;}
#logo {width:100px;height:125px;background:url(../images/stem_logo.gif) left top no-repeat #FFF;}
h1 {
	display:block;
	padding:5px;
	padding-left:10px;
	font-size:24px;
	font-weight:normal;
	color:#444;
	background:none;
	margin:0;
	border-bottom:1px solid #CCC;
	text-align:left;
	clear:both;
	background: url(../images/layout/tn_bg.jpg) right top no-repeat #FFF;
}
h1.opener {font-weight:bold;padding:5px 5px 5px 110px;}
ul h1 {font-size:20px;}
ul ul h1 {font-size:16px;}
ul ul ul h1 {font-size:14px;}
h2 {
	font-size:18px;
	margin:5px 0px;
	border-bottom:1px solid #EFEFEF;
	line-height:24px;
	font-weight:normal;
	color:#336699;
}
h2.subtitle {background-color:#F0F0F0;padding-left:10px;}
h3 {
	font-size:18px;
	margin:5px 0px;
	border-bottom:1px solid #BBB;
	line-height:24px;
	font-weight:normal;
}
h3 a {
	background:transparent url(../images/link.png) no-repeat scroll left top;
	padding-left:25px;
}
#subtitle {font-size:14px;font-weight:bold;border-bottom:1px solid #EFEFEF;}
p {color:#666;line-height:20px;}
a img {border:0;}
a img:hover {text-decoration:none;}
body.contentpane {
	width : auto;
	margin : 10px;
	line-height : 1.4em;
	text-align: left;
}
.clear {
  clear:both;        /* extend height of .main to longest column */
  height:1px;
  overflow:hidden;   /* prevent IE expanding the container */
  margin:0;          /* keep flush with surrounding blocks */
}
.check {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding: 3px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 3px;
	color: #333;
	padding-left: 25px;
	font-size: 12px;
	font-weight:bold;
	background: url(../images/check.png) left top no-repeat;
}
check a {
	font-weight: bold;
}
.download {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding: 3px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 3px;
	color: #333;
	padding-left: 25px;
	font-size: 14px;
	font-weight:bold;
	background: url(../images/link.png) left top no-repeat;
}
download a {
	font-weight: bold;
}
.quote {
	display: block;
	padding: 5px;
	border-left: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 3px;
	color: #666;
	font-style: italic;
	margin-left: 20px;
	background: #F9F9F9;
}
/* Main Menu - Left Column */
ul.menu {
    margin: 5px -5px;
    margin-bottom:10px;
	padding-left: 0;
}
ul.menu li {
    list-style-type:none;
    /* border-bottom:1px solid #BBB;*/
    margin-left:0;
    margin-bottom:0;
}
ul.menu li a {
	border: none;
    color:#666;
    display:block;
    padding:3px;
    text-decoration:none;
    font-weight: bold;
    font-size:13px;
}
ul.menu a:hover {color:#336699;}
ul.menu li ul {
	padding-left: 0px;
}
ul.menu li ul li {
	padding-left: 20px;
}
ul.menu li ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}
li#current {
	background: #FFF;
}
.bold {font-weight:bold;}
.unbold {font-weight:normal;}

/* Tooltips */
.tool-tip {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	float: left;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 5px;
	max-width: 250px;
	text-align:left;
}
.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}
.tool-text {
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
	margin:0;
}
td.contentheading, div.componentheading {
	display:none;
	font-size: 20px;
	font-weight: bold;
	color: #666;
	background: url(../images/layout/h1.jpg) left top repeat-x #EFEFEF;
	margin: 0;
	padding: 5px;
	font-weight:bold;
	border-bottom: 1px solid #CCC;
}
.description {
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
.small, .createdate {
	font-size: 11px;
	color: #999;
}
.inset {
	border: 1px solid #CCC;
	padding: 5px 5px 0px 5px;
	background-color: #EFEFEF;
	margin-top: 5px;
	margin-bottom: 10px;
}
table#topmenu {
	border-bottom: 1px solid #FFF;
}
table#topmenu td {
	font-size: 20px;
}
td.sectiontablefooter {
	padding-top: 10px;
}
.tnbg {
	background: #FFFFFF url(../Images/tnBG.jpg) no-repeat fixed right bottom;
}
div#container {
	width: 100%;
	margin: 0px;
	border: 0px;
}
.pointer {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #104B96;
}
.pointerleft {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
table.contentpaneopen {
	width: 100%;
}
td.reverseitem {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #6699CC url(../Images/ItemBG.jpg) no-repeat left top;
}
td.reverseitem:hover {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #104B98;
}
.reverseitemblue td {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #104B98;
}
.header1 {
	font: bold 22px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	clear: both;
	float: none;
	height: auto;
	width: auto;
	border: thin solid #999999;
	background-color: #6699cc;
	background: url(../Images/header.jpg) no-repeat left top;
	text-align: center;
}

.body-centered {
	font: 15px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
}
.header2 {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	clear: both;
	float: none;
	height: auto;
	width: auto;
	border: thin solid #999999;
	background: #666666;
	line-height: 21px;
}
.headermenu {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #104B96;
	background: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
	margin: 5px;
	padding: 5px;
	clear: both;
	float: none;
	height: auto;
	width: auto;
	border: thin solid #999999;
}

.bodytext {
	font: 15px Arial, Helvetica, sans-serif;
	color: #666666;
}
.mainparagraph, .mainmenu {
	font: normal 15px Arial, Helvetica, sans-serif;
	color: #666666;
	background: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
	margin: 5px;
	padding: 5px;
	clear: both;
	float: none;
	height: auto;
	width: auto;
}
.mainparagraphdocument {
	font: normal 15px Arial, Helvetica, sans-serif;
	color: #666666;
	background: #FFFFFF url(../Images/DocumentBG.jpg) no-repeat fixed right top;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
	margin: 5px;
	padding: 5px;
	clear: both;
	float: none;
	height: auto;
	width: auto;
}
.note {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #104B96;
	background: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
	margin: 5px;
	padding: 5px;
	clear: both;
	float: none;
	height: auto;
	width: auto;
	border: 2px solid #999;
}
.mainmenu {
	
}
.tab {
	border: 1px solid rgb(239, 239, 239);
	padding: 5px;
	display: block;
	cursor: pointer;
	margin-right: 5px;
	margin-top:5px;
	float: left;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
.tab:hover {
	background-color:#EFEFEF;
}
.credits {
	font: italic 10px Arial, Helvetica, sans-serif;
}
.pointer-gray {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #666666;
}
.titleparagraph {
	font: normal 14px;
	color: #FFF;
	background: #104B96 url(../Images/IndexImage.gif) no-repeat fixed right center;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
	margin: 5px;
	padding: 5px 0px 5px 5px;
	clear: both;
	float: none;
	height: 325px;
	width: auto;
	border: thin solid #999;
}
table#standards tr.th {
	background-color: #EFEFEF;
}
table#standards td {
	border: 1px solid #EFEFEF;
	padding: 3px;
	font-size: 12px !important;
}
table#standards h2 {
	border-bottom: 1px #BBB;
}
table#standards td.standard {
	border: 1px solid #BBB;
	padding: 5px;
	background-color: #DDD;
	text-align: center;
}
table#standards tr.th td {
	font-weight: bold;
	color: #333;
}
table#standards a {	
	font-weight: bold;
}
th {
	text-align: center;
	background: #EFEFEF;
}
li {
	margin-left: -15px;
	padding: 0;
}
.article_separator {
	line-height:5px;
}
.contenttoc {
	width:180px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left:10px;
	margin-bottom: 10px;
	float:right;
	background-color: #F0F0F0;
}
.contenttoc td {
	padding: 3px;
}
.contenttoc td.current {
	background-color: #FFF;
	border:1px solid #CCC;
}
.pagenavcounter {
	color: #999;
	font-size:11px;
	font-style:italic;
	color:#104B98;
}
.jpane-toggler {
	cursor:pointer;
	margin:0px 0px;
}
.jpane-toggler:hover {
	color:#104B98;
}
/*CB*/
.cbFieldIconsLabels {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
td.titleCell {
	font-size:14px;
	color:#104B98;
	background-color:#F0F0F0;
}
div#cbtab11 {background-color:#F6F6F6;}
div#cb_comp_login, table.mod_login {
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
	width:20%;
}
#mod_login_greeting{
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
	font-style:italic;
	color:#104B98;
}
div#cb_comp_register {width:77%;}
div#cbIconsTop {margin-bottom:10px;}
div#cbIconsBottom {display:none;}
/* Forms */
table.form {margin-top:10px;}
table.form td {padding:5px;}
table.form td.label {background-color:#F0F0F0;}
input.button {
	background-color:#FFF;
	border:1px solid #CCC;
	padding:3px;
	cursor:pointer;
	margin-right:5px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#104B96;
}
input.button:hover {
	background-color:#F0F0F0;
	border:1px solid #CCC;
}
#hornav{
clear:both;
display:block;
height:25px;
background:url(../images/layout/menu_bg.jpg) left top repeat-x #CCC;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
}
#hornav .moduletable{
margin:0;
}
#hornav span.separator {
	display:block;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#104B98;
	padding:0px 10px;
	border-bottom:1px solid #999;
}
#hornav span.separator:hover {
	background:none !important;
}
#hornav ul{
margin:0;
padding:0;
width:auto;
}
#hornav ul li{
margin:0;
padding:5px 0px 0px 0px;
float:left;
position:relative;
border-right:1px solid #999;
}
#hornav ul li.parent {}
#hornav ul li a {
font-family:Arial,Helvetica,sans-serif;
color:#444;
text-transform:uppercase;
padding:0px 10px;
min-height:20px;
display: block;
background-position:0px 2px;
}
#hornav ul li.active a {
color:#666 !important;
}
#hornav ul li a:hover{
text-decoration:none;
}
#hornav ul li ul {
display:block;
height:auto;
width:14em;
position:absolute;
z-index:99;
left:-999em;
background-color:#CCC;
border:1px solid #999;
}
#hornav ul li ul ul {margin: -40px 0 0 14em;}
#hornav ul li li {width: 14em;}
#hornav ul li li a{
color:#444;
text-transform:none;
display: block;
background:none;
}

#hornav ul li li:hover{
color:#666;
text-transform:none;
display:block;
background-color:#FFF;
}

#hornav ul li ul {
left: -999em;
}

#hornav ul li:hover ul ul, #hornav ul li:hover ul ul ul {
left: -999em;
}

#hornav ul li:hover ul, #hornav ul li li:hover ul, #hornav ul li li li:hover ul {
left: auto;
}

.x {
	width:19px;
	height:19px;
	margin:0;
	background:url(../images/delete.png) left top no-repeat !important;
}
.ok {
	width:19px;
	height:19px;
	margin:0;
	background:url(../images/ok.png) left top no-repeat !important;
}
.x:hover, .ok:hover {
	cursor:pointer;
	cursor:hand;
}
dl.tabs {
	clear:both;
	margin:10px 0 -1px 0;
	z-index:50;
	float:left;
}
dl.tabs dt {
	padding:5px 5px;
	border:1px solid #CCC;
	margin-left:3px;
	background:#FFF;
	color:#336699;
	float:left;
}
dl.tabs dt:hover {
	background:#f0f0f0;
	border:1px solid #CCC;
}
dl.tabs dt.open {
	background:#FFF;
	border:1px solid #CCC;
	z-index:100;
	color:#990000;
}
dl#front, dl#papers {
    margin:3px 0px !important;
}
div.current {
	clear:both;
	margin-top:10px;
}
div.current dd {
	border:1px solid #EFEFEF;
	padding-top:5px;
	margin:0;
}
.quote_author {
	font-size:12px;
	font-style:italic;
	color:#999;
	display:block;
	margin-top:5px;
	border-top:1px solid #CCC;
}


/**************************************************************

	Rounded Corners
	v 1.1

**************************************************************/


.boxFloat, .imageFloat {
	float: left;
}

/***********************************/


.boxTopLeft {
	background: url(../images/topLeft.gif) top left no-repeat;
}
.boxTop {
	border-top: 1px solid #ccc;
	background-color: #eee;
}
.boxTopRight {
	background: url(../images/topRight.gif) top right no-repeat;
}
.boxMiddleLeft {
	background-color: #eee;
	border-left: 1px solid #ccc;
}
.boxMiddle {
	background-color: #eee;
}
.boxMiddleRight {
	background-color: #eee;
	border-right: 1px solid #ccc;
}
.boxBottomLeft {
	background: url(../images/bottomLeft.gif) bottom left no-repeat;
}
.boxBottom {
	border-bottom: 1px solid #ccc;
	background-color: #eee;
}
.boxBottomRight {
	background: url(../images/bottomRight.gif) bottom right no-repeat;
}

/***********************************/

.imageTopLeft {
	background: url(../images/topLeft.png) top left no-repeat;
}
.imageTopRight {
	background: url(../images/topRight.png) top right no-repeat;
}
.imageBottomLeft {
	background: url(../images/bottomLeft.png) bottom left no-repeat;
}
.imageBottomRight {
	background: url(../images/bottomRight.png) bottom right no-repeat;
}
.imageTop, .imageMiddleLeft, .imageMiddle, .imageMiddleRight, .imageBottom {
	border: 0;
}

/***********************************/

.roundedContent {
	padding: 10px;
	margin: 0px;
	border: 1px solid #ccc;
	background-color: #eee;
	margin-bottom: 10px;
}


/*************************************************************/

div#toolbar-box {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F7F7F7 none repeat scroll 0 0;
}
div#element-box {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
}
div#element-box div.section-box div.m {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FBFBFB none repeat scroll 0 0;
}
div.t, div.b {
height:6px;
margin:0;
overflow:hidden;
padding:0;
}
div.m {
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
padding:0 8px;
}
div.module div.m {
padding:5px 10px;
background-color:#FFF;
}
div.module div.t {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/j_border.png) repeat-x scroll 0 0;
background-color:#FFF;
}
div.module div.t div.t {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/j_crn_tr_light.png) no-repeat scroll 100% 0;
}
div.module div.t div.t div.t {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/j_crn_tl_light.png) no-repeat scroll 0 0;
}
div.module div.b {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/j_border.png) repeat-x scroll 0 100%;
background-color:#FFF;
}
div.module div.b div.b {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/j_crn_br_light.png) no-repeat scroll 100% 0;
}
div.module div.b div.b div.b {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/j_crn_bl_light.png) no-repeat scroll 0 0;
}
div.blue div.m {
padding:5px 10px;
background-color:#336699;
}
div.blue div.t {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/j_border.png) repeat-x scroll 0 0;
background-color:#336699;
}
div.blue div.t div.t {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/j_crn_tr_blue.png) no-repeat scroll 100% 0;
}
div.blue div.t div.t div.t {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/j_crn_tl_blue.png) no-repeat scroll 0 0;
}
div.blue div.b {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/j_border.png) repeat-x scroll 0 100%;
background-color:#336699;
}
div.blue div.b div.b {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/j_crn_br_blue.png) no-repeat scroll 100% 0;
}
div.blue div.b div.b div.b {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/j_crn_bl_blue.png) no-repeat scroll 0 0;
}
