/* Created by Y.B. Last edited by Y.B. 22 Feb 2008.
// Main stylesheet to be used solely for questionnaires or any pages that are not "color-specific." */
body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(/images_jr/cornerblob.gif);
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
    font-family: "Tahoma", Verdana, Arial, sans-serif;
}
.printOnly {display:none;}
a:visited { color: #3333cc; }

a:active { color: #999999; }

a:hover {
	color: #f75424;
    text-decoration: none;
}
h1 {
   font-size: 16px !important;
   font-weight:bold;
	font-family: "Comic Sans MS";
	color: #990000;
}
h2, .header3 {
font-size: 14px;
font-weight:bold;
}
h3 {
font-size: 13px;
font-weight:bold;
}
h5 { font-size: 9pt; }
.paraMain, h2.header3 .paraMain {
    font-size: 9pt;
    color: black;
    font-style: normal;
    font-weight: normal;
	line-height: 19px;
    font-family: "Tahoma", Verdana, Arial, sans-serif;
}
.mainContentPadding { 
	margin-top:31px;
	margin-left:225px;
  width:640px;
}
.navTable { float: left; }
.paraMain div {
    font-size: 9pt;
   /*	margin-bottom:10px; */
    color: black;
	line-height: 19px;
    font-style: normal;
    font-family: "Tahoma", Verdana, Arial, sans-serif;
}
.paraMain span.header1 { /* Using span for increased flexibility in line spacing */
	color: #339999;
	font-weight: bold;
	font-size: 13px !important;
}
.sideBarBg {
	background-image: url(/images_jr/sidebar-bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.sideBarNavContainer {
	height: 310px;
	width: 209px;
}
.sideBarNavContainer div {
	margin-left: 39px;
	margin-bottom: 9px;
	width: 153px;
}
/* in profile, build on definition in mainstyles.css */
input.btn {
	background-color:#990000;
   	color: #FFFFFF;
}
/* for links in manage assignments 1/17/2011 */
.btnDet {
	font-family: "Comic Sans MS";
	color: #990000;
	/*font-size: 11.5px;*/
	font-weight: bold;
    white-space:nowrap;
	text-decoration: none;
}
.btnDet a, .btnDet a:visited {
	color: #990000;
	text-decoration: none;
	display:block;
}

.btnMoreBttn {
	font-family: "Comic Sans MS";
	color: #990000;
	font-size: 11.5px;
	width: 55px;
	height: 22px;
	background-image: url(/images_jr/left-next.gif);
	font-weight: bold;
	padding-left: 10px;
	padding-top: 6px;
    white-space:nowrap;
}
.btnMoreBttn a, .btnMoreBttn a:visited {
	width: 55px;
	color: #990000;
	text-decoration: underline;
	display:block;
}
.btnMoreBttn a:hover {
	text-decoration: none;
	color: #990000;
}
.jrHeader {
	background: url('/images_jr/connect-linebg.gif');
	width: 100%;
	height: 28px;
}
.jrHeader h { display: inline;} 
.jrHeader img { float: left; }
.smallLink {
	font-size: 8pt !important;
	font-weight:bold;
}
.r {
   float:right;
}
.l {
   float:left;
}
.breadNav {
	font-size:8pt !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
    /* since this isnt' in a table anymore, it needs location info 8/20/09 */
	margin-left:225px;
	width:640px;
}

.clear { clear:both; }
/* FOOTER for pages in common with regular EUREKA*/
.copyright, .footer {
	clear: both;
	font-size: 8pt;
	font-family: Verdana;
    /* since this isnt' in a table anymore, it needs location info 8/20/09 */
	margin-left:225px;
}
.logOutBtn a {
	background-color:transparent !important;
	text-align:left !important;
	font-family:verdana !important;
	font-size:10px !important;
	font-weight:bold !important;
	padding-top:4px !important;
	background-image:url(/images_jr/logoutarrow.gif) !important;
}
.column {
	/*position:absolute;*/
	float: left;
	margin-right: 15px;
/*    width: auto;*/
	/*width: 270px;*/
}
/* used by toggleTip and toggleView */
.hidden {
   	visibility: hidden;
    show: "";
    display: none;
}

/* used by toggleView 10/14/2010 */
.shown {
  	visibility: visible;
    display: "";
}

