﻿@charset "utf-8";
/* CSS Document */

@import url("../Skin/newcastle.css");

.sg-navigation 
{
    background-color: black;
    border-color: black;
}

.sg-navigation a
{
    background-color: black;
    border-color: black;
}

.sg-navigation-sub a
{
    border-color: #0964b5;
    background-color: #0964b5;
}

.sg-titlebar
{
background-color: white;
    background-image: None;
background-repeat: repeat-x;
background-position:right;
border:1px solid black;
height:100px;
position:relative;
min-height:100px;
color:black;
}


#banner {


    background-repeat: no-repeat;
    background-position: left;
    height: 100px;
    text-align:center;
}

#bannerRight 
{
    float: right;
    width: 269px;
    height: 100px;
    background-image: url('../images/custom/bannerright.gif');
    background-repeat: no-repeat;
    background-position: right;
}

#bannerTitle 
{
    width: 100%;
    position: absolute;
    left: 0px;
    line-height: 100px;
    vertical-align: middle;
    font-size:120%; 
    font-family: Verdana, sans-serif; 
    font-weight: bolder;z-index:100;
    color: #256192 !important;
}

#bannerclear {
    clear: both;
}

.gridview { font-family:Arial ; font-size:1em; }
.gridview th { background-color: #2195da; font-weight:bold; color:#fff; }
.gridview th a {color:#fff !important; } 

.gridviewdelete { font-family:Arial ; font-size:.9em; background-color:#ffc1c1; }
.gridviewdelete th { background-color:Red; font-weight:bold; color:#fff; }
.gridviewdelete th a {color:#fff !important; } 

.tablewide {
    width: 700px;
}

.tablewide td {
    width: 250px;
}

.tablethin {
    width: 500px;
}

.tablethin td {
    width: 100px;
}

.section {
    color: #CCCCCC;
    background-color: #CCCCCC;
    height: 5px;
}

/*-------- Datalist Style -----------*/
.datalist table {width:100%}
.datalist th,
.datalist td {line-height:1.5em; border-color:Gray;padding-left:0.5em;padding-right:0.5em;}
.datalist tr {background-color:#e5e5e5;}
.datalist tr.odd {background-color:#eee;}

.brainareas th,
.brainareas td {line-height:1.5em; border-color:Gray;padding-left:0.5em;padding-right:0.5em;}
.brainareas tr {background-color:#e5e5e5;}
.brainareas tr.odd {background-color:#eee;}

/*----------Custom Heading Styles---------*/
.subheadbb {font-weight:bold; color:#2195da}

.gridview td {    
    border-color: gray !important;
    border-top: 1px !important;
    border-right: 1px !important;
    border-bottom: 1px !important;
    border-left: 1px !important;
    border-style: solid !important;
}