/* CSS Document */

/* TEXTS */

.title_sidebar {
	font-family: "Arial Narrow";
	font-size: 20px;
	font-weight: bold;
	color: #DADADA;
}

.sidebar_subTitle {
	font-family: "Arial Narrow";
	font-weight: bold;
}

.sidebar_subTitle_oren {
	font-family: "Arial";
	font-weight: bold;
	color: #FF9900;
}

.sidebar_subTitle_blue {
	font-family: "Arial";
	font-weight: bold;
	color: #0099FF;
}

.sidebar_oren {
	font-family: "Arial";
	color: #FF9966;
}

.title_contents {
	font-family: "Arial Narrow";
	font-size: 16px;
	font-weight: bold;
	color: #5B5B5B;
}

.title_contents02 {
	font-size: 18px;
	font-weight: bold;
	color: #0099FF;
}
.license_title {color: #FFFFFF; background-color: #000000; padding: 12px 12px 12px 12px; font-weight: bold; text-align:center}
.license_txt1 {color:#AF6935;background-color:#BDDCD8;padding: 10px 10px 10px 10px;font-weight:bold; text-align:left }
.license_txt2 {color:#2F6C8B;background-color:#DAEBE9;padding: 10px 10px 10px 10px;font-weight:bold; text-align:left }
.license_txt3 {color:#3B4E68;background-color:#DAEBE9;padding: 10px 10px 10px 10px; text-align:left }

/* BORDER LINES */

.line_blue_bottom {
	border-bottom: #1CA9C4 1px solid;
}

/* LINKS */

.link_sidebar:link		{color: #FFFFFF; text-decoration: none}
.link_sidebar:visited	{color: #FFFFFF; text-decoration: none}
.link_sidebar:hover		{color: #1CA9C4; text-decoration: none}
.link_sidebar:active	{color: #FFFFFF; text-decoration: none}

.link_sidebar_prod:link		{font-family: "Arial"; color: #FF9966; text-decoration: none}
.link_sidebar_prod:visited	{font-family: "Arial"; color: #FF9966; text-decoration: none}
.link_sidebar_prod:hover	{font-family: "Arial"; color: #FFFFFF; text-decoration: underline}
.link_sidebar_prod:active	{font-family: "Arial"; color: #FF9966; text-decoration: none}

.link_download:link		{font-family: "Arial"; color: #0099FF; text-decoration: none}
.link_download:visited	{font-family: "Arial"; color: #0099FF; text-decoration: none}
.link_download:hover	{font-family: "Arial"; color: #0099FF; text-decoration: underline}
.link_download:active	{font-family: "Arial"; color: #0099FF; text-decoration: none}

.link_webdesign:link	{color: #FFFFFF; text-decoration: none}
.link_webdesign:visited	{color: #FFFFFF; text-decoration: none}
.link_webdesign:hover	{color: #FFFFFF; text-decoration: underline}
.link_webdesign:active	{color: #FFFFFF; text-decoration: none}
/* FORMS */

.form_bg {
	background-color: #FFFFFF;
	color: #0066FF;
	font-weight: bold;
}

.txtField {
	background-color: #FFFFFF;
	color: #333333;
	font-weight: normal;
}