
.sotform {
	width: 450px;
	border: 1px solid black;
}

.top-bar, .bottom-bar {
	background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
	padding: 0px 8px 0px 8px;
	height: 20px;
	line-height: 20px;
}

.top-bar {
	margin-bottom: 8px;
	border-bottom: 1px solid #898989;
}

.bottom-bar {
	margin-top: 8px;
	border-top: 1px solid #898989;
	text-align: center;
}

.bottom-bar input {
	background: transparent;
	margin: 0px;
	padding: 0px;
	border: 0px;
	padding: 0px 8px 0px 8px;
	height: 20px;
	line-height: 20px;
}

.bottom-bar input:hover {
	border: 1px solid #999;
    border-style: none solid none solid;
	padding: 0px 7px 0px 7px;
	background: #fff url(../images/skin/shadow-ud.jpg) top repeat-x;
}

table input, select, textarea {
    width: 250px;
}
/* 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;
}
/* 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: 0px 12px;
    /*padding: 7px 12px;*/
}

.menuButton {
    font-size: 10px;
    margin: 0px;
    padding: 5px; /*5px;*/
}
.menuButton a {
    color: #333;
    margin: 0px;
    padding: 10px 6px;
    /*padding: 4px 6px;*/
}

.menuButton a:hover {
	background: #fff url(../images/skin/shadow-ud.jpg) top repeat-x;
	border: 1px solid #999;
    border-style: solid;
    height: 20px;	
}

.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;
}
/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}
/* TABLES */

table {
    /*border: 1px solid #ccc;*/
    width: 100%
}
tr {
    border: 0;
}
td, th { 
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}
th {
    background: #fff url(../images/skin/shadow.jpg);
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}
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: #f7f7f7;
}
.even {
    background: #fff;
}
/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}

.prop td {
	vertical-align: middle;
}

.prop .name {
    text-align: right;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}
/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

.buttons input {
    /*background: #fff;*/
    background: transparent;
    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;
}

/* LAYOUT */

html * {
    margin: 0;
    padding: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

html {
	/*overflow: -moz-scrollbars-vertical;*/
    overflow-y: scroll;
}

html, body {
	height: 100%;
	padding: 0;
} 

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

#menuPane {
	position: absolute;
	top: 80px;
	width: 100%;
}

#menuFake {
	height: 30px;	
}

#content {
	padding: 0px 8px 0px 8px;
}

#viewport {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0px;
	position: relative;
	margin-bottom: -60px;
}

#bottom-margin {
	height: 60px;
}
#footer {
   position: relative;
   display: block;
   bottom: 0px;
   clear:both;
   text-align: center;
   /*padding: 5px;
   margin: 10px;*/
   border-top: 1px solid #333;
   margin-left:auto;
   margin-right:auto;
   /*padding: 8px;*/
   width: 740px;
}



.mainPane {
	/*background: red;*/
	background: #fff;
	position:relative;
	/*padding: 8px;*/
	margin-top: 0px;
	margin-bottom: 0px;
    margin-left:auto;
    margin-right:auto;
	display: block;
	text-align: left;
	width: 780px;
	border: 1px solid #999;
    border-style: none solid none solid;
}


.navMenu {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #999;
    border-style: solid none solid none;	
    margin: 0px;
    padding: 0px;
    /*padding: 0px 8px 0px 8px;*/
	height: 30px;
	line-height: 30px;
}

/* LAYOUT */

/* apperience */

body {
    background: #fff url(../images/bg4.jpg);
    color: #333;
    font: 11px verdana, arial, helvetica, sans-serif;
}
/* MY */



#login_panel {
   text-align:left;
   width: 778px;
   margin: 0px auto;
   padding: 0px;
}

#login_panel #menu {
   float: right;
   width: 240px;
   text-align: right;
   font-size: 10px;
}

.menu-block {
	display: block;
	height: 100%;
	margin: 0px 10px 0px 10px;
	/*padding: 0px 10px 0px 10px;*/
	line-height: 30px;
}

.menu-block a {
	padding: 0px;
	margin: 0px 3px 0px 3px; 	
}

.menu-block img {
	padding: 0px;
	margin: 0px;
}

.menu-button {
	height: 100%;
	margin: 0px 10px 0px 10px;
	float: left;
}

.menu-button a {
	display: block;
	height: 100%;
	padding: 0px 10px 0px 10px;
	line-height: 30px;
}

.menu-button a:hover {
	background: #fff url(../images/skin/shadow-ud.jpg) top repeat-x;
	border: 1px solid #999;
    border-style: none solid none solid;
    padding: 0px 9px 0px 9px;
}

.menu-button img {
	padding: 0px;
	margin: 0px;
}

.right-button {
	float: right;
}

/*.box {
	border: 1px solid #aaa;
}*/

/*.topbar {
	height: 20px;
	line-height: 20px;
	margin-bottom: 8px;
	padding: 0px 8px 0px 8px;
}*/

.topbar {
	height: 20px;
	line-height: 20px;
}

.navMenu .mainPane {
	background: transparent;
	height: 100%;
	padding: 0px;
	border-style: none;
}

a img {
	border-width: 1px;
	margin: 0px;
}

#loginPane {
	position: absolute;
	right: 10px;
}

.labeledInput label {
	display: block;
	float: left;
	text-align: right;
	width: 150px;
}

.logo img {
	border: 0;
}

.tableList {
	border: 1px solid #999;
	border-collapse: collapse;
}

.tableList thead {
	background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
}

.tableList thead td {
	border: 1px solid #ccc;
    /*border-style: solid none solid none;*/
}

.tableList tbody td {
	border: 1px solid #ccc;
    border-style: none solid none none;
}

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

a:link, a:visited, a:hover {
    color: #666;
    font-weight: bold;
    text-decoration: none;
} 

h1 {
    color: #006dba;
    font-weight: normal;
    font-size: 16px;
    margin: .8em 0 .3em 0;
}

ul {
    padding-left: 15px;	
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 0px;
    padding: 2px 4px;
}

select {
   padding: 2px 2px 2px 0;
}

textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}
