@font-face {
	font-family: GTWalsheim;
	src: url("/fonts/GTWalsheimRegular.eot?#iefix") format("embedded-opentype"),
	     url("/fonts/GTWalsheimRegular.otf") format("opentype");
}

body
{
    font-family: "GTWalsheim",Verdana,Arial,Helvetica sans-serif;
	/*font-family: Helvetica,Verdana,Arial sans-serif;*/
    font-size: 16px;
	margin: 0px;
    padding: 0px;
    background: #f5f5f5 repeat-y -247px 0;
    color: black;
}

#notfound, .errorimage
{
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 100px;
}

/* Class Methods */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }

/* ************************************************************************** */
/* Link Element ************************************************************* */
/* ************************************************************************** */
a:link
{
	color: #407DC8;
}

a:visited
{
	color: #407DC8;
}

a:hover, a:active
{
	color: #cc5a5a;
}

a.linkbox
{
	font-weight: bold;
	text-decoration: none;
}
a.linkbox:hover
{
	text-decoration: underline;
}

#whatsnew a:link
{
	color: white;
}

/* **************************************************************************** */
/* Page Header Elements ******************************************************* */
/* **************************************************************************** */
#pageheader
{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background-color: #4B4B4B;
}
#pageheader img
{
    margin: 0px;
    padding: 0px;
	border: none;
	max-height: 80px;
}
#userbox
{
	color: black;
    position: absolute;
    top: 5px;
    right: 10px;
    text-align: right;
    font-weight: normal;
    margin: 0px;
	font-size: 12px;
	z-index: 1; /* Ensure that links aren't partially "behind" the form element */

}
#userbox a
{
	color: #407DC8;
	font-weight: bold;
	text-decoration: none;
}
#userbox a:hover
{
	text-decoration: underline;
}

#searchbox {
	position: absolute;
	top: 30px;
	right: 10px;
}

#rc_adv_search_link {
	margin-left: 3px;
}

#rc_devtools {
	font-size: 0.9em;
	font-weight: bold;
	color: black;
	border: 1px solid #BBB;
	background-color: #EEE;
	padding: 2px 0px 2px 2px;
	float: right;
	margin-top: -37px;
	margin-right: 10px;
	text-align: left;
	height: 17px;
	width: 320px;
}
#rc_devcompany {

}
#rc_devtools img
{
	border: none;
	margin-right: 2px;
	margin-bottom: -4px;
}
#rc_dt_hidebtn
{
	margin-bottom: 1px ;
	float: right;
	cursor: pointer;
}
/* ************************************************************************ */
/* Module Bar ************************************************************* */
/* ************************************************************************ */

ul#modlist
{
	position: relative;
	top: 5px;
    margin: 0px;
    padding: 0px;
    display: inline;
}
li.moditem
{
    display: inline;
    padding: 0px 5px;

}
li.active
{
    margin: 0px;
    height: 30px;
    border: 1px solid #888;
    border-width: 0px 1px;
    background: black url(images/modhigh.png) repeat-x;
	color: white;
}
ul#modlist > li.active
{
    padding: 5px 5px 6px 5px;
}
li.active a
{
    color: white;
}

#modbar li.active a
{
    color: white;
}

/* scriptaculous drag handle for modbar */
span.drag {
	cursor: col-resize;
}

/* **************************************************************************** */
/* RC Module Menu ************************************************************* */
/* **************************************************************************** */
#rc_modulemenu
{
	float: left;
	font-size: 19px;
	padding: 12px 15px;
}

#rc_modulemenu .rc_singlenav a:hover {
	text-decoration: underline;
}
#rc_activemod
{
	margin-left: 3px;
	padding-left: 6px;
}

#rc_activemod a
{
	color: black;
	text-decoration: none;
}

#rc_modulemenu .navcategory {
	display: inline;
	cursor: pointer;
	color: white;
}
#rc_modulemenu .activenav .navcategory {
	text-decoration: underline;
	/*color: #af0000;*/
}
#rc_modulemenu .navblock {
	display: inline;
	position: relative;
}

#rc_modulemenu .navlinks {
	display: none;
	position: absolute;
	top: 16px;
	left: -5px;
	background: transparent;
	font-size: 13px;
	z-index: 20000;
	min-width: 230px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.32);
}

#rc_modulemenu:hover .navlinks {
	display: block;
}

#rc_usericon {
	background-color: white;
	display: inline-block;
	color: white;
	font-size: 14px;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	margin-right: 5px;
}

