/*=============================================================================
          Copyright (c) 2008, MTC Software, Inc.  All Rights Reserved.
 This file contains proprietary trade secrets of MTC Software. No part
 of this file may be reproduced or transmitted in any form or by any means,
 electronic or mechanical, including photocopying and recording, for any
 purpose without the expressed written permission of MTC Software.
===============================================================================
Application		:   PawsOnWeb Admin Website
File Name		:	PawsOnWeb.css
Author			:	Tom Clark
Date Created	:	2-29-08
=============================================================================*/
body {
	color: #FFFFFF;
	background-color: #000000;
	background-image:url(images/pawonweb_bg.jpg);
	background-repeat:no-repeat;
	font-size: 11px;
	font-family: Tahoma, Arial;
	margin: 0px;
}
.Heading1 {
	font-size: 18px;
	font-weight: normal;
	font-family: Tahoma, Arial;
}
.Heading2 {
	font-weight: bold;
    font-size: 11px;
    color: #000000;
    font-family: Tahoma, Arial;
    background-color: #4E74C2;
    padding: 4px 8px 4px 8px;
}
.Panel {
	border-collapse: collapse;
	margin-bottom: 20px;
	width:40%;
}
.SmallFieldLabel {
	padding: 6px 10px 0px 10px;
    font-weight: normal;
    font-size: 11px;
    font-family: Tahoma, Arial;
    text-decoration: none;
    vertical-align: top;
    width: 120px;
	height: 26px;
}
a.PageFooter {
	font-family: Tahoma, Arial;
	font-size: 11px;
	width: 100%;
	color: #676767;
}
a.PageFooter:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	width: 100%;
	color: #FF0000;
}
.toolTipBox {
	font-family: Tahoma, Arial;
	font-size: 8.5pt;
	padding: 5px;
	margin-top: 10px;
	border: solid 1px #FFFFFF;
	background-color: #4E74C2;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 15px;
}
tr.GridRow td {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	height: 26px;
    padding: 3px;
	border-bottom: solid 1px #000000;
	background-color: #4E74C2;
	border-right: 1px solid #000000;
}

tr.GridRowOver td {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	height: 26px;
	padding: 3px;
	border-bottom: solid 1px #000000;
	background-image:url(images/drop_down.gif);
	border-right: 1px solid #000000;
}

.menu {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 5px;
}
a.menu {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 5px;
}
a.menu:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 5px;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FBAE17;
	text-decoration: none;
}
.red {
	color: #FF0000;
}

h1 {
	font-size: 24px;
	margin: 0px;
}
h2 {
	color: #A1BEFD;
	font-size: 18px;
	margin: 0px;
}
h3 {
	font-weight:bold; 
	color:#666699; 
	font-size:14px; 
	font-family:Tahoma, arial,helvetica,sans-serif;
}
h4 { 
	font-weight:bold; 
	color:#000000; 
	font-size:14px; 
	font-family:Tahoma, arial,helvetica,sans-serif; 
	margin-bottom:0px;
}
p {
	color:#FFFFFF; 
	font-size:11px; 
	font-family:Tahoma, arial,helvetica,sans-serif;
}
hr.thinline	{ 
	color: #000000; 
	background-color:#000000; 
	height: 1px; 
	border: 0;
}
.small {
	color:#FFFFFF; 
	font-size:10px; 
	font-family:Tahoma, arial,helvetica,sans-serif;
}
.normal {
	color:#000000; 
	font-size:12px; 
	font-family:Tahoma, arial,helvetica,sans-serif;
	font-weight:normal; }
.large {
	color:#000000; 
	font-size:14px; 
	font-family:Tahoma, arial,helvetica,sans-serif;  
	font-weight:normal;
}
.error {
	color:#FF0000; 
}
.required {
	color:#FBAE17; 
}
a.imagebutton {
	cursor: pointer;
	text-decoration: none;
}
a.imagebutton:hover {
	cursor: pointer;
	text-decoration: none;
}
.small_button {
	font-family:Tahoma, arial,helvetica,sans-serif; 
	font-size:11px; 
	cursor: pointer;
}
.input_field {
	font-family:Tahoma, arial,helvetica,sans-serif; 
	font-size:11px;
}
.pickrow {
	background-color:#A7C7EA; 
	cursor: pointer;
}
.normalrow {
	background-color:#FFFFFF;
}
td {
	font-family:Tahoma, arial,helvetica,sans-serif; 
	font-size:12px;
}
a.download {
	color: #FF0000;
	text-decoration: underline;
}
a.download:hover {
	color: #000000;
	text-decoration: underline;
}
#admin_scroll_area {
	overflow: auto;
	height: 400px;
	width: 615px;
}
tr.rowlink {
	cursor: pointer;
}
.FormButton {
	font-size: 11px;
    width: 90px;
	font-family:Arial,sans-serif;
	font-weight: bold;
	color:#FFFFFF;
	background-color:#4E74C2;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
	cursor: pointer;
}

.smallbutton {
	color:#000000; 
	font-size:10px; 
	cursor: pointer;
}
a.missing_translation {
	color: #0000FF;
	text-decoration: underline;
}
a.missing_translation:hover {
	color: #FF0000;
	text-decoration: none;
}
.bblogotop {
	position:absolute;
	top:10px;
	right: 10px;
}
.disabledmod{
	opacity: .5;
	filter: alpha(opacity=50);
}
