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

/* GENERAL */

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

body {
    background: #fff;
    color: #333;
    font: 12px  verdana, arial, helvetica, sans-serif;
}

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 #cccccc;
    font: 12px  verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    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;
}

.body {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px;
}

/* 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: 5px 5px;
}

.menuButton {
    font-size: 12px;
    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.exit {
    background: url(../images/skin/exclamation.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;
}
.menuButton a.save {
    background: url(../images/skin/database_save.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.delete {
    background: url(../images/skin/database_delete.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.print {
    background: url(../images/skin/print.jpg) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.setup {
    background: url(../images/skin/setup.jpg) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.printPreview {
    background: url(../images/skin/print_preview.jpg) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.close {
    background: url(../images/skin/close.jpg) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.goBack {
    background: url(../images/skin/go_back.jpg) center left no-repeat;
    color: #333;
    padding-left: 25px;
}




/* NAVIGATION MENU vertical*/

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

.menuItem {
    font-size: 12px;
    padding: 0 5px;
}
.menuItem a {
    color: #333;
    padding: 4px 6px;
}




/* 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 input,textarea {
    border: 1px solid red;
}

/* TABLES */

table {
    border: 1px solid #666666;
    width: 100%
}
tr {
    border: 0;
}
td, th { 
    font: 12px  verdana, arial, helvetica, sans-serif;
    line-height: 100%;
    padding: 5px 6px;
    /*text-align: left;*/
    vertical-align: top;
}
th {
    background: #E4E4E4;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 12px;
    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: #EAEAEA;
}
.even {
    background: #fff;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #666666;
    
    color: #666;
    font-size: 12px;
    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;
}

/* DIALOG */

.dialog table {
	border-collapse: collapse;
    
}
.dialog th, .dialog td {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.prop {
    padding: 5px;
}
.prop .name {
	background: #F0F0F0;
    text-align: right;
    width: 12%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    
}

.prop .nameCenter {
	background: #F0F0F0;
    text-align: center;
    
    white-space: nowrap;
}
.prop .valueCenter {
    text-align: center;
    
}

.prop .alertMessage {
    color: #006dba;
    font-weight: normal;
}

/* ACTION BUTTONS */

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

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 12px;
    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.login {
    background: transparent url(../images/skin/information.png) 5px 50% no-repeat;
    padding-left: 28px;
}


/* LIST BUTTONS */

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

.listButtons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin-left: 0px;
    overflow: visible;
    padding: 0px 0px;
}
.listButtons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 25px;
}
.listButtons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 25px;
}
.listButtons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 25px;
}
.listButtons input.login {
    background: transparent url(../images/skin/information.png) 5px 50% no-repeat;
    padding-left: 25px;
}
.listButtons input.show {
    background: transparent url(../images/skin/show.png) 5px 50% no-repeat;
    padding-left: 25px;
}
.listButtons input.create {
	background: transparent url(../images/skin/database_add.png) 5px 50% no-repeat;
    padding-left: 25px;
}

.listButtons a {
    color: #333;
    padding: 4px 6px;
}
.listButtons a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 20px;
}
.listButtons a.exit {
    background: url(../images/skin/exclamation.png) center left no-repeat;
    color: #333;
    padding-left: 20px;
}
.listButtons a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 20px;
}
.listButtons a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 20px;
}
.listButtons a.save {
    background: url(../images/skin/database_save.png) center left no-repeat;
    color: #333;
    padding-left: 20px;
}
.listButtons a.edit {
    background: url(../images/skin/database_edit.png) center left no-repeat;
    color: #333;
    padding-left: 20px;
}
.listButtons a.delete {
    background: url(../images/skin/database_delete.png) center left no-repeat;
    color: #333;
    padding-left: 20px;
}



/* Layout Stylesheet - begin */ 
#hdr{
 width: 100%;
 height: 100%;
 margin: 0;
 border: solid #cccccc;
 border-width: 0 0 10px 0;
 background: #ffffff;
 color: #333333;
 }
     
#lh-col{
 width: 30%;
 height: 100%;
 float: left;
 border-width: 0 2px 0 0;
 background: #ffffff;
 color: #333333;
 margin: 0;
 padding: 0;
 border: solid #cccccc;
 }
 
#rh-col{
 height:100%;
 border: 0;
 background: #ffffff;
 color: #333333;
 margin: 0;
 padding: 40px;
 }
 /* Layout Stylesheet - end */ 
 
 .citem {
	border: 1px silver solid;width: 90px; 
	float:left; margin-top: 5px; margin-left: 2px; text-align: center; 
	vertical-align: middle; padding-top: 4px; padding-bottom: 4px; 
	background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
}


.selectedMeeting {
    background: #F5F5F5;
    border: 1px solid #D8D8D8;
    color: #000000;
	font-size: 12px;
    font-weight: normal;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 5px
}

.requiredFlag {
    color: #FF6600;
    font-weight: normal;
}

#footer-containter {
	BORDER-TOP: #ccc 1px solid; WIDTH: 100%; BACKGROUND-COLOR: #edefea
}
#footer-content {
	LEFT: 10%; POSITION: relative
}
#footer {
	WIDTH: 100%; PADDING-TOP: 10px; PADDING-BOTTOM: 5px; HEIGHT: 53px
}
#footer-left {
	FLOAT: left; WIDTH: 50%
}
#footer-right {
	FLOAT: right; WIDTH: 50%
}

/* Layout tree view - begin */ 
 .treeViewItemMain {
	border: 1px silver solid;width: 80px; 
	float:left; margin-top: 0px; margin-left:0px; text-align: left; 
	vertical-align: middle; padding-top: 0px; padding-bottom: 0px; 
}
 .treeViewItemSub {
	border: 1px silver solid;width: 60px; 
	float:left; margin-top: 0px; margin-left:0px; text-align: left; 
	vertical-align: middle; padding-top: 0px; padding-bottom: 0px; 
}
/* Layout tree view - end */ 



/* noneBorderTable */
.noneBorderTable table {
	border: 0px solid #000000;
    width: 100%;
	border-collapse: collapse;
}

.noneBorderTable th, .noneBorderTable td {
    border-left: 0px solid #000000;
    border-right: 0px solid #000000;
    border-top: 0px solid #000000;
    border-bottom: 0px solid #000000;
	vertical-align: middle;
	line-height: 110%;
}