#rc_usermenu {
	float: right;
	margin-top: -54px;
	padding: 12px 15px;
}

#rc_usermenu .navcategory {
	display: inline;
	cursor: pointer;
	color: white;
}

#rc_usermenu .navcategory a {
	color: white;
	text-decoration: none;
}

#rc_usermenu .activenav .navcategory {
	text-decoration: underline;
	/*color: #af0000;*/
}

#rc_usermenu .navblock {
	display: inline;
	position: relative;
}

#rc_usermenu .navlinks {
	display: none;
	position: absolute;
	top: 16px;
	right: 5px;
	background: transparent;
	font-size: 13px;
	z-index: 20000;
	min-width: 230px;
}

#rc_usermenu:hover .navlinks {
	display: block;
}

.innernavlinks {
	margin-top: 8px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #4B4B4B;
	color: #686868;
}

#rc_navbar {
	background-image: url("/images/nimbl-color.svg");
	background-size: 8%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #4B4B4B;
}

#rc_navmenu a {
	color:white;
	text-decoration: none;
}
#rc_navmenu .navcategory img
{
	margin-left: 5px;
	margin-bottom: 1px;
}
#rc_navmenu .navlinks a {
	display: block;
	font-size: 1.1em;
	white-space: nowrap;
	color: #ffffff;
	margin: 0px;
	padding: 10px;
	padding-right: 40px;
}

#rc_navmenu .navlinks a.first {
	border: none;
}
#rc_navmenu .navcategory a:hover {
	text-decoration: underline;
	background: transparent;
}
#rc_navmenu .navlinks a:hover {
	text-decoration: none;
	background-color: #262626;
	color: #FAFAFA;
}
#rc_navmenu .navsubsection {
	margin: 1px 2px 2px;
	padding: 5px 5px 3px;
	display: block;
	white-space: nowrap;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
#rc_navmenu .navsubsectioncontainer {
	margin-left: 5px;
}

#rc_navmenu .navlinks img {
	display: inline;
	float: left;
	margin: 10px 10px 0px 10px;
}

/* **************************************************************************** */
/* RC Dock        ************************************************************* */
/* **************************************************************************** */
#rc_dock
{
	position: absolute;
	right: 8px;

	
}
#rc_dock img
{
	cursor: pointer;
	padding: 0 3px;
}
#rc_dock .activeicon
{
	background: #f5f5f5 url(images/submodhigh.png) repeat-x;
	border: 1px solid black;
	border-width: 1px 0px 0px 1px;
	border-top-color: #666;
	padding: 8px 5px 2px;
	margin-top: -6px;
}
/* **************************************************************************** */
/* Sub-Module Bar ************************************************************* */
/* **************************************************************************** */

#submodbar
{

/*	font-family: Helvetica,Arial,Verdana, sans-serif;*/
    height: 45px;
	

}

ul#submodlist
{
		padding: 0;
		margin: 0;
}

#submodlist li
{
    color: white;
    display: inline-block;
    padding: 15px 7px;
	text-shadow: 1px 1px 1px none;
}

#submodlist li a
{
    color: white;
    font-size: 0.9em;
    /*padding: 2px 5px 5px 5px;*/
    text-decoration: none;
}

#submodlist li a:hover
{
    text-decoration: underline;
}

/*#submodlist li.submod
{
    display: inline;
    height: 22px;
    margin: 0px;
    padding: 3px 4px;
    font-weight: bold;
    font-family: Verdana,Arial,Helvetica sans-serif;
    font-size: 13px;

}
*/

li.subactive a:hover
{

}

/* **************************************************************************** */
/* PAGE CONTENT (Menu + Body) ************************************************* */
/* **************************************************************************** */
#pagecontent
{
    width: auto;
	padding-top: 8px;
	clear: both;
}

/* ************************************************************************** */
/* SIDEBAR MENU ************************************************************* */
/* ************************************************************************** */
#pagemenu
{
/*    position: absolute;
    top: 81px;
    right: 0px;
*/
	width: 275px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: right;
	background: none;
	/*border-left: 1px dotted black;*/
}

#pagemenu ul
{
    list-style: none;
    padding: 15px 1px;
    margin: 0px;
}

#pagemenu ul.rclist
{
	padding: 2px 1px;
}

#pagemenu ul li
{
    background: transparent none no-repeat;
    background-position: 0px 0px;
	margin:  3px 0px;
	padding: 2px 4px 10px 4px;
	width:   243px;
}

