/*
FROM MAIN.CSS
*/

html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

body {
    /*background: #fff;*/
    background:#FFF0E0;
    color: #333;
    /*font: 11px verdana, arial, helvetica, sans-serif;*/
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

a:link, a:visited, a:hover {
    color: #666;
    font-weight: bold;
    text-decoration: underline;
    font-style: italic;
} 
/*
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: 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: 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;
    font-weight: bold;
    font-size: 15px;
}

.message_small {
    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;
    font-weight: bold;
    font-size: 10px;
}

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 */

table {
    border: 1px solid #ccc;
    width: 100%;
}

table.center {
    border: 1px none #ccc;
    width: 100%;
    text-align: center;
}

tr {
    border: 0;
}
td, th { 
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}

td.center {
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: center;
    vertical-align: top;
}

td.right {
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    padding-bottom: 0px;
    text-align: right;
    vertical-align: top;
}

td.left {
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    padding-bottom: 0px;
    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: #E6E6FA;*/
    background: #F0C0A8;
}
.even {
    /*background: #FFF0F5;*/
    background: #F0D8C0;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
    background: #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;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
    overflow: hidden;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
    overflow: hidden;
}

/* 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;
    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;
}
/*********************************************
*********************************************
END MAIN.CSS
**********************************************
**********************************************/

p.content {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 15px;
	text-align:justify;
}

p.content_no_align {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 15px;
}

p.center {
	text-align: center;
}

p.right {
	text-align: right;
}

p.left {
	text-align: left;
}

p.small {
	font-size: 12px;
}

p.tutorial_comment {
	font-size: 15px;
	padding-top: 15px;
	line-height: 20px;
	text-align:justify;
}

p.login_or_register {
	font-style: italic;
	background-color: white;
}

h1.site_title {
	font-size: 25px;
	font-family: serif;
}

h1.page_title {
	/*
	background: #CC9900;
	font-size: 20px;
	color:#FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	*/
	text-align: center;
/*	font-weight: bold; */
	background-color: #CC9900;
	color:#FFFFFF;
	line-height:1.5em;
	font-size: 18px;
}

h2.site_subtitle {
	font-size: 15px;
	font-style: italic;
}

h2.page_subtitle {
	font-style: italic;
	font-size: 15px;
	background-color: #EFDFAF;
	text-align: center;
}



h2.component_title {
	font-style: italic;
	font-size: 15px;
	background-color: #EFDFAF;
	text-align: center;
}

h4 {
	font-style: italic;
}

div.margin_top {
	margin-top: 10px;
}	

div.search_header {
	/*padding-top: 5px;
	padding-bottom: 5px;*/
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

div.search_field {
	overflow: hidden;
}

div.odd_color {
	background: #F0D8C0;
}

a {
	text-decoration: underline;
}

a.tutorial_link {
	font-size: medium;
	line-height: 18px;
}

a.tutorial_link_small {
	font-size: smaller;
	text-decoration: none;
}

a:link.navigation, a:visited.navigation {
	font-size: 18px;
	font-weight: lighter;
	font-family: cursive;
	font-weight: bold;
	color: #333;
    display: block;
    /*background-color:#E5F2FF;*/
    text-decoration: underline;
}

a:link.navigation_no_block, a:visited.navigation_no_block {
	font-size: 18px;
	font-weight: lighter;
	font-family: cursive;
	font-weight: bold;
	color: #333;
    /*background-color:#E5F2FF;*/
    text-decoration: underline;
}

a:link.footer, a:visited.footer {
	font-size: 10px;
}

a:link.rss, a:visited.rss {
	/*font-size: 10px;*/
	text-decoration: none;
}

a.favorites_menu_link {
	font-size: smaller;
	text-decoration: underline;
}


div.msg_box_body {
	padding: 5px;
}

div.messageBox {
	border-width: thin;
	/*border-style: solid;*/
	background-color: #EFDFAF;
}

div.msg_box_title {
	text-align: center;
	font-weight: bold;
	background-color: #CC9900;
	color:#FFFFFF;
	line-height:1.7em;
	font-size: 15px;
}

.buttonLikeLink {
	background: inherit;
	text-decoration: underline;
	border: none;
	font-style: italic;
}

















dl.accordion-menu {
	margin: 0;
	padding: 0;
	width: 100%;
	background:white;
}

dl.accordion-menu dt.a-m-t {
	margin: 0;
	background: #aaaaaa;
	padding: 0.3em 1em;
	color: #444444;
	border: solid 1px #222222;
	border-left-color: #dfdfdf;
	border-top-color: #dfdfdf;
}

dl.accordion-menu dt.a-m-t-hover{
	background:#cdcdcd;
}


dl.accordion-menu dt.a-m-t-down{
	border: solid 1px #222222;
	border-right-color: #dfdfdf;
	border-bottom-color: #dfdfdf;
}





html.accordion-menu-js dt.a-m-t{
	cursor:pointer;
	zoom:1;
}

dl.accordion-menu dd.a-m-d {
	margin: 0;
	padding: 0;
	padding:0;
}

html.accordion-menu-js dd.a-m-d{
	display:none;
}


html.accordion-menu-js dd.a-m-d-expand {
	display:block;
}

html.accordion-menu-js dd.a-m-d-before-expand {
	display:block;
	position:relative;
	z-index:-1;
	opacity:0;
	height:auto !important;
	visibility:hidden;
	overflow:visible;
}


html.accordion-menu-js dt.a-m-t-expand {
	border-left-color:#222222;
	color:black;
	background:#c0c0c0;
}

html.accordion-menu-js dd.a-m-d-anim {
	overflow:hidden;
	display:block;	
}

dl.accordion-menu dd.a-m-d .bd{
	padding:0.5em;
	border:Solid 1px #aaaaaa;
}
