/*
Style Sheet file for TopRes.com
for TWINS computers prepared by Milan Sedo & Pavol Bolecek
(c) 2006 - 2007 - TWINS computers
created: 05/2006
last modified: 22.5.2007
*/

/*
*************************************
This is the color definition for menu items
*************************************
*/

A:link  {color:blue; text-decoration:underline}
A:visited {color:blue; text-decoration:underline}
A:hover {color:blue; text-decoration:underline}

/*
*************************************
takto vyzerali url linky predtym
*************************************
*/
.lnk_menu  {color:white; text-decoration:none}
.lnk_submenu  {color:white; text-decoration:none}
.lnk_in_tab {color:white; text-decoration:none}

/*
*************************************
This is the color and font style for ordinary text in main area
*************************************
*/
Body    {
  	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:black; 
	background-color:white;
	text-decoration:none
}

/* color of URL link in the main area*/
.BodyLink {
	color: blue;
}

/*
*************************************
Definition for information line below the initial banner
*************************************
*/
.FlagsBackGround {
	background-color: #BFC8C7;
/*	background-color: #FFBB55; - orange */
/*
There can be set also some picture as backgroung picture or color
	background-image: http://...;
	background-repeat: repeat;
*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
  	font-weight:bold;
}

/*
*************************************
Here are color and font parameters of every information and edit table
*************************************
*/

.Table {
  	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
  	font-weight:bold; 
	border-style:none;
	border-width:thin;
	/*
	border-color:red;
	*/
}

.TableCommandLink {
	color: darkblue;
	text-decoration:none;	/*not underlined*/
}

.TableRowTitle {	
  	color:white;
	padding: 1,1,2,8;
	background-color:#A45B67
}

.TableRowText {	
  	color:white;
	background-color:#677881; 
	padding: 1,1,2,8;
	/*padding-left:8;*/
	border-style:none;
	border-witdh:thin;
}
	
.TableTextInput {
  		color:black;
	background-color:white; 
  		font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
  		font-weight:bold;
}

.TableCombo {
  	color:black;
  	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
  	font-weight:bold;
	background-color:white;
/*	background-color:#677881; */
	border-style:none;
}

.TableTextArea {	
  	color:black;
	background-color:white; 
  	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
  	font-weight:bold;
	border-style:none;
	/*
	padding: 1,1,2,8;
	padding-left:8;
	border-witdh:thin;
	*/
	scrollbar-track-color: silver;
	scrollbar-face-color: #BBCEFD;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: #677881;
	scrollbar-shadow-color: white;
	scrollbar-arrow-color: #4D6185;
}

.TableTextAreaReadOnly {	
  		color:white;
  		font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
  		font-weight:bold;
	background-color:#677881; 
	border-style:none;
	/*
	padding: 1,1,2,8;
	padding-left:8;
	border-witdh:thin;
	*/
	scrollbar-track-color: silver;
	scrollbar-face-color: #BBCEFD;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: #677881;
	scrollbar-shadow-color: white;
	scrollbar-arrow-color: #4D6185;
}
	
.TableDescriptionRow {
  	color:white;
	background-color:#A45B67;
	padding: 1,1,2,8;
	border-style:none;
	border-witdh:thin;
}

.TableAlertRow {
  	color:red;
	background-color:#E3CCD0;
	padding: 1,1,2,8;
	border-style:none;
	border-witdh:thin;
}	

/*
*************************************
Here are parameters of the Pic Tables
*************************************
*/

.PicTable {
}

.PicTableFrame {
	background-color:#677881;
}

.PicTableFrameInside {
	background-color:#FFFFFF;	
}

.PicTableCell {
	background-color:#CCCCCC;
}

.PicTableCaption {
/*font color="#FFFFFF" size="2" face="Verdana, Arial, Helvetica, sans-serif"*/
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:#FFFFFF; 
	background-color:#677881;
}

/*cisla jednotlivych podstranok na ktore sa da kliknut*/
.PicTablePageNumbers {
	color:#FFFFFF;
}

/*cislo podstranky, ktora je prave aktivna*/
.PicTablePageSelected {
	color:#FFFF00;
}


/*
*************************************
Here are parameters of the List Tables
*************************************
*/

.ListTable {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.ListTableRowTitle {
	padding-left:	5;
	padding-right:	5;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #677881;
}	

.ListTableRowOdd {
	padding-left:	5;
	padding-right:	5;
	background-color: #CCCCCC;
}

.ListTableRowEven {
	padding-left:	5;
	padding-right:	5;
	background-color: #E2E2E2;
}

/*this is for ordinary web link*/
.ListTableWebLink {
	color: darkblue;
	text-decoration:none;
  	font-weight:bold; 
}

/*this is for service link*/
.ListTableLink {
	color: red;
  	font-weight:bold; 
	text-decoration:none;
}

/*
**********************************
definition for time table
**********************************
*/
.TimeTable {
	background-color:#FFFFFF;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.TimeTableRowTitle {
	background-color:#677881;
	color: white;
}

.TimeTableTitleSunday {
	color:#000000;
	background-color:#FFBE93;
}

.TimeTableTitleSaturday {
	color:#000000;
	background-color:#FFBE93;
}

.TimeTableRowDate {
	color:white;
	background-color:#000000;
	font-size: 7pt;
}

.TimeTableDateSunday {
	color:black;
	background-color:#FFBE93;
	font-size: 7pt;
}

.TimeTableDateSaturday {
	color:black;
	background-color:#FFBE93;
	font-size: 7pt;
}

.TimeTableCell {
	color:black;
	background-color:#E2E2E2;
	font-size: 10pt;
}
