*
{
	margin: 0;
	padding: 0;
}

html
{
	font-size: 12px;
	height: 100%;
	width: 100%;
}

body
{
	-x-system-font: none;
	color: black;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	height: 100%;
	width: 100%;
	position: relative;
	background-color: #b3beb8;
}

html > body
{
	font-size: 12px;
}

img
{
	border: medium none;
}

a
{
	text-decoration: none;
	width: 100%;
	color: #298787;
}

a:hover
{
	text-decoration: none;
}

a:focus
{
	outline-style: none;
}

strong, b
{
	font-weight: bold;
}

input, select
{
	-x-system-font: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin: 1px;
	padding: 2px;
}

textarea
{
	overflow: hidden;
	font-family: Lucida Console, monospace;
	margin-bottom: 10px;
	margin-top: 10px;
}

em
{
	font-size: 1em;
	font-style: normal;
}

ul, li, form
{
	margin: 0;
	padding: 0;
}

* html ul li
{
	height: 1%;
}

ul li
{
	list-style-type: circle;
	list-style-position: inside;
	text-indent: 2px;
}

ol li
{
	list-style-type: decimal;
	list-style-position: inside;
	text-indent: 10px;
}

.button
{
	vertical-align: middle;
	padding: 2px;
	height: 26px;
}

#bottom_strip
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background-color: #1c4235;
	color: white;
	height: 22px;
	width: 100%;
	min-width: 900px;
	text-align: center;
	font-size: 12px;
	vertical-align: bottom;
}

#supported_by
{
	font-size: 10px;
	line-height: 12px;
}

.bold_text
{
	font-weight: bold;
	color: black;
}

.bold
{
	font-weight: bold;
}

.wide_textbox
{
	width: 340px;
}

.wide_textarea
{
	width: 345px;
}

.compose_textarea
{
	width: 640px;
	font-family: Lucida Console, monospace;
	font-size: 12px;
}

.compose_textarea_wide
{
	width: 100%;
	font-family: Lucida Console, monospace;
	font-size: 12px;
	overflow: auto;
	padding: 0px;
	margin: 0px;
	white-space: pre;
}

.restraints_textarea_wide
{
	width: 100%;
	font-family: Lucida Console, monospace;
	font-size: 12px;
	overflow: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	white-space: pre;
}

#main_table
{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

#main_div
{
	padding: 2px;
	font-size: 12px;
	text-align: justify;
	overflow: auto;
	padding-right: 6px;
	height: 350px;
	width:350px;
}

.content_table
{
	width: 100%;
}

.font_10
{
	font-size: 10px;
}

.wide_cell
{
	width: 100%;
	height: 100%;
	padding: 10px;
}

.padding_10
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
}

.wide
{
	width: 100%;
	font-size: 12px;
}

.valign_top
{
	vertical-align: top;
	height:100%;
}

.valign_middle
{
	vertical-align: middle;
}

.valign_bottom
{
	vertical-align: bottom;
}

.container_div
{
	padding: 6px;
	overflow: hidden;
	min-height: 500px;
	vertical-align: middle;
	text-align: center;
	min-width: 500px;
	
}

.small_a
{
	font-size: 10px;
	padding-top: 2px;
}

ul.ul_home
{
	padding-bottom: 6px;
}

ul.ul_home li
{
	text-indent: 6px;
	padding: 6px;
}

ul.acc_set li
{
	text-indent: 6px;
	padding: 0px;
}

ul.ul_supported li
{
	text-indent: 4px;
	padding: 4px;
}

.light_grey_td
{
	background-color: #dae0dd;
}

.light_grey_table
{
	background-color: #dae0dd;
	width: 100%;
	font-size: 12px;
	border-top: 0px solid #b0b0b0;
	border-bottom: 0px solid #b0b0b0;
}

.menu_table
{
}

.contact_table input
{
	padding: 0px;
	margin: 0px;
}

.contact_table td
{
	vertical-align: top;
}

.contact_table2
{
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

.progress_table
{
	border-collapse: collapse;
	padding: 6px;
	margin: 6px;
}


.contact_table2 textarea
{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
	overflow: auto;
}

.contact_table2 td
{
	vertical-align: top;
	padding: 2px;
}

.contact_table3
{
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

.contact_table3 td
{
	padding-left: 10px;
	padding-right: 10px;
}

.progress_table_main
{
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.action
{
	cursor: pointer;
}

.white_action
{
	cursor: pointer;
	color: White;
	padding: 2px;
}

.validation_error_text
{
	color: #c00000;
	padding-bottom: 4px;
}
.userId_validation
{
	border: 1px solid red;
	padding: 0;
	margin: 0;
}
.validation_td
{
	padding-bottom: 2px;
	padding-left: 4px;
}

.error
{
	color: #c00000;
}

.error li
{
	text-indent: 20px;
}

.ok
{
	color: #00b050;
}
.validation_table
{
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}
.validation_ok_text
{
	color: #00b050;
	padding-bottom: 4px;
}

.indent_p
{
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.padding_left_20
{
	padding-left: 20px;
}

.padding_left_10
{
	padding-left: 10px;
}

.menu_little_span
{
	padding-left: 10px;
	line-height: 20px;
}


.red
{
	color: Red;
}
.green
{
	color: Green;
}

.indent_p2
{
	margin-left: 36px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.light_grey_table td
{
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.grey_td
{
	background-color: #cacaca;
}

.dark_grey_td
{
	background-color: #b3beb8;
}

.white_td
{
	background-color: white;
}

.table_padding_6_rl td
{
	padding: 0px 6px 0px 6px;
}

#main_form
{
	height: 100%;
	width: 100%;
}

#contact_table td
{
	padding: 6px;
}

#logo
{
	margin-top: 16px;
	margin-bottom: 16px;
	margin-right: 16px;
	margin-left: 24px;
}

.top_align_td
{
	vertical-align: top;
}

.greenDiv
{
	color: #298787;
	font-weight: bold;
}

.ul_login_valid li
{
	text-indent: 0px;
	padding: 0px;
}

.tvul li
{
	list-style-type: none;
}

.acc_set_form
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

.set_validation_table
{
	width: 100%;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

.set_validation_table td
{
	padding: 4px;
	border: 1px solid #b0b0b0;
}

.data_div
{
	padding: 0px;
	margin: 0px;
	width: 100px;
	font-family: Lucida Console, monospace;
	font-size: 12px;
	overflow: scroll;
}

.set_list_table
{
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

.data_td
{
	overflow: scroll;
	width: 100px;
}

.set_list_table td
{
	padding: 4px;
	border: 1px solid #b0b0b0;
}

.set_validation_input
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	font-family: Lucida Console, monospace;
	font-size: 12px;
}

.set_validation_textarea
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	font-family: Lucida Console, monospace;
	font-size: 12px;
	overflow: auto;
}

.arrow
{
	font-size: 10px;
	color: #b0b0b0;
}
.task_table
{
	padding: 10px 0px 10px 0px;
}
.task_table td
{
	font-family: Lucida Console, monospace;
}
.grey_font
{
	color: #898989;
}
.errorDiv
{
	overflow: auto;
	width: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
}
.errorDivInnerTable
{
	max-height: 80px;
	overflow: auto;
	width: 100%;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	margin-top: 4px;
}

.email_notif_table td
{
	padding: 4px;
}

ol.list_numeric li{
	list-style-type: decimal;
}

ol.list_letters li{
	list-style-type: lower-latin;
	padding-left: 20px;
}

.helpGreenDiv 
{
	color: #298787;
}

.helpDiv
{
	padding: 10px 0px 10px 0px;
}

.blackAction 
{
	color: Black;
}


/* TAB MENU   
----------------------------------------------------------*/

.rounded_div_left
{
	width: 16em;
}

.rounded_div_t
{
	min-height: 470px;
	height: 100%;
	background-color: White;
	width:100%;
}

#menucontainer
{
	width: 100%;
}

ul.ulmenu
{
	position: relative;
	text-align: left;
	width: 100%;
}

ul.ulmenu li
{
	list-style: none;
	width: 100%;
	display: block;
	list-style-position: outside;
	text-indent: 0px;
	line-height: 20px;
}

ul.ulmenu li a
{
	color: black;
	width: 100%;
	display: block;
}

ul.ulmenu li a:hover
{
	background-color: #dae0dd;
}

ul.links 
{
	
}	
ul.links li
{
	text-indent: 6px;
	padding: 4px;
}


/*-----USER_MENU----*/

ul.ulmenu_user
{
	text-align: left;
	width: 100%;
	padding: 2px;
	text-indent: 0px;
}

ul.ulmenu_user li
{
	list-style: none;
	width: 100%;
	display: block;
	list-style-position: outside;
	line-height: 20px;
	margin-bottom: 10px;
	text-indent: 0px;
}

ul.ulmenu_user li a
{
	color: black;
	width: 100%;
	display: block;
}

ul.ulmenu_user li a:hover
{
	background-color: #b3beb8;
}



.task-log {
	font-family: monospace;
	font-size: 10px;
	white-space: pre-wrap;
}

