﻿/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

/* Picture at the top of the site    
*/
#poster
{
  display: none;
}

/* Navigation strips - green top and yellow bottom bands with horizontally laid out menu items*/
#navtop, #navbottom
{
  display: none;
}

#footer
{
    margin-top: 10px;
    margin-right: auto;
    margin-left: 70px;
    width: 1023px;
    text-align: center;
    padding-bottom: 22px;
    color: #C89F3D;
    border: 1px solid #DBDB79;

}
h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 28px;
    font-weight: bold;
   margin: 5px 0 5px 0;
}
h2
{
    font-size: 20px;
    font-weight: bold;
   margin: 5px 0 5px 0;
}
h3
{
    font-size: 16px;
    font-weight: bold;
   margin: 5px 0 5px 0;
}
h4
{
    font-size: 12px;
    font-weight: bold;
    margin: auto auto auto auto;
}
.col1of1, #loginbanner
{
    border: 1px solid #DBDB79;   
    margin-right: auto;
    margin-left: 0px;
    width: 1023px;
    text-align: left;
}
#loginbanner
{
  padding-bottom: 0px;
}
#loginbanner h2
{
    font-size: 1em;
    font-weight: normal;
    margin-top: 8px;
}


/* Main part of the page that holds contents */
#body
{
    margin-right: auto;
    margin-left: 70px;
    width: 1023px;
    position: relative;
    font-size: 13px;

}
body
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    font-size: 0.7em;
}

/* 2 column layout */

.errorMsg
{
    font-weight: bold;
    color:red;
}

.colContent 
/* displays a border to group related information */
{
    border: 1px solid #DBDB79;
    padding: 10px;
    margin-left:0px;
    margin-right:10px;
    margin-bottom: 5px;
    vertical-align: top;
    top: 0px;
    
}
.colContent /* displays a border to group related information */
{
    margin-bottom: 5px;
    margin: 0 0 0 0;
    border: 1px solid #DBDB79;
    padding: 5px;
    vertical-align: top;
    top: 0px;
    width: 1008px;
}

.clear2column /* prevents other ??? appearing to the right or left but only below the command */
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}

/************************************************************************
* 
* Hyperlink colours
*
************************************************************************/
a:link
{
    color: #8A3700;
    /* background:#123456 */
}
a:visited
{
    color: #542100;
}
a:hover
{
    text-decoration: none;
    color: #A45521;
}
a:active
{
    text-decoration: none;
    color: #000000;
}

/************************************************************************
* 
* Navbar (=Menubar) hyperlink formatting
*
************************************************************************/
#navtop 
{
  display: none;
}

/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall, .buttonsmall-ovr
{
    background: url(images/background_button_small.gif) repeat-x;
    border: none;
    color: #FFFFFF;
    height: 22px;
    font-weight: normal;
    font-size: 9px;
    padding-bottom: 9px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.buttonsmall-ovr /* displays underline with button-over */
{
    text-decoration: underline;
    /* background: url(images/background_button_small-ovr.gif) repeat-x; */
}
/************************************************************************
* 
* Command buttons eg Login, Log in, Submit etc
*
************************************************************************/
/* Note they are aligned Right eg Login and Logout buttons in Login banner */
.actionbuttons 
{
  text-align:right;
  position: relative; 
  padding: 1px 1px 1px 1px;
}
input, select, textarea  /* determines the format of Log in, submit buttons 
                            Seems also to set input boxes to the same width */
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}
/************************************************************************
* 
* View, Edit and Cancel, buttons.  Buttons on grid view 
* Next Page and Cancel Changes buttons on bottom of pages
************************************************************************/
.VECbuttons /* Note they are aligned Right eg Login and Logout buttons in Login banner */
{
    font: normal 100% Arial, Helvetica, sans-serif;
    text-align: center;
    position: relative; 
    padding: 1px 1px 1px 1px;
    width:50px;
}
.VECbuttons-long /* Note they are aligned Right eg Login and Logout buttons in Login banner */
{
    font: normal 100% Arial, Helvetica, sans-serif;
    text-align: center;
    position: relative; 
    padding: 1px 1px 1px 1px;
    width:100px;
}
.NextPageButton /* Note they are aligned Right */
{
    font: normal normal bold 100% Arial, Helvetica, sans-serif;
    text-align: center;
    color: green;
    position: relative;
    padding: 1px 1px 1px 1px;
    width: 100px;
    top: 0px;
    left: 0px;
}
.CancelChangesButton /* Note they are aligned Right */
{
    font: normal normal bold 100% Arial, Helvetica, sans-serif;
    text-align: center;
    color: red;
    position: relative;
    padding: 1px 1px 1px 1px;
    width: 100px;
    top: 0px;
    left: 0px;
}