.float_side
{
	float: left;
}
.float_inverse
{
	float: right;
}
.float_right
{
	float: right;
}
.float_left
{
	float: left;
}
.float_center
{
	margin: 0px auto;
}
.floatRight
{
	float: right;
}
.floatLeft
{
	float: left;
}
.clear
{
	clear: both;
}
html { overflow:scroll;}
/*body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, table, iframe, fieldset, input, textarea, p, blockquote, th, td*/
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, table, iframe, fieldset, input, textarea, blockquote, th, td
{
	margin: 0px;
	padding: 0px;
	/*font-family: Arial;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul, ol, li, p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body
{
}
a img
{
	border: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0px;
}
ol, ul, dl
{
	/*list-style: none;*/	
}
ul
{
	margin-left: 30px;
	margin-top: 10px;
}
p
{
	margin-bottom: 0px;
}

/*
div > ul
{
	margin-left: -10px;
}
*/
b, .b, strong
{
	font-weight: bold;
}
.nb
{
	font-weight: normal !important;
}
.dir_side
{
	direction: ltr;
}
.dir_inverse
{
	direction: rtl;
}
.d_none
{
	display: none;
}

div.wrapper
{
	margin: 0px auto;
	width: 980px !important;
	/*position: relative;*/
	display: block;
}
div.header
{
	/*position: relative;
	top: 0px;
	right: 0px;
	display: block;
	width: 979px;*/
	width : 100%;
	text-align : right;
}
div.footer
{
    /*position: relative;
	top: 10px;
	right: 0px;*/
    margin-top: 10px;
	display: block;
	width: 979px;
	/*margin-top: 10px;*/
	clear: both;
}
div.upper_menu_wrapper
{
    background-color: #9CC43B;
    line-height: 30px;
}
img.fimage_with_onclick
{
    position:absolute;
    z-index:10;
    cursor:hand;   
}

/************************************************************/
/* CSS by Itzik */
/************************************************************/
.abstract
{
	margin-bottom: 10px;
	line-height: 20px;
}
.small_text
{
	font-size: 11px;
}
a
{
	text-decoration: none;
	/*color: #262C68;*/
	color: #002BB8;
}
a:hover
{
	/*color: #f06d00;*/
	text-decoration: underline;
	color: #002BB8;
}
.form_raw
{
	clear: both;
	display: table;
	margin-bottom: 10px;
	height: 20px;
}
.mandatory
{
	color: #ec1c24;
	font-weight: bold;
	font-size: 13px;
	padding-right: 3px;
}
img.mandatory_placeholder
{
	width: 10px;
	height: 0px;
}
.verisign_logo
{
	margin: 30px 0px 20px;
}
/************************************************************/
/******************************************/
/* CSS for User Messages */
/******************************************/
div.error_box
{
	width: 100%;
	padding: 0px;
	font-weight: bold;
	margin: 10px auto;
	text-align: center;
	font-size: 13px;
	background-color: #ffaeae;
	color: #ab0000;
	position: relative;
}
div.error_box p
{
	padding: 9px 0px;
	margin: 0px;
	text-align: left;
}
div.error_box img
{
	margin: 3px 10px 3px 6px;
	float: left;
	width: 26px;
}
span.crnr_err_t_l
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../../Images/crnr_t_l.gif) no-repeat left top;
	width: 10px;
	height: 10px;
}
span.crnr_err_t_r
{
	position: absolute;
	top: 0px;
	right: -1px;
	background: url(../../Images/crnr_t_r.gif) no-repeat right top;
	width: 10px;
	height: 10px;
}
span.crnr_err_b_l
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../../Images/crnr_b_l.gif) no-repeat left bottom;
	width: 10px;
	height: 10px;
}
span.crnr_err_b_r
{
	position: absolute;
	bottom: 0px;
	right: -1px;
	background: url(../../Images/crnr_b_r.gif) no-repeat right bottom;
	width: 10px;
	height: 10px;
}
.error_msg
{
	color: #c60000;
	font-weight: bold;
}
/******************************************/
/******************************************/
/* CSS for Titles */
/******************************************/
h1.main_title
{
	font-size: 18px;
	color: #9dc63a;
	font-weight: bold;
}
div.general_title h2
{
	color: #9dc63a;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
h1.general_title
{
	color: #9dc63a;
	font-size: 18px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	border-bottom: solid 1px #CBCDDB;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
h2.general_title
{
	color: #9dc63a;
	font-size: 12px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	border-bottom: solid 1px #CBCDDB;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
h1.side_title
{
	border-bottom: solid 3px #262C68;
	margin-bottom: 8px;
	text-align: center;
	color: #262C68;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px;
}
div.sec_title
{
	margin-bottom: 30px;
	text-indent: 25px;
	color: #272c67;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
}

/******************************************/

div.lc_content
{
    border: solid 1px #D4D5E1;
	padding: 10px 10px 30px 10px;
	margin:5px 5px 5px 5px;
}
div.lc_title
{
	font-size: 23px;
	color: #9DC63B;
	padding-bottom: 10px;
	font-weight: bold;
}

div.lc_text
{
	font-size: 13px;
	color: #262C68;
}


div.lc_button
{
    cursor:pointer;
	border: solid 1px #DCDDE7;
	height: 29px;
	line-height: 29px;
	margin-top: 10px;
	width: 155px;
}

div.lc_button img
{
	cursor: pointer;
	width:17px;
	height:29px;
	margin-right:10px;
}

div.lc_button A, div.lc_button A:Hover
{
	font-size: 14px;
	color: #262C68;
	font-weight: bold;
	line-height: 29px;
	text-decoration: none;
}