﻿/**********************************************/
/* Non-admin web project styling              */
/* April 2013 Martyn Atkins                   */
/**********************************************/

/* Plymouth University Logo font */
@font-face
{
    font-family: 'NeuzeitforPlymouthBlack';
    src: url('Fonts/neuzeitforplymouth-black-webfont.eot');
    src: url('Fonts/neuzeitforplymouth-black-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/neuzeitforplymouth-black-webfont.ttf') format('truetype');
    font-weight: normal !important;
    font-style: normal;
}

/**********************************************/
/* Re-Style Standard Elements                 */
/**********************************************/
body
{
    font-size: .9em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    color: #333333;
    background: #b4e3dc url(Images/bg.png) repeat-y center center;
}

/* Plain version of page-body */
body.plain
{
    background: #ffffff none;
}

p
{
    margin-bottom: 10px;
    line-height: 1.5em;
}

b
{
    font-weight: bold;
}

strong
{
    font-weight: bold;
}

ul
{
    list-style-position: outside;
    list-style-image: url('Images/list_square.gif');
    padding: 0px 0px 0px 20px;
    margin-bottom: 10px;
    line-height: 1.2em;
}

acronym
{
    border-bottom: 1px dashed #000000;
    cursor: help;
}

hr
{
    color: inherit;
    background-color: #696969;
    height: 2px;
    border: 2px;
}

a:link, a:visited
{
    color: #0088cc;
    font-weight: 600;
    text-decoration: none;
}

a:hover
{
    color: #00008B;
    cursor: pointer;
}

img.left
{
    background-color: #fff;
    padding: 10px;
    float: left;
}

img.right
{
    background-color: #fff;
    padding: 10px;
    float: right;
}

/*************************************************/
/* Styling for headings                          */
/*************************************************/
h1, h2, h3, h4, h5, h6
{
    font-weight: 400;
    margin-bottom: 10px;
}

h1
{
    font-size: 1.6em;
    font-variant: small-caps;
    font-weight: bold;
}

h2
{
    font-size: 1.4em;
    font-variant: small-caps;
    font-weight: bold;
}

h3
{
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: bold;
}

h4
{
    font-size: 1.1em;
    line-height: 1.3em;
}

h5
{
    font-size: 1.0em;
    line-height: 1.2em;
}

h6
{
    font-size: 0.9em;
    line-height: 1.1em;
}

/*************************************************/
/* Layout elements with their default styles     */
/*************************************************/
#page
{
    margin: auto;
    overflow: hidden;
}

#container
{
    width: 940px;
    margin: 15px auto;
    background-color: #a4d3cc;
    padding: 10px;
    min-height: 600px;
}

/* Plain version of content container without colour */
#container.plain
{
    background-color: transparent;
    margin: 5px auto;
}

#main
{
    border: 2px solid #696969;
    padding: 10px;
    background-color: White;
}

#header
{
    padding: 5px;
}

#uniHead
{
    font-family: NeuzeitforPlymouthBlack;
    font-size: 1.6em;
    text-transform: uppercase;
    height: 100%;
    width: 28%;
    float: left;
}

#uniHead a
{
    color: #000000;
}

#tagLine a
{
    color: #0088cc;
}

#uniHead a:hover, #tagLine a:hover
{
    color: #696969;
}

#psycHead
{
    width: 70%;
    height: 100%;
    float: right;
    text-align: right;
}

#psycHead p
{
    margin-bottom: 5px;
}

