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

/* GENERAL */

a img {border: 0}

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

body {
    color: #333;
    font: 11px verdana, arial, helvetica, sans-serif;
	background: url(../images/body-bg.gif) repeat-y 50% 50% rgb(142,142,142);
}

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 .5em .0;
	padding-bottom:0.2em;
	border-bottom: 2px double #999;;
}

h2 {
    color: #006dba;
    font-weight: normal;
    font-size: 14px;
    margin: .8em 0 .5em .0;
}

h3 a{
	font-weight: normal;
	font
}

ul {
    padding-left: 15px;	
}

input, select, textarea {
    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;
	width: 700px;
    margin: 0 15px 10px 15px;
}


/* Logos*/
.logo{
  font-size:11px;
}
.mainLogo{
	width:40em;
}
.affiliatedLogo{
	height:6em;
	vertical-align:middle;
}

#ESRCLogo{
	height:6em;
}

#uniLogo {
	float:right;
	height: 5em;	
}
	
#affiliatedLogos{
	padding:1em;
	width:250px;
  	margin-left: auto;
  	margin-right: auto;
	
}

/* Email templates */
.emailParams {
	border: 1px solid #ccc;
	border-style: solid;
	padding: 7px 12px;
	margin-bottom: 5px
	}

/* NAVIGATION MENU */

