﻿/*BuyJail*/
BODY {
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE:10px;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	WORD-SPACING: normal;
	margin: 0px;
}
/*************************************************/
.MasterLayout
{
    width: 100%;
}
/*************************************************/
.MasterLayout .Content
{
	background-color:white;
	padding:10px 10px 15px;
	height:450px;
	vertical-align:top;
}
/*************************************************/
.MasterLayout .Search
{
    height: 31px;
    text-align: left;
}
.MasterLayout .Search .TextSearch
{
	width:350px;
}
#MasterPage-Search .Panel .Item
{
    vertical-align:middle;
    background-color:#66a09d;
}
#Uc_Search
{
	height:25px;
	width:50%;
	padding-left:25px;
	padding-top:6px;
	visibility:hidden;
}
/*************************************************/
.MasterLayout .Login
{
    height: 25px;
    text-align: right;
    padding-right: 20px;
    vertical-align: middle;
    background-color: #eeeeef;
    border-bottom: #339f48 1px solid;
}
/*************************************************/
.MasterLayout .Banner
{
	background-color: #ffffff;
	vertical-align:bottom;
	background-image:url(images/BannerRepeater.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.MasterLayout .Banner .Cell
{
	height:150px;
	width:100%;
	background-image:url(images/logo.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.MasterLayout .Banner .Cell img
{
	height:34px;
	width:496px;
	margin-top:26px;
	margin-left:132px;
}
/*************************************************/
#logoimg
{
	height:0px;
	width:150px;
	background-image:none;
	background-repeat:no-repeat;
}
#logoimg img
{
	width:0px;
	height:0px;
}
/*************************************************/
#Info
{
	text-align:right;
	vertical-align:bottom;
	padding:10px;
}
/*************************************************/
.MasterLayout .Sub-Nav
{
	background-color:#efefef;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	vertical-align:middle;
}
.MasterLayout .Sub-Nav a
{
	text-decoration:none;
}
/*************************************************/
.MasterLayout .Main-Nav
{
	background-color:white;
	border-bottom:thin solid silver;
	height:30px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	vertical-align:middle;
}
.MasterLayout .Main-Nav table
{
}
.MasterLayout .Main-Nav table .Panel
{
}
.MasterLayout .Main-Nav .Element
{
}
.MasterLayout .Main-Nav .Element .Panel .Item
{
}
.MasterLayout .Main-Nav a
{
	text-decoration:none;
}
/*************************************************/
.MasterLayout .Main-Menu
{
	width:170px;
	text-align:left;
	vertical-align:top;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 25px;
    padding-top: 0px;
	border-right: 1px solid #000000;
}
/*************************************************/
.MasterLayout .Right-Control
{
	width:150px;
	text-align:left;
	vertical-align:top;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 25px;
    padding-top: 0px;
	border-left: 1px solid #000000;
}
/*************************************************/
.BirdDogLink
{
	font-size:10px;
	font-family:Tahoma, Helvetica, sans-serif;
	text-align:center;
}
.BirdDogLink a:link
{
	font-size:10px;
	font-family:Tahoma, Helvetica, sans-serif;
	text-align:center;
	color:#f95602;
	text-decoration:none;
}
.BirdDogLink a:visited
{
	font-size:10px;
	font-family:Tahoma, Helvetica, sans-serif;
	text-align:center;
	color:#f95602;
	text-decoration:none;
}
.BirdDogLink a:hover
{
	font-size:10px;
	font-family:Tahoma, Helvetica, sans-serif;
	text-align:center;
	color:#ff7700;
	text-decoration:underline overline;
}
.BirdDogLink a:active
{
	font-size:10px;
	font-family:Tahoma, Helvetica, sans-serif;
	text-align:center;
	color:#ff7700;
	text-decoration:underline overline;
}
/*************************************************/
/* Panels */
.Panel
{
	width:100%;
}
.Panel .Item
{
	width:100%;
	vertical-align:top;
}
.Panel .Top
{
}
.Panel .Top-Left
{
}
.Panel .Top-Right
{
}
.Panel .Left
{
}
.Panel .Right
{
}
.Panel .Bottom-Left
{
}
.Panel .Bottom-Right
{
}
.Panel .Bottom
{
}
.Panel .Top .Cell
{
}
.Panel .Top-Left .Cell
{
}
.Panel .Top-Right .Cell
{
}
.Panel .Left .Cell
{
}
.Panel .Right .Cell
{
}
.Panel .Bottom-Left .Cell
{
}
.Panel .Bottom-Right .Cell
{
}
.Panel .Bottom .Cell
{
}