#psycHead p.head
{
    font-family: NeuzeitforPlymouthBlack;
    font-size: 1.4em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#footer
{
}

/*************************************************/
/* Horizontal menu                               */
/*************************************************/
div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

div.menu ul li
{
    display: inline;
}

div.menu ul li a, div.menu ul li a:visited
{
    float: left;
    font-weight: bold;
    color: #696969;
    border: 1px solid #b7b7b7;
    background-color: #dcdcdc;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #686868;
    color: #dcdcdc;
    font-weight: bold;
}

/*************************************************/
/* Custom styling classes                        */
/*************************************************/
.flatInput /* Default flatInput style is the same as flatInputLarge below, but you can choose your own! */
{
    margin: 2px;
    display: inline block;
    border: 3px solid #b7b7b7;
    padding: 6px 6px !important;
    background-color: #dcdcdc;
    font-weight: bold;
    color: #696969;
    font-size: 1.2em;
}

.flatInputSmall
{
    margin: 2px;
    display: inline block;
    border: 2px solid #b7b7b7;
    padding: 2px 2px !important;
    background-color: #dcdcdc;
    font-weight: bold;
    color: #696969;
    font-size: 0.8em;
}

.flatInputMed
{
    margin: 2px;
    display: inline block;
    border: 2px solid #b7b7b7;
    padding: 4px 4px !important;
    background-color: #dcdcdc;
    font-weight: bold;
    color: #696969;
    font-size: 1em;
}

.flatInputLarge
{
    margin: 2px;
    display: inline block;
    border: 3px solid #b7b7b7;
    padding: 6px 6px !important;
    background-color: #dcdcdc;
    font-weight: bold;
    color: #696969;
    font-size: 1.2em;
}

.button
{
}

.button:hover
{
    background-color: #686868;
    color: #dcdcdc;
    font-weight: bold;
    cursor: pointer;
}

/* Disabled buttons */
.button.aspNetDisabled
{
    background-color: #ccc;
    color: #eee;
}

.button.aspNetDisabled:hover
{
    background-color: #ccc;
    color: #eee;
}

.introBox
{
    background-color: #f9f9f9;
    border-width: 2px;
    border-style: solid;
    border-color: inherit;
    border-left: none;
    border-right: none;
    padding: 5px;
}

.option
{
    font-size: 1.1em;
    line-height: 1.5em;
    margin-left: 25px;
}

.question
{
    background: url(Images/bgitem.gif) #ffffff repeat-x;
    border: 1px dotted;
    padding: 10px;
    margin: 10px 25px 10px 25px;
}

.centre
{
    display: block;
    text-align: center;
    margin: inherit auto;
}

/*************************************************/
/* Form Elements                                 */
/*************************************************/
/* Radio button lists formatted as tables */
.rbTable
{
    /*margin-left: 25px; */
    font-size: 1.1em;
    line-height: 1.5em;
    border-style: none !important;
    text-align:center;
}
.rbTable td
{
    padding: 20px;
    border-style: none !important;
}

fieldset
{
    border: 2px solid #ccc;
    background: url(Images/bgitem.gif) #fcfcfc repeat-x;
    position: relative;
    margin-top: 1.5em;
    padding: 15px;
}

fieldset p
{
    margin: 2px 10px 10px 10px;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.2em;
    font-variant: small-caps;
    font-weight: bold;
    top: -0.7em;
    left: 15px;
    position: absolute;
    padding: 2px 3px;
    background-color: #ffffff;
}

/*************************************************/
/* Special Classes                               */
/*************************************************/
/* Fix floating css-div objects */
div.clear
{
    clear: both;
    height: 0;
}

/*************************************************/
/* Table Styles                                  */
/*************************************************/
/* Full 100% width table */
.multi
{
    background-color: #ffffff;
    border: 2px solid #696969;
    width: 100%;
}

/* Auto width table (centred modifier class) */
.multi.centred
{
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

/* Auto width table (aligned left modifier class) */
.multi.left
{
    width: auto;
    margin-left: 0;
    margin-right: auto;
}

/* Light grey table header styles */
.multi th
{
    padding: 5px 4px 5px 4px;
    background-color: #dcdcdc;
    font-weight: bold;
    text-align: left;
    background-image: url('Images/thbg.gif');
    background-position: center center;
    border: 1px dotted;
    border-bottom: 2px solid;
}

.multi tr.th td
{
    padding: 5px 4px 5px 4px;
    background-color: #d6f0ec;
    font-weight: bold;
    text-align: left;
    background-image: url('Images/thbg.gif');
    background-position: center center;
}

/* Table cell styles */
.multi td
{
    padding: 4px;
    background-color: #ededed;
    border: 1px dotted;
}

/* No table cell grid lines */
.multi.nogrid td
{
    border: none;
}
.multi.nogrid th
{
    border: none;
    border-bottom: 2px solid;
}

/* Alternating row */
.multi tr.alt td
{
    background-color: #ffffff;
}

/*************************************************/
/* Coloured Boxes                                */
/*************************************************/
/* success bar */
.green
{
    font-weight: bold;
    padding-left: 40px;
    padding-bottom: 2px;
    margin-bottom: 15px;
    color: #009900;
    background-image: url('Images/tick.png');
    background-position: center left;
    background-repeat: no-repeat;
    border-top: 1px solid #66cc66;
    border-bottom: 1px solid #66cc66;
}
/* warning bar */
.amber
{
    font-weight: bold;
    padding-left: 40px;
    padding-bottom: 2px;
    margin-bottom: 15px;
    color: #ff6600;
    background-image: url('Images/information.png');
    background-position: center left;
    background-repeat: no-repeat;
    border-top: 1px solid #ffcc33;
    border-bottom: 1px solid #ffcc33;
}
/* error bar */
.red
{
    font-weight: bold;
    padding-left: 40px;
    padding-bottom: 2px;
    margin-bottom: 15px;
    color: #8b0000;
    background-image: url('Images/error.png');
    background-position: center left;
    background-repeat: no-repeat;
    border-top: 1px solid #ff6633;
    border-bottom: 1px solid #ff6633;
    font-size: 1.2em;
}

/*************************************************/
/* Project specific styling classes              */
/*************************************************/