/* ================================
    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 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 {
	color:#FF0000;
}
a.CommandButton:hover {
	color:#FFFFFF;
}
    
/* GENERIC */

.quoteBoxBox {
	margin-top:10px; float:left; margin-left:40px; width:680px;
	}

.quoteBox {
	float:left; 
	width:250px; 
	margin-left:30px; 
	margin-top:5px; 
	margin-bottom:0px;
	margin-right:30px;
	}

.quote {
	font-size:12px;
	text-decoration:none;
	font-style:italic;
	font-weight:normal;
	text-align:left;
	}
	
.quotePerson {
	text-align:right;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:6px;
}

body {
	margin:0px;
	background:url(/Portals/13/SiteGraphics/tile_bkg2.gif) repeat-y center #63000f;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:13px;
	text-decoration:none;
}
p, div, table, li, td, .Normal{
/*	color:#ecb3be;*/
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:13px;
	text-decoration:none;
}

a, a:link, a:active, a:visited {
/*	color:#ecb3be;*/
	color: #FFCCFF;
	text-decoration: none;
}


a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

H1  {
}

H2  {
	background-image:url(SiteGraphics/tile_hdr_bg3.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:7px;
	font-size:20px;
}

H3  {
	background-image:url(SiteGraphics/tile_hdr_bg3.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:7px;
	font-size:16px;
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

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 {
}

.ControlPanel {
	margin: 0px auto 0px auto;
}

#dnn_dnnCOPYRIGHT_lblCopyright {
	color:#ecb3be;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	margin-bottom:10px;
}
/* Custom Styles */

#main {
	width:969px;
	margin:0px 0px 0px 0px;
}
#wrapper {
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
}
#bodySpacer {
	clear:both;
/*	background-color:#0099CC;*/
	margin:10px 0px 10px 0px;
	padding:10px 0px 8px 0px;
	border-top: 1px #ecb3be solid;
	border-bottom: 1px #ecb3be solid;
}
#topBanner {
	padding:6px;
	border: 1px #ecb3be solid;
	margin-bottom:12px;
}
#contentWrapper {
	display:table;
	clear:both;
/*	height:100%;*/
}
#header {
	border: 1px #ecb3be solid;
	height:145px;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
}
#header a,
#header a:link,
#header a:visited {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFF00;
/*	padding:125px 5px 0px 0px;*/
	font-weight:normal;
}
#header a:hover,
#header a:active {
	color:#FFFFFF;
}



.breadCrumb{
	text-align:right;
}

.breadCrumb a:hover {
	color:#FFFF00;
}

#content {
	clear:both;
	margin-bottom:6px;
}

#content img {
	border: 1px #ecb3be solid;
}
#contentNav {
	clear:both;
	width: 100%;
}

#contentArea {

}

#contentArea .ContentPane {
	padding-left:25px;
	padding-right:25px;
}

#contentNavContainer {
	margin:-6px -6px 0px -6px;
	clear: both;
	width:100%;
}
.contentNavItem {
	float:left;
	margin-left:1px;
}
.contentNavButton {
	border: 1px #ecb3be solid;
}
.contentNavButton a.btn_PAPT,
.contentNavButton a.btn_Rentals,
.contentNavButton a.btn_Repertory,
.contentNavButton a.btn_Support {
	display:block;
	height:134px;
	width:224px;
/*	width:160px;*/
	
}

.contentNavButton a.btn_PAPT            {background:url(SiteGraphics/btn_PATP1.jpg);}
.contentNavButton a.btn_Rentals         {background:url(SiteGraphics/btn_Rentals1.jpg);}
.contentNavButton a.btn_Repertory       {background:url(SiteGraphics/btn_Repertory_Theatre1.jpg);}
.contentNavButton a.btn_Support         {background:url(SiteGraphics/btn_Support1.jpg);}
.contentNavButton a.btn_PAPT:hover      {background:url(SiteGraphics/btn_PATP.jpg);}
.contentNavButton a.btn_Rentals:hover   {background:url(SiteGraphics/btn_Rentals.jpg);}
.contentNavButton a.btn_Repertory:hover {background:url(SiteGraphics/btn_Repertory_Theatre.jpg);}
.contentNavButton a.btn_Support:hover   {background:url(SiteGraphics/btn_Support.jpg);}

