/* 
    Document   : shopconn
    Created on : 2011-3-18, 15:33:47
    Author     : Chudomir Delchev
    Description:
        Purpose of the stylesheet follows.
*/

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

body {
  margin: 0;
  padding: 3em 6em;
  color: black;
  max-width: 50em;
}

h1 {
  font-size: 22pt;
}

.underline {
  border-bottom: 3px solid #C44;
}

h2 {
  font-size: 14pt;
}

h3 {
  font-size: 12pt;
}

p.rel {
  padding-left: 2em;
  text-indent: -2em;
}

div.border {
  border: 1px solid black;
  padding: 3px;
}

code {
  font-family: courier, monospace;
  font-size: 90%;
  color: #144;
}

pre.code {
  margin: 1.1em 12px;
  border: 1px solid #CCCCCC;
  color: black;
  padding: .4em;
  font-family: courier, monospace;
}
table {
    text-align: left;
}
.warn {
  color: #C00;
}

.highlight{

}

.highlight:hover{
    background-color: #C6C6C6 !important;
}

#sql-detail-table {
    
}

.pixi-form-error {
	color: red;
}