﻿body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}



/* MISC
-----------------------------------------------------------*/

.styled-button {
	background-color:#D2B48C;
	color:#333;
	font-family:'Helvetica Neue',sans-serif;
	font-size:14px;
	line-height:30px;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border:0;
	text-shadow:#C17C3A 0 -1px 0;
	width: 140px;
	height:30px;
}
.styled-button:hover {
    background: #B49A78;
}

/*From: http://www.usabilitypost.com/2012/01/10/pressed-button-state-with-css3# */
.button-link
{
    text-decoration: none;
    background-color: #D2B48C;
    color: #333;
    font-family: 'Helvetica Neue',sans-serif;
    font-size: 18px;
    line-height: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 0;
    text-shadow: #C17C3A 0 -1px 0;
    display: block;
    width: 420px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.button-link:hover {
    background: #B49A78;
}


.button-link2
{
    text-decoration: none;
    background-color: #D2B48C;
    color: #333;
    font-family: 'Helvetica Neue',sans-serif;
    font-size: 18px;
    line-height: 30px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    border: 0;
    text-shadow: #C17C3A 0 -1px 0;
    display: block;
    width: 420px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.button-link2:hover {
    background: #B49A78;
}



input#PdfFilenameOnline, input#PdfFilenamePrint
{
    width: 400px;
    background-color: lightgray;
}

textarea
{
    font-size: 0.95em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

textarea#AdminComments
{
    width: 600px;
    background-color: #BDD2FF;
    height: 100px;
}

textarea#Abstract, textarea#PageContents
{
    width: 700px;
    height: 300px;
}

.clickableRow:hover
{
    background-color: lightblue;
    cursor: pointer;
}

.LinkDelete
{
     background: url('../Content/Images/delete-16.gif') no-repeat center;
     display: block;
     /*width: 150px;*/
     /*height: 150px;*/
     text-indent: -9999px; /* hides the link text */
}
