/* CSS Document */ /* WIDE LAYOUT */ /***
/*** TAG (SITE-WIDE) STYLES *****************************************************************/
body
{
	background-color: #FFFFFF;
	color: #292929;
	margin: 0px;
	height: 100%;
}

html
{
	height: 100%;
}

body,td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form
{
	margin: 0px;
	padding: 0px;
}

a:link
{
	color: #E3900E;
	text-decoration: none;
}

a:visited
{
	color: #E3900E;
	text-decoration: none;
}

a:hover
{
	color: #E3900E;
	text-decoration: underline;
}

h1
{
	font-family: Century Gothic, Helvetica;
	font-size: 28px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;
	letter-spacing: -0.03em;
}

h2
{
    margin:0px;
    font-size:18px;
    font-weight:normal;
}

h3
{
    margin:0px;
    font-size:14px;
    letter-spacing:-0.03em;
    line-height:18px;
}

h4
{
	background-image: url(im/_else/bg_newstitle.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	margin-bottom: 1px;
	font-size: 13px;
	color: #222222;
	background-color: #EAEAEA;
	padding: 0px 5px 0px 5px;
	line-height: 20px;
}

p
{
	margin-top: 5px;
	margin-bottom: 12px;
}

blockquote
{
	margin-left: 15px;
	padding-left: 0px;
	margin-top: 5px;
	padding-top: 0px;
}

.textfield
{
	background-color: #FFFFFF;
	border: 1px solid #888888;
	padding: 2px;
	background-image: url(im/_else/bg_textfield.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.submit
{
	background-color: #CCCCCC;
	border: 1px solid #555555;
	background-image: url(im/_else/bg_formbutton.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

.error
{
	background-color: #F8D3D3;
	border-bottom: 1px solid #BB0000;
	color: #BB0000;
	line-height: 18px;
	font-weight: bold;
	padding: 4px;
	margin-top: 2px;
	display: block;
	margin-bottom: 5px;
}

.statusmsg
{
	background-color: #CBF3AB;
	border-bottom: 1px solid #95D75F;
	color: #57A31A;
	line-height: 18px;
	font-weight: bold;
	padding: 4px;
	margin-top: 2px;
	display: block;
	margin-bottom: 5px;
}

#errormsg a
{
	font-size: 11px;
}

#errormsg a:link
{
	color: #292929;
}

#errormsg a:visited
{
	color: #292929;
}

#errormsg a:hover
{
	color: #292929;
}

.smalltext
{
	font-size: 11px;
}

.fielderror
{
	font-size: 11px;
	font-weight: bold;
	color: #aa0000;
	background-image: url(im/_else/error_icon.gif);
	background-position: left middle;
	background-repeat: no-repeat;
	padding-left: 15px;
	display: block;
}

.columnheader td
{
	background-color: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
}

.tableheader th
{
	color: #FFFFFF;
}

.tableheader td
{
	background-color: #C58D31;
	color: #FFFFFF;
	border-bottom: 1px solid #c58d31;
	line-height: 18px;
}

.tableheader td p
{
	margin: 0px;
	padding: 0px;
}

.zebra td
{
	background-color: #F6F6F6;
}

.talltable td
{
	line-height: 18px;
	height: 22px;
}

.toolbarbox
{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 3px;
}

.toolbar
{
	background-image: url(im/_else/bg_form.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #F0F0F0;
	height: 24px;
}

.toolbarbutton
{
	border: 1px solid #C0C0C0;
	background-image: url(im/_else/bg_toolbarbutton.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #F5F5F5;
	padding: 4px;
	position: relative;
	margin-right: 1px;
	font-weight: normal;
}

.toolbar td>a
{
	position: relative;
	padding-bottom: 3px;
}

.toolbarbutton img
{
	border: none;
	vertical-align: bottom;
}

.toolbarbutton:link
{
	background-image: url(im/_else/bg_toolbarbutton.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #666666;
}

.toolbarbutton:visited
{
	color: #666666;
}

.toolbarbutton:hover
{
	background-image: none;
	background-color: #FAFAFA;
	color: #E3900E;
	text-decoration: none;
}

.selectable
{
	background-color: #F6F6F6;
	margin-bottom: 2px;
	padding: 2px;
}

.selectable a:link
{
	color: #C58D31;	
}

.selectable a:visited
{
	color: #C58D31;	
}

.selectable .actions
{
	float: right;
}

.selectable .title
{
	font-weight: bold;
	color: #c58d31;
}

/***
/*** MAIN LAYOUT STYLES *********************************************************/
#headerrow
{
	min-height: 100px;
	width: auto;
}

#header
{
	min-width: 960px; /* WIDE LAYOUT */
	width: 90%; /* WIDE LAYOUT */
	text-align: left;
}

#buttonrow
{
	background-position: center;
	background-repeat: repeat-x;
	height: 35px;
	width: auto;
}

#buttons
{
	min-width: 960px; /* WIDE LAYOUT */
	width: 90%; /* WIDE LAYOUT */
	text-align: left;
	vertical-align: middle;
}

#contentrow
{
	background-color: #FFFFFF;
	background-image: url(im/_else/bg_contentrow.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 400px;
	min-height: 400px;
	width: auto %;
	padding-top: 10px;
}

#footer
{
	background-color: #FFFFFF;
	min-width: 880px; /* WIDE LAYOUT */
	width: 70%; /* WIDE LAYOUT */
	text-align: left;
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	font-size: 11px;
	color: #AAAAAA;
	clear: both;
}

#contentbox
{
	background-color: white;
	min-width: 960px; /* WIDE LAYOUT */
	width: 90%; /* WIDE LAYOUT */
	max-width: 1600px; /* WIDE LAYOUT */
	text-align: left;
	min-height: 500px;
	display: block;
}

#menu
{
	display: block;
	float: left;
	width: 150px; /* WIDE LAYOUT */
	margin-top: 10px;
	margin-left: 4px;
}

#content
{
	margin-left: 240px;
	margin: 0px 10px 20px 170px; /* WIDE LAYOUT */
	padding: 10px 0px 0px 10px;
	background-color: #FFFFFF;
	min-height: 300px;
	text-align: left;
	border-left: 1px solid #EEEEEE;
	width: auto;
}

#content-left
{
	float: left;
	background-image: url(im/_else/content_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
}

#content-right
{
	float: right;
	background-image: url(im/_else/content_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
}

#userdiv
{
	display: block;
	background-color: #FFFFFF;
	background-image: url(im/_else/bg_userdiv.gif);
	background-position: top;
	background-repeat: repeat-x;
	float: right;
	width: 240px;
}

#userdiv-right
{
	float: right;
	background-color: #DDDDDD;
	background-image: url(im/_else/userdiv_right.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 13px;
	height: 40px;
}

#userdiv-left
{
	height: 24px;
	padding-bottom: 6px;
	padding-top: 10px;
	font-size: 11px;
	background-image: url(im/_else/userdiv_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 18px;
}

#userdiv a:hover
{
	background-color: #BBBBBB;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}

#usertools
{
	float: right;
	position: relative;
	top: -4px;
	left: 4px;
	background-image: url(im/_else/bg_usertools.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 32px;
	height: 22px;
	padding-top: 2px;
	padding-right: 2px;
	white-space: nowrap;
	text-align: right;
}

#usertools img
{
	border: none;
	vertical-align: bottom;
}

#usertools a
{
	margin-right: 7px;
}

#menu a
{
	display: block;
	line-height: 24px;
	background-color: #EEEEEE;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 1px;
	padding-left: 10px;
	border-top: 1px solid #DDDDDD;
}

#menu #currentMenu
{
	background-position: bottom;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}

#menu a:link
{
	color: #666666;
}

#menu a:visited
{
	color: #666666;
}

#menu a:hover
{
	background-color: #EEEEEE;
	text-decoration: none;
	background-image: none;
	padding-left: 5px;
}

/***
/*** TAB STYLES ****************************************************************/
#buttons a
{
	float: left;
	display: block;
	position: relative;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 6px;
	padding-top: 5px;
	padding-bottom: 8px;
	height: 16px;
}

#buttons a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

#buttons a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#buttons a:hover
{
	/*background-color: #c58d31;*/
	color: #FFFFFF;
	padding-bottom: 5px;
	border-bottom: 3px solid #E3900E; /*#C58D31; */
}

#buttons-right
{
	float: right;
}

#buttons-right a:link
{
	color: #EEEEEE;
	font-weight: bold;
}

#buttons-right a:visited
{
	color: #EEEEEE;
	font-weight: bold;
}

#selectedTab
{
	float: left;
	display: block;
	margin-top: 2px;
	position: relative;
	top: 3px;
}

#selectedTab-main img
{
	float: left;
	position: relative;
	top: -4px;
	left: -4px;
	margin-right: 2px;
}

#selectedTab-main
{
	float: left;
	display: block;
	background-image: url(im/_else/bg_selectedtab.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #222222;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 10px;
	height: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

#selectedTab-left
{
	float: left;
	background-image: url(im/_else/selectedtab_left.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 5px;
	height: 33px;
}

#selectedTab-right
{
	float: left;
	background-image: url(im/_else/selectedtab_right.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 5px;
	height: 33px;
}

.admintabs
{
	border-bottom: 1px solid #BBBBBB;
	height: 25px;
	margin-bottom: 15px;
}

.admintabs a
{
	line-height: 26px;
	border: 1px solid #BBBBBB;
	padding: 5px;
	margin-right: 1px;
	padding-top: 4px;
	border-bottom: none;
	background-color: #FFFFFF;
	background-image: url(im/_else/bg_textfield.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.admintabs #currentMenu
{
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
	font-weight: bold;
	background-image: none;
}

.admintabs #currentMenu :link
{
	color: #292929;
}

.admintabs #currentMenu :visited
{
	color: #292929;
}

/***
/*** SPECIFIC STYLES ************************************************/
.detailtable
{
	background-image: url(/im/_else/bg_commentshadow.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: 1px solid #CCCCCC;
}

td a:link
{
	color: #292929;
}

td a:visited
{
	color: #242424;
}

td a:hover
{
	color: #242424;
}

.currentpage
{
	border: 1px solid #c58d31;
	background-color: #C58D31;
	font-weight: bold;
	padding: 3px;
	line-height: 22px;
	color: #FFFFFF;
}

.pagingnumber
{
	border: 1px solid #c58d31;
	color: #c58d31; /* #E3900E; */
	font-weight: bold;
	padding: 3px;
	line-height: 22px;
}

.pagingnumber:link
{
	color: #c58d31;
}

.pagingnumber:hover
{
	color: #c58d31;
}

.pagingnumber:visited
{
	color: #c58d31;
}

.thumb:hover
{
	text-decoration: none;
}

.selected
{
	padding: 3px;
	background-color: #C58D31;
	/* background-image: url(/im/_else/bg_currentmenu.gif); */
	background-position: bottom;
	background-repeat: repeat-x;
	border-color: #c58d31;
	color: #FFFFFF;
	font-weight: bold;
}

#menu .submenu
{
	display: block;
	line-height: 20px;
	font-size: 11px;	
	background-color: #FFFFFF;
	margin-bottom: 0px;
	padding-left: 10px;
	border-color: #FFFFFF;
}

#menu .submenu:hover
{
	color: #0064AA;
	border-bottom-color: #0064AA;
	background-color: #FFFFFF;
	text-decoration: none;
	background-image: none;
	padding-left: 5px;
	border-left: 5px solid #0064AA;
}

.label_column
{
	width: 180px;
}

.login_table
{ 
	padding: 7px 0px 7px 10px;
	border-bottom: solid 1px #eaeaea;
	width: 700px;
}

.collapse-menu
{
	margin: 0px 10px 20px 10px !important; /* WIDE LAYOUT */
	padding: 10px 0px 0px 10px;
	background-color: #FFFFFF;
	min-height: 300px;
	text-align: left;
	border-left: none !important;
	width: auto;
}

.induction-container
{
	width:90%
}

.induction-row
{
	clear: left;
	height: 75px;
}

.induction-type
{
	float: left;
}

.induction-status
{
	float: left;
}

.induction-details
{
	float: left;
	width: 65%;
	background-image: url(/im/_else/bg_induction_centre.gif);
	height: 75px;
	overflow:hidden;
}

.induction-detailsleft
{
	background-image: url(/im/_else/bg_induction_left.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 75px;
	width: 21px;
	float: left;
}

.induction-detailsright
{
	background-image: url(/im/_else/bg_induction_right.gif);
	background-repeat: no-repeat;
	height: 75px;
	width: 21px;
	float: right;
}

.induction-detailscontent
{
	padding: 15px;
	overflow:hidden;

}

.induction-packagename
{
	margin: 0px;
	margin-bottom: 3px;
	font-size: 20px;
}


.induction-description
{
	margin: 0px;

	font-size: 12px;
}

#induction-quiz
{
	clear: left;
	margin-top: 15px;
}

.induction-question
{
	border-top: 1px solid #CCCCCC;
	padding: 10px;
}

.induction-question table
{
	margin-top : 6px;
	margin-left: 10px;
}

.induction-question .button
{
	margin-top:5px;
}

#cancel
{
	display: inline-block;
	margin-left:10px;
	
}

#save, #submit_declaration
{
	margin-top:10px;
		display: inline-block;
}

#print
{
	margin-top:10px;
	margin-left:5px;
}

#quiz-questions
{
	border-collapse: collapse;	
	margin-bottom: 5px;
}

#quiz-questions td
{
	border-bottom: 1px solid #CCC;
	padding:5px;
}
