/* Modal Styles */
		
        .ContactTable {
            white-space:nowrap;
            margin:7px 0px 0px 5px;
            font-size:8.5pt;
        }
        .ContactTable TD {
            white-space:nowrap;
            text-align:left;
            padding:2px;
        }
		.ContactTable TD Input {
            white-space:nowrap;
            text-align:left;
            padding:1px;
            border-width:1px;
            border-color:#8A898D;
            border-color:#888888;
        }
        .ContactTable TD TextArea {
            white-space:nowrap;
            text-align:left;
            padding:1px;
            border-width:1px;
            border-color:#8A898D;
            border-color:#888888;
            
        }
         .contactLabel {
            font-size:8.5pt;
            padding-right:20px;
        }
.CommonModalMask
{
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333333;
}

.CommonModal
{
	border-style: solid;
	border-width: 0px;
	border-color: #888888;
	border-right-width: 2px;
	border-right-color: #888888;
	border-bottom-width: 2px;
	border-bottom-color: #888888;
	background-color: #eeeeee;
	background-color:#EFF0F0;
	font-size: 75%;

}

.CommonModalTitle
{
	font-size: 16px;
	padding: 5px 5px 4px 12px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #cccccc;
	background-color: #EECDCD;
	background-color:#660913;
	background-color:#660913;
	color: white;
	font-weight: bold;
	cursor: move;
	overflow: hidden;
	white-space: nowrap;
	text-align:left;
	
font-family:Arial,Helvetica,Sans-serif;
font-size:12px;
letter-spacing:0.1em;
line-height:17px;
margin:0pt;

text-transform:uppercase;
}

.CommonModalClose
{
	width: 33px;
	height: 12px;
	background-image: url(../images/common/close2.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	float: right;
	color:White;
}

.CommonModalContent
{
	background-color: #ffffff;
	overflow:hidden;
}

.CommonModalFooter
{
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #cccccc;
	background-color: #eeeeee;
	padding: 2px;
}

.CommonModalResize
{
	width: 14px;
	height: 14px;
	background-image: url(../images/common/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
	cursor: se-resize;
}

/* Tag Styles */

.CommonTagCloud
{
	font-family: arial,helvetica,sans-serif;
	background-color: #f7f7f7;
	background-color:#EFF0F0;/*added by Steve*/
	padding: 16px 8px 16px 8px;
	margin: 0;
	color: #999;
	line-height: 250%;
	list-style-type: none;
}

.CommonSidebarTagCloud
{
	line-height: 225%;
	margin: 0 0 8px 0;
	padding: 0;
	list-style-type: none;
	font-family: arial, helvetica, sans-serif;
}

.CommonTag1, .CommonTag2, .CommonTag3, .CommonTag3, .CommonTag4, .CommonTag5, .CommonTag6
{
	margin: 0;
	padding: 0;
	display: inline;
}

.CommonTag1 a:link, .CommonTag1 a:visited, .CommonTag1 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #000;
	color:#8A898D;
	font-size: 225%;
	font-weight: 900;
}

.CommonTag2 a:link, .CommonTag2 a:visited, .CommonTag2 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #111;
	color:#8A898D;
	font-size: 175%;
	font-weight: 800;
}

.CommonTag3 a:link, .CommonTag3 a:visited, .CommonTag3 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #222;
	color:#8A898D;
	font-size: 150%;
	font-weight: 600;
}

.CommonTag4 a:link, .CommonTag4 a:visited, .CommonTag4 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #333;
	color:#8A898D;
	font-size: 120%;
	font-weight: 500;
}

.CommonTag5 a:link, .CommonTag5 a:visited, .CommonTag5 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #444;
	color:#8A898D;
	font-size: 105%;
	font-weight: 300;
}

.CommonTag6 a:link, .CommonTag6 a:visited, .CommonTag6 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #555;
	color:#8A898D;
	font-size: 95%;
	font-weight: 200;
}

.CommonTag1 a:hover, .CommonTag2 a:hover, .CommonTag3 a:hover, .CommonTag4 a:hover, .CommonTag5 a:hover, .CommonTag6 a:hover
{
	text-decoration: none;
	color: #5c9d88;
}

/* End Tag Styles */

/*
TabPane Styles
*/

.CommonPane
{
	padding: 0px;
	font-size: 10pt;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-width: 0px;
	background-color: #ffffff;
	padding: 8px;
}

.CommonPaneTabSet
{
	font-size: 11px;
	padding: 0px;
	padding-bottom: 0px;
	background-image: url(../images/common/tabset.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	white-space: nowrap;
	font-family:Arial, Helvetica, Sans-serif;
	color:#ffffff;
}

.CommonPaneTab
{
	padding-right: 4px;
	background-image: url(../images/common/tab-right.gif);
	background-repeat: no-repeat;
	background-position: top right;	
	height: 21px;
	margin-top: 1px;
}

.CommonPaneTab1
{
	padding-left: 3px;
	background-image: url(../images/common/tab-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.CommonPaneTab2
{
	padding: 4px;
	height: 13px;
	cursor: pointer;
	white-space: nowrap;
	background-image: url(../images/common/tab.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	overflow: hidden;
}

.CommonPaneTabSelected
{
	padding-right: 4px;
	background-image: url(../images/common/tab-selected-right.gif);
	background-repeat: no-repeat;
	background-position: top right;	
	height: 21px;
	margin-top: 1px;
}

.CommonPaneTabSelected1
{
	padding-left: 3px;
	background-image: url(../images/common/tab-selected-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.CommonPaneTabSelected2
{
	padding: 4px;
	padding-top: 3px;
	padding-bottom: 5px;
	height: 13px;
	cursor: pointer;
	white-space: nowrap;
	background-image: url(../images/common/tab-selected.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	color:#960933;
}

.CommonPaneTabHover
{
	padding-right: 4px;
	background-image: url(../images/common/tab-hover-right.gif);
	background-repeat: no-repeat;
	background-position: top right;	
	height: 21px;
	margin-top: 1px;
}

.CommonPaneTabHover1
{
	padding-left: 3px;
	background-image: url(../images/common/tab-hover-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.CommonPaneTabHover2
{
	padding: 4px;
	cursor: pointer;
	white-space: nowrap;
	height: 13px;
	background-image: url(../images/common/tab-hover.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	overflow: hidden;
}


.CommonList {
list-style:none;
margin:0 0 0 0;
padding:0;
font-size:14px;
line-height:17px;
}

.CommonList  li {
margin:0 0 0 0;
padding:10px 0 10px 0;
}

.CommonSidebarList {
list-style:none;
margin: 0;
padding:0;
}

.CommonSidebarList li {
margin: 0;
padding:0;
}

.CommonSidebarList a:link, .CommonSidebarList a:visited {
color:#8A898D;
}

.CommonSidebarList a:hover {
color:#5C9D88
}

.CommonHeader {
font-size:12px;

}

.CommonHeader a, .CommonHeader a:visited {
font-family: arial, helvetica, sans-serif;
color:#33040A;
margin:0;
padding:0;
font-weight:bold;
}

.CommonHeader a:hover {
font-family: arial, helvetica, sans-serif;
color:#8A898D;
margin:0;
padding:0;
font-weight:bold;
}

.CommonSidebarHeader {
font-size:12px; line-height:14px; color:#660913; font-family:Arial, Helvetica, Sans-serif; margin:0; padding:0; font-weight:bold;
}

.CommonSidebarContent {
margin: 0 0 8px 0;
padding: 0;
}

.CommonFooter {
color:#8A898D;
font-size:14px;
line-height:17px;
}

.CommonListArea {
padding:0;
margin:0 0 16px 0;
}

.CommonFormArea {
padding:0;
margin:0 0 16px 0;
}

.CommonListCellLeftMost a, .CommonListCellLeftMost a:visited, .CommonListCellLeftMost a:link {
font-family:arial, helvetica, sans-serif;
font-size:12px;
color:#5C9D88;
font-weight:bold;
}

.CommonListCellLeftMost a:hover {
font-size:12px;
color:#396E5D;
font-weight:bold;
}
.CommonFormField {
vertical-align:middle;
margin-bottom:8px;
}

.CommonListCellRightMost {
border-right: 1px solid #C9C9CC;
}

input.CommonTextBig  {
color:#8A898D;
font-size:11px;
background:#ffffff;
	border:1px;
	border-style:solid;
	border-color:#929292;
	padding:2px;
}

.CommonButton {
display:block;
margin:8px 0 8px 0;

}

.CommonButton a:link {

background-image:url(../images/general/universal_button.jpg);
background-position:0 -75px;
background-repeat:repeat-x;
border: #CAA1A1 1px solid;
color:#ffffff;
font-family:Arial, Helvetica, Sans-serif;
Font-size:10px;
line-height:10px;
padding:3px 5px 3px 5px;
vertical-align:middle;
text-transform:uppercase;
margin:8px 0 8px 0;
text-align:center;
white-space:nowrap;
}

.CommonButton a:visited{

background-image:url(../images/general/universal_button.jpg);
background-position:0 -75px;
background-repeat:repeat-x;

color:#ffffff;
font-family:Arial, Helvetica, Sans-serif;
Font-size:10px;
line-height:10px;
padding:3px 5px 3px 5px;
vertical-align:middle;
text-transform:uppercase;
border: #CAA1A1 1px solid;
text-align:center;
white-space:nowrap;
}

.CommonButton a:hover {


background-position:0 -175px;
background-repeat:repeat-x;
border: #960933 1px solid;

color:#ffffff;
font-family:Arial, Helvetica, Sans-serif;
Font-size:10px;
line-height:10px;
padding:3px 5px 3px 5px;
vertical-align:middle;
text-transform:uppercase;
white-space:nowrap;
text-align:center;
}


.CommonButtonBig {
display:block;
margin:8px 0 8px 0;
padding:0;

}

.CommonButtonBig a:link {

background-image:url(../images/general/universal_button.jpg);
background-position:0 -75px;
background-repeat:repeat-x;
border: #CAA1A1 1px solid;
color:#ffffff;
font-family:Arial, Helvetica, Sans-serif;
Font-size:11px;
line-height:11px;
padding:3px 10px 3px 10px;
vertical-align:middle;
text-transform:uppercase;
margin:8px 0 8px 0;
text-align:center;
white-space:nowrap;
}

.CommonButtonBig a:visited{

background-image:url(../images/general/universal_button.jpg);
background-position:0 -75px;
background-repeat:repeat-x;

color:#ffffff;
font-family:Arial, Helvetica, Sans-serif;
Font-size:11px;
line-height:11px;
padding:3px 10px 3px 10px;
vertical-align:middle;
text-transform:uppercase;
border: #CAA1A1 1px solid;
text-align:center;
white-space:nowrap;
}

.CommonButtonBig a:hover {


background-position:0 -175px;
background-repeat:repeat-x;
border: #6E3939 1px solid;

color:#ffffff;
font-family:Arial, Helvetica, Sans-serif;
Font-size:11px;
line-height:11px;
padding:3px 10px 3px 10px;
vertical-align:middle;
text-transform:uppercase;
white-space:nowrap;
text-align:center;
}


th.CommonListHeaderleft {
	border-left:1px solid #5C9D88;/*Edited By Steve*/
}



/*
Forums
*/

.CommonForumPostUserArea
{
	background: #eee; 
	text-align: center;
	float: left;
	width: 25%;
	margin: 16px 0;
	padding: 4px;
	font-size: 80%;
}

.CommonForumPostUserArea ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.CommonForumPostUserArea ul li
{
	padding: 0;
	margin: 0;
}

.CommonForumPostUserArea img
{
	margin: 4px 0;
}

.CommonForumPostContentArea
{
	float: left; 
	width: 73%;
	padding-left: 1%;
	border-top: 3px solid #eee;
	margin: 16px 0;
}

.CommonForumPostContentArea .CommonRelatedLinksList
{
	padding-bottom: 12px;
}

/* 
Supplemental Navigation 
*/

.CommonPagingArea
{
	font-size:10px;
	font-weight: normal;
	text-align: left;
	
}

.CommonRelatedLinksList
{
	float: right;
	margin: 0;
	list-style-type: none;
}

.CommonRelatedLinksList li
{
	display: inline;
	margin: 0 0 0 8px;
}

.CommonRelatedLinksList a
{
	font-size: 100%;
	font-weight: bold;
	color: #666;
}


.CommonFormField_input {
color:#8A898D;
font-size:11px;
background:#ffffff;
	border:1px;
	border-style:solid;
	border-color:#929292;
	padding:2px;
	vertical-align:top;
	margin:0;
}





.CommonRadiobutton {
color:#8A898D;
font-size:11px;
	vertical-align:top;
	border:none;
}



.CommonFormField textarea {
color:#8A898D;
font-size:11px;
background:#ffffff;
	border:1px;
	border-style:solid;
	border-color:#929292;
	padding:2px;
	vertical-align:top;
	margin:0;
}

.CommonFormField label {
color:#8A898D;
font-size:11px;

	padding-right:2px;
	vertical-align:top;
	margin:0;
}

.CommonFormFieldName {
margin:0;
padding:5px 5px 10px 0 ;
vertical-align:top;
font-size:12px;
line-height:13px;
}

.CommonFloatList {
font-size:10px;
line-height:13px;
}

.CommonListCell a, .CommonListCell a:visited {
	color:#8a898d;
	}
	
	.CommonListCell a:hover {
	color:#5c9d88;
	}
	
.CommonTitle {
font-family:Arial, Helvetica, Sans-serif;
font-size:16px;
line-height:17px;
color:#660913;
padding:20px 0 6px 0;
margin:0;
}

.RowOfButtons_right_align {
list-style:none;
float:right;
padding:0;
margin:0 0 10px 0;
vertical-align:middle;
}

.RowOfButtons_right_align li {
display:block;
float:left;
margin: 0 0 0 8px;
padding:0;
vertical-align:middle;
}

.RowOfButtons_left_align {
list-style:none;
padding:0;
margin:0 0 10px 0;
}

.RowOfButtons_left_align li {
display:block;
float:left;
margin: 0 8px 0 0;
}

.CommonInlineMessageContent {
font-size: 11px;

line-height: 17px;
}

.CommonInlineMessageArea {
margin:20px 0 0 0;
}

.ButtonCell {
vertical-align:middle;
}