﻿


.forumName
{
	font-size:xx-large;
	color:Navy;
}      

        
        
.vdivider
{
	color: #D1D7DC;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px 3px 0px 3px;
}
  
.labelCell
{
	width:200px;
	text-align:right;
	vertical-align:top;
}

.labelCell_100px
{
	width:100px;
	text-align:right;
	vertical-align:top;
}


.formButton
{
	background-image:url(../images/button.png);
	color:#ffffff !important;
	font-weight:bold;
	font-size: 11pt;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
}

.formButton75x23
{
	background-image:url(../images/button_75x23.png);
	color:#ffffff !important;
	font-weight:bold;
	font-size: 8pt;
	line-height:23px;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
}

.validatorCalloutHighlight
{
    background-color: #FFFACD;
}

.note
{
	font-style:italic;
	font-size:10pt;
	text-decoration:underline;
}

.error
{
	font-weight:bold;
	color:#FF0000;
}

.reorderItem
{
	padding:5px;
	vertical-align:middle;
	border-bottom: solid 1px #000000;
}



.dragHandle
{
	font-weight:bold;
	padding:5px;
	cursor:move;
	vertical-align:middle;
	border-bottom: solid 1px #000000;
	background-color:#000000;
	color:#FFFFFF;
	height:20px;
}

.reorderList ul
{
	list-style:none;
	list-style-type:none;
	margin-left: 0px;
}

.reorderList li
{
	list-style:none;
	list-style-type:none;
}

.category
{
	font-size:large;
	font-weight:bold;
}

.forum
{
	font-weight:bold;
}

.GridView
{
	/*
	border-top: solid 1px navy;
	border-bottom: solid 1px navy;
	*/
	margin: 10px 0px 10px 0px;
	width:100%	;
}

.GridView tr,td,th
{
	border: none;
	padding:0px;
	margin:0px;
}

.grid_item_style
{
	border-bottom: solid #D1D7DC 2px;
	overflow:auto;
}

.memberList
{
	padding: 0px;
	margin: 0px;
}

.memberList td
{
	vertical-align:top;
	border-bottom: solid 1px #D1D7DC;
	padding: 0px 5px 0px 0px;
	margin: 0px;
}

.bothered
{
	color:#D1D7DC;
	font-size:8pt;
}

.lastPost
{
	font-size:9pt;
}

.pm_subjects
{
	width:100%;
}

.pm_message
{
	margin: 10px 0px 0px 0px;
	width:100%;
	border: solid 1px #D1D7DC;
}

.pm_new_message
{
	width:460px;
	border: solid 1px #D1D7DC;
}

.pm_selected
{
	background-color: #CCCCCC;
}

.pm_msg_header
{
	width:100%;
	border-bottom: solid 1px #D1D7DC;
}

.pm_msg_body
{
	width:100%;
	padding: 5px;
}

.pm_msg_subject
{
	font-weight:bold;
}

.pm_msg_from
{
	font-style: italic;
	font-size:8pt;
}

.pm_field_label
{
	font-style: italic;
	width:100px;
}

.pm_field
{
	width:680px;
}

.pm_full_field
{
	width:98%;
	margin: 0px auto 0px auto;
}

a.special_anchor:hover
{
	text-decoration:underline;
}

.files_box
{
	height:150px;
	overflow:auto;
	border:solid 1px black;
	padding:5px 5px 5px 5px;
}

.word-break {
  /* The following styles prevent unbroken strings from breaking the layout */
  width: 300px; /* set to whatever width you need */
  overflow: auto;
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap; /* HP printers */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

.toolbar
{
    background-color:White;
}

.label { float:left;margin-right:5px;text-align:right;font-weight:bold; }
.value { float:left;margin-right:10px; }
        
.page-next
{
}
        
.page-prev
{
}