@import "ui/LoginForm.css";
@import "ui/Head.css";
@import "ui/Menu.css";
@import "ui/Table.css";
@import "ui/ColumnPopup.css";
@import "ui/Mask.css";
@import "ui/Tab.css";
@import "ui/Variable.css";
@import "ui/Item.css";
@import "ui/Dialog.css";
@import "ui/MaskDialog.css";

body {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-family: sans-serif;
    overflow: hidden;
}

div {
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 18px;
    border-bottom: 1px solid #49B627;
    margin: 6px 0 6px 0;
    padding: 6px;
}

h6 {
	font-size: 11px;
	line-height: 14px;
	margin: 3px 0 3px 0;
	padding: 3px;
}

p {
    font-size: 12px;
    margin: 6px 0 6px 0;
    padding: 6px;
}

p:first-child {
	margin-top: 0;
}

pre {
    padding: 0 6px;
    margin: 6px 0;
    
    font-family: sans-serif;
    font-size: 12px;
    line-height: 16px;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    
    
}

pre:first-child {
}

pre:last-child {
}

a,
a:hover {
    text-decoration: none;
    /*text-transform: lowercase;*/
    padding: 3px;
    border-radius: 3px;
    outline: none;
    color: #666;
    font-weight: bold;
}

a:hover {
    background: #EEE;
}

a.selected {
    background-color: #49B627;
    color: #FFFFFF;
}

#Content {
	padding: 0;
}

#Modality {
	z-index: 998;
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	cursor: pointer;
}

#Paginate form {
    display: inline-block;
    position: relative;
    top: -15px;
    margin: 0 6px 6px 0;
}

#Paginate form input {
    display: block;
    width: 60px;
    margin: 0;
    padding: 5px;
    border: 1px solid #AAA;
}