/* GENERAL */
.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

.body {
    float: left;
    margin: 0 15px 10px 15px;
}

/* NAVIGATION MENU */

.nav {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid none solid none;	
    margin-top: 5px;
    padding: 7px 12px;
}

.menuButton {
    font-size: 10px;
    padding: 0 5px;
}
.menuButton a {
    color: #333;
    padding: 4px 6px;
}
.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;	
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

/* TABLES */
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd{background-color:#ffffff;}
.even{background-color:#e6eaf0;}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list td {
    border-left: 1px solid #ddd;    
    padding-right: 5;
    padding-left: 5;    
}
.list th {
	background-color:#295c9d;
	color:#FFFFFF;
	text-align:center;
	border-left: 1px solid #ddd;		
	padding-right: 5;
    padding-left: 5;
    font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
}
.list a {
font-size:11px;
color:#666666;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
padding-left:10px;
background:url(../img/lal.gif);
background-repeat:no-repeat;	
}
.list a:hover
{
background:url(../img/la.gif);
background-repeat:no-repeat;
color:#333333;
}
.list tr:hover {
    background: #b2d1ff;
}

/* PAGINATION */

.paginateButtons
{
text-align: center;
padding-top:10px;
margin-top:20px;
}

.paginateButtons a{
padding:2px;
padding-left:5px;
padding-right:5px;

font:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
border-right:#CCCCCC 1px solid;
border-left:#CCCCCC 1px solid;
}

.paginateButtons a:hover{
background:#E0E8EB;
}

.paginateButtons span{
padding:2px;
padding-left:5px;
padding-right:5px;

font:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
border-right:#CCCCCC 1px solid;
border-left:#CCCCCC 1px solid;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
    font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.prop .name {
    text-align: right;    
    white-space: nowrap;
    padding-right: 10px;
}
.prop .value {	
    text-align: left;    
}

/* ACTION BUTTONS */

.buttons {
    background: #fff;
    border: 0px;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
    text-align: right;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.cancel {
    background: transparent url(../images/skin/exclamation.png) 5px 50% no-repeat;
    padding-left: 28px;
}
table.table-action td{
    padding: 10px;
}
