﻿.max-width
{
    width: 100%;
}

.min-width
{
    width: 1px;
    white-space: nowrap;
}

.no-wrap
{
    white-space: nowrap;
}

.image-frame
{
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #003366;
    background-color: #b0c4de;
}

.image-frame-clear
{
     margin: 10px;
}

.map-frame
{
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #003366;
    background-color: #b0c4de;
    height:350px;
}

.capitalize
{
    text-transform: capitalize;
}
 

/**********************/
/* Heading/Title Text */
/**********************/

.common-heading
{
    font-weight: bold;
    font-size: 14px;
}
.common-title
{
    font-weight: bold;
}

/*****************/
/* Item Content */
/*****************/

.item-background
{
    margin: 0px 0px 5px 0px;
    border-style: solid;
    border-color: #4B649E;
    border-width: 1px;
    padding: 0px;
    background-color:#4B649E;
   /* background-color: #6b83b8; */
}

/***********************/
/* Item Content Header */
/***********************/

.item-header
{
    border-style: solid;border-bottom-width: 1px;
    border-color: #4B649E; 
   background-color: #DCDCDC;
  color: #6b83b8; 
 
    text-align: center;
    font-size: 16px;
    font-variant: small-caps;
    vertical-align: middle;
   /* background-image: url('../images/DefaultMaster/titleback.png');
    background-repeat: repeat-x;
    */
}

.item-header a:link
{
    color: #6b83b8;
    white-space: nowrap;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
}

.item-header a:active
{
    color: #6b83b8;
    white-space: nowrap;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
}

.item-header a:visited
{
    color: #6b83b8;
    white-space: nowrap;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
}

.item-header a:hover
{
    text-decoration: underline;
    color: #6b83b8;
    white-space: nowrap;
    font-size: 16px;
    font-weight: normal;
}

/**********************/
/* Item Content Item */
/**********************/

.item-content-centre
{
    text-align: center;
}

.item-content-justify
{
    text-align: justify;
}

.item-content-right
{
    text-align: right;
}

.item-content-left
{
    text-align: left;
}

/*************/
/* Grid View */
/*************/

.grid-content-image
{
    width: 50px;
}


.grid-content-left
{
    text-align: left;
    white-space: normal;
}

.grid-content-85px
{
    text-align: left; 
    white-space: normal;
    width: 85px;
}

.grid-content-125px
{
    text-align: left; 
    white-space: normal;
    width: 125px;
}

.grid-content-185px
{
    text-align: left; 
    white-space: normal;
    width: 185px;
}

.grid-content-225px
{
    text-align: left; 
    white-space: normal;
    width: 225px;
}

.grid-content-250px
{
    text-align: left; 
    white-space: normal;
    width: 250px;
}

.grid-content-left a:link
{
    text-decoration: none;
    white-space: normal;
    font-weight: bold;
}

.grid-content-left a:active
{
    text-decoration: none;
    white-space: normal;
    font-weight: bold;
}

.grid-content-left a:visited
{
    text-decoration: none;
    white-space: normal;
    font-weight: bold;
}

.grid-content-left a:hover
{
    text-decoration: underline;
    white-space: normal;
    font-weight: bold;
}

/*************/
/* Cart Link */
/*************/

a.cart:link
{
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    white-space: normal;
    font-weight: bold;
}

a.cart:active
{
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    white-space: normal;
    font-weight: bold;
}

a.cart:visited
{
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    white-space: normal;
    font-weight: bold;
}

a.cart:hover
{
    font-size: 12px;
    text-decoration: underline;
    white-space: normal;
    color: #FFFFFF;
    font-weight: bold;
}

.movie-player
{
    position: relative; /*or absolute*/
    text-align: center;
    z-index: 0;
}

.error-message
{
    color: #FFFF00;
}

.standard-row
{
    background-color: #758ABD;
}

.alternate-row
{
    background-color: #6880B7;
}