/* 
    Document   : styles
    Created on : 17.01.2010, 21:24:37
    Author     : Andrei
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.activable {
	border: solid #aed0ea 1px;
	padding: 2px;
}

.highlight {
	background-color: #ffef8f;
	border-color: #f9dd34;
}

th {
	padding: .2em;
}

