/*******************************************************************************
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: #2E4CAE;
	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: #2E4CAE;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
}

a.page_copyright {
	color: #FFFFFF;
	font-size: 10px;
}

/*******************************************************************************
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 tr.AAAtop td
{
	padding-bottom: 0px;
}
table.form_page tr.AAAbottom td
{
	padding-top: 0px;
}

table.form_page td {
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: top;
}



table.form_page th {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	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_extra_size {
	font-style: normal;
	color: Black;
	font-size: 8pt;
	width: 600px;
	text-align: justify;		
}

span.comment {
	font-style: normal;
	color: Black;
	font-size: 8pt;
	width: 300px;
	text-align: justify;		
}

div.comment {
	font-style: normal;
	color: Black;
	font-size: 8pt;
	width: 300px;
	text-align: justify;		
}

.short_text_input {
	width: 150px;	
}

.long_text_input {
	width: 340px;	
}

.long_comment {
	width: 640px;	
}

.middle_text_input {
	width: 200px;	
}

.middle_text_input_ro {
	width: 200px;	
	color: Gray;
}

.text_input_ro {
	color: Gray;
}

div.error {
	border: 2px solid Red;
	padding: 10px;
	color: Red;
}

div.actionlog {
	border: 1px solid Gray;
	padding: 10px;
	color: Gray;
}

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-family: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: 8pt;
	font-weight: bold;
	background-color: #2E4CAE;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	padding:5px;
	vertical-align: middle;
	text-align:center;
	color:white;
}


table.report th a
{
	font-size: 8pt;
	font-weight: bold;
	color: white;
	text-decoration:underline;
}

table.report td
{
	font-size: 8pt;
	border: 1px solid #000000;
	padding: 0 5px 0 5px;
}


table.report a
{
	color: #2E4CAE;	
}

.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;
}

table.link
{
	
}

table.link td
{
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align : middle;
	text-align: left;
	font-size: 9pt;
}

table.link a
{
	font-size: 9pt;
	color: #00008B;
}


table.tree
{
	
}

table.tree td
{
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align : middle;
	font-size: 9pt;
}

table.tree a
{
	font-size: 9pt;
	color: #00008B;
}

.workspaces
{
	font-size: 8pt; 
	font-style: normal; 
	color: Black; 
}

div.workspaces
{
	font-size: 9pt;
	font-style: normal;
	font-weight : bold;
	color: #888888;
}

div.workspaces a
{
	font-size: 9pt;
	font-style: normal;
	color: Black;
	font-weight : bold;
}

/*******************************************************************************
Styles for descendants of form page class
*******************************************************************************/

a.snproperties
{
	color: #0033CC;
	text-decoration: underline;
}

a.generation
{
	font-size: 50%;
	color: Blue;
	font-weight: bold;
}


.selected
{
	font-style: normal;
	color: Blue;
}

.notselected
{
	font-style: normal;
}

.changed
{
	font-style: normal;
	color: Blue;
}

.notchanged
{
	font-style: normal;
}

.StateType2, .StateType3
{
	color: Gray!important;
}
.InfoMessage
{
	font-size:10pt;
}
.InfoMessage a
{
	color: Blue!important;
}
ul#ProjForGenerate li
{
    list-style-type: none;
}
ul#ProjForGenerate input, ul#ProjForGenerate label
{
    cursor: pointer;
}
ul#ProjForGenerate label
{
    font-weight: bold;
}

.left40px
{
    display: block;
    margin-left: 40px;
}

.validator
{
    color: #ff0000;
    display: block;
    float: right;
    margin-top: 8px;
}
.colProjectName
{
    min-width: 200px!important;
    width: auto;
    text-align: left!important;
}
.colQuantValue
{
    max-width: 100px!important;
}
.colActValue
{
    max-width: 100px!important;
}
.colArticleValue
{
    max-width: 400px!important;
}

.valid
{
    visibility: hidden;
}
.notvalid
{
    visibility: visible;
}

div.notvalid
{
    /*padding: 1px 4px;*/
    font-size: 11px;
    display: block;
    float: none;
    max-width: 95%;
    padding: 0 10px;
    text-align: left;
}

div.valid
{
    display: none;
}

#tblGenerationSeveral
{
    width: 100%;
    max-width: 100%;
}

#tblGenerationSeveral tr td
{
    border-bottom: solid black 1px!important;
    padding: 3px;
    text-align: center;
    
}


#tblGenerationSeveral tr td input
{
    width: 95%;
    
}

#tblGenerationSeveral tr td input.notvalid, #tblGenerationSeveral tr td textarea.notvalid
{
    border-color: #ff0000;
    border-width: 1px;
}

#tblGenerationSeveral tr td textarea
{
    min-width: 95%!important;
    min-height: 22px;
    max-width: 95%!important;
    max-height: 22px;
    
    
}


/*--- Edit_start page ---*/
#FoundNumbers a
{
    color: #2E4CAE;
}

#FoundNumbers li
{
    list-style-type: none;
}

/*--- ---*/
.Switch_on b, .Switch_off b
{
    display:  block;
    width: 22px;
    height: 22px;
    margin: auto;
    cursor: pointer;
} 

.Switch_on b
{
    background: url(../images/on_off_22x22.jpg) top left;
}

.Switch_on b:hover
{
    background: url(../images/on_off_22x22.jpg) bottom left;
}

.Switch_off b
{
    background: url(../images/on_off_22x22.jpg) top right;
}

.Switch_off b:hover
{
    background: url(../images/on_off_22x22.jpg) bottom right;
}

table#SerialNumberActivations
{
	/*border: 1px solid black;*/
	margin-bottom: 15px;
}

#SerialNumberActivations td, #SerialNumberActivations th
{
	text-align: center;
	/*padding: 2px 3px 0;*/
	border: 1px solid Black;
}
#SerialNumberActivations td.noborder, #SerialNumberActivations th.noborder
{
	border: none!important;
	background-color: transparent!important;
	width: 16px;
	text-align: right;
	padding-right: 1px;
}

#SerialNumberActivations tr.trMain td
{
	border-top: 3px double Black;
}

#SerialNumberActivations tr.trHide
{
	display: none;
}

#SerialNumberActivations tr.trHide td
{
	background-color: #dfdfdf;
}

#SerialNumberActivations a
{
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	
	background: url(../images/expand.png) left;
}
#SerialNumberActivations a.expand
{
	background-position: right;
	
}
.TableDescription
{
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding: 0 0 16px 0px;
	display: block;
}
tr.firstRow_0 td
{
	border-top: none!Important;
}

