/**
* scotdic.css
* This style declarations present in this file are used pre-login pages of the
* BMS system. Pre-login pages are also 'non-tile' pages.
*/


/**
* TOC
  BODY
  WRAP (Contains HEADER, MAIN_NAVIGATION, BODY_TEXT, FOOTER)
    wrap1
  HEADER
    header
    header_icon
    header_title
    header_caption
    header_utility_links
  MAIN_NAVIGATION
    main_navigation
  BODY_TEXT
    body_text
  FOOTER
    footer
  TEXT DECORATION
    H2
    H3
    asterix (a red star)
    errorMsg ( red text)
  FORM STYLES
    .scotdic_form
    .scotdic_form fheader
    .scotdic_form flabel
  BREAD CRUMBS
    bread_crumbs
  INPUT ELEMENTS
    .button
  LOGIN PAGE
    loginpage_leftside
    loginpage_rightside
    loginpage_login
    loginpage_newuser
*/

/**
* BODY
*/

body
{
margin: 0 auto;
padding: 0;
font: 500 76% Arial;
color:rgb(110,110,110);
background-color: rgb(245,245,245);
/*background-color: #A5DDF8;
background-image: url(../../images/background.png);
background-repeat: repeat-x;*/
}

/**
* WRAP - contains navigation bars..footer
*/
#wrap1
{
margin: 0 auto;
width:780px;
height:100%;
color: #303030;
background-color:rgb(255,255,255);
margin-bottom:10px;
margin-top:10px;
padding-bottom:10px;
border-style:outset;
border:solid 1px rgb(120,120,120);
}

html > body #wrap1
{
min-height:100%;
}

#wrap1 a
{
 text-decoration:none;
 font:600 11px arial;
 color:rgb(240,120,0);
}

/* HEADER */
#header
{
margin: 0 auto;
padding: 0;
height: 150px;
border-bottom:1px solid rgb(240,240,240);
}

#header_icon
{
float:left;
margin:14px 0px 14px 10px;
padding: 0;
width:122px;
}

#header_title
{
float:left;
margin:10px 0px 14px 15px;
padding: 0;
width:450px;
font:bold 34px Palatino Linotype;
color:orange;
}

#header_caption
{
color:rgb(200,0,0);
font:bold 20px Palatino Linotype;
margin-left:50px;
}

#header_utility_links
{
float:right;
margin:10px 5px 14px 15px;
padding-left:0;
width:150px;
font:bold 12px Arial;
line-height:160%;
}

/* MAIN NAVIGATION */
#main_navigation
{
width: 780px;
height:30px;
text-align:center;
background-color:rgb(102,183,227);
}

#main_navigation ul
{
list-style: none;
padding: 0;
margin: 0 ;
}

#main_navigation li
{
height: 25px;
margin-top:5px;
float: left;
margin-left:5px;
}

#main_navigation li a
{
line-height: 2.8;
width: 144px;
display: block;
color: #000;
text-decoration: none;
text-align: center;
font:13px Verdana,Tahoma,Arial,sans-serif;
}

#main_navigation li a:hover, #main_navigation li a.active
{
color: rgb(0,75,151);
font:bold 14px arial;
text-decoration: underline;
text-align: center;
}

/* BODY_TEXT */
#body_text
{
margin:0 auto;
width:100%;
height:100%;
padding:0px;
text-align :left;
color:rgb(95,95,145);
}

/* FOOTER */
#footer
{
 margin-top:15px;
 height:30px;
 border-top:solid 1px rgb(180,180,180);
 text-align:center;
 padding-top:10px;
 clear: both;
}

/**
* TEXT DECORATION
*/

h1 { font-size: 17px; }
h1.firstHeading { border-bottom: none; margin-top: 0; font-size: 1.5em; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; font-weight: bold; border-bottom: none;}
h1 a { text-decoration: none; }
h2 a { text-decoration: none; }
h3 a { text-decoration: none; }
h4 a { text-decoration: none; }
h5 a { text-decoration: none; }
h6 a { text-decoration: none; }

span.asterix
{
color:red;
font:bold 14px Arial;
}

.errorMsg
{
color:red;
font:bold 13px Arial;
}


/* FORM STYLES*/
.scotdic_form
{
margin:0 auto;
width:100%;
border:solid 1px rgb(240,240,240);
font:normal 12px Arial;
color:rgb(100,100,100);
margin-top:10px;
text-align:left;
}

.scotdic_form .fheader
{
font:bold 13px Arial;
color:rgb(183,127,108);
}

.scotdic_form .flabel
{
text-align:right;
font:bold 12px Arial;
color:#7A7A7A;
}

.scotdic_form tr td { padding:3px; }

/* BREAD CRUMBS */
.bread_crumbs
{
width:100%;
margin:0 auto;
height:18px;
padding:3px 0px 3px 0px;
font:normal 12px Arial;
text-align:left;
background-color:rgb(95,95,145);
color:rgb(240,240,240);
margin-bottom:10px;
}

/* INPUT ELEMENTS */
.button
{
 margin:0 auto;
 width:auto;
 background-color:rgb(95,95,145);
 color:rgb(240,240,240);
}

/* LOGIN PAGE */
/* Thanks for all the people who have contributed to OSWD.org for their inspiration
   and ideas related to creating wonderful webpages.  */

/* Login page */
#loginpage_leftside
{
text-align:center;
float:left;
width:500px;
height:100%;
font:bold 13px Arial;
display:inline;
padding-top:20px;
}

#loginpage_rightside
{
float:left;
margin:20px 15px 20px 4px;
width:250px;
height:100%;
/*border:1px solid rgb(190,190,190);*/
text-align:center;
padding: 0px 2px 0px 2px;
line-height:1.5em;
display:inline;
color:rgb(100,100,100);
}

#loginpage_login
{
width:240px;
text-align:center;
padding: 2px;
background-color:#E0E0EF;
margin-bottom:10px;
}

#loginpage_newuser
{
width:240px;
text-align:right;
padding: 2px;
background-color:#E0E0EF;
}

