﻿/* global settings*/

a:link, a:visited
{
	color: #300845;
	
}

a:hover, a:focus, a:active
{
	color: #692e93;
}


/* JSS banner */
.JSSbanner, .JSSbanner a:link, .JSSbanner .links a:visited
{
	/*color:#fff !important;*/
	text-decoration: none;
}





.navlist
{
	background: url(../../Images/JSS/jss_tab_alt.gif) no-repeat top left;
}



.bannerWidth .search
{
	font-size: .7em;
	position: absolute;
	top: 38px;
	right: 25px;
	color: #FFF;
}
.bannerWidth, /* JSS top menu*/ .topmenu
{
	height: 28px;
	padding-left: 2px;
	padding-top: 149px;
}
.topmenu table
{
	background: url(../../Images/JSSNnavbg_separate.gif) no-repeat top left;
}

.menu
{
	height: 28px;
	color: #fff !important;
	background: url(../../Images/JSSNnavbg_separate.gif) no-repeat top right;
}
.menu a:link, .menu a:visited, .menu a:hover
{
	color: #fff !important;
	font-size: .7em;
	background-image: none !important;
}
.menu .bg
{
	background: url(../../Images/JSSNnavbg_separate.gif) no-repeat top right;
	height: 28px;
	font-size: .8em;
}
.menu .selected
{
	color: #fff;
	height: 28px;
	font-size: .8em;
}

/* Content table structure*/
.contentholder
{
	width: 954px;
	margin: 0 auto;
}
.leftcol
{
	background-color: #fff;
	vertical-align: top;
	width: 0px;
}
.content
{
	font-size: .8em;
	min-height: 400px;
}


.logos td
{
	font-size: .8em;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
}

.logos td img
{
	margin: 5px;
	border: 0px;
}



/* JSS Home and portal pages */

iframe
{
	overflow: scroll; /* 	overflow-x:hidden;*/
}
.false
{
	color: #900;
}

a img.link
{
	border: 2px solid white;
	padding: 5px;
}
a img.link:hover
{
	border: 2px solid silver;
	-moz-border-radius: 5px 5px;
	padding: 5px;
}
.loginField
{
	background-image: url(../../Images/loginBG.jpg);
	background-repeat: no-repeat;
	width: 382px;
	height: 215px;
	padding: 20px;
	margin: 20px;
}
#paper
{
	float: left;
	clear: both;
	vertical-align: middle;
}
.paperwidth
{
	width: 944px;
	background: url(../../Images/paperBG.jpg) repeat-x top left;
	height: 150px;
	padding-left: 10px;
}

#paper a
{
	display: inline;
	list-style: none;
	background-image: url(../../Images/general0.jpg);
	background-repeat: no-repeat;
	width: 146px;
	height: 150px;
	float: left;
	clear: none;
	border: none;
	text-decoration: none;
}


#paper img
{
	border: none;
}

#paper a:hover
{
	background-image: url(../../Images/general1.jpg);
	background-repeat: no-repeat;
	width: 146px;
	height: 150px;
	border: none;
	text-decoration: none;
}

a#singleItem
{
	background-image: url(../../Images/paper0.gif);
	clear: none;
	float: left;
	width: 250px;
	height: 200px;
	text-align: center;
}
a#singleItem:hover
{
	background-image: url(../../Images/paper1.gif);
	width: 250px;
	height: 200px;
	text-align: center;
}

a#lastItem
{
	background-image: url(../../Images/final0.jpg);
	clear: none;
	float: left;
}
a#lastItem:hover
{
	background-image: url(../../Images/final1.jpg);
}
a#firstItem
{
	background-image: url(../../Images/first0.jpg);
	clear: none;
	width: 204px;
	float: left;
	text-align: center;
}
a#firstItem:hover
{
	background-image: url(../../Images/first1.jpg);
	clear: none;
	width: 204px;
	float: left;
	text-align: center;
}

/* THEME colours slider */

.jss_standard, .jss_standard .back, .jss_standard .next
{
	background-color: #300845; /* add THEME colour here  */
}
.HomeWelcome
{
	width: 302px;
}
.HomeWelcome h1
{
	background: url(../../Images/corner_shadow_home.gif) no-repeat top left;
	padding: 20px;
	margin-top: 0;
	padding-bottom: 0;
}
.HomeWelcome p
{
	padding: 20px;
}
/* Announcements Home */