.nav {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: none none solid none;	
    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;
}
.menuButton a.edit {
    background: url(../images/skin/database_edit.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;
}

div.severe {
  font-size: 16px;
  font-weight: bold;
}

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

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

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

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    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;
    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.enable {
    background: transparent url(../images/skin/unlock.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.disable {
    background: transparent url(../images/skin/lock.png) 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.search {
    background: transparent url(../images/crystal_project/16x16/actions/search.png) 5px 50% no-repeat;
    padding-left: 28px;
}

#searchText {
	border:1px solid gray;
}

.buttons input.reset {
    background: transparent url(../images/crystal_project/16x16/actions/cancel.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#d9e5f4; border-left:1px solid #08c; border-right:1px solid #08c;}
.xb1 {margin:0 5px; background:#08c;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xboxcontent 
{
	display:block; 
	background:#d9e5f4; 
	border:0 solid #08c; 
	border-width:0 1px;
}
.helpboxcontent{
	padding-left: 3em; 
	padding-right: 1em; 
	background: #d9e5f4 url(../images/skin/question-mark.png) 8px top no-repeat;
}
.helpboxcontent p{
	padding-bottom:0.5em;
}

.content {background: transparent; margin:1em; float:left;}
.content .xb2, .content .xb3, .content .xb4 {border: none;}
.content .xb1 {background: transparent;}
.content .xboxcontent {border: none;}
.content p {padding:1em;}
.content li{margin-left:1em;}
.content h2{}

.innercontent {background: transparent; margin:1em;}
.innercontent .xb2, .innercontent .xb3, .innercontent .xb4 {background:#eeeeee; border-left:1px solid #cccccc; border-right:1px solid #cccccc;}
.innercontent .xb2 {margin:0 3px; border-width:0 2px;}
.innercontent .xb1 {background:#cccccc;}
.innercontent .xboxcontent {background:#eeeeee; border:0 solid #cccccc; border-width:0 1px; text-align: center;}

.content a:link {color: rgb(0,0,153);} 
.content a:hover {color: red;}

a.register_button {
	width: 148px;
	height: 36px;
	display: block;
	background: url(../images/register-button.png) 0 0 no-repeat;
}

a:hover.register_button {
	background-position: -148px 0;
}

.submit {
	width: 121px;
	height: 30px;
	border: none;
	background: url(../images/submit-button.png) 0 0 no-repeat;
}

.submit:hover {
	background-position: -121px 0;
}

#theDocument {
	width: 900px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 2em;
}

.clearer {
	padding: 0;
	margin: 0;
	clear: both;
}

.copyright-footer {
	clear: both;
	text-align: center;
	font-size: xx-small;
	padding-top: 20px;
	padding-bottom: 10px;
}

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

.menu-left {
	width: 168px;
	float: left;
	border: 1px solid #ccc;
	border-style: none solid none none;
}
.menu-left h3 { padding-top: 0.5em; padding-bottom: 0.2em;}
.menu-left h3 a{color:#333333;}

.main-content-container {
	width: 730px;
	border: 0;
	float: left;
}

.vMenuItem {font-size: 10px;}
.vMenuItem img {vertical-align: middle; padding-right: 5px; padding-left: 2px;}
.vMenuItem>a {color: #333; display: block; height: 32px; padding-top: 3px; padding-bottom: 3px;}
.vMenuItem:hover {background-color: #eeeeee;}

.vSubMenu {
	margin-left:4em;
	padding:0;
}
.vSubMenu>a{
	color:#333;
	display:block;
}
.vSubMenu>.vSubMenuItem {
	list-style:none;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	padding-left:1em;
}

.hMenuItem {float: left;}
.hMenuItem img {vertical-align: middle; padding-right: 5px;}
.hMenuItem a {color: #333; vertical-align:middle;}


.announcements {margin-left:10px; margin-right:10px;}

.announcements .announcement {
	background-color: #FCE5B3;
	border: 1px solid #b2d1ff;
	margin: 10px 0 5px 0;
}

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

.announcements .announcement .messagebody {
	padding: 5px 5px 5px 8px;
}

.announcements a {float:right; padding: 0; margin:0;}
.announcements h1 {width: 300px; float: left; margin-bottom:0;}

.announcements a.hide {
	padding: 1px 20px 1px 0px;
	background: #f3f8fc url(../images/crystal_project/16x16/actions/locationbar_erase.png) 30px 50% no-repeat;
}

#message-wall {
	border: 1px solid #CCCCCC;
	padding: 10px;
	height:300px;
}

.wall-message .header {
	border-top: 1px solid #1E6CB8;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	padding-top:2px;
	padding-bottom:2px;
}

.wall-message .message-text, .wall-message .header {padding-left:5px; padding-right:5px; line-height:120%;}

.message-wall .wall-message .message-text {
	margin-top:5px;
	margin-bottom:10px;
}

.message-wall .subheader {font-size:xx-small;}

.message-wall textarea {
	width: 268px;
	height: 60px;
}

.message-wall div.paginateButtons {border: 1px solid #CCCCCC;}

.message-wall form {border: 1px solid #CCCCCC; padding: 10px; width:278px; margin-bottom:10px;}

.maininfo {width: 368px; float:left;}
.secondary-content {width: 322px; float:right;}

.title {
	background-color: #004080;
	color:white;
	padding:5px;
	font-weight:bold;
}

form.deletePost {padding:0; margin:0; border:0; width:300px;}
form.deletePost input {padding:0; margin:0; border:0; float:right; display:inline;}

.operations {border: 1px solid #CCCCCC; padding: 10px;}
.operations a {display:block; margin-bottom:10px; color:#333333;}
.operations img {vertical-align:middle;}
.operations a:hover {background-color: #EEEEEE;}

table.report {width:650px; margin-left:auto; margin-right:auto;}

tr.builtin td {font-style:italic;}

div.plain-content {border: 1px solid #CCCCCC; padding: 10px;}
div.plain-content a {display:block; margin-bottom:10px; color:#666;}
div.plain-content img {vertical-align:middle;}

div.plain-content a:hover {color: #333333;}
a:hover {color: #333333;}

div.flash-content {border: 1px solid #CCCCCC; padding:0; margin:0;}

#intervention-list-actions{
	padding:0;
	margin:0;
}
#intervention-list-actions li{
	list-style: none ;
}
.clickableTR:hover{
	cursor:pointer;cursor:hand
}

#commentsButton{
	width:100%;
	height:30px;
	font-size:12pt;
	margin-top:1em;
	margin-bottom:1em;
}
