/******************************************************************************************************************************

	HEADER CSS

******************************************************************************************************************************/

.tbl_top
{
	position: relative;
	width: 950px;
	height: 30px;
	background-color: #619615;
}

.tbl_header
{
	position: relative;
	width: 950px;
	height: 120px;
	
	border-left: 1px dotted gray;
	border-right: 1px dotted gray;
	background-color: #FFFFFF;
}

.logo_img
{
	position: absolute;
	top: 10px;
	left: 10px;
}

.web_dev_icons
{
	position: absolute;
	top: 30px;
	right: 15px;
}

/******************************************************************************************************************************

	MAIN MENU CSS

******************************************************************************************************************************/

.html_content
{
	padding: 20px;
	font-size: 13px;
	font-family: Arial;
	letter-spacing: 1px;
}

.tbl_menu
{
	position: relative;
	width: 950px;
	height: 40px;
}

.menu_bar_wrapper
{
	position: absolute;
	width: 950px;
	height: 40px;
	top: 0px;
	left: 0px;
}

.menu_bar
{
	padding-top: 8px;
	padding-right: 10px;
	float: right;
}

.menu_bar_item
{
	font-size: 14px;
	font-family: Arial, Helvetica;
	text-decoration: none;
	color: #333333;
	letter-spacing: 1px;
}

.menu_bar_spacer
{
	color: #333333;
	font-size: 18px;
	font-family: Arial;
	padding-left: 1px;
	padding-right: 1px;
}

/******************************************************************************************************************************

	FOOTER CSS

******************************************************************************************************************************/

.tbl_footer
{
	position: relative;
	width: 950px;
	height: 100px;
	background-color: #619615;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.foot_counter
{
	font-size: 13px;
	font-family: Arial, Helvetica;
	color: gray;
	padding-top: 5px;
}

.bottom_padding
{
	height: 10px;
}

.copyright_text
{
	position: absolute;
	top: 70px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica;
}

.tos_privacy
{
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica;
}

.tos_privacy_url
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica;
}

.footer_menu_wrapper
{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
}

.footer_menu_item
{
	font-size: 12px;
	font-family: Arial, Helvetica;
	text-decoration: none;
	color: #FFFFFF;
	letter-spacing: 1px;
}

.footer_menu_spacer
{
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial;
	padding-left: 3px;
	padding-right: 3px;
}

.bottom_text
{
	font-size: 13px;
	font-family: Arial, Helvetica;
	letter-spacing: 1px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer_url
{
	font-size: 13px; font-family: Arial; color: #333333; letter-spacing: 3px; text-decoration: none;
}

.footer_url_separator
{
	font-size: 15px; font-family: Arial; font-weight: bold; color: silver; padding-left: 10px; padding-right: 10px;
}

/******************************************************************************************************************************

	COMMON ELEMENTS CSS

******************************************************************************************************************************/

.languages_bar
{
	float: right;
	padding-top: 2px;
	padding-right: 10px;
}

.title_navi_wrapper
{
	width: 100%;
	border-bottom: 0px dotted gray; 
	text-align: left;
	/*background-image: url(../graphic/bg_body.png);*/
}

.title_navi
{
	text-decoration: none;
	font-size: 13px;
	font-family: Arial, Helvetica;
	color: #990134;
	letter-spacing: 1px;
}

.title_navi_highlight
{
	text-decoration: none;
	font-size: 13px;
	font-family: Arial, Helvetica;
	color: #990134;
	letter-spacing: 1px;
	font-weight: normal;
}

.body
{
	position: relative;
	margin: 0px;
	padding-bottom: 20px;
}

.tbl_body
{
	position: relative;
	width: 950px;
	min-height: 450px;
	border-left: 1px dotted gray;
	border-right: 1px dotted gray;
	background-color: #FFFFFF;
}

.content
{
	width: 98%;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	font-size: 15px;
	color: #333333;
	text-align: justify;
}

.table
{
	width: 100%;
	height: 450px;
	border: 0px;
}

.table_column
{
	border-right: 0px dotted gray;
}


.rt_panel_content
{
	float: right;
	width: 700px;
	background-color: #E5E5E5;
	padding: 15px;
	text-align: justify;
	font-size: 14px;
	font-family: Arial, Helvetica;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}

.logo_image
{

}

.user_bar_link
{
	font-size: 13px; 
	font-family: Arial; 
	letter-spacing: 1px; 
	color: #333333; 
	text-decoration: none;
}



.drop_menu_wrapper_categories
{
	position: absolute;
	top: 35px;
	left: 10px;
	
	display: none;
	width: 980px;
	min-height: 150px;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid gray;
	
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	
	z-index: 9999999999;
	box-shadow: 3px 3px 3px #888888;
	
	text-align: left;
}




/******************************************************************************************************************************

Last Modified : June 05, 2014 

******************************************************************************************************************************/