#my_create_thesis .instruction {
    margin-bottom: 0.5em;
}

#my_create_thesis input {
    margin-left: 0.5em;
}

#new_thesis_btn {
    color: #0072A8;
    font-weight: bold;
}

.noname {
    color: #808080;
}

td.collection a.collection {
    display: block;
    font-size: 18px;
}

td.collection {
    min-width: 300px;
}

td.action {
    width: 74px;
    text-align:center;
}

td.selected {
    width: 20px;
}

.dataTable thead tr th.selected {
    text-align: center;
}

td.action a {
    display: block;
    text-align: center;
    padding: 1px 4px;
    margin: 1px 0;
}

td.action a.editItem {
    color: #0072A8;
    text-decoration: underline;
}

td.action a.deleteItem {
    color: #800000;
}

td.action a.deleteItem span {
    font-weight: bold;
    font-size: 18px;
}

#theses_reviewing .dataTable,#theses_inpool .dataTable {
    margin-bottom: 2px;
}

#theses_inpool,#theses_reviewing {
    margin-bottom: 1em;
}

#selectCollection {
    margin: 4px 0;
}

.inCollection {
    display: block;
    font-size: 12px;
    color: #808080;
}

.inCollection em {
    padding: 0 0.5em;
}

#poolFilter fieldset{
    border: 1px solid #C38E66;
    background-color: #FCFCFC;
}
#poolFilter input {
    margin-right: 5px;
}
#titleSubmitterFilter {
    width: 20em;
}

/*************************/

.buttonAsLink{
	background:none!important;
     border:none; 
     padding:0!important;
     color:#993300;
     text-decoration:none;
     cursor:pointer;
}

.buttonAsLink:hover{
	background:none!important;
     border:none; 
     padding:0!important;
     color:#993300;
     text-decoration:underline;
     cursor:pointer;
}

td.action input {
    display: block;
    text-align: center;
    padding: 1px 4px;
    margin: 1px 0;
}

td.action input.editItem {
    color: #0072A8;
    margin-left:20px;
    font-size:1.1em;
}

td.action input.deleteItem {
    color: #800000;
    margin-left:7px;
    font-size:1.1em;
}

#takePooledForm,#returnOwnedForm{
	margin-top:4px;
}

input#rejectedEmailCopyTo{
	position:relative !important;
	float:none !important;
	width:33%;
	bottom:0px;
	
	color:#800000;
	font-style:normal;
	font-weight:normal;
}

input#rejectedEmailCopyTo.placeholder{
	color:#666666;
	font-style:italic;
	font-weight:normal;
}
