/* ====================================
TABLES
==================================== */


/* Table embedded in text */
TABLE.contenttable {
}

/* Invisible table */
TABLE.none {
	border: none;
}

/* Table for manage template */
TABLE.manage {
}

/* Table for view_table template */
TABLE.view {
}

TD.view {
    vertical-align: top;
}

TD.view.title {
}

TD.view.value {
}

/* Table for baseform */
TABLE.form {
	border: none;
}

/* Table for attachments and images */
TABLE.filelist {
}

/* Table for attachments and images */
TABLE.filelist {
}

/* ====================================
GENERAL
==================================== */

/* Buttons elements */
INPUT.button {

}

/* Form without border (checkbox,radio) */
INPUT.none {
	border: none;	
}


DIV._seas_saved {
	border: 1px solid #21577a;
	background-color: #84bde2;
	/*color: #AA0000;*/
	color: #000000;
	padding: 7px;
}

/* INPUT od Error div */
.error {
	border: 1px solid #AA0000;
	background-color: #FFAAAA;
	color: #AA0000;
	padding: 5px;
}

.error H2 {
	color: #AA0000;
}

.required {
	background-color: #E1E1E1;
}

.selectjson {
	border: 1px solid;
	padding: 2px;
	background-color: #E1E1E1;
}

/* Pager */
DIV.pager {}

DIV.nopager {
    padding-bottom: 5px;
}

SPAN.pager_item {
	border: 1px solid black;
}

SPAN.pager_active {
	font-weight: 800;
}

SPAN.pager_button {
	background-color: #E1E1E1;
}

/* ====================================
SEAS::Plugin::Calendar
==================================== */

/* Table arround calendar */
TABLE.calendar {
}

/* Calendar header */
TR.calendar_title {
}
TR.calendar_title TD {
}

/* Calendar weekdays header */
TR.calendar_weekdays {
}
TR.calendar_weekdays TD {
}

/* Calendar day row */
TR.calendar_days {
}
TR.calendar_days TD{
}

/* Blank day */
TD.calendar_blank {
}

/* Special formating */
.calendar_active {}
.calendar_today {}
.calendar_past {}


/* ====================================
SEAS::Plugin::Navbar
==================================== */

DIV.navbar {}

DIV.navbar_level0, DIV.navbar_level1, DIV.navbar_level2 {}

DIV.navbar A {}

/* ====================================
SEAS::Plugin::Swish
==================================== */

DIV.swish_form {}

DIV.swish_header {}

UL.swish_result {}

