/* 
    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/
*/

body {
	background: #FFF7E6;
	}

h1.common {
	text-align: center;
	color: #000080;
	font-size: 2em;
	font-family: Tahoma;
}

/* navigation - start */
a.navigation:visited {
    color: #000099;
}
a.navigation:active {
    color:#000099;
}
a.navigation:link {
    color:#000099;
}
a.navigation:hover {
    color:#007D7D;
}

table.navigation {
    width: 100%;
    border: 0px;
}

td.navigation {
    background: #FFF7E6;
    font-weight: Bold;
    text-align: center;
}
/* navigation - end */


/* detail page - start */
h2.detail {
    color:#0000aa;
}
h3.detail {
    color:#aa0000;
}

table.detail {
    width: 100%;
    border: 1px solid  #00CC33;
}

td.detail {
    background: #B3D9FF;
}
/* detail page - end */


/* content table - start */
th.content {
    color:white;
    background:#000080;
    
}

td.content {
   color:#000;
    background:#B3D9FF;
}
a.content:visited ,a.content:active, a.content:link, a.content:hover {
    color:white;
    background:#000080;
}


a.detail:visited {
    color:#aa0000
}
a.detail:active {
    color:#00aa00
}
a.detail:link {
    color:#0000aa
}
a.detail:hover {
    color:#007D7D;
}

table.content {
    width: 100%;
    border: 1px solid  #000;
}
td.content {
	border: 1px solid  #000;
	color: #000;
	padding-left: 10px;
}
th.content {
	border: 1px solid  #000;
	color: white;
	font-size: 16px;
	font-family: Tahoma;

}
/* content table - end */


/* download file link - start */
a.download:visited {
    color:#aa0000
}
a.download:active {
    color:#00aa00
}
a.download:link {
    color:#0000aa
}
a.download:hover {
    color:#007D7D;
}
/* download file link - end */


/* search tables - start */
.search_button {
    color:#0000aa
}
.search_text_field {
    background: #ffc
}
.search_combobox {
    background: #ffc
}

table.search {
    border: 1px dotted black
}

td.search {
    border: 1px solid #006;
    color:#aa00aa;
}
/* search tables - end */










/*table {
    border: 1px solid black; 
}*/
