@charset "windows-874";
/***************************************************************************
** Copyright 2005 Oasis Media, LLC. All rights reserved.
** Filename:	oasismediacontent.css
** Type:		CSS
** Purpose:		Define generic look and feel for all Oasis Media sites
** History:		02 July 2005-- Created by DLP
****************************************************************************/

/*
** Define generic styles
*/

.boxBorder10m4p {
	border: 1px solid Silver;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left:4px;
}

.photoLeft {
	float: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.photoRight {
	float: right;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
}

/*
** Define the properties for the Oasis Media websites division.
*/

div#omSites {
	background-color: #ccff33;
	border: 1px solid Silver;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px solid Silver;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

.omSitesText {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: Black;
}

/*
** Define Link behavior of Oasis Media site links
*/

.omSitesText a {
	text-decoration: none;
}

.omSitesText a:link {
    color: blue;
    text-decoration: none;
}

.omSitesText a:visited {
    color: blue;
    text-decoration: none;
}

.omSitesText a:focus {
    color: blue;
    text-decoration: none;
}

.omSitesText a:hover {
    color: red;
    text-decoration: none;
}

.omSitesText a:active {
    color: red;
    text-decoration: none;
}

div#omSubLogo {
	background-color: #FFFF66;
	border: 1px solid Silver;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px solid Silver;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	background: url(../media/background/contenttopbrdr_20x200.gif);
	height: 20px;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

div#omSubLogo .logoText {
	background-color: transparent;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
	height: 20px;
	text-align: center;
	white-space: nowrap;
}

