﻿body 
{   background-color: White;
	font-family:Verdana;
	font-size:77%;
}

a
{
	color:#000099;
}

/* Styles for page tops */

.SiteHeader
{
	width:1020px;
	height:80px;
	background-image:url(../../images/HeaderBackground.gif);
	
}

.SiteHeader2 {
    width: 980px;
    height: 80px;
    background-image: url(../../images/HeaderBackground980.gif);
    color: White;
    font-size: 15pt;
    font-weight: bold;
}


.SiteFooter
{
	width:750px;
	height:30px;
	text-align:center;
	border-top:solid 1px #D6D6D6;
}

.GlasgowCityLogo
{
	padding-left:15px;
}

.TRSLogo
{
	border:0px;
	padding-right:30px;
}

/* Styles for left navigation */

.LeftNavigation
{ 
	height:450px;
	/*background-image:url(//users.TSSglasgow.org/images/LeftNavigationBackground.gif);*/
	vertical-align:top;
}

.MenuItemHeader
{
	text-decoration:underline;
}

.MenuItem
{
	padding-left:10px;
}


.MenuItemHeaderLeft
{/*width :192px;*/
	/*text-decoration:underline;*/
	text-align:left;
	
}

.MenuItemLeft
{
	padding-left:10px;
	text-align:left;
	
}
.MenuItemLeft a,.MenuItemLeft a:link:visited
{
    text-decoration: none;
}
.MenuItemLeft a:link:hover,.MenuItemLeft a:link:visited:hover
{
       text-decoration: underline;
}

/* Styles for page content */

.DataGrid
{
	width:100%;
}
.GridViewStyle
{

}

.ContentTable
{
	padding-left:10px;
	width:800px;
}

.ContentTable2
{
	padding-left:10px;
	width:1020px;
}


.CheckBox
{
	padding-left:3px;
}

.ContentHeader
{
	font-size:12pt;
}

.SubContentHeader
{
	font-size:11pt;
}

.EditTable
{
	border:solid 1px #CCCCCC;
	background-color:#E5E5E5;
	width:100%;
	height:25px;
	vertical-align:middle;
}

/* Control Styles */

.DeleteLabel
{
	margin-left:30px;
}

.TextBox
{
	border:solid 1px black;
	width:200px;
	margin-left:7px;
}
.TextBoxRO
{
	border:solid 1px blue;
	background-color :Silver;
	width:200px;
	margin-left:7px;
}

.MultiLineTextBox
{
	border:solid 1px black;
	width:400px;
	height:150px;
	margin-left:7px;
	font-family:Verdana;
}

.DropDownList
{
	border:solid 1px black;
	margin-left:7px;
}

.FileUpload
{
	border:solid 1px black;
	width:287px;
	margin-left:7px;
}

.Button
{
	border:solid 1px black;
	margin-left:7px;
}

.CpwdButton
{
	border:solid 1px black;
}

.ErrorText
{
	color:Red;
	margin-left:7px;
	font-size:x-small;
}

.ErrorTextTwo
{
	color:Red;
	font-size:x-small;
}

.footer 
{
	margin:50px 0px 5px 0px;
	padding:5px 10px 5px 10px;
	text-align:center;
	font-size:8pt;
	color:#7DB26E;
	text-align: center;
	position:absolute;
	left:130px;
}

#footer ul li
{
            display: inline;
            margin: 0;
            padding: 0 5px 0 5px;
            color: #339;
            border-right: 1px solid #ccc;
}

#footer ul li.last
{
            display: inline;
            margin: 0;
            padding: 0 5px 0 5px;
            color: #339;
            border-right: none;
}

#footer ul.gsites
{
            padding: 7px;
            border: 1px solid #369;
            text-align: center;
}

#footer ul
{
            display: inline;
            margin: 0;
}

.SectionHeader
{
	font-weight:bold;
	font-size:11pt;
}

.NewsHeader
{
	background-color:#B60100;
	color:White;
	height:25px;
	font-weight:bold;
}

.LatestNewsTable
{
	width:100%;
	border:solid 1px #CCCCCC;
}

.tableView1 {
color:#333333;
border-collapse:separate;
white-space:nowrap;
}
.tableView1 caption {
background-color: #000000;
color: White;
font-size: 9pt;
font-weight:bold;
}

.tableView2 {
color:#333333;
border-collapse:separate;
/*white-space:nowrap;*/
}
.tableView2 caption {
background-color: Black;/* #000000 Black*/
color: White ;
font-size: 9pt;
font-weight:bold;
}

.CaseNoteEntry
{
 background-color: Black;/* #000000 Black*/
color: White ;
font-size: 9pt;
font-weight:bold;
}


