﻿#s_Navigation 
{
    margin-top:20px;
    font-size:150%;
}
#s_Navigation ul.AspNet-Menu 
{
    list-style:none;
    width: 80%;
    text-align: center;
}
#s_Navigation ul li
{
    list-style: none;
    margin: 5px 0 5px 0;
}
#s_Navigation li a 
{
    display:block;
    text-decoration: none;
    color:black;
    background-color:Silver;
    padding: 5px 0 5px 0;
    height: 1%;
}
#s_Navigation ul li a:hover, #s_Navigation ul li a.Current
{
    color:Silver;
    background-color: #990000;
}
#AdminContent 
{
	float: left;
	width: 560px;
	background-image:url('../../Img/bg_Content.jpg');
	background-repeat:repeat-x;
	background-color: #D49E9E;
	padding :10px;
	font-size:120%;
}
h3.Admin
{
    padding:0;
}
#Instructors
{
    width:50%;
    padding-left: 15px;
}
#Instructors li
{
    clear: both;
    width:100%;
    margin-bottom:5px;
}
#Instructors li div.li_Left
{
    width: 70%;
    float: left;
}
#Instructors li div.li_Right
{
    text-align:right;
    width:90%;
}
table tr th
{
    text-align:left;
}
#lstAlphabet
{
    float:left;
    padding: 5px 10px 5px 10px;
    background-color: white;
    border: groove 1px #990000;
}
#lstPostcodeArea
{
    float:right;
    padding:5px;
    background-color:White;
    border: groove 1px #990000;
}
#lstPostcodeArea div
{
    float:left;
    padding: 0 10px 0 10px;
}
div.AspNet-GridView table.ratesGrid
{
    float:right;
    width: 100%;
    margin-top: 10px;
}
div.AspNet-GridView table.postcodesGrid
{
    float:right;
    width: 90%;
    margin-top: 10px;
}
#UpdateSuccessFailure input
{
    margin-left:15px;
