/* 
    Document   : eDeska
    Created on : 30. duben 2007, 18:51
    Author     : patrikk
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
html{background:#666;}
body { 
  font-family:Arial; font-size:9pt; color:#000; 
  margin: 10px;
  padding: 10px;
  background:#fff;
}
h1.common { color: #000; background-color:#C6C9C2 ;padding:4px;font-size: 11pt; }

/* navigation - start */
a.navigation { color:#8DBE30; text-decoration:none; font-weight:bold;}
a.navigation:hover { text-decoration:underline;}
table.navigation { width:100%; border-bottom:0px solid #5e5e5e; }
td.navigation { background:#FFF; }

/* navigation - end */
/* detail page - start */
h2.detail { padding:5px;color:#000; background-color:#EEEFEE ;font-size:9pt;border:1px solid #cccdc7; }
h3.detail { padding:3px;color:#000000; background-color:#ffffff; font-size:9pt;}

table.detail { width:100%; border:0px solid black; }
td.detail { background:#FFF; }
/* detail page - end */


/* content table - start */
td.content {
    color:#000;
    background:#fff;
}
a.content:visited ,a.content:active, a.content:link, a.content:hover {
   color:#000000;
}

a.detail:visited {
    color:#8DBE30;
    text-decoration:none;
    font-weight:bold;
}
a.detail:active {
    color:#8DBE30;
    text-decoration:none;
    font-weight:bold;
}
a.detail:link {
    color:#8DBE30;
    text-decoration:none;
    font-weight:bold;
}
a.detail:hover {
    color:#8DBE30;
    text-decoration:underline;
    font-weight:bold;
}

table.content {
    width: 100%;
    border: 0px solid #5e5e5e;
}
td.content {
	border: 0px solid #FACC00;
	font-size: 8pt;
	color: #000;
	padding-left: 6px;
  background-color: #fff;
}
th.content {
	border: 0px solid #FACC00;
	color: #000;
	font-weight: bold;
	background: #E6EBE7;
}
/* content table - end */


/* download file link - start */
a.download:visited {
    color:#8DBE30;
    text-decoration:none;
    font-weight:bold;
}
a.download:active {
    color:#8DBE30;
    text-decoration:none;
    font-weight:bold;
}
a.download:link {
    color:#8DBE30;
    text-decoration:none;
    font-weight:bold;
}
a.download:hover {
    color:#8DBE30;
    text-decoration:underline;
    font-weight:bold;
}
/* download file link - end */


/* search tables - start */
.search_button {
	padding:1px 2px;
    color:#000;
	font-size:8pt;
}
.search_text_field {
    background: #FFF;
/*	border: 1px solid #7F9DB9;*/
	padding: 2px;
  height: 12px;
  width:200px;
  font-size: 9pt;
}
.search_combobox {
    background: #FFF;
  height: 20px;
 /*	border: 1px solid #7F9DB9;*/
 width:200px;/**/
}

table.search {
    border: 1px solid #000;
	margin-bottom: 4px;
	background: #E6EBE7;
}

td.search {
    border: 0px solid #5E5E5E;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 8pt;
    color: #000;
}
/* search tables - end */









/*table {
    border: 1px solid black; 
}*/
table.content{border-collapse:collapse;border:0px solid red;border-right:1px solid #000;border-bottom:1px solid #000;}
th.content{border-left:1px solid #000;border-top:1px solid #000;}
td.content{border-left:1px solid #000;border-top:1px solid #000;}