#pagemenu ul li a
{
	font-weight: bold;
	font-size:   12px;
	margin-left: 12px;
	color: black;
	text-decoration: none;
}
#pagemenu ul li a.rciconbttn
{
	margin-left: 2px;
}
#pagemenu ul li a:hover
{
	text-decoration: underline;
}

#pagemenu ul li.activeitem
{
    background: transparent;
    background-position: 0px 0px;
	margin:  2px 0px;
	padding: 6px 4px 6px 4px;
}

#pagemenu ul li.activeitem a
{
	color: black;
}

/* Search */
#rc_searchform_submit {
	margin: 0;
	border: 1px solid #a5a5a5;
	float: right;
	height: 25px;
	width: 25px;
}
#rc_searchform_submit img {
	margin-left: 5px;
}
	#pageheader #rcheader_searchfield {
	background-color: white;
	height: 35px;
	width: 223px;
	border: 1px solid #AAA;
	border-right-color: #FFF;
	padding: 0;
	padding-left: 5px;
	font-style: italic;
	margin: 0;
}

/* Favorites & To-Do Box */
#pagemenu #favbox #rc_favlist ,
#pagemenu #favbox #rc_cofavlist {
	margin-top: 5px;
	padding: 0;
}

#pagemenu #favbox #rc_favlist li {
	padding: 0 0 3px 5px;
}

#pagemenu #favbox #rc_favlist li img.rcicon {
	vertical-align: middle;
	margin-right: 3px;
}

#pagemenu #favbox #rc_favlist li a {
	margin: 0;
}
#pagemenu #favbox #rc_cofavlist li a {
	margin: 2px 0;
}

#pagemenu #favbox p.notice, #pagemenu #rc_todobox p.notice {
	position: relative;
	font-size: 0.8em;
	font-weight: bold;
	padding: 3px;
	margin: 10px 5px 0px;
	background-color: #EEE;
	border: 1px solid #AAA;
}
#pagemenu #favbox p img {
	vertical-align: middle;
}
#pagemenu #rc_todobox p.notice img.rcicon {
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 5px;
}
#pagemenu #rc_todobox p.notice span.noticetext {
	position: absolute;
}

/*Edit Links.. link*/
span.rc_admin_linkedit {
	float: right;
	font-size: 0.8em;
}
.menuheader
{
	font-weight: bold;
	margin: 6px;
	font-size: 16px;
	height: 1%;
}

/* creates an empty div colored as a black horizontal bar; p.s. - IE is annoying */
li>div.bar {
	width: 87%;
	margin-bottom: 1px;
	height: 2px;
}

div.bar {
	width: 87%;
	font-size: 1px;
	height: 2px;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 12px;
}


/* **************************************************************************** */
/* PAGE BODY (Content section) ************************************************ */
/* **************************************************************************** */
#pagebody
{
	margin-right: 245px;
	padding: 0px 0px 5px 8px;
	width: auto;
	overflow: hidden;
	/* min-height: 500px; This breaks several pages! */
}