.contentNavSub {
	min-height:60px;
	height:60px;
	padding:10px 20px 0px 40px;
	font-family:Arial, Helvetica, sans-serif;
	color: #ecb3be;
	font-size:12px;
	vertical-align:top;
}
.contentNavSub ul {
	list-style: none;
	list-style-type:none;
	
	padding: 0;
	margin: 0;
}
.contentNavSub li {
	color:#89011b;
	display:block;
	height:19px;
	list-style-image:url(/Portals/13/SiteGraphics/trans_bullet.gif);
}
.contentNavSub a:hover,
.contentNavSub a:active,
#footerNav a:hover,
#footerNav a:active {
	color:#FFFFFF;
	font-weight:normal;
}
.contentNavSub a,
.contentNavSub a:link,
.contentNavSub a:visited,
#footerNav a,
#footerNav a:link,
#footerNav a:visited {
	color:#ecb3be;
	font-weight:normal;
}
#footer {
	margin-top:10px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ecb3be;
	font-weight:normal;
}
#footerNav {
	clear:both;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ecb3be;
	letter-spacing:-1px;
	font-weight:normal;
}
.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:link, A.SkinObject:visited, A.SkinObject:active {
    text-decoration: none;
    color:#ffffff;
	font-size:14px;
	font-weight:normal;
}
A.SkinObject:active {
	color:#000000;
}
A.SkinObject:hover
   {
    text-decoration:underline;
    color:#ffffff;
}

#header {
	background:url(/Portals/13/SiteGraphics/tile_hdr_bg-blk.gif) top left repeat-x #000000;
}
.contentNavSub {
	background:url(/Portals/13/SiteGraphics/tile_hdr_bg-blk.gif) repeat-x;
}

#subNav {
	margin-top:40px;
}

#Photos p, .photo p {
	margin:0;
	padding:0;
	font-style:italic;
}
#Photos {
	margin-bottom:40px;
}
#Photos img {
	display:block;
	width:226px;
	margin-top:40px;
}
#history h4 {
	background-image:url(SiteGraphics/tile_hdr_bg3.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:4px;
	margin-bottom:0px;
	font-size:18px;
}
#history h5 {
	font-size:14px;
}

.photo {
	margin-bottom:20px;
	margin-left:20px;
}
#history-pics {
	width:280px;
}
#history-pics img {
	width:280px;
}
#history-pics p {
	text-align:center;
}
#ClassSchedule h2, #ClassSchedule h4 {
	margin:0;
	padding:0;
}
#ClassSchedule h1 {
	background-image:url(SiteGraphics/tile_hdr_bg3.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:10px 0px 5px 0px;
	margin:0px;
}
.classHeader {
	background-image:url(SiteGraphics/tile_hdr_bg3.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#000000;
	padding:5px;
	margin: 0px;
}
.classDescription {
	FONT-WEIGHT: bold;
	background-color: #63000f;
	padding:10px 10px 0px 10px;
	margin: 0px;
}
.classNotes {
	background-image:url(SiteGraphics/tile_hdr_bg3.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-style:italic;
	background-color: #63000f;
	padding:10px;
	margin: 0px;
}
.prDescription {
	background-image:url(SiteGraphics/tile_hdr_bg3.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	FONT-WEIGHT: bold;
	background-color: #63000f;
	padding:10px;
	margin: 0px;
}
.SubHead, table #dnn_ctr1133_XModDisplay_dlXMods span > a {
	color:#FFFFFF;
}
table #dnn_ctr1133_XModDisplay_dlXMods span > a:hover {
	color:#FF0000;
}
table .ControlPanel *, table .skinmaster *, #dnn_ControlPanel * {
	color:#000000;
}

#location {
	margin-left:30px;
	padding:0px 0px 0px 15px;
	float:left;
	width:300px;
	BACKGROUND-COLOR: #8b0115
}

#location a {
	color:#FFFFFF;
}

#location a:hover {
	text-decoration:underline;
}

#dnn_ctr1145_dnnACTIONS_ctldnnACTIONS img {
	height: 10px;
	width: 10px;
}