
/* style for elements within a message board */
.messageBoardElements
{
    width:600px;
	margin: 0 auto;
}

.messageBoardTitle
{
	/* font-size:1.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:25px;
	text-align:center;*/
	margin-top:15px;
	margin-bottom:15px;
}

.messageBoardTitleImage {
    width: 600px;
}
	
.messageBoardEntry
{
	text-align:left;
	font-family: Georgia, 'Times New Roman', serif;
}

.messageBoardEntryThreaded
{
	text-align:left;
	font-family: Georgia, 'Times New Roman', serif;
}



/* all one-level descendents of message board entry's div are padded */
.messageBoardEntry > div
{
   padding:10px;
}

.messageBoardEntryName
{
   font-weight:bold;
   color:#003399;
}

.messageBoardEntryButtons
{
   padding-bottom:10px;
}

.messageBoardMessageNumber
{
	color:#CC0000;
	font-size:1.6em;
}
	
.new_message_dojo_dialog_style {
	background : #eee;
	border : 1px solid #999;
	-moz-border-radius : 2px;
	padding : 2px;
}


.confirm_field_style
{
   width:75px;
   font-size:16pt;
}

.newpostingcell_style
{
   padding-top:5px;
}

.captcha_confirm_arrow_style
{
   vertical-align:middle;
}

#new_message_dialog_underlay {
  background:#666666;
  opacity:0.7;
}

.messageboard_smallbuttons
{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:2px;
	padding-right:2px;
}

.reply_message_quote_style
{
	/* see messageboard_control.js::show_editor_dialog() */
}

/*
.tundra button
{

}
*/

.tundra .dijitButtonNode 
{
   padding: 0.0em 0.0em 0.0em 0.0em;
   background: #b3b3b3;
   background-image: url(/Themes/basic/nav_button_bkg_up.png);
   background-repeat: repeat-x;
   border-top: 1px solid #dddddd; 
   border-left: 1px solid #dddddd; 
   border-right: 1px solid #777777;
   border-bottom: 1px solid #777777;
}

.tundra .dijitButtonText 
{        
	padding: 0 0.0em;
	padding-left: 2px;
	padding-right: 2px;
	_margin-top:-2px; /* show to IE */
	*margin-top:-2px; /* show to IE7 */
   color:#FFFFFF;
   font-size:1.0em;
   _font-size: 0.95em; /* show to IE */
   *font-size: 0.95em; /* show to IE7 */

}


.tundra .dijitButtonHover .dijitButtonNode
{
   background-color: #00ff00; 
   background: #a3a3a3;
   border-top: 1px solid #777777;
   border-left: 1px solid #777777;
   border-right: 1px solid #dddddd;
   border-bottom: 1px solid #dddddd;
}

.tundra .dijitDialogPaneContent
{
	background: none repeat scroll 0 0 #F0F0EA;
	border-top:1px solid #777;
}

.tundra .dijitEditorIFrameContainer
{
	background: #fff;
}


A.threadedMessageId:link    {color:#CC0000; text-decoration:none; font-weight:bold;}
A.threadedMessageId:visited {color:#CC0000; text-decoration:none;font-weight:bold;}
A.threadedMessageId:active  {color:#CC0000; text-decoration:none;font-weight:bold;}
A.threadedMessageId:hover   {color:#CC0000; text-decoration:underline;font-weight:bold;}