.AnnounceHomeTile
{
	background: url(../../Images/jss_cont_box_tile.gif) repeat-y top left;
	width: 302px;
	position: relative;
	height: 300px;
}

.AnnounceHomeHd
{
	background: #300845 url(../../Images/jss_announce_header_home.png) no-repeat bottom left;
	width: 302px;
	height: 61px;
}
.AnnounceHomeBottom
{
	background: url(../../Images/jss_cont_box_btm.gif) no-repeat bottom left;
	width: 302px;
	height: 35px;
	font-size: .8em;
	position: absolute;
	bottom: 0;
}

.AnnounceHomeBottom div
{
	padding: 10px;
}

a.ViewAll:link, a.ViewAll:visited
{
	float: right;
}
/*a.tooltip span
{
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	text-decoration: none;
}
a.tooltip:hover span
{
	display: inline;
	position: absolute;
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #6c6c6c;
	text-decoration: none;
}*/

/* Events Cal Home */

.EventsCalTile
{
	background: url(../../Images/jss_cont_box_tile.gif) repeat-y top left;
	width: 302px;
	position: relative;
	height: 300px;
}

.EventsCalHd
{
	background: #300845 url(../../Images/jss_events_header_home.png) no-repeat bottom left;
	width: 302px;
	height: 61px;
}



/* Login page*/

.loginBg
{
	background: url(../Images/loginBG.jpg) no-repeat;
	width: 400px;
	height: 235px;
}
.loginBg h1
{
	font-size: 1.1em;
	color: #000;
	margin-bottom: 5px;
	padding-top: 15px;
	border: none;
	margin-left: 40px;
}







/* Event Management filter  */
.eventsfilter
{
	background: url(../Images/EventsFilter_bg.jpg) repeat-y top left;
	width: 250px;
	font-size: .8em;
}

.eventsfilter h1
{
	color: #4E4E4E;
	font-size: 1.2em;
	border: none;
	padding: 10px;
	margin: 0;
}
.eventsfilter select
{
	font-size: .9em !important;
}
#igcalctl00_ContentPlaceHolder1_ctrlEventsFilter_ctl00_DrpPnl_Calendar1, #igcalctl00_ContentPlaceHolder1_ctrlEventsFilter_ctl02_DrpPnl_Calendar1
{
	font-size: .8em;
}
/* User Management filter  */
.UMfilter
{
	background: url(../Images/UserManagmentFilter_bg.jpg) repeat-y top left;
	width: 769px;
	font-size: .8em;
}


.UMfilter h1
{
	color: #4E4E4E;
	font-size: 1.2em;
	border: none;
	padding: 10px;
	margin: 0;
}

.UMfilter input[type="text"], .UMfilter select
{
	font-size: 1.1em;
}


/* Snapshot Report filter  */
.snapshot
{
	background: url(../Images/Snapshot_bg.jpg) repeat-y top left;
	width: 320px;
	font-size: .8em;
	text-align: left;
}

.snapshot h1
{
	color: #4E4E4E;
	font-size: 1.2em;
	border: none;
	padding: 10px;
	margin: 0;
}
.snapshot select
{
	font-size: .9em !important;
}

/* Snapshot Report dynamic table settings  */
.registration table
{
	width: 100%;
}
.registration table th
{
	text-align: left;
	font-weight: normal;
	background-color: #e0e0e0;
	padding: 5px;
	padding-right: 20px;
}
.registration table td
{
	padding: 5px;
	text-align: right;
}

.registration table th.sm, .registration table td.sm
{
	text-align: right;
	width: 40px;
}
.registration table td.state
{
	font-weight: bold;
	border-bottom: 1px solid #c1c1c1;
	padding-top: 10px;
	text-align: left;
}
.registration table td.stateother
{
	text-align: right;
	border-bottom: 1px solid #c1c1c1;
}

.registration table td.statename
{
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}

/* Postlogin Welcome page  */

.homePanelBg
{
	float: left;
	width: 380px;
}

/* Event Clendar style  */
.month
{
	background: url(../Images/CalendarTopBg.jpg) no-repeat top left;
	height: 39px;
}


.month td
{
	text-align: center !important;
}
.month td a:link
{
	font-size: .8em;
}
.calendarDayCell td
{
}

td.calendarDayCell a:link
{
	color: #000;
}


