body, html { }
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10.5px;
  margin: 0;
  margin: 8px 0px;
}

p, tr {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  margin: 8px 0px;
}

/* Tables */

#container
{
    width: 100%;
    height: 100%; 
    _height: 100%;
    
    /*margin-right: auto;
  margin-left: auto;
  margin-top: 10px;*/
    text-align: left; /*Added */
    background: #FFF;
    margin: 5 5 5 5;
    background: none transparent scroll repeat 0% 0%;    
    
}

/* Header Section */
#header_left
{
    float:left;
    width:934px;
    height:67px;
    margin:0px 0px 0px 0px;     
}
#header_image
{
    float:left;
}
/* Left Section */
#left {
  float: left;
  width: 715px;
  height: 100%;
  background: #fff;
}

/* Left Section */
#left_table {
  float: left;
  width: 715px;  
  background: #fff;
}

#menu {
  background-image: url("images/content_top.png");  
  background-repeat:repeat-x;
  background-position: top;
  font-size: 13px;
  font-weight: bold;
  height: 55px;
  padding: 6px 0 0 10px;
  width: 715px;
}

#menu_table {
  background-image: url("images/content_top.png");  
  background-repeat:repeat-x;
  background-position: top;
  font-size: 13px;
  font-weight: bold;
  height: 50px;
  padding: 6px 0 0 10px;
  width: 715px;
  vertical-align:top;
}

#content {
 padding: 0 10px 0 0;
 background-color: #ffffff;
  
}

/* Right Content Pane */
#right {
  float: right;
  background-image: url("images/rt_bg.jpg");
  background-repeat: repeat-y;
  width: 244px;
  height: 100%;
  overflow: visible;
}

#right_table {
  /*background-image: url("images/rt_bg.jpg");
  background-repeat: repeat-y;
    */  
  background-color: #f3e8ca;
    width: 244px;   
  height: 100%;
  vertical-align:top;
}

#right_content 
{  
  padding: 0 10px 10px 20px;
  background-image: url("images/rt_bg.jpg");
  background-repeat: repeat-y;
}

/* Footer Section */
#footer 
{   
    width:959px;
    height:24px;
}

/* Presentation styles */

.Normal
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10.5px;
  margin: 0;
  margin: 8px 0px;
}


/* ================================
    CSS STYLES FOR Module Event
   ================================
*/

.Eventtooltip
{
	border-right: #000 1px solid;
	padding-right: 5px;
	border-top: #000 1px solid;
	padding-left: 5px;
	font-size: 10px;
	filter: alpha(opacity=80);
	padding-bottom: 5px;
	border-left: #000 1px solid;
	width: 200px;
	color: #000;
	padding-top: 5px;
	border-bottom: #000 1px solid;
	font-family: Arial;
	background-color: #ffd;
	text-align: left;
	moz-opacity: 0.8;
}
	 
.Event
{
	border-right: black 1px solid;
	table-layout: auto;
	padding-right: 0px;
	border-top: black 1px solid;
	padding-left: 0px;
	font-size: 7pt;
	padding-bottom: 0px;
	margin: 0px;
	border-left: black 1px solid;
	color: black;
	padding-top: 0px;
	border-bottom: black 1px solid;
	font-family: Verdana;
	border-collapse: collapse;
	text-align: center;
	width: 400px;
	height: 400px;
}

.EventTitle
{
	font-weight: bold;
	font-size: 9pt;
	background-image: none;
	width: 100%;
	height: 100%;
	background-color: #8c9aa7;	
	text-align: center;
		
}

.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 11pt;
	background-image: none;
	color: #2e4860;
	background-color: #dccfa3;	
	text-align: center;
}

/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: #2e4860 !important;
	padding-top: 0px;
}

.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: #2e4860 !important;
	padding-top: 0px;
}

.EventDayHeader
{
	font-weight: bold;
	font-size: 7pt;
	font-family: Verdana;
	background-color: silver;
}

.EventDay, .EventDay td
{
	font-size: 7pt;
	color: #0000ff !important;
	font-family: Verdana;
}

.EventDay a,
.EventDay a:visited,
.EventDay a:hover
{
	font-size: 7pt;
	color: #2e4860 !important;
	font-family: Verdana;
}

.EventOtherMonthDay
{
	color: #808080;
	background-color: gainsboro;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #8080c0;
	background-color: gainsboro;
}


.EventWeekendDay
{
	background-color: whitesmoke;
}

.EventTodayDay
{
	border-right: red 2px solid;
	border-top: red 2px solid;
	border-left: red 2px solid;
	border-bottom: red 2px solid;
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	font-weight: bold;
	color: #2e4860 !important;
	background-color: darkgray;
}

.EventSelectedDay a,
.EventSelectedDay a:visited,
.EventSelectedDay a:hover
{
	color: #2e4860 !important;
	font-weight: bold;
}

.EventSelector
{
	background-color: #c0c0e0;
}

.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover
{
	color: #2e4860;
	text-decoration: none;
}	


/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

/* 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 portal names, links, etc. from modules */
.SkinObject {
}

A.SkinObject:link {
}

A.SkinObject:visited  {
}

A.SkinObject:active   {
}

A.SkinObject:hover    {
}


/* 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    {
}
    
/* GENERIC */
H1, .title1  {
}

H2, .title2  {
}

H3, .title3  {
}

H4, .title4  {
}

H5, DT, .title5  {
}

H6, .title6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

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 {
}
