/* Enable variable sized fonts */
body, td, th, p {
  font-family: helvetica,verdana,arial,sans-serif;
  font-size: 12px;
}

/*/*/a{}
body,
body td,
body th,
body p {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body,
html>body td,
html>body th
html>body p {
  font-size: small;
}  
/* */

/* Plone styles */
h1 {
    font-size: 160%;
}

h2 {
    font-size: 145%;
}

h3 {
    font-size: 130%;
    border-bottom: none;
    font-weight: bold;
}

h4 {
    font-size: 120%;
    border-bottom: none;
    font-weight: bold;
}

h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h6 {
    font-size: 90%;
    border-bottom: none;
    font-weight: bold;
}


.context,
.editable * .context {
    background: transparent url(linkTransparent.gif) 9px 1px no-repeat;
    cursor: pointer;
    font-size: 80%;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;
}

.row {
    min-height: 4em;
    margin: 0em 0em 1em 0em;
    position: relative;
}
.group {
    border: 1px solid #8cacbb;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em;
}
.field {
    margin-top: 0.2em;
}
.help {
    background-color: #ffffe1; 
    border: 1px solid black; 
    font-size: 80%;
    font-weight: normal;
    line-height: normal;
    text-align: left;
    position: absolute;
    left: -18em;
    top: 1.5em;
    width: 16em;
    padding: 0.5em;
}
.error {
    /* Class for error indication in forms */
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    padding: 1em;
    margin: 0;
    width: 68% !important;
}
.required {
    /* Used in addition to class "label" on required elements */
    background: url(required.gif) left no-repeat;
    padding-left: 8px;
}

.box {
    border: none;
    margin-bottom: 1em;
    padding: 0;
}
.box h4 {
    font-size: 1em;
    font-weight: normal;
    white-space: nowrap;
}
.box h5 { 
    background: #dee7ec;
    border: 1px solid #8cacbb;
    border-style: solid solid none solid;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    display: inline;
    font-size: 1em;
    height: 1em;
    font-weight: normal;
    white-space: nowrap;
}
.box h6 { 
    background: #dee7ec;
    border: 1px solid #8cacbb;
    border-style: solid solid none solid;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    display: block;
    font-size: 1em;
    height: 1.2em;
    font-weight: normal;
    white-space: nowrap;
}

.box .body {
    background: transparent;
    border-collapse: collapse;
    border: 1px solid #8cacbb;
}
.boxDetails {
    text-align: right;
}

/* Sigma Xi styles */
a:hover     		{ color              : #cc9900;
					}
/*Apply this class to the text you'd like a different link color. Text that is not a link will appear in this style.*/

font.left { color: #333333}

/*These are the link style definitions.*/
font.left a:link 		{ color: #333333}
font.left a:visited 	{ color: #cc3300}
font.left a:hover 		{ color: #cc9900}
font.left a:active 		{ color: #cc9900}

font.hdr			{ font-weight         : bold;
					  letter-spacing      : +1px;
					  color               : #cc3300;
					}
font.hdr2			{ font-weight         : bold;
					  letter-spacing      : +1px;
					  color               : #cc9900;
					}
font.left			{ letter-spacing      : +.2px;
					  color               : #333333;
					}
font.text			{ letter-spacing      : +.2px;
					  color               : #333333;
					}

.buttonFwd {
    background: transparent url(images/buttonFwd.gif) 9px 5px no-repeat;
    cursor: pointer;
    font-size: 90%;
    padding: 4px 4px 4px 18px;
    text-transform: lowercase;
}
/* top left bottom right */
.buttonBack {
    background: transparent url(images/buttonBack.gif) 9px 4px no-repeat;
    cursor: pointer;
    font-size: 90%;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;
}