/* **************************************************************************** */
/* TABLE ELEMENTS ************************************************************* */
/* **************************************************************************** */
table
{
    border: 1px solid black;
    background: #f5f4ed;
    padding: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 8px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.tblheader
{
    font-weight: bold;
    text-align: center;
    margin: 0px;
    border: 0px;
    padding: 6px 7px;
    line-height: 16px;
    font-size: 15px;
    
    color: white;
    text-shadow: black 1px 1px;
    
	background: #4B4B4B;
	background: -webkit-gradient(linear, left top, left bottom, from(#4B4B4B), to(#2b5372));
	background: -moz-linear-gradient(top,  #4B4B4B,  #2b5372);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B4B4B', endColorstr='#2b5372');
}
/* ---- TH Elements ---- */
th
{
    color: black;
    
    font-size: 12px;
    font-weight: bold;
    border: 1px solid black;
    padding: 0px 2px;
    height: 24px;
    
	background: #ebebeb;
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#dfdfdf));
	background: -moz-linear-gradient(top,  #ebebeb,  #dfdfdf);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#dfdfdf');
}
th.sortby
{
	background: #d0d0d0;
	background: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#bebebe));
	background: -moz-linear-gradient(top,  #d0d0d0,  #bebebe);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d0d0', endColorstr='#bebebe');
	
	text-decoration: underline;
}

th .rcicon {
	margin-top: 3px;
}
.rciconinline {
	vertical-align: middle;
}
tfoot tr th {
    color: black;
    text-shadow: none 1px 1px;

	background: #e5e5e5;
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e5e5e5));
	background: -moz-linear-gradient(top,  #e5e5e5,  #e5e5e5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#e5e5e5');
}
th.collabelplain
{
    font-size: 10px;
    font-weight: bold;
    border: 1px solid black;
    background: #FFFFFF;
    padding: 0px 2px;
    height: 24px;
}
.sortable th {
	cursor: pointer;
}
a.sortheader {
	text-decoration: none;
	color: black;
}
#sorttable_sortfwdind {
	font-size: 8px;
	line-height: 10px;
	font-family: verdana;
}
#sorttable_sortrevind {
	font-size: 8px;
	line-height: 10px;
	font-family: verdana;
}

/* ---- TD Elements ---- */
td
{
    color: black;
    padding: 5px;
    border: 1px solid #999;
    margin: 0px;
    text-align: center;
    background-color: #f5f5f5;
}

div.newscontent table {
	border: 0;
}

div.newscontent td {
	border: 0;
	background-color: 0;
	text-align: left;
}

td.alt, tr.alt td
{
      background-color: #EEEEEE;
}


/* Label Column */
td.lblcol
{
    font-weight: bold;
    text-align: right;
}


/* Plain Table */
table.plain {
    border: 0px solid black;
    background: transparent;
    padding: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 8px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: auto;
}
table.plain th
{
    font-size: 14px;
    font-weight: bold !important;
    border: 0px solid black;
    background: transparent !important;
    background-image: none !important;
    padding: 2px 5px;
    height: auto;
}
table.plain td
{
    padding: 2px 5px;
    border: 0px solid black;
    margin: 0px;
    text-align: left;
    background-color: transparent;
    vertical-align: top;
}
.checkbox_blockdisplay .checkbox_block
{
	display: block;
}

/* **************************************************************************** */
/* CUSTOM MENUS *************************************************************** */
/* **************************************************************************** */

/* Horizontal Menu */
ul.localmenu
{
    /*display: block;*/
    text-align: center;
    list-style: none;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 5px;
    width: auto;
}

ul.localmenu li
{
    display: inline;
    background: transparent none no-repeat;
}

ul.localmenu li a
{
	font-weight: bold;
	font-size:   12px;
	text-decoration: none;
}

ul.localmenu li a:hover
{
	text-decoration: underline;
}

ul.localmenu li.activeitem
{

	margin:  2px 0px;
	padding: 6px 4px 6px 4px;
}


/* **************************************************************************** */
/* CUSTOM LAYOUTS ************************************************************* */
/* **************************************************************************** */

/* dual column full page layout methods */
#rightcol {
	position: absolute;
	right: 2%;
	top: auto;
	margin-top: 5px;
	width: 47%;
}

#leftcol {
	position: absolute;
	left: 2%;
	top: auto;
	margin-top: 5px;
	width: 47%;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.centerobject {
	margin-left: auto;
	margin-right: auto;
}

.leftobject {
	margin-left: 0px;
}

.rightobject {
	margin-right: 0px;
}

/* for when forms aren't registered as forms */
.error {
	color: red;
}
.small {
	font-size: 12px;
}

/* for wz_tooltip.js so that the borders aren't huge. Ugly names...need to kill sometime */
.tooltip table, .tooltip tr , .tooltip td {
	padding: 0px;
	margin: 0px;
}

.footernote {
	border: 1px solid black;
	background: #f5f5f5;
	font-size: smaller;
	margin: 10px;
	padding: 5px;
	text-align: center;
}

.quizlist div.quizgroup {
	margin: 5px 10px 5px;
}
.quizlist div.quizgroup table {
	width: 100%;
}

/* **************************************************************************** */
/* GENERIC QUIZ STUFF ********************************************************* */
/* **************************************************************************** */
.quizidentify {
	width: 400px;
	margin: 20px auto;
}

/* **************************************************************************** */
/* LEGACY COMPATIBILITY ********************************************************* */
/* **************************************************************************** */
label.optionlabel {
	display: inline;
	font-weight: normal;
}

/* Easy way to hide things*/
.hideme
{
	display: none !important;
}


/* **************************************************************************** */
/* CK EDITOR ****************************************************************** */
/* **************************************************************************** */
.cke_dialog .ImagePreviewBox  {
    max-width: 800px;
}

.cke_dialog .ImagePreviewBox * {
    white-space: normal !important;
}
