/* ================================
    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   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

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 {
}

/* staff  */



.bodyContainer {
margin:10px;
width:594px;
}

.bodyTextContainer {
padding:10px;
padding-top:25px;
margin:0px;
font-size:11px;
color:#676767;
font-family:Verdana, Arial, Helvetica,sans-serif ;
font-weight:normal;
line-height:16px;
}


.bioContainer {
margin:0px;
padding:0px;
}

.bioPhoto {
width:80px;
height:83px;
float:left;
margin-right:10px;
}

.bioText {
padding:0px;
margin:0px;
float:right;
width:474px;
}


.dotLine {
background-image:url(images/dotLine.jpg); 
background-repeat:repeat-x; 
margin-bottom:20px;
margin-top:10px;
height:1px;
}


ul.list {
padding:20px;
margin:0px;
}

ul.list li {
margin-left:20px;
list-style-type:square;
list-style:square;
}


.subscribeTable td {
padding:3px;
text-align:left;
border:1px dotted #798663;
border-left:0px;
border-bottom:0px;
background-color:#ffffff;
font-size:11px;
color:#676767;
font-family:Verdana, Arial, Helvetica, sans-serif ;
font-weight:normal;
line-height:16px;
}


.subscribe td, #bg {
background-color:#EEEDEC;
font-size:11px;
color:#676767;
font-family:Verdana, Arial, Helvetica, sans-serif ;
font-weight:normal;
line-height:16px;
}


.columns {
padding:0px;
padding-right:20px;
font-size:11px;
color:#676767;
font-family:Verdana, Arial, Helvetica, sans-serif ;
font-weight:normal;
line-height:16px;

}



/* text */

a {
color:#6d7a5a;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:underline;
line-height:16px;
}
a:hover {
color:#676767;
}


.TextHighlight {
color:#6d7a5a;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:16px;
}

h3 {
font-weight:bold;
color:#6d7a5a;
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:16px;
padding:0px;
margin:0px;
display:inline;
}

h4 {
font-weight:bold;
color:#6d7a5a;
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:16px;
padding:0px;
margin:0px;
display:inline;
}


.contestWinnerPallet {
background-color:#F0F0F0; 
padding:15px; 
clear:both; 
margin:0px; 
height:150px;
}

.pastWinnerPallet {
background-color:#F0F0F0;
height:83px;
padding:5px;
clear:both;
border-bottom:1px solid #ffffff;
}

.contestWinnerRow {
display:inline; 
margin:0px;
padding:0px;
}




.textFieldTitle {
width:150px;
padding:8px;
background-color:#F0F0F0;
text-align:right;
border:1px solid #cbcbcb;
border-bottom:0px;
font-size:11px;
font-weight:bold;

}


.textFieldBg {
width:220px;
padding:8px;
text-align:left;
border-top:1px solid #cbcbcb;
border-right:1px solid #cbcbcb;

}



.textField	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#355472;
	background: #FFFFFF;
	border-bottom: 1px solid #d6d7d1;
	border-right: 1px solid #d6d7d1;
	border-left: 1px solid #646562;
	border-top:1px solid #646562;
	height:18px;
	width:100%;

 }
 
 .textArea1 {
width:300px;
height:200px;
padding:8px;
text-align:left;
border:1px solid #A5ACB2;
background-color:#ffffff;

}

 
 
 .submitButton, .btnSubmit {
	border:0px;
	cursor: pointer;
	background-color:#9FA8B1;
	margin:0px;
	padding:0px;
	width:89px; 
	height:20px; 
	font-weight:bold;
}


#MM_478_MM .imageList .galleryPallet {
width:291px; 
height:80px; 
display:inline; 
margin:0px; 
margin-right:10px; 
border-bottom:1px solid #ffffff;  
background-color:#daded4; 
background-image:url(/portals/1/images/box_right.jpg); 
background-position:right; 
background-repeat:no-repeat; 
list-style:none; 
list-style-type:none; 
padding:0px;
}

#MM_478_MM .imageList .galleryPallet .galleryPalletInner {
padding:5px;
}


a.galleryLink,
a.galleryLink:active,
a.galleryLink:visited
{
color:#7c120f;
font-weight:bold;
font-size:12px;
}

a.galleryLink:hover {
color:#5f694e;
font-weight:bold;
font-size:12px;
text-decoration:underline;
}


.essayContestFormIntroduction {
margin-bottom:20px;
}



h2.subheader {
background-repeat:no-repeat; 
font-size:0px;
color:#ffffff;
height:32px;
width:593px;
display:block;
}

/* Site Management Message */
.siteManagementMessage
{
padding:15px;
font-weight:bold;
border: solid 1px #000000;
background:#ffffaa;
margin:0;
margin-bottom:10px;
}

.sendToAFriendIntroduction{padding-bottom:10px;display:block;}
.sendToAFriendBody{text-align:center;width:100%;}
.SendToAFriendTable{border:0;}
.SendToAFriendTable tr#comments td {border-bottom:1px solid #E3E3C9;}
.SendToAFriendTable tr#send td {text-align:right;padding-top:10px;}

.articleTools{
border:1px solid #d8d7d3; 
padding:5px;
text-align:right;
}

.articlePhotoPane img{border:0;}
.featureStoryPane img{border:0;}
.print{background:url('../../images/article_print.gif') no-repeat;padding-left:20px;}
.email{background:url('../../images/article_email.gif') no-repeat;padding-left:20px;}


.storyPane .articleTools{
border:1px solid #d8d7d3; 
padding:5px;
text-align:right;
margin-bottom:20px;
}





