﻿*
{
	margin: 0;
	padding: 0;
}
body
{
	background-color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
p
{
	margin-top: 1em;
	margin-bottom: 1em;
}

div, div:hover, div:active, a, a:hover, a:active, input
{
	outline: none;
}

/* ------------ FLOAT, ALIGN -er--------- */
.clearBoth
{
	clear: both;
	height: 0;
}
.fLeft
{
	float: left;
}
.fRight
{
	float: right;
}
.aLeft
{
	text-align: left !important;
}
.aRight
{
	text-align: right !important;
}
.aCenter
{
	text-align: center !important;
}
.vAtop
{
	vertical-align: top;
}
.vAbottom
{
	vertical-align: bottom;
}

.tooltip
{
	z-index: 5;
}

/* ------------ COMMON CONTROLS -------- */
.button
{
	border: 0;
	text-align: center;
	background-color: #8c8c8c;
	padding: 3px 5px;
	color: White;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

.tcButtonAccept
{
    border: 0;
	text-align: center;
	background-color: #00AF50;
	padding: 3px 5px;
	color: White;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

.tcButtonReject
{
    border: 0;
	text-align: center;
	background-color: #FE0000;
	padding: 3px 5px;
	color: White;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

.checkbox label
{
	vertical-align: top;
	padding: 0 1px 0 1px;
}
a.button
{
	padding: 4px 5px 3px;
	text-align: center;
}
.buttonDisabled
{
	border: 0;
	background-color: #BFBFBF;
	padding: 3px 5px;
	color: White;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}
.buttonDisabledTrue
{
	border: 0;
	background-color: #BFBFBF;
	padding: 3px 5px;
	color: White;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}
.btnGo
{
	border: 0;
	width: 29px;
	height: 23px;
	background-image: url('../images/buttonGO.gif');
	background-color: Transparent;
	cursor: pointer;
}
.buttonHelp
{
	border: 0;
	cursor: pointer;
	margin-left: 3px;
}

.btnGo:hover
{
	background-image: url('../images/buttonGO-hover.gif');
}
.link
{
	color: #25433B;
	font-size: 11px;
}
.linkBlue
{
	color: #3475CD;
	font-size: 10px;
}

.hr, .dottedLine
{
	width: 100%;
	height: 2px;
	border-bottom: 1px solid #808080;
	display: block;
	clear: both;
}
.dottedLine
{
	border-bottom: 1px dotted #737373;
}

.label
{
	text-align: left;
	float: left;
	font-size: 11px;
	font-weight: bold;
    color: #000;
}

.label-notes
{
	font-size: 11px;
	text-decoration: none;
}
.notes
{
	font-weight: bold;
	text-decoration: none;
}
.labelDefault
{
	font-size: 14px;
}

.editor
{
	float: left;
}
.textbox
{
	font-size: 11px;
	border: 1px solid #808080;
	height: 18px;
	padding-top: 1px;
	resize: none;
}
.add3LeftPadding 
{
    padding-left:3px;
}
.row
{
	margin-top: 10px;
	display: block;
}
.buttons-right
{
	text-align: right !important;
	padding-top: 5px;
}

.width50
{
	width: 50px;
}
.width100
{
	width: 100px;
}
.width120
{
	width: 120px;
}
.width150
{
	width: 150px;
}
.width200
{
	width: 200px;
}
.width230
{
	width: 230px;
}
.width250
{
	width: 250px;
}
.width300
{
	width: 300px;
	display: block;
}
.width400
{
	width: 400px;
	display: block;
}

.height25
{
	height: 25px;
}

.marginRight10
{
	margin-right: 10px;
}

.panel, .dottedPanelDarker
{
	background-color: #fff;
	padding: 0px 10px 10px 10px;
}
.normalPanel, .dottedPanel
{
	/* background-color: #F2F2F2; */
	padding: 10px;
}
.dottedPanel
{
	border: 1px dotted #737373;
}
.whitePanel
{
	border: 1px solid #737373;
	background-color: #fff;
	padding: 10px;
}

.reportPanel
{
	background-color: #D9D9D9;
	height: 65px;
	width: 375px;
}

.dropdownlist select
{
	border: 1px solid #808080 !important;
	height: 20px;
}

.divContent
{
	margin: 0px 10px 10px 22px;
	text-align: left;
}

input[type="radio"]
{
	font-size: 11px;
}
input[type="text"]
{
	font-size: 11px;
	border: 1px solid #808080;
}
select
{
	font-size: 11px;
	border: 1px solid #808080;
	height: 23px;
}

.rightDetailsBlock .dataBlock
{
	height: auto !important;
	background-color: #fff;
	margin-top: 10px;
}
.dataBlock
{
	padding: 15px 17px;
	position: relative;
}

.mailtbl
{
	border-spacing: 5px !important;
}
.mailtbl td
{
	padding: 5px !important;
}

.ColoredContent
{
	background-color: #DBDBDB;
	color: #333;
	border: 1px solid #DBDBDB;
}
.greyBorder
{
	border: 1px solid #DBDBDB;
}

.tableParams td
{
	/*width: 200px;*/
	padding-top: 22px;
}

.mainDivEnet
{
	background-color: #D9D9D9;
	padding: 15px 20px;
	height: 580px;
	width: 335px;
}

.table-with-padding td {
    padding-bottom: 10px;
}

/* ------------ MASTER ---------- */
.mainFon
{
	text-align: center;
	width: 1100px;
	background-color: #EBEBEB;
	margin-left: auto;
	margin-right: auto;
}

.mainFrame
{
	width: 970px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
.mainFrame .headerEnet
{
	width: 100%;
	height: auto !important;
}
.mainFrame .headerEnet .logo
{
	float: left;
	margin: 5px 5px;
}
.mainFrame .headerEnet .headerControls
{
	padding-right: 10px;
}
.mainFrame .headerEnet .headerControls .controls
{
	float: right;
	clear: right;
	margin-bottom: 11px;
}
.mainFrame .welcomeER
{
	margin: 10px 0 19px 0;
	height: 73px;
	background-image: url(../images/welcome.jpg);
}

.mainFrame .loginPanel
{
	float: left;
	min-height: 267px;
	background-color: #dbdbdb;
	border: 0;
	width: 466px;
	text-align: left;
}
.mainFrame .loginPanel .loginPanelContent
{
	padding: 30px 36px 26px 29px;
	float: left;
}
.mainFrame .loginPanel .rememberMe
{
	margin: 10px 0 10px 116px;
	font-size: 11px;
}
.mainFrame .loginPanel .forgottenPass
{
	margin: 5px 0 30px 116px;
}
.mainFrame .loginInfo
{
	float: right;
	height: 267px;
	width: 466px;
	background-color: #dbdbdb;
	border: 0;
	text-align: left;
}
.mainFrame .loginInfo span
{
	padding: 28px 28px 0px 28px;
	text-align: left;
	display: block;
	font-size: 11px;
}
.mainFrame .footer
{
	width: 100%;
	margin: 10px 0;
	height: 30px;
	background-color: #f2f2f2;
	clear: both;
	text-align: left;
}
.headerEnet
{
	background-image: url(../images/welcome.jpg);
}
.footer p
{
	margin-right: 15px;
	margin-top: 10px;
	text-align: left;
	float: right;
	color: #214B3F;
}

.lnkHome
{
	float: left;
	margin-left: 10px;
	margin-top: 4px;
}


/* ----------------------RAD TIME PICKER ------------------- */
.RadPicker_Default .rcCalPopup
{
	background-image: url(../images/calendar.png) !important;
	margin-left: 10px !important;
	height: 18px !important;
	width: 18px !important;
}

.RadPicker_Default a.rcCalPopup:hover
{
	background-position: 0px -0px !important;
}
.RadPicker_Default a.rcCalPopup:focus
{
	background-position: 0px -0px !important;
}
.RadPicker_Default a.rcCalPopup:active
{
	background-position: 0px -0px !important;
}

.timePickerInput
{
	border-right: 0 !important;
	height: 19px;
	border-color: #808080 !important;
}
.RadPicker .rcTable .rcInputCell
{
	padding: 0px !important;
}
.RadPicker td a
{
	margin: 0 !important;
}
/* ----------------------Menu ------------------- */
#nestedMenu
{
	background-color: #EBEBEB;
	padding-top: 10px;
}
.tabmenu
{
	display: block;
}
.nav
{
	padding: 0;
	clear: both;
	list-style: none;
	width: 970px;
	font-size: 15px;
	padding: 1px 0 0;
	cursor: pointer;
}
/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
.nav li
{
	float: left;
	display: block;
	width: 193px;
	background: #000;
	position: relative;
	z-index: 500;
	margin: 0px;
	border: 1px solid #595959;
	border-left-width: 0px;
}
.navimg
{
	padding: 3px 0px 5px 0px !important;
	margin: 0px;
	vertical-align: top;
	border: 0;
}
/* this is the parent menu */
.nav li a
{
	display: block;
	padding: 8px 5px 0 5px;
	font-size: 13px;
	font-weight: bold;
	height: 23px;
	text-decoration: none;
	color: inherit;
	text-align: center;
}
.nav li a:hover
{
	background: #20453D;
	text-decoration: none !important;
}
/* you can make a different style for default selected value */
.nav a.selected
{
	background: #20453D;
}
.sitemap
{
	text-align: left;
	margin: 5px;
	font-size: 11px;
	background-color: #EBEBEB;
	padding-bottom: 5px;
}
.currentMenu a
{
	text-decoration: none !important;
	font-weight: bold;
}
.navigation
{
	background-color: #EBEBEB;
}
/*    ------------- Menu Ends  ----------------------*/


/* ----------------------FirstLevelMenu ------------------- */
.nav1
{
	height: 44px;
	border-bottom: 1px dotted #737373;
	clear: both;
	list-style: none;
	width: 960px;
	cursor: pointer;
	display: block;
}
.nav1 li
{
	background-color: #808080;
	width: 129px;
	height: 45px;
	float: left;
	display: block;
	position: relative;
	z-index: 500;
	margin-left: 8px;
}
.nav1 li a
{
	color: inherit;
	display: block;
	font-size: 11px;
	height: 33px;
	padding: 12px 5px 0px 3px;
	text-align: center;
	text-decoration: none;
}
.nav1 li a:hover
{
	font-weight: bold;
	color: inherit;
	border-top: 1px solid #ABABAB;
	border-left: 1px solid #ABABAB;
	border-right: 1px solid #ABABAB;
}
.nav1 li:hover
{
	font-weight: bold;
	background-color: #fff;
}
.nav1 li a.selected
{
	font-weight: bold;
	background-color: #fff;
	border-top: 1px solid #ABABAB;
	width: 173px;
	border-left: 1px solid #ABABAB;
	border-right: 1px solid #ABABAB;
	color: #000 !important;
}

.nav1selected
{
	float: left;
	display: block;
	position: relative;
	z-index: 500;
	margin-left: 8px;
	background-color: #fff;
}
.nav1selected a
{
	font-weight: bold;
	border-top: 1px solid #ABABAB;
	border-left: 1px solid #ABABAB;
	border-right: 1px solid #ABABAB;
	color: #000;
}
.nav1selectedLink
{
	color: #000;
}

/*    ------------- FirstLevelMenu Ends  ----------------------*/


/* ----------------------SecondLevelMenu ------------------- */
.nav2
{
	/*padding: 10px 0px 0px 0px;*/
	clear: both;
	list-style: none;
	width: 950px;
	cursor: pointer;
	background-color: #fff;
	display: block;
}
.nav2 li
{
	background-color: #ABABAB;
	width: 148px;
	height: 22px;
	float: left;
	display: block;
	position: relative;
	z-index: 500;
	margin-left: 10px;
    margin-top: 10px;
	border-left-width: 0px;
}
.nav2 li a
{
	color: inherit;
	display: block;
	font-size: 11px;
	height: 20px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
}
.nav2 li:hover
{
	background-color: #20453D;
}
.nav2 li a.selected
{
	background-color: #20453D;
}
#buttonmenu
{
	background-color: #fff;
}

.nav2selected
{
	width: 120px;
	height: 25px;
	float: left;
	display: block;
	position: relative;
	z-index: 500;
	margin-left: 6px;
	border-left-width: 0px;
}

/*    ------------- SecondLevelMenu Ends  ----------------------*/

/* ----------------------ThirdLevelMenu ------------------- */
.nav3
{
	padding: 0px 0px 0px 0px;
	height: 44px;
	border-bottom: 1px dotted #737373;
	clear: both;
	list-style: none;
	width: 952px;
	cursor: pointer;
	background-color: #fff;
	display: block;
}
.nav3 li
{
	background-color: #808080;
	width: 175px;
	height: 45px;
	float: left;
	display: block;
	position: relative;
	z-index: 500;
	margin-left: 8px;
}
.nav3 li a
{
	color: #fff;
	display: block;
	font-size: 11px;
	height: 33px;
	padding: 12px 5px 0px 3px;
	text-align: center;
	text-decoration: none;
}
.nav3 li a:hover
{
	font-weight: bold;
	color: #000 !important;
	border-top: 1px solid #ABABAB;
	border-left: 1px solid #ABABAB;
	border-right: 1px solid #ABABAB;
}
.nav3 li:hover
{
	background-color: #fff;
}
.nav3 li a.selected
{
	font-weight: bold;
	background-color: #fff;
	border-top: 1px solid #ABABAB;
	border-left: 1px solid #ABABAB;
	border-right: 1px solid #ABABAB;
	color: #000 !important;
}


.nav3selected
{
	float: left;
	display: block;
	position: relative;
	z-index: 500;
	margin-left: 6px;
	background-color: #fff !important;
}
.nav3selected a
{
	font-weight: bold;
	border-top: 1px solid #ABABAB;
	border-left: 1px solid #ABABAB;
	border-right: 1px solid #ABABAB;
	color: #000 !important;
}
.nav3selectedLink
{
	color: #000 !important;
}

/*    ------------- ThirdLevelMenu Ends  ----------------------*/

/* ----------------------EmailMenu ------------------- */
/*
.nav4{ padding:30px 0px 0px 0px; margin-left:10px; clear:both; list-style:none; width:970px; cursor:pointer;}
.nav4 li {background-image:url(../images/emailMenuUnSelected.png); width:86px; height:23px; float:left; display:block; position:relative; z-index:500; margin-left:10px; border-left-width:0px;}
*/
.nav4
{
	padding: 10px 0px 0px 0px;
	clear: both;
	list-style: none;
	width: 950px;
	cursor: pointer;
	background-color: #fff;
	display: block;
}
.nav4 li
{
	background-color: #ABABAB;
	width: 200px;
	height: 22px;
	float: left;
	display: block;
	position: relative;
	z-index: 500;
	margin-left: 10px;
	border-left-width: 0px;
}

.nav4 li a
{
	color: #fff;
	display: block;
	font-size: 11px;
	height: 20px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
}

.nav4 li:hover
{
	background-color: #20453D;
}
.nav4 li a.selected
{
	background-color: #20453D;
}
#tabmenuEM
{
	background-color: #fff;
}
.nav4selected
{
	background-color: #20453D !important;
	width: 120px;
	height: 25px;
	float: left;
	display: block;
	position: relative;
	z-index: 500;
	margin-left: 6px;
	border-left-width: 0px;
}

/*
.nav4 li:hover{background-image:url(../images/emailMenuSelected.png) !important}
.nav4 li a.selected{background-image:url(../images/emailMenuSelected.png)}
*/
/*    ------------- EmailMenu Ends  ----------------------*/


.inbox a:hover
{
	background-image: url(../images/selectedSecMenuInbox.png) !important;
}
.inbox
{
	background-image: url(../images/unselectedSecMenuInbox.png) !important;
	width: 70px !important;
	height: 25px;
	text-decoration: underline;
	float: left;
	display: block;
	position: relative;
	z-index: 500;
	margin-left: 6px;
	margin-right: 14px;
	border-left-width: 0px;
}
.compose a:hover
{
	background-image: url(../images/emailMenuCompose.png) !important;
}
.compose
{
	background-image: url(../images/emailMenuCompose.png) !important;
	width: 86px !important;
	height: 23px;
	float: left;
	display: block;
	position: relative;
	z-index: 500;
	margin-left: 6px;
	border-left-width: 0px;
}


/*    ------------- Styles for selected menues  ----------------------*/
.selectedLiMain
{
	background: #20453D;
}
.selectedAMain
{
	color: #fff;
}

.inboxSelected
{
	background-image: url(../images/selectedSecMenuInbox.png) !important;
	width: 70px !important;
	height: 25px;
	float: left;
	display: block;
	text-decoration: underline;
	position: relative;
	z-index: 500;
	margin-left: 6px;
	margin-right: 14px;
	border-left-width: 0px;
}
.inboxSelected a:hover
{
	background-image: url(../images/selectedSecMenuInbox.png) !important;
}
/*    ------------- Styles for selected menues Ends  ----------------------*/

.lnkChange, .lnkChange a:visited
{
	color: #fff;
	font-size: 11px;
	margin-left: 10px;
}

.lbCeremonyName
{
	font-size: 16px;
	font-family: Sans-Serif;
	font-weight: bold;
}
.lbCeremonyPageInfo
{
	line-height: 18px;
	font-size: 11px;
	font-family: Sans-Serif;
	color: #fff;
}
.lnkClose
{
	top: -5px;
	position: relative;
}
.divCeremonyList
{
	display: none;
	margin-top: 5px;
}
.lblCopyCeremTitle
{
	color: #DCDCDC;
	font-weight: bold;
	font-size: 12px;
}
.ceremonyError
{
	padding: 10px;
}
.institutionList
{
	margin: 0 10px;
}

.filter .RadComboBox table td.rcbArrowCell
{
	width: 13px !important;
}

.controls .RadComboBox
{
	border: 1px solid #808080 !important;
}
.controls .RadComboBox_Default .rcbInputCellLeft, .controls .RadComboBox_Default .rcbArrowCellLeft, .controls .RadComboBox_Default .rcbArrowCellRight
{
	background-image: none !important;
	background-color: #fff !important;
}
.controls .RadComboBox_Default td.rcbArrowCellRight
{
	width: 19px !important;
	padding-top: 1px !important;
}
.controls .RadComboBox_Default td.rcbArrowCellRight a
{
	width: 18px !important;
	background-image: url('../images/combobox.png') !important;
	background-position: 0 0 !important;
}
.controls .RadComboBox .rcbArrowCell a
{
	height: 19px !important;
}


.rgMasterTable .rgFilterRow .RadComboBox_Default td.rcbArrowCell.rcbArrowCellRight a
{
	width: 13px !important;
	background-position: 0 0 !important;
}
/*    ------------- Dashboard  ----------------------*/
.dashboard
{
	padding: 10px;
	text-align: left;
}
.dashboardTitle, .lbPageTitle, .lbPageInfo, .lbDashboardInfo, .lnkNewCerem, lbAttendanceInfo
{
	color: #000;
	text-align: left;
	display: block;
}
.dashboardTitle
{
	font-size: 12px;
	font-weight: bold;
}
.lbPageTitle
{
	font-size: 12px;
	font-weight: bold;
}
.lbPageInfo
{
	font-size: 10px;
	margin-top: 15px;
}
.lbDashboardInfo
{
	font-size: 9px;
	margin: 10px 0;
}
.lnkNewCerem
{
	font-size: 10px;
}
.divCreateCerem
{
	text-align: center;
	border: 0;
	background-color: #8c8c8c;
	padding: 20px 22px;
	font-size: 11px;
	color: White;
	font-weight: bold;
	text-decoration: none;
}
.divDashboardSection
{
	margin-top: 10px;
}
.lblSectionTitle
{
	font: bold 12px Arial,Helvetica,sans-serif;
	color: #000;
	float: left;
}
.dashboardBlock
{
	background-color: #fff;
	border: 1px solid #A6A6A6;
	margin-top: 10px;
	padding: 15px;
	width: 861px;
}
.data-set
{
	clear: left;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin-top: 10px;
}
.data-card-number
{
	width: 90px;
	padding: 10px;
	background-color: #ececec;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 9px;
	margin: 4px;
	float: left;
}
.data-count
{
	font-size: 34px;
	margin: 5px 0;
}
.dashboardDataLabel
{
	height: 30px;
}
.dashboardPrevYear
{
	margin-top: 5px;
}
.divDashboardCeremonyStart
{
	float: left;
	font-weight: bold;
	text-align: left;
	margin: 15px 0 0 20px;
}
.dashboardBlockContent
{
	border-top: 1px dotted #737373 !important;
	margin-top: 10px;
}
.dashboardGraphs
{
	padding: 10px;
	width: 410px;
}
.dashboardStudents
{
	border: 0;
	border-left: 1px dotted #737373;
}
.lbAttendanceInfo
{
	font-size: 10px;
	font-weight: bold;
	margin-top: 15px;
}
.divNoChartData
{
	color: Red;
	font-weight: bold;
	height: 191px;
}
.divNoChartData div
{
	padding: 70px 0 70px 40px;
}
.dashboardStaffTitle
{
	font-size: 11px;
	margin: 15px 0 15px 10px;
}
.ceremonyHeader
{
	float: left;
	padding: 15px;
	text-align: left;
	width: 615px;
}
/*    ------------- Dashboard Ends ------------------*/


/*    ------------- Emails ----------------------*/
.dottedPan
{
	background-color: #D9D9D9;
	border: 1px dotted #737373;
	width: 116px;
	height: 20px;
	margin: 5px 0px 8px 0px;
	font-size: 11px;
	text-align: left;
	padding: 4px 0px 0px 7px;
}
.dottedPan1
{
	background-color: #F2F2F2;
	border: 1px dotted #737373;
	width: 116px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	text-align: left;
	text-decoration: underline;
	padding: 4px 0px 0px 7px;
}
.bigPanels
{
	float: left;
	margin: 0px 0px 25px 20px;
}
.bigPanel
{
	background-color: #D9D9D9;
	float: left;
	width: 212px;
	height: 184px;
	margin: 0px 18px 0px 0px;
	padding: 15px 20px 0px 15px;
	text-align: left;
}

.inboxPan
{
	background-color: #F2F2F2;
	float: left;
	margin: 10px 20px 10px 20px;
	padding: 5px 7px 50px 7px;
}

.descript
{
	text-align: left;
	margin-left: 18px;
}

.textboxEmail
{
	font-size: 11px !important;
	padding: 5px 0px 5px 5px !important;
	margin-left: 12px !important;
	border: 1px solid #808080;
}
.subjectBar
{
	margin-top: 20px;
	margin-bottom: 8px;
	text-align: left;
	padding-left: 6px;
}
.subjectBar1
{
	margin-top: 12px;
	text-align: left;
	margin-bottom: 8px;
	padding-left: 20px;
	padding-top: 10px;
}
.marLR
{
	margin-left: 20px;
	margin-right: 20px;
}
.questText
{
	margin-top: 20px;
	text-align: left;
	font-weight: bold;
}
.bottomDottedPan
{
	width: 881px;
	height: 20px;
	border-bottom: 1px dotted #737373;
}
.buttAl
{
	margin-top: 50px;
	margin-right: 20px;
	text-align: right;
}
.buttAl1
{
	margin-right: 20px;
	text-align: right;
}
.buttAl2
{
	margin-top: 13px;
	margin-right: 20px;
	text-align: right;
}
.mDiv
{
	background-color: #F2F2F2;
	margin: 0px 25px 0px 20px;
	padding-bottom: 130px;
}

.greyPanel
{
	background-color: #E5E5E5;
	border: 1px dotted #ACACAC;
	padding-top: 23px;
	border-top: 1px dotted black;
	height: 45px;
	font-weight: bold !important;
	margin-top: 15px;
}

.greyPanel .RadComboBox
{
	width: 340px !important;
	margin-bottom: 5px;
	margin-right: 7px;
}
.greyPanel .RadComboBox_Default .rcbInputCellLeft, .greyPanel .RadComboBox_Default .rcbArrowCellLeft, .greyPanel .RadComboBox_Default .rcbArrowCellRight
{
	background-color: #F5F5F5 !important;
}
.greyPanel .RadComboBox .rcbInputCell .rcbInput
{
	font-size: 11px !important;
	font-weight: bold !important;
}
.greyPanel .RadComboBoxDropDown
{
	font-size: 11px !important;
	font-weight: bold !important;
}

.linkBtn
{
    background-color: #ABABAB;
    color: #fff;
    width: 200px;
    height: 22px;
    display: inline-block;
    margin-left: 10px;
    border-left-width: 0px;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
}
.linkBtn:hover
{
    background-color: #20453D;
}
/*    ------------- Emails Ends ------------------*/

/*    ------------- Orders ------------------*/
.mainDiv
{
	margin: 0px 20px 60px 25px;
}


.Title
{
	font-weight: bold;
	text-align: left;
	font-size: 13px;
}

.TitleU
{
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	text-decoration: underline;
}

.ordText
{
	margin-left: 17px;
	text-align: left;
	margin-top: 12px;
}
.ordLabels
{
	float: left;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	padding-top: 40px;
	padding-left: 17px;
}
.ordCombo
{
	text-align: right;
	padding-top: 40px;
	padding-left: 40px;
	margin-bottom: 15px;
}

.mainDiv .RadComboBox_Default, .mainDiv .RadComboBox_Default .rcbInput, .mainDiv .RadComboBoxDropDown_Default
{
	font: bold 11px Arial,Helvetica,sans-serif !important;
}
.ordGreyPan
{
	float: right;
	height: 80px;
	width: 225px;
	margin-right: 15px;
	background-color: #BFBFBF;
}
/*    ------------- Orders Ends ------------------*/

/*    ------------- Departments ------------------*/
.depCombo
{
	text-align: right;
	padding-top: 20px;
	padding-left: 40px;
	margin-bottom: 15px;
}

.divContent .RadComboBox_Default, .divContent .RadComboBox_Default .rcbInput, .divContent .RadComboBoxDropDown_Default
{
	font: bold 11px Arial,Helvetica,sans-serif !important;
}
/*    ------------- Departments Ends ------------------*/

/*    ------------- List boxes ------------------*/



.relateDepartments .RadListBox .rlbGroup
{
	width: 215px;
	height: 174px;
}
.relateDepartments .RadListBox table
{
	margin-right: 14px !important;
}
.relateDepartments .RadListBox td a.rlbButton .rlbButtonText
{
	visibility: hidden;
}
.relateDepartments .RadListBox td a.rlbButton .rlbButtonBL, .relateDepartments .RadListBox td a.rlbButton .rlbButtonBR, .relateDepartments .RadListBox td a.rlbButton .rlbButtonTR, .relateDepartments .RadListBox td a.rlbButton .rlbButtonTL
{
	background-image: none !important;
}
.relateDepartments .RadListBox .rlbButton
{
	margin-right: 0px;
	margin-top: 10px;
}



.largeDep .RadListBox .rlbGroup
{
	width: 225px;
	height: 140px;
}
.largeDep .RadListBox table
{
	margin-right: 40px !important;
}
.largeDep .RadListBox td a.rlbButton .rlbButtonText
{
	visibility: hidden;
}
.largeDep .RadListBox td a.rlbButton .rlbButtonBL, .largeDep .RadListBox td a.rlbButton .rlbButtonBR, .largeDep .RadListBox td a.rlbButton .rlbButtonTR, .largeDep .RadListBox td a.rlbButton .rlbButtonTL
{
	background-image: none !important;
}
.largeDep .RadListBox .rlbButton
{
	margin-right: 38px;
	margin-top: 10px;
}

.awards .RadListBox .rlbGroup
{
	width: 215px;
	height: 140px;
}
.awards .RadListBox table
{
	margin-right: 11px !important;
}
.awards .RadListBox td a.rlbButton .rlbButtonText
{
	visibility: hidden;
}
.awards .RadListBox td a.rlbButton .rlbButtonBL, .awards .RadListBox td a.rlbButton .rlbButtonBR, .awards .RadListBox td a.rlbButton .rlbButtonTR, .awards .RadListBox td a.rlbButton .rlbButtonTL
{
	background-image: none !important;
}
.awards .RadListBox .rlbButton
{
	margin-top: 10px;
}

.userDetails .RadListBox .rlbGroup
{
	width: 215px;
	height: 140px;
}
.userDetails .RadListBox table
{
	margin-right: 11px !important;
}
.userDetails .RadListBox td a.rlbButton .rlbButtonText
{
	visibility: hidden;
}
.userDetails .RadListBox td a.rlbButton .rlbButtonBL, .userDetails .RadListBox td a.rlbButton .rlbButtonBR, .userDetails .RadListBox td a.rlbButton .rlbButtonTR, .userDetails .RadListBox td a.rlbButton .rlbButtonTL
{
	background-image: none !important;
}
.userDetails .RadListBox .rlbButton
{
	margin-top: 10px;
}

.importStaff .RadListBox .rlbGroup
{
	width: 406px;
	height: 200px;
}
.importStaff .RadListBox table
{
	margin-right: 6px !important;
}
.importStaff .RadListBox td a.rlbButton .rlbButtonText
{
	visibility: hidden;
}
.importStaff .RadListBox td a.rlbButton .rlbButtonBL, .importStaff .RadListBox td a.rlbButton .rlbButtonBR, .importStaff .RadListBox td a.rlbButton .rlbButtonTR, .importStaff .RadListBox td a.rlbButton .rlbButtonTL
{
	background-image: none !important;
}
.importStaff .RadListBox .rlbButton
{
	margin-top: 15px;
}



.RadListBox td a.rlbTransferFrom
{
	width: 56px;
	height: 22px; 
}
    .RadListBox td a.rlbTransferFrom:before, .RadListBox td a.rlbTransferAllFrom:before, .RadListBox td a.rlbTransferTo:before,.RadListBox td a.rlbTransferAllTo:before {
        content: ">";
        color: white;
        padding-left: 22px;
        font-size: 14px;
        padding-top: 4px;
        position: absolute;
    }
.RadListBox td a.rlbTransferFromDisabled
{
	background-image: url(../images/buttonRight.png);
	width: 56px;
	height: 22px;
}
.RadListBox td a.rlbTransferAllFrom
{
	width: 56px;
	height: 22px;
}
    .RadListBox td a.rlbTransferAllFrom:before {
        content: ">>";
        padding-left: 18px;
    }
.RadListBox td a.rlbTransferAllFromDisabled
{
	background-image: url(../images/buttonAllRight.png);
	width: 56px;
	height: 22px;
}

.RadListBox td a.rlbTransferTo
{
	width: 56px;
	height: 22px;
}
    .RadListBox td a.rlbTransferTo:before {
        content: "<";
    }
.RadListBox td a.rlbTransferToDisabled
{
	background-image: url(../images/buttonLeft.png);
	width: 56px;
	height: 22px;
}
.RadListBox td a.rlbTransferAllTo
{
	width: 56px;
	height: 22px;
}
    .RadListBox td a.rlbTransferAllTo:before {
        content: "<<";
        padding-left: 18px;
    }
.RadListBox td a.rlbTransferAllToDisabled
{
	background-image: url(../images/buttonAllLeft.png);
	width: 56px;
	height: 22px;
}

.RadListBox td a.rlbTransferFrom:hover
{
	width: 56px;
	height: 22px;
}
.RadListBox td a.rlbTransferAllFrom:hover
{
	width: 56px;
	height: 22px;
}
.RadListBox td a.rlbTransferTo:hover
{
	width: 56px;
	height: 22px;
}
.RadListBox td a.rlbTransferAllTo:hover
{
	width: 56px;
	height: 22px;
}

.RadListBox td a.rlbMoveUp
{
	background-image: url(../images/buttonUp.png);
	width: 20px;
	height: 20px;
}
.RadListBox td a.rlbMoveUpDisabled
{
	background-image: url(../images/buttonUp.png);
	width: 20px;
	height: 20px;
}
.RadListBox td a.rlbMoveUp:hover
{
	background-image: url(../images/buttonUpHovered.png);
	width: 20px;
	height: 20px;
}
.RadListBox td a.rlbMoveDown
{
	background-image: url(../images/buttonDown.png);
	width: 20px;
	height: 20px;
}
.RadListBox td a.rlbMoveDownDisabled
{
	background-image: url(../images/buttonDown.png);
	width: 20px;
	height: 20px;
}
.RadListBox td a.rlbMoveDown:hover
{
	background-image: url(../images/buttonDownHovered.png);
	width: 20px;
	height: 20px;
}

.rlbItem
{
	text-align: left !important;
}
/*    ------------- List boxes Ends------------------*/

.mainHeading
{
	line-height: 35px;
	text-align: left;
}
.pageMargin
{
	margin-left: 10px;
	margin-right: 10px;
}
.pageMarginNoMenu
{
	margin-top: -15px;
}
.controlTopMargin
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.pageMarginX2
{
	margin-left: 20px;
	margin-right: 20px;
}


.SAsummaryBlock
{
	display: block;
	text-align: center !important;
	padding-top: 10px;
}
.SAsummaryBlockUL li
{
	list-style: none;
	float: left;
	margin-left: 20px;
	width: 160px;
	background-color: #E6E6E6;
	height: 62px;
	border: 1px dotted #A6A6A6;
}
.SAlblStaffDetail
{
	display: block;
	color: #000;
	font-size: 14px;
	padding-top: 8px;
	font-weight: bold;
	text-align: center;
}
.SAClassDetailCount
{
	font: bold 31px/30px Arial,Helvetica,sans-serif;
	color: #000;
	text-align: center;
	display: block;
	padding: 2px 0 0;
}

.AcadDet
{
	display: inline;
	float: right;
	height: 17px;
	vertical-align: bottom;
}
.horizontalListbox .rlbItem
{
	float: left !important;
}


.AttTimesH
{
	float: left;
	display: inline;
	padding: 0 25px 20px 25px;
	text-align: left;
	color: #000;
	font-size: 12px;
}
.AttTimesC
{
	font-size: 10px;
	margin-top: 5px;
	padding-left: 18px;
}

#toolTip
{
	padding: 5px;
	background-color: #577FAF;
	color: White;
	display: none;
	position: absolute;
}
.errorText, .errorDiv, .infoDiv, .contentInfoDiv
{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
.errorText
{
	color: Red;
}
.infoDiv
{
	background: rgb(37, 114, 61) url("../images/infoImage.png") no-repeat;	
	color: #ffffff;
	height: 63px;
}
.errorDiv
{
	background: #5E070D url("../images/errorImage.png") no-repeat;	
	color: #FFF;
	height: 63px;
}
.contentInfoDiv
{
	border: 1px solid #ccc;
	margin-left:10px;
	margin-right:10px;
	background-color: #eee;
	padding: 10px;
	width: auto !important;
}

.infoDivSmall
{
	background: rgb(37, 114, 61) url("../images/infoImageSmall.png") no-repeat;
	padding: 14px 0 0px 0px;
	color: #ffffff;
	height: 29px;
}
.errorDivSmall
{
	background: #5E070D url("../images/errorImageSmall.png") no-repeat;
	padding: 14px 0 0px 0px;
	color: #ffffff;
	height: 29px;
}
.errorDiv a
{
	color: #fff;
}

/*    ------------- Help------------------*/
.helpEnquire
{
	display: block;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}

.green
{
	color: Green;
}

.red
{
	color: Red;
}


.Col_6DFF3D
{
	color: #6DFF3D;
}

.TblHeder
{
	background-color: #BFBFBF;
	padding: 4px;
}

.TblRowPadding
{
	padding: 4px 0 4px 0;
}



.selectedRectangle
{
	background-color: #E6E6E6;
	border: 1px dotted #A6A6A6;
	padding: 5px;
}

.stepBlock
{
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 17px;
	height: 20px;
	padding: 3px 3px 3px 8px;
	width: 16px;
	vertical-align: top;
}

.padding5
{
	padding: 5px;
}
.padding10
{
	padding: 10px;
}
.paddingH10
{
	padding-left: 10px;
	padding-right: 10px;
}

.paddingTop20
{
	padding-top: 20px;
}
.usher-attendance-measuremets
{
	margin-bottom: 20px;
}
.usher-attendance-measuremets span
{
	text-align: right;
	margin: 2px 0px;
}
.usher-attendance-measuremets label
{
	margin-right: 10px;
	font-weight: bold;
}
.usher-attendance-measuremets input
{
	text-align: right;
}

.RadGrid .rgRow td.measurement-cell-style, .RadGrid .rgAltRow td.measurement-cell-style
{
	padding: 0px !important;
	margin: 0px !important;
	border: 1px solid #ddd !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.RadGrid .rgRow td.measurement-cell-style td, .RadGrid .rgAltRow td.measurement-cell-style td
{
	padding: 0px !important;
	margin: 0px !important;
	border: 1px solid #ddd !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.RadUpload_Default .ruButton, .RadUploadProgressArea_Default .ruButton
{
	border: 0 !important;
	text-align: center !important;
	background-color: #8c8c8c !important;
	padding: 3px 5px !important;
	color: White !important;
	font-weight: bold !important;
	cursor: pointer !important;
	text-decoration: none !important;
	background-image: none !important;
}

.RadUpload_Default .ruButtonHover
{
	background-color: #a6a6a6 !important;
}

#divImportStaff .RadUpload .ruBrowse, #divImportStaffXls .RadUpload .ruBrowse,
#divImportAtt .RadUpload .ruBrowse, #divImportStaffXls .RadUpload .ruBrowse
{
	width: 75px !important;
	margin-left: 10px !important;
	background-position: 0 0;
}

.RadUpload .ruBrowse
{
	width: 95px !important;
	margin-left: 22px !important;
	background-position: 0 0;
}

.RadUpload_Default *
{
	font-size: 12px !important;
	line-height: 1.24 !important;
	font-family: arial,Helvetica,sans-serif !important;
}


.NormalBoldText
{
	font-weight: bold;
}

.TableBackgroundStyle
{
	background-color: #E2E2E2;
	height: 25px;
}

div.CenterItems table td
{
	vertical-align: middle;
}

div.CenterItems table td input
{
	vertical-align: text-bottom;
	padding-right: 10px;
}


/*------------- Help and support ------------------*/
.searchBox
{
	height: 35px;
	background-color: #D0D0D0;
	text-align: left;
	padding: 17px 0px 10px 35px;
}
.italicFont
{
	font-style: italic !important;
}
/*------------- Help and support end --------------*/

.litleTextUsher
{
	font-family: verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: red;
	text-decoration: none;
}
.littleTextRed
{
	color: #666;
	font-family: verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

.tooltip
{
	display: none;
	background-color: white;
	border: 1px solid #808080;
	padding: 10px;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
	font-size: 11px;
	text-align: left;
}

.radtooltip
{	
	padding-left: 6px;	
}

.venueTitle
{
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	padding: 0 10px;
}
.divSelectCeremOuter
{
	border: 1px solid #DCDCDC;
	padding: 3px 0;
}
.divSelectCeremMain, .divSelectCerem
{
	background: #EBEBEB no-repeat;
	padding-left: 110px;
	height: 63px;
	color: #fff;
	text-align: left;
}
.divSelectCerem
{
	margin-left: -7px;
	position: relative;
	zoom: 1;
}
.dataCardFinal
{
	width: 90px;
	padding: 10px;
	background-color: #20453d;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 9px;
	margin: 4px;
	float: left;
}
.dataCountFinal
{
	font-size: 18px;
	margin: 15px 0;
}
.dataCardLinks
{
	width: 86px;
	height:91px;	
	background-color: #D9D9D9;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	margin: 4px;
	float: left;
	cursor:pointer;
	text-decoration:none;
	padding:10px 2px 4px 0;
	line-height:25px;
}
.divDashboardCeremonyName
{
	height: 32px;
	color: #fff;
	text-align: left;
}
.lbDashboardCeremonyName
{
	font-size: 14px;
	font-family: Sans-Serif;
	font-weight: bold;
	color:#fff;
	float:left;
	text-decoration:none;
}
.dashboardCeremonyExpand
{
	float: right;	
	color:#fff;
	font-weight: bold;	
}
.divCopyEventsToAllCeremonyDays
{
	padding-right: 5px; 
	padding: 10px;	
	position: absolute;
	left: 200px; 
	top: 200px; 
	z-index: 501; 
	border: 1px solid #000000;
	background-color: #fff;
}
.btnPositiveAction
{
    border: 0;
	text-align: center;
	background-color: #20453D;
	padding: 3px 5px;
	color: White;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;   
}
.errorNoConnection
{
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;	
	color:  #444;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #eee;
	padding:80px 0;
}
.confirmText
{
	margin:20px;
}
.confirmButtons
{
	text-align: right; 
	margin-right:15px;

}
.btnBottomRight
{
	position:absolute;
	bottom: 10px;
	right: 10px;
}
.dashboardUserInfo
{
	padding: 10px;
	width: 420px; 	
	border: 1px solid #A6A6A6;  
	background-color: #fff;
}
.reContentCell
{
    height: 100%;
    width: 100%;

}
.fileform 
{
        display: inline-block;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    height: 16px;
    overflow: hidden;
    padding: 2px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 334px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}
.fileform.enabled
{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    cursor: pointer;
}
.fileform .filename
{
    float: left;
    height: 100%;
    width: 75%;
    overflow: hidden;
    line-height: 16px;
}
.fileform .selectbutton 
{ 
    background-color: #A2A3A3;
    border: 1px solid #939494;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    color: #FFFFFF;
    float: right;
    font-size: 13px;
    height: 10px;
    line-height: 11px;
    overflow: hidden;
    padding: 2px 6px;
    text-align: center;
    vertical-align: middle;
}
.fileform .uploadInput
{
    position: absolute;
    top: 0;
    left: -88px;
    width: 126%;
    height: 20px;
    z-index: 20;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}
.fileform.enabled .uploadInput
{
    cursor: pointer;
}
.fileform.enabled:hover > .selectbutton
{
    background-color: #20453D;
    border: 1px solid #20453D;
}

 table.rbtList input {
      height: 25px;     
      width: 20px;      
}

.divContextualHelp
{
    background-color: #fff; 
    cursor: pointer;
	position: fixed; 
	top: 360px; 
	border: 1px solid #000; 
	padding: 2px 2px 2px 0;
	left: 0;
}

.divContextualHelp div
{
	background: url('../images/helpGuide.png'); 
    background-color: #000 !important;
	height: 104px; 
	width: 31px;
}

.divContextualSupport
{
    background-color: #fff;
    cursor: pointer;
	position: fixed; 
	top: 250px; 
	border: 1px solid #000; 
	padding: 2px 2px 2px 0;
	left: 0;
}

.divContextualSupport div
{
	background: url('../images/supportguide.png'); 
	height: 100px; 
	width: 31px;
}

.noDegreeItem
{
	border-bottom:1px solid black !important;
	margin-bottom: 20px !important;
}

.noDegreeItem
{
      border-bottom:1px solid black !important;
      margin-bottom: 20px !important;
}


/*------------- Terms and Conditions --------------*/
.termsConditions .tcFrame
{
    width: 100%;
    height: 300px;
    background-color: #d9d9d9;
    border: 1px solid #A6A6A6;
    text-align: left;
}

.termsConditions .tcFrame .tcTitle
{
    position: relative;
    width: 350px;
    height: 34px;
    top: 15px;    
    left: 15px; 
    background-color: #bfbfbf;    
    vertical-align: middle;
    font-weight: bold;
    text-decoration: underline;
    line-height: 33px;
}

.termsConditions .tcFrame .tcTitle span
{
    margin-left: 7px;
}

.termsConditions .tcFrame .tcBody
{    
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 7px;
    padding-right: 7px;
    height: 185px;
    border: 1px solid white;    
}

.termsConditions .tcFrame .tcBody .tcInnerBody
{         
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    border: 0px solid red;    
}

.termsConditions .tcFrame .tcButtons
{    
    border: 0px solid red;
    margin-top: 5px;
}

.termsConditions .tcFrame .tcButtons a
{
    color: #BB3A3C;
    margin-left: 35px;    
}

.termsConditions .tcFrame .tcButtons input[type=submit]
{    
    float: right;
    margin-right: 15px;      
    margin-top: 5px;    
}

.welcomeFrame 
{
    text-align: left;
    margin: 0 20px;
    font-size: 1.1em;
    background-color: #f2f2f2;
    border: 1px dotted #a6a6a6;     
    padding: 20px 0px 20px 10px;
    margin-bottom: 20px;
}

.welcomeText
{
    margin-left: 30px;
    margin-right: 40px;
    text-align: justify;
}

.welcomeInst 
{
	margin-top: 30px;
}

.uniLogoImageFF
{       
    border-color: #A6A6A6;
    vertical-align: middle;
}

.uniLogoImageAltStyle
{
    font-weight: bold;           
}

.uniLogoImageMsg
{
    overflow-y: auto;
    word-wrap: break-word;
    text-align: justify;
}

.uniLogoMsgDiv
{
    display: inline-block;	
    height: auto;
    max-height: 250px;
    border: 1px solid #A6A6A6;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px; 
}

.uniLogoMsgDivFF
{
    display: inline-block;	
    height: auto;
    max-height: 250px;
    border: 1px solid #A6A6A6;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px; 
    vertical-align: middle;
}

div.homeUniLogo 
{
    float: right;
    margin-right: 10px;
}

.imgGreyedOut
{
    opacity: 0.25;
    filter: alpha(opacity=25); /* msie */
}

div.homeLogoImage
{
    font-weight: bold;
    font-size: 14px; 
    display: inline-block;
    border: 1px solid #A6A6A6;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.homeLogoImageLink
 {
     vertical-align: middle;
}

.homeUniLogoLinkButton
{
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.hiddenElement 
{
	visibility: hidden;
}

.RadWindow_RedConfirm table.rwTitlebarControls 
{
    height: 30px;
    background-color: #C00000;
    border: 1px solid black;	
}

.RadWindow_RedConfirm table.rwTitlebarControls tr em 
{
	padding-top: 6px;
	color: #fff;
}

.RadWindow_RedConfirm table td.rwWindowContent 
{
	border: 1px solid black;
}

.RadWindow_RedConfirm table td.rwWindowContent div.confirmButtons 
{
	margin-right: 0px
}

.RadWindow_RedConfirm table.rwTitlebarControls tr ul.rwControlButtons
{
	background-image: url('../images/redWndClose.png');
	margin-right: 5px;
	width: 31px;
	height: 20px;	
}

.RadWindow_RedConfirm table.rwTitlebarControls tr ul.rwControlButtons a.rwCloseButton 
{
	cursor: pointer;
}

.RadWindow_RedConfirm table.rwTitlebarControls tr td:first-child
{
	background: url('../images/redWndInfoSmall.png') no-repeat center;
	padding-left: 15px;
	width: 31px;
	height: 20px;	
}

.chartDiv-composite
{
    display:block;
    padding-bottom: 10px;
}

.chartDiv-composite-header {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;	
	padding: 2px 0 2px 12px;	
	width:98%;
}

.chartDiv-composite-header:hover{
    background-color: #f5f5f5;
}

.chartDiv-composite-header-expandlink {
    float:right;    
    font-family: 'segoe ui', arial, sans-serif;
    font-size: 12px;	
    font-weight: normal;
    color:#000;
}

.chartDiv-composite-body {
	display:none;
	padding-top:10px;
	margin-left:3px;
}

.chartDiv-count 
{
    width:350px;
}

.chartDiv-percent 
{
    width:250px;
}

.date-time-spacing
{
    margin-left: 10px;
}

.label-semiheader {
    font-size: 1.2em;
    line-height: 175%;
}

.header-radgrid {
    font-family: Arial,Helvetica,sans-serif;
    padding-left: 12px;
}

/*Questionnaries*/
.question-table{
    width:100%;
    border: 1px solid;
}

.question-table th {
    border-bottom: 1px solid #DEDEDE;
}

.question-table td {
    padding: 5px;
    border-bottom: 1px solid #DEDEDE;
}

.question-table-row{
    word-wrap: break-word; 
}

.addPopup-table {
    margin:5px;
}

.addPopup-table td{
    padding:3px 0;
}

.addPopup-buttons{
    text-align:right;
    margin-top:15px;
}

.addPopup-answer-option-table th{
    background-color: #DEDEDE;
    font-weight: bold;
    height: 25px;
    vertical-align: middle;
    text-align: center;
    padding:4px;
}

.addPopup-answer-option-table td {
    padding: 5px;
    text-align:center;
    vertical-align: middle;
}

.nounderline {
    text-decoration: none
}

    .nounderline:visited {
        text-decoration: none;
    }
/*End Questionnaries*/

.studentGraduationStatus
{
	margin-top: 12px;
	text-align: left;
	margin-bottom: 8px;
	padding-left: 20px;
	padding-top: 10px;
}