body
{
	color: #000033;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	margin: 0; /*background-color: */
	padding: 0;
	vertical-align: top;
	background-color: #FFFFFF;
}

a
{
	color: #003399;
	text-decoration: none;
}

a:visited
{
	color: #003399;
}

a:hover
{
	color: #FF9933;
}

a:active
{
	color: #003399;
}

h1, h2, h3, h4
{
}

h1
{
	padding-top: 8px;
	font-size: large;
	font-weight: bold;
}

h2
{
	font-size: larger;
	font-weight: bold;
}

h3
{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1.12em;
	margin-top: 1.0em;
}

h4
{
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 1.12em;
	margin-top: 1.0em;
}


hr
{
	border: 0;
	border-top: 1px solid #BABABA;
	height: 1px;
}

img
{
	border-width: 0;
}

p
{
	line-height: 1.4em;
}

textarea
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
}
.cb
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	color: #184A69;
}
.box, .datebox
{
	background: url(../../images/bg-box4.gif) #FFFFFF top left repeat-x;
	border-bottom-color: #DFE5E7;
	border-left-color: #A8BAC2; /*#FFCC00;  great green-grey: 94A6AE */
	border-right-color: #DFE5E7;
	border-style: solid;
	border-top-color: #A8BAC2;
	border-width: 1px;
	color: #184A69;
}

.button
{
	border: solid 1px gray;
	padding: 3px 10px 3px 10px;
	cursor: pointer;
	height: 26px;
}

.warning
{
	color: #FF0033;
}

.jrp-type
{
	width: 500px;
	height: 50px;
	border: solid 1px gray;
	padding: 10px;
	margin: 10px;
	cursor:pointer;
}

.title
{
	width: 300px;
	height: 20px;
	font-size: medium;
	font-weight: bold;
	color: #3766B3;
	cursor:pointer;
}

.note
{
	width: 300px;
	height: 25px;
	margin: 0px 0px 0px 25px;
	cursor:pointer;
}
.checkbox_print
{
	/*display: none;*/
}

.no_print
{
	display: inherit;
}

#header
{
	border-bottom: 1px solid #333;
	height: 98px;
	background: url(../../images/rp-banner2.jpg) no-repeat;
	background-position: center;
}


#layout_panel
{
	width: 798px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #336699;
}


#left_menu
{
	width: 190px;
	height: 100%;
	float: left;
	padding-top: 40px;
	padding-left: 0px;
}

/**/
#content
{
	margin-left: 200px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px;
	min-height: 500px;
}

#footer
{
	background: url(    '../../images/footer-blue.gif' ) repeat-x top;
	padding-top: 10px;
	text-align: center;
	border-top: solid 1px #336699;
	clear: both;
	font-size: 85%;
	height: 37px;
	color: White;
}
#footer a
{
	color: Silver;
}
#footer a:hover
{
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

#footer_logo
{
	clear: both;
	text-align: center;
}

#print_panel
{
	text-align: center;
}

/* resit */
.resit_title
{
	clear: left;
	text-align: center;
}

#resit_header h1
{
	text-align: center;
}

#resit_header p
{
	text-align: left;
	padding: 30px 10px 10px 180px;
	line-height: 1.6em;
}

@media print
{
	body
	{
		color: #000000;
		font-family: Trebuchet MS, Calibri, Cambria, serif;
		font-size: medium;
	}

	#header, #footer, #left_menu, #print_panel
	{
		display: none;
	}

	#content, #layout_panel
	{
		width: 100%;
		margin: 0px;
		padding: 0px;
		border: 0px;
	}

	img
	{
		border-width: 0;
	}

	p
	{
		line-height: 1.4em;
	}


	.box, .datebox
	{
		/*display:none; 	*/
		border: 0px solid #FFFFFF;
		color: #000000;
		background-image: none;
		font-family: Trebuchet MS, Calibri, Cambria, serif;
		font-size: medium;
		overflow: hidden;
	}
	.checkbox_print
	{
		display: inline;
	}
	.checkbox
	{
		border: 0px solid #FFFFFF;
		color: #000000;
	}
	.no_print
	{
		display: none;
	}



}
