/*******************************************************************************
default.css
--------------------------------------------------------------------------------
Default style properties for visiual objects on Website
--------------------------------------------------------------------------------
StarForce Activation System Project
Copyright (c) Protection Technology, 2003-2004. All rights reserved 
*******************************************************************************/

/*******************************************************************************
Common styles
*******************************************************************************/

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

table {
	border-collapse: collapse;
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

table.flat_table {
	width: 100%;
	height: 100%;
}		

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

td.separator {
	background-image:url(../images/_as_line_02.gif); 
	height: 1px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.report_file {
	color: #0033CC;
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
}

a.report {
	color: #0033CC;
	text-decoration: underline;
}

a.key {
	color: windowtext;
	text-decoration: none;
	font-size: 10.0pt;
	font-weight: 400;
	font-style: normal;
	font-family: Courier, serif;
	white-space:nowrap;	
}

img {
	border: 0px;
}

p.error {
	color: #FF0000;
	padding-bottom: 20px;	
}

p.message {
	padding-bottom: 20px;
}

/*******************************************************************************
Styles for news class
*******************************************************************************/

table.news {
}

td.news_icon {
	padding-right: 10px;
}

td.news_caption {
	padding-top: 20px;
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 10;
}

td.news_item {
	padding-top: 25px;
	padding-bottom: 10px;
	text-align: justify;	
}

span.news_date
{
	font-weight: bold;
}

span.news_text
{
}

/*******************************************************************************
Styles for menu class
*******************************************************************************/

table.menu {
}

td.menu_section_icon {
}

td.menu_section_title {
	font-weight: bold;
	padding-bottom: 10;
	padding-top: 10;
	font-size: 12pt;
}

td.menu_separator {
	background-image:url(../images/_as_line_02.gif); 
	height: 6px;
}

td.menu_item_icon {
	padding: 0px;
	margin: 0px;
}

td.menu_item_title {
	width: 100%;
	padding-left: 10px;	
}

/*******************************************************************************
Styles for \ class
*******************************************************************************/

table.page {
	width: 100%;
	height: 100%;
}

td.page_menu {
	vertical-align: top;
}

td.page_content {
	vertical-align: top;
}

td.page_news {
	vertical-align: top;
	padding-right: 5px;
	padding-left: 15px;
}

td.page_copyright {
	vertical-align: middle;
	height: 86px;
	padding-right: 50px;
	background-color: #FFC118;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
}

/*******************************************************************************
Styles for work page class
*******************************************************************************/

td.work_page {
	background-color: #F7F7F7;
	padding: 20px;
}

td.work_page_icon {
	position: relative; left: -12px;
}

td.work_page_title {
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	vertical-align: middle;
}

/*******************************************************************************
Styles for descendants of form page class
*******************************************************************************/
td.content_space {
	padding-left:15px;
	padding-right:15px;
}

table.form_page td {
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: top;
}

table.form_page th {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 10px;
}

table.form_page a {
	font-size: 11pt;
}

/*******************************************************************************
Other
*******************************************************************************/

span.wrong {
	font-style: italic;
	color: red;
	font-size: 11pt;
}

span.right {
	font-style: normal;
	color: Black;
	font-size: 11pt;
}

span.comment {
	font-style: normal;
	color: Black;
	font-size: 8pt;
	width: 150px;
	text-align: justify;		
}

div.comment {
	font-style: normal;
	color: Black;
	font-size: 8pt;
	width: 150px;
	text-align: justify;		
}

.short_text_input {
	width: 150px;	
}

.long_text_input {
	width: 300px;	
}

.middle_text_input {
	width: 200px;	
}

div.error {
	border: 2px solid Red;
	padding: 10px;
	color: Red;
}

table.error
{
}

table.error th {
	font-weight:normal;
	color: red;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.error td {
	color: red;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.achtung
{
}

table.achtung th
{
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 8px;
}

table.achtung td
{
	font-size: 11pt;
	font-weight: normal;
	padding-bottom: 8px;
}

table.comment {
	font-style: normal;
	color: Black;
	font-size: 8pt;
	text-align: justify;
}

.actkey
{
	font-family: 'Courier New', Courier, monospace;
	background-color: #F7F7F7;
	border-style: solid solid solid solid ;
	border-color: Black Black Black Black ;
}

.serkey
{
	font-family: 'Courier New', Courier, monospace;
	background-color: #F7F7F7;
}

table.list
{
	font:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

table.list th
{
	font-size:10pt;
	font-weight:bold;
	text-align:left;
	padding:0;
	padding-right:5px;
}

table.list td
{
	font-size:10pt;
	text-align:left;
	padding:0;
	padding-left:5px;
}

div.email
{
	font-size: 10pt;
	color: #000000;
}

div.email a
{
	font-size: 10pt;
	color: #3333FF;	
}

table.report
{
}

table.report th
{
	font-size: 10pt;
	font-weight: bold;
	background-color: #FFCC33;
	border: 1px solid #000000;
	padding:5px;
	vertical-align: middle;
}

table.report th a
{
	font-size: 10pt;
	font-weight: bold;
	color: black;
	text-decoration:underline;
}

table.report td
{
	vertical-align: middle;
	font-size: 8pt;
	border: 1px solid #000000;
	padding: 0 5px 0 5px;
}


table.report a
{
	color: #3333FF;	
}

.KeyRef
{
	font-family: 'Courier New', Courier, monospace;
	font-size: 10pt;
}

div.KeyRef
{
	font-family: 'Courier New', Courier, monospace;
	font-size: 10pt;
}

div.KeyRef a
{
	font-family: 'Courier New', Courier, monospace;
	font-size: 10pt;
}

table.form_news
{
	padding-top:20px;
}

table.form_news th
{
	padding-top: 20px;
	padding-right: 10px;
	text-align: left;
	font-weight: bold;
	font-size: 11pt;
}
table.form_news td
{
	padding-right: 10px;
}
table.form_news p
{
	text-align: justify;
	padding: 10px;
	font-size: 9pt;
}