/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/

/* Here are my additions, LJ 10/04/07 */


#news_photo {
	width:100px;
	height:75px;
	float:left;
	border:none;
	margin: 0px;
	padding: 0px;
}
#news_links {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	width:540px;
	height:70px;
	float:left;
	border:none;
	margin: 0px;
	padding: 0 0 0 10px;
}

/* Here are my additions, LJ 09/28/07 */

#store_page_top {
	width:650px;
	height:150px;
	border:none;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

#engine_logos {
	width:200px;
	height:150px;
	float:left;
	border:none;
	margin: 0px;
	padding: 0px;
	}

   
/* Here are my additions, LJ 09/01/07 */
#first_photo {
	width:200px;
	height:150px;
	float:left;
	border:none;
	margin: 0px;
	padding: 0px;
	}
#first_photo_text {
	width:450px;
	height:140px;
	float:left;
	border:none;
	margin: 0px;
	padding: 0px;
	}
#first_photo_text_inside {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	width:450px;
	height:120px;
	float:left;
	border:none;
	margin: 0px;
	padding: 0 0 0 10px;
	}			


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{ 
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   { 

}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */

h1 
	{
	font: 26px/28px "Trebuchet MS", Verdana, Arial, sans-serif;
	padding: 0px; margin: 10px 0px 10px 0px;
/*	color: #6CACC8;  RED to test h1 locations*/
	color: #6CACC8;
	font-weight: bold;
	}

h2 
	{
	font: 14px/18px "Trebuchet MS", Verdana, Arial, sans-serif;
	padding: 0px; margin: 10px 0px 10px 0px;
/*	color: #277A92; BLUE to test h2 locations*/
	color: #277A92;
	font-weight: bold;
	}
H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

a:link, a:visited, a:active	
	{
	text-decoration: underline;
	color: #003366;
	}

a:hover	
	{
	text-decoration: none;
	color: #37646F;
	}	

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

.front 
	{
	position: absolute; 
	top: 56px;
	left: 566px;
	z-index: 3;	
	}

.mid 
	{
	padding: 3px 0px 0px 0px;
	margin: 0px;
	}
	
.right-mid 
	{
	width: 190px;
	float: right;
	}
	
.left-mid
	{
	width: 455px;
	float: left;
	}
.content
	{
	width: 650px;
	}
	
.right-content 
	{
	width: 185px;
	float: right;
	padding: 0px 5px 0px 0px;
	}
	
.left-content
	{
	width: 435px;
	float: left;
	padding: 0px 10px 5px 10px;
	}

.footer 
	{
	clear: both;
	border-top: 1px dotted #c4c4c4;
	margin: 0px 5px 0px 5px; }

.bold { font-weight: bold; }	
.white { color: white; }
.dgreen { background-color: #ACC6CC; padding: 10px; margin: 0px; }
.lgreen { background-color: #B0D889; padding: 10px; margin: 0px; }
/*.lcite { background: #FFFFFF url(../../_images/bg/dgreen.jpg) top right no-repeat; padding: 20px 0px 10px 0px; margin: 0px; }*/
/*.dcite { background: #FFFFFF url(../../_images/bg/lgreen.jpg) top right no-repeat; padding: 20px 0px 10px 0px; margin: 0px; }*/
.nopad { padding: 0px; margin: 3px 0px 10px 0px; }


