/* Create Event Registration tab filter  */
.EventRegFilter
{
	background: url(../Images/event_reg_bkg_tile.jpg) repeat-y top left;
	width: 769px;
}

/* Create Event evaluations tab */

.sectionDiv
{
	margin-bottom: 25px;
}
.sectionDiv input[type="text"]
{
	margin-right: 2px;
	width: 80px !important;
}

.classNameLabelDiv, .evLabel
{
	width: 160px;
	text-align: right;
	float: left;
	padding-right: 10px;
}
.questionDiv
{
	float: left;
}
.questionDiv div, .classNameDiv
{
	margin-bottom: 3px;
}
.questionDiv input[type="text"], .classNameDiv input[type="text"]
{
	margin-right: 2px;
	width: 410px !important;
}
input[value="xAdd Custom Question"]
{
	margin-left: 165px;
}
input[value="xAdd Section"]
{
	background: #fff url(../Images/bt_med.gif) no-repeat;
	font-weight: bold;
	height: 20px;
	width: 150px;
	margin: 0;
	padding: 0;
	border: 0px;
	color: #666;
	cursor: pointer;
}

input[value="xAdd Custom Question"], input[value="xPopulate from Template"]
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 3px;
	background: #fff url(../Images/bt_large.gif) no-repeat;
	font-weight: bold;
	height: 20px;
	width: 200px;
	padding: 0;
	border: 0px;
	color: #666;
	cursor: pointer;
}

input[value="xPrint Eval. Form"]
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 3px;
	background: #fff url(../Images/bt_med.gif) no-repeat;
	font-weight: bold;
	height: 20px;
	width: 150px;
	padding: 0;
	border: 0px;
	color: #666;
	cursor: pointer;
}
.emptyDiv
{
	clear: both;
	border-top: 1px solid #999;
	height: 15px;
}

/* tooltip 1*/

#DHTMLgoodies_formTooltipDiv
{
	color: #000;
	font-size: 0.7em;
	line-height: 120%;
}
#DHTMLgoodies_formTooltipContent
{
	padding-top: 5px;
}
.DHTMLgoodies_formTooltip_closeMessage
{
	color: #FFF;
	font-size: 0.8em;
}

/* tooltip2 */

div.tooltip
{
	border: 0;
	padding: 10px;
	margin: 10px;
	position: relative;
}

div.hint
{
	background: url(../Images/tool_tip_tri.gif) no-repeat top left;
	color: #444;
	font-size: .8em;
	padding: 0 5px 5px 20px;
	width: 250px;
	position: absolute;
	margin: 0 0 0 14px;
	display: none;
}


/*Event Gadget verticals*/
table.EventPreview
{
	width: 100%;
}
table.EventPreview td
{
	padding-top: 10px;
}

.EventPreview a:link, .EventPreview a:visited
{
	font-weight: bold;
}


/* JSS Home and portal pages */
.paddingLeft
{
	padding-left: 10px;
}
.paddingRight
{
	padding-right: 10px;
}
.marginLeft
{
	margin-left: 10px;
}
.content li
{
	padding-top: 10px;
}

iframe
{
	overflow: scroll;
}
.false
{
	color: #900;
}
.floatLeft
{
	float: left;
	clear: none;
}
.floatRight
{
	float: right;
	clear: none;
}
.oneThird
{
	width: 29%;
}
.twoThird
{
	width: 59%;
}
.clearLeft
{
	clear: left;
}
.clearBoth
{
	clear: both;
}
a img.link
{
	border: 2px solid white;
	padding: 5px;
}
a img.link:hover
{
	border: 2px solid silver;
	-moz-border-radius: 5px 5px;
	padding: 5px;
}
.loginField
{
	background-image: url(../Images/loginBG.jpg);
	background-repeat: no-repeat;
	width: 382px;
	height: 215px;
	padding: 20px;
	margin: 20px;
}


.loginTab
{
	background: url(../../Images/JSS/jss_reg_but.gif) no-repeat top left;
}

/*sitemap overrides*/
/*div.footermenuwrapper ul.listMenu li, div.footermenuwrapper ul.listMenu li ul#submenu li
{
	width: 190px;
}*/



/* Did You Know Background */

.didYouKnowBackground 
{
    background: #692e91 url(../../Images/did-you-know-bkg-jss.gif) no-repeat left top;
}

