﻿/* ========================================================================== */
/* Name:  		  BASE STYLE SHEET                                              */
/* ========================================================================== */
/* Description:	Contains all the base elements and standard classes           */
/*                                                                            */
/* Author:		  Jason Martin (CD)      | Updated By:  Jason Martin (CD)       */
/* Create Date: April 8th, 2009        | Updated On:  June 16th, 2009         */
/*                                                                            */
/* ========================================================================== */




/* Block Elements                                                             */
/* ========================================================================== */
BODY
{
    font-family: arial, tahoma, verdana, sans-serif;
    font-size: 12px;
}
H1
{
    font-size: 22px;
}
H2
{
    font-size: 18px;
}
H3
{
    font-size: 16px;
}
H4
{
    font-size: 14px;
}
H5, H6
{
    font-size: 12px;
}
CODE
{
    display: block;
}
TABLE
{
    width: 100%;
}
TD
{
    vertical-align: top;
}
/*IFRAME { width:100%; height: 430px; border:none; margin:22px 0 0 0;
    overflow-x:scroll; overflow-y:hidden; } */
/* ========================================================================== */
DIV.dropShadow
{
    background-image: url('/Images/POPP/1x5-DropShadow.jpg');
    background-repeat: repeat-x;
    width: 100%;
    height: 5px;
    margin: 0;
    padding: 0;
    border-top: solid 1px #000;
    overflow: hidden;
}


.errorIcon
{
    position: fixed;
    display: block;
    bottom: 6px;
    right: 6px;
    z-index: 32000;
}


/* Text Elements                                                              */
/* ========================================================================== */
A
{
    text-decoration: none;
}
A:Hover
{
    text-decoration: underline;
    color: #33c;
}
A.specialLink
{
    color: #933;
    border-bottom: solid 1px #33c;
    font-weight: 700;
    padding: 0;
}
A.specialLink:Hover
{
    color: #33c;
    border-bottom: solid 2px #33c;
    text-decoration: none;
}
/* ========================================================================== */




/* Page Blocks                                                                */
/* ========================================================================== */
.wrapper
{
    margin: 6px auto;
    width: 990px;
}
.content
{
    border: solid 1px #999;
    margin-top: 0px;
    padding: 4px;
    min-height: 360px;
}
.panel
{
    padding: 6px;
    margin: 6px;
}
.PanelBorder
{
    width: 100%;
    margin: 2px 8px 8px 2px;
    padding: 2px;
    border: 2px solid rgb(251,189,85);
    border-radius: 3px;
    box-shadow: rgba(0,0,0,0.30) 3px 3px 3px 0px;
    background-color: rgb(238,244,222);
}

.PanelBorder div.item
{
	vertical-align:top;
	width: 68px;
	margin: 0 20px 0 20px;
	text-align: center;
	height: 68px;
	float: left;
	display:block;
}

.PanelTitle
{
	font-size: 1.25em;
    font-weight: bold;
    text-align: left;
    padding: 2px;
    background: RGB(164, 205, 57);
    margin-bottom: 2px;
    clear:both;
}

/* ========================================================================== */




/* Text Boxes                                                                 */
/* ========================================================================== */
.textBox, .password, .textBoxMultiLine, .multiLineTextBox
{
    border: solid 1px #999;
    font-size: 13px;
    font-family: arial, tahoma, verdana, sans-serif;
    padding: 2px 4px;
}
.checkBox DIV
{
    display: inline;
    font-size: 9px;
    margin: 0px;
    padding: 0;
    top: -14px;
}
.checkBox DIV A
{
    font-size: 9px;
}
/* ========================================================================== */




/* Buttons                                                                    */
/* ========================================================================== */
.buttons
{
    text-align: center;
    margin-top: 4px;
    padding-top: 6px;
}
.button
{
    margin: 0;
    padding: 3px 6px 15px 6px;
    min-width: 100px;
    border: none;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    background-image: url('Images/Backgrounds/1x34-BlackButtonWithShadow.jpg');
    background-repeat: repeat-x;
    cursor: pointer;
}
/* ========================================================================== */


/* Validation Labels                                                          */
/* ========================================================================== */
.validationError
{
    color: #C33;
    font-weight: 700;
}
.validationSuccess
{
    color: #393;
    font-weight: 700;
}
.alertTextBox, .alertMultiLineTextBox
{
    border: solid 1px #999;
    width: 250px;
    font-size: 14px;
    font-family: arial, tahoma, verdana, sans-serif;
    padding: 2px 4px;
    font-weight: 700;
    border-bottom: solid 1px #c33;
}
.saveInfo
{
    color: #393;
    text-transform: uppercase;
    font-size: 90%;
}
.saveInfoFailed
{
    color: #c33;
    text-transform: uppercase;
    font-size: 90%;
}
/* ========================================================================== */



/* Floats                                                                     */
/* ========================================================================== */
.floatLeft
{
    float: left;
}
.center
{
    text-align: center;
}
/* ========================================================================== */

.mediumThumb, .mediumThumbXY
{
    max-width: 128px;
    padding: 1px;
    border: solid 1px #ccc;
    margin-bottom: 4px;
}
.mediumThumbXY
{
    max-height: 128px;
}
.border #ctl00_ContentPlaceHolderBody_GoogleMap_GoogleMap
{
    border: solid 1px #999;
    padding: 0;
}

.copyright
{
    text-align: right;
    padding: 6px 16px;
    font-size: 10px;
    color: #666;
}
.mappedListing
{
    font-size: 15px;
}
.mappedListing H1
{
    padding-bottom: 1px;
    font-size: 20px;
}
.mappedListing H2
{
    padding-bottom: 1px;
    font-size: 19px;
}
.mappedListing P
{
    padding-bottom: 4px;
}


.squareThumbs
{
    height: 50px;
    width: 50px;
    overflow: hidden;
    margin: 2px;
}
.squareThumb
{
    min-width: 50px;
    min-height: 50px;
}

.small
{
    font-size: 8pt;
}


.KillerDealBox table
{
    border-collapse: collapse;
}

