BODY{
	margin: 0;
	padding: 0;
	color: #000;
	background: #e5dfc3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%; /* feel free to remove this */
}

#Common{
	margin: 0 35px;
	background: #f9f5e4;
	width: auto;	
}

#CommonFooter{
	border:5px solid #4d3d33;
	display:none;
}

#CommonLeftColumn{
	background: #eff7e0;
	padding-bottom: 22px;
}

#CommonRightColumn{
	padding-bottom: 22px;
}

A:LINK{
	color: #667766;
}

A:ACTIVE, A:VISITED{
	color: #667766;
	}

A:HOVER{
	text-decoration: underline;
}

/** Common Styles ***********************/
#CommonBodyTable td{
    vertical-align:top;
}

.CommonJumpArea{
	padding: 4px 0;
	font-weight: bold;
}

.CommonFeedArea{
	padding: 4px 0;
	font-weight: bold;
}

.CommonPagingArea{
	padding: 4px;
	margin:0 3px;
	font-weight: bold;
}

.CommonSortArea{
	padding: 4px;
	margin:0 40px 0 3px;
	font-weight: bold;
}

.CommonBreadCrumbArea{}

.CommonFilterArea{
	padding: 4px;
	margin:0 40px 0 3px;
	font-weight: bold;
}

/* Tree Form Element ********************/

.CommonTreeFormArea{
	border:1px solid #999;
	padding: 2px;
	width: 350px;
	height: 175px;
	overflow: auto;
	margin: 4px 4px 4px 2px;
}

.CommonTreeFormTree{
	padding: 0;
}

.CommonTreeFormNode{
	cursor: pointer;
}

.CommonTreeFormNodeSelected{
	padding: 1px;
	font-weight: bold;
	background: #ddd;
	border:1px solid #ccc;
	cursor: pointer;
}

.CommonTreeFormNodeHover{
	cursor: pointer;
}


/** Form Styles **************************/

.CommonFormArea{}

.CommonFormTitle{
	padding: 4px 4px 4px 0;
	margin: 0;
}

.CommonFormDescription{
	padding:8px 2px 8px 0;
}

.CommonFormFieldName{
	padding: 2px 8px 2px 2px;
	font-weight: bold;
}

.CommonFormFieldDescription{
	padding: 2px;
}

.CommonFormField{
	padding: 2px;
}

.CommonFormActionButtons{
	padding: 2px;
	text-align: right;
}


/* Message Styles **************************/

.CommonMessageArea{
	width: 50%;
	margin: 64px 0;
	background: #fff;
}

.CommonMessageTitle{
	text-align: left;
	font-weight: bold;
	background: #e2eecd;
	padding: 2px 2px 2px 8px;
	margin: 0;
	border:1px solid #ccc;
}

.CommonMessageContent{
	padding: 8px;
	padding-bottom: 16px;
	text-align: left;
	border:1px solid #ccc;
	border-top:0;	
	
}

.CommonInlineMessageArea{
	margin: 4px 0;
	border:1px solid #ccc;
	background: #fff left top repeat-x;

}

.CommonInlineMessageTitle{
	text-align: left;
	font-weight: bold;
	background: #f4f4f4;
	padding: 6px 6px 6px 8px;
	margin: 0;
	border-bottom:0;
}

.CommonInlineMessageContent{
	padding: 8px;
	text-align: left;
}

.CommonMessageSuccess, .CommonLicenseMessageSuccess{
	padding: 8px;
	color: #334433;
	font-weight: bold;
	border:1px solid #999;
	background: #cfe7c0;
	margin: 8px 0;
}

.CommonSmallMessageSuccess{
	padding: 2px;
	font-weight: bold;
	color: #334433;
}

.CommonMessageError{
	margin: 8px 0;
	padding: 4px;
	color: #443333;
	font-weight: bold;
	border:1px solid #999;
	background: #EBD9D9;
}

.CommonLicenseMessageError{
	margin: 8px 0;
	padding: 4px;
	color: #444433;
	font-weight: bold;
	border:1px solid #999;
	background: #fff499;
}

.CommonSmallMessageError{
	padding: 2px;
	font-weight: bold;
	color: #990000;
}

/** Content *******************************/

.CommonContentArea{
	background: #f9f5e4;
	margin: 4px;
	padding: 0 10px 10px 10px;
}

.CommonFreeTextContent{
	line-height: 20px;
	padding-left: 15px;
}

.CommonTitle{
	text-transform:uppercase;
	padding: 15px 0 15px 8px;
	margin: 0;
}

.CommonSubTitle{
	padding: 4px 4px 4px 0;
	margin: 0;
}

#CommonHeader{
	padding: 0;
	margin: 0;
	border-bottom:5px solid #e5dfc3;
	height:150px;
	background:#3F322A;
}

.CommonContent{
	padding: 0 8px 8px 8px;
}

.CommonGroupedContentArea{
	padding-bottom: 8px;
	margin-bottom: 16px;
	border-bottom:1px dashed #000;
}

.CommonFloatArea{
	float: left;
	width: 126px;
	margin: 8px 8px 8px 0;
	padding: 8px 8px 8px 0;
}

UL.CommonFloatList{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

UL.CommonFloatList LI{
	margin-bottom: 8px;
	clear: both;
}

.CommonNonFloatArea{
	margin-left: 150px;
}


.CommonSidebar{
	padding: 0;
	margin: 0 18px;
}

.CommonSidebarContentItem{
	margin-bottom: 5px;
	display: list-item;
	list-style-type: square;	
	margin-left: 16px;
}

.CommonSidebarArea{
	width: 192px;
	margin: 22px 0 0 0;
	overflow: hidden;
}

.CommonSidebarHeader{
	text-align: left;
	background: #E5DFC3;
	padding: 2px 2px 2px 8px;
	margin: 0;
	font-weight:normal;
}

.CommonSidebarContent{
	padding: 8px 8px 5px 8px;
	border:1px solid #ccc;
	background: #fff;
	width: 174px;
	overflow: hidden;
}

UL.CommonSidebarList{
	margin: 0;
	padding: 0;
}

UL.CommonSidebarList LI{
	margin-bottom: 5px;
	list-style-type: square;	
	margin-left: 16px;
}

.CommonDescription{
	padding: 0 0 8px 0;
	margin: -5px 0 15px 0;
}

.CommonSidebarImage{
	margin: 4px 0;
	padding: 3px;
	border:1px solid #C4D6AE;
	background: #fafafa;
	text-align: center;
}
UL.CommonSidebarImageList{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/** Single Sign On *************************/

#welcome{
	color: #fff;
	padding:15px;
	text-align:right;
}

#welcome a{	
	color:#FFCC33; 
	text-decoration:none;
	}

/** Text Button *****************************/


.CommonTextButton{
	margin: 1px;
	padding: 4px;
	border:1px solid #999;
	white-space: nowrap;
}

.CommonTextButton:LINK, .CommonTextButton:VISITED, .CommonTextButton:ACTIVE{
	text-decoration: none;
	background: #eee;
}

.CommonTextButton:HOVER{
	text-decoration: underline;
	background: #ddd;
}

.CommonTextButtonHighlight{
	margin: 1px;
	padding: 4px;
	border:1px solid #999;
	background: #bbb;
	white-space: nowrap;
}

.CommonTextButtonHighlight:LINK, .CommonTextButtonHighlight:VISITED, .CommonTextButtonHighlight:ACTIVE, .CommonTextButtonHighlight:HOVER{
	text-decoration: none;
	background: #bbb;
}

.CommonImageTextButton{
	padding: 4px 4px 4px 22px;
	margin: 1px;
	border:1px solid #999;
	background:#E5DFC3 no-repeat 1px 1px;
	line-height: normal;
	white-space: nowrap;
	text-decoration: none;
}

.CommonImageTextButton:LINK, .CommonImageTextButton:VISITED, .CommonImageTextButton:ACTIVE{}

.CommonImageTextButton:HOVER{
	text-decoration:none;
	background: #c9c3a9 no-repeat 1px 1px;
}

.CommonImageTextButtonHighlight{
	margin: 1px;
	padding: 4px 4px 4px 22px;
	border:1px solid #bbb;
	background: no-repeat 1px 1px;
	line-height: normal;
	white-space: nowrap;
}

.CommonImageTextButtonHighlight:LINK, .CommonImageTextButtonHighlight:VISITED, .CommonImageTextButtonHighlight:ACTIVE, .CommonImageTextButtonHighlight:HOVER{
	text-decoration: none;
	background: #bbb no-repeat;
}

.CommonButtonInnerContentDown{
	background: url(../images/common/button-down-arrow.gif) no-repeat right center;
	padding-right: 9px;
}

.CommonButtonInnerContentRight{
	background: url(../images/common/button-right-arrow.gif) no-repeat right center;
	padding-right: 7px;
}

/* List *****************************/

.CommonListArea{
	padding:10px 0;
	}

.CommonListTitle{
	padding: 6px 6px 6px 8px;
	background: #E5DFC3;
	margin: 0;
}

.CommonListHeaderLeftMost{
	text-align: center;
	padding: 4px;
	border:1px solid #3F322A;
	background: #eee;
}

.CommonListHeader{
	text-align: center;
	padding: 4px;
	border:1px solid #3F322A;
	border-left:0;
	background: #eee;
}

.CommonListCellLeftMost{
	padding: 4px;
	border:1px solid #3F322A;
	border-top:0;
}

.CommonListCell{
	padding: 10px 4px;
	border-bottom:1px solid #3F322A;
	border-right:1px solid #3F322A;
	text-align: left;
}

/* Simple Tab Strip Styles ********************/

.CommonSimpleTabStripTab{
	cursor:pointer;
	height: 30px;
}

.CommonSimpleTabStripTab A:LINK, .CommonSimpleTabStripTab A:VISITED, .CommonSimpleTabStripTab A:ACTIVE{
	display: block;
	height: 22px;
	padding:8px 16px 0 16px;
	color: #fff;
	text-decoration: none;
	border-right:1px solid #fff;
}

.CommonSimpleTabStripTab A:HOVER{
	display: block;
	height: 22px;
	padding:8px 16px 0 16px;
	color: #000;
	text-decoration: none;
	border-right:1px solid #fff;
}

.CommonSimpleTabStripTabHover{
	color: #000;
	cursor:pointer;
	background:#f5bd14;
	height: 30px;
	border-right:1px solid #000;
}

.CommonSimpleTabStripTabHover A:LINK, .CommonSimpleTabStripTabHover A:VISITED, .CommonSimpleTabStripTabHover A:ACTIVE{
	display: block;
	height: 22px;
	padding:8px 16px 0 16px;
	color: #000;
	text-decoration: none;
}

.CommonSimpleTabStripTabHover A:HOVER{
	display: block;
	height: 22px;
	padding:8px 16px 0 16px;
	color: #000;
	text-decoration: none;
}

.CommonSimpleTabStripSelectedTab{
	font-weight: bold;
	color: #000;
	cursor:pointer;
	background:#f5bd14;
	height: 30px;
	border-right:1px solid #000;
}

.CommonSimpleTabStripSelectedTab A:LINK, .CommonSimpleTabStripSelectedTab A:VISITED, .CommonSimpleTabStripSelectedTab A:ACTIVE{
	display: block;
	height: 22px;
	padding:8px 16px 0 16px;
	color: #000;
	text-decoration: none;
}

.CommonSimpleTabStripSelectedTab A:HOVER{
	display: block;
	height: 22px;
	padding:8px 16px 0 16px;
	color: #000;
	text-decoration: none;
}

/* Tab Strip Styles ********************/

.CommonTabBar{
	padding-left: 24px;
	background:#4d3d33; 
  	height: 32px;
  	overflow: hidden;
	color:#fff;
	display:none;
}

.CommonTabBarInner{}

.CommonTopGroup{}

.CommonLevel2Group{
	background:silver url(../images/common/level2_group_bg.gif); 
	
}

.CommonTopLevelTab{
	cursor:pointer;
	padding:0 16px;
	height: 30px;
	border-right:1px solid #fff;
}

.CommonTopLevelTab A:LINK, .CommonTopLevelTab A:VISITED, .CommonTopLevelTab A:ACTIVE{
	color: #fff;
	display:block;
	text-decoration: none;
}

.CommonTopLevelTab A:HOVER{
	color: #000;
	display: block;
	text-decoration: none;
}

.CommonTopLevelTabHover{
	color: #000;
	cursor:pointer;
	padding:0 16px;
	height: 30px;
	background:#f5bd14;
	border-right:1px solid #000;
}

.CommonTopLevelTabHover A:LINK, .CommonTopLevelTabHover A:VISITED, .CommonTopLevelTabHover A:ACTIVE{
	color: #000;
	display:block;
	text-decoration: none;
}

.CommonTopLevelTabHover A:HOVER{
	color: #000;
	display: block;
	text-decoration: none;
}

.CommonSelectedTopLevelTab{
	font-weight: bold;
	color: #000;
	cursor:pointer;
	padding:0 16px;
	height: 30px;
	background:#f5bd14;
	border-right:1px solid #000;
}

.CommonSelectedTopLevelTab A:LINK, .CommonSelectedTopLevelTab A:VISITED, .CommonSelectedTopLevelTab A:ACTIVE{
	color: #000;
	display:block;
	text-decoration: none;
}

.CommonSelectedTopLevelTab A:HOVER{
	color: #000;
	display:block;
	text-decoration: none;
}

.CommonLevel2Tab{}

.CommonLevel2TabHover{
  text-decoration:underline;
}

.CommonSelectedLevel2Tab{
  background:#F6F6F6;
}

/* Search *******************/


.CommonSearch{
	text-align:right;
	padding:10px;
	color:#fff;
	}

.CommonSearchButton{
	font-variant: small-caps;
	font-weight: bold;
}

.CommonSearchButton:link, .CommonSearchButton:visited, .CommonSearchButton:active{
	color: #FFCC33;
	text-decoration: none;
}

/* Search Results ***************/
.CommonSearchResults{
	font-weight: bold;
	padding: 8px;
}

.CommonSearchResultArea{
	border-bottom:1px solid #eee;
	margin:8px 8px 8px 0;
}

.CommonSearchResult{
	line-height: 20px;
}

.CommonSearchResultName{
	font-weight: normal;
	padding: 4px 4px 4px 0;
	margin: 0;
}

.CommonSearchResultDetails{
	margin: 10px 0;
}

.CommonSearchStatistics{
	margin:8px 0 16px 0;
}

UL.CommonSearchResultList{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Validation Styles ********************/

.CommonValidationWarning{
	color: #ff0000;
	font-weight: bold;
	padding: 2px;
}

/* Popup Area **************************/

.CommonPopupArea{
	padding: 8px;
	background: #eee;
	border:1px solid #999;
}

/* CA **********************************/

.CATopGroup{
  z-index:99;
  position:relative;
}

.CADefaultTab{
  background: #3f322a;
  cursor:pointer;
  color:#fff;
}

.CADefaultTabHover{
  color:#000; 
  background:#bcb7a0;
  cursor:pointer;
}

.CASelectedTab{
  color:#000; 
  background:#bcb7a0;
  cursor:default;
}

.CADisabledTab{
  color:#000; 
  background:#ccc;
  cursor:default;
}

.CAMultiPage{
  background:#fff;
  border: 1px solid #919B9C;
  width:100%;
  position:relative;
  padding:10px;
  top:-3px;
  left:1px;
  z-index:98;
}

.CAMultiPageModal{
  background:White;
  border: 1px solid #919B9C;
  height:350px;
  position:relative;
  padding:20px;
  top:-3px;
  left:1px;
  z-index:98;
}

.PageViewModalPanel{
	height:290px;
	overflow-y:scroll;
	padding-right:2px;
}

.CAPageContent{}

/* ContentParts ************************/

.CommonContentPartBorderOff{
	padding: 1px;
}

.CommonContentPartBorderOn{
	border:1px dashed #999;
	background: #efefef;
}

/* Context Menu Styles *****************/

.CommonContextMenuGroup{
	background:#fff;
	border:solid 1px #ccc; 
}

.CommonContextMenuItem{
	background:#fff; 
	cursor:pointer;
}

.CommonContextMenuItemHover{
	background:#E5DFC3; 
	color:#000;
	cursor:pointer;
}

.CommonContextMenuItemExpanded{
	background:#fff; 
	color:#000; 
	cursor:pointer;	
}

.CommonContextMenuSeperatorItem{
	height: 0;
	cursor:pointer;
}

/* Modal Styles */

#popupMask{
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("/images/cs/controlpanel/common/maskBG.png") !important; /* For browsers Moz, Opera, etc. */
	background-image:none;
	background-repeat: repeat;
	display:none;
}

#popupContainer{
	position: absolute;
	z-index: 201;
	top: 0;
	left: 0;
	display:none;
	padding: 0;
}

#popupInner{
	border:1px solid #888;
	background: #eee;
}

#popupFrame{
	margin: 0;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}

#popupTitleBar{
	height: 1.3em;
	padding: 5px 5px 7px 5px;
	border-bottom:1px solid #888;
	position: relative;
	z-index: 203;
	background: #e2eecd;
	font-weight: bold;
	margin: 0;
}

#popupTitle{
	float:left;
}

#popupControls{
	float: right;
	cursor: pointer;
}

/* Rating Styles **********************************/

.CommonRateControlReadOnly{
	background: #fff;
	border:1px solid #999;
	padding: 1px;
	white-space: nowrap;
}

.CommonRateControl{
	background: #eee;
	border:1px solid #999;
	cursor: pointer;
	padding: 1px;
	white-space: nowrap;
}

.CommonRateControlActive{
	background: #ffcc66;
	border:1px solid #cc9933;
	cursor: pointer;
	padding: 1px;
	white-space: nowrap;
}

/* Video styles ***********************************/

.CommonVideoArea{
	width: 350px;
	border:2px solid #666;
	background: #000;
	margin: 16px auto;
}

.CommonVideoContent{
	padding: 2px;
}

.CommonVideoControlArea{
	background: #999;
	padding: 2px;
	border-top:2px solid #666;
	vertical-align: middle;
}

.CommonVideoDuration{
	padding: 2px;
	margin-left: 4px;
}

.CommonVideoPlayButton{
	background: url(../images/common/play-icon.gif) no-repeat;
	width: 30px;
	height: 30px;
	margin-left: 4px;
}

.CommonVideoPauseButton{
	background: url(../images/common/pause-icon.gif) no-repeat;
	width: 30px;
	height: 30px;
	margin-left: 4px;
}

.CommonVideoStopButton{
	background: url(../images/common/stop-icon.gif) no-repeat;
	width: 24px;
	height: 24px;
	margin-left: 4px;
}

.CommonVideoFooterArea{
	background: #ccc;
	border-top:1px solid #666;
	padding: 2px;
}

.CommonVideoDetails{
	padding: 2px;
	text-align: right;
	padding-right: 4px;
}

.CommonVideoDownloadButton{
	padding: 2px;
	margin-right: 2px;
}


/* Content Selector Styles *********************/

.CommonContentSelectorTreeArea{
	background: #fff;
	height: 330px;
	width: 215px;
	margin: 5px;
	border:1px solid #999;
	overflow: auto;
}

.CommonContentSelectorItemsArea{
	margin: 5px 5px 0 0;
	background: #fff;
	border:1px solid #999;
	height: 250px;
	overflow: auto;
	padding: 4px;
}

.CommonContentSelectorOptionsArea{
	margin: 0 5px 5px 0;
	background: #fff;
	border:1px solid #999;
	height: 60px;
	overflow: auto;
	padding: 4px;
}

.CommonContentSelectorTree{
	padding: 0;
	height: 330px;
	width: 215px;
	overflow: visible;
}

.CommonContentSelectorTreeNode{
	cursor: pointer;
}

.CommonContentSelectorTreeNodeSelected{
	font-weight: bold;
	cursor: pointer;
}

.CommonContentSelectorTreeNodeHover{
	cursor: pointer;
}

.CommonContentSelectorItem{
	border:1px solid #ccc;
	cursor: pointer;
	padding: 3px;
	width: 79px;
	height: 79px;
	overflow: hidden;
	margin:6px 6px 0 6px;
	text-align: center;
	vertical-align: middle;
}

.CommonContentSelectorItemSelected{
	border:3px solid #999;
	cursor: pointer;
	padding: 1px;
	width: 79px;
	height: 79px;
	overflow: hidden;
	margin: 6px 6px 0 6px;
	text-align: center;
	vertical-align: middle;
}

.CommonContentSelectorItem img, .CommonContentSelectorItemSelected img{
	margin: auto 0;
}

.CommonContentSelectorItemName{
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	padding: 2px;
	width: 83px;
	height: 12px;
	overflow: hidden;
	margin: 1px 6px 16px 6px;
}

.CommonContentSelectorItemNameSelected{
	font-weight: normal;
	text-align: center;
	background: #999;
	cursor: pointer;
	padding: 2px;
	width: 83px;
	height: 12px;
	overflow: hidden;
	margin: 1px 6px 16px 6px;
}

.CommonContentSelectorButtonArea{
	margin: 0 5px 5px 5px;
}

/* ThreePanelResizeableControl Styles *********************/

.CommonResizeArea{
	width: 8px;
	background: #7fa2bd;
	border-right:1px solid #333;
	border-left:1px solid #333;
	position: relative;
	cursor: col-resize;
}

.CommonCollapseButton{
	padding:16px 0;
	background: #ccc;
	font-weight: bold;
	vertical-align: middle;
	border:1px solid #666;
}

.CommonCollapseButton:HOVER{
	background: #eee;
	color: #000;	
}

p.MsoNormal, li.MsoNormal, div.MsoNormal{
	margin:0in;margin-bottom:.0001pt;
}

/* Comment Form ***************************************/

#CommonCommentForm, #CommonContactForm {
	padding: 0;
	}

#CommonCommentForm .smallbox, #CommonContactForm .smallbox {
	width: 350px;
	padding: 2px;
	border: 1px solid #7F8D3E;
}

#CommonCommentForm textarea, #CommonContactForm textarea {
	width: 500px;
	height: 150px;
	padding: 2px;
	border: 1px solid #7F8D3E;
	}

/* Help Icon ***************************************/

.helpicon{
	border-style:none;
	line-height: normal;
}

.helpicon img{
	height: 20px;
	width: 16px;
	vertical-align: middle;
}

a.helpicon{
	border-style:none;
	height: 20px;
	background: url(../images/common/help_out_lt.gif) left top no-repeat;
}

a.helpicon:hover, a.helpicon:active{
	background:url(../images/common/help_hover.gif) left top no-repeat;
	cursor:help;
}

/* ComponentArt Date Picker & Popup Calendar *********/

.calendar_button { 
	border:none; 
	cursor:pointer; 
}

.picker{
  background: #fff;
  border: 1px solid #ccc;
  padding: 2px;
  cursor: pointer;
}

.calendar td {}

.title{ 
	font-weight:bold; 
	background:#D7D7E5; 
	}

.day{
	width:25px;
	cursor:pointer;
	text-align:center;
	border:1px solid #F6F6F6;
}

.dayhover{
	width:25px;
	cursor:pointer;
	text-align:center;
	text-decoration:underline;
	border:1px solid #F6F6F6;
}

.dayheader{
	width:25px;
	text-align:center;
	background:#fff;
}

.othermonthday { color:#999; }

.outofrangeday { visibility:hidden; }

.selectedday{
	width:25px;
	background:#FBE694;
	color:#000;
	border:1px solid #BB5503;
}

.calendar{
	border:1px solid #000;
	border-collapse:collapse;
	background:#fff;
	cursor:default;
}

.month{
	background:#F6F6F6;
	margin:0 5px 5px 5px;
}

.nextprev{
	cursor:pointer;
	height:25px;
	vertical-align:center;
	padding:0 5px 0 5px;
}

.selector{
	width:14px;
	cursor:pointer;
	text-align:left;
	vertical-align:center;
	background:#fff;
}

/* Poll Styles *************************************/

.CommonPollMoveUpButton{
	margin:1px;
	border:1px solid #999;
	width: 20px;
	height: 20px;
	line-height: normal;
	background:#eee url(../images/common/up.gif) no-repeat left top;
}


.CommonPollMoveDownButton{
	margin: 1px;
	border:1px solid #999;
	background: #eee url(../images/common/down.gif) no-repeat left top;
	width: 20px;
	height: 20px;
	line-height: normal;
}

.CommonPollDeleteButton{
	margin: 1px;
	border:1px solid #999;
	background: #eee url(../images/common/delete.gif) no-repeat left top;
	width: 20px;
	height: 20px;
	line-height: normal;
}

ol.CommonPollAnswerList{
	margin: 0;
	padding: 0;
}

ol.CommonPollAnswerList li{
	margin-left: 24px;
}

/* Rendered Poll Styles *************************************/

.CommonPollArea{
	width: 375px;
	background: #E5DFC3;
	
	margin:0 auto;
}

.CommonPollQuestion{
	background: #3F322A;
	padding: 4px;
	color: #fff;
	font-weight:normal;
	margin: 0;
}

.CommonPollContent{
	padding: 4px;
}

.CommonPollDescription{}

.CommonPollSwitchedContent{
	width: 275px;
	margin:6px auto;
}

ul.CommonPollAnswerList{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.CommonPollAnswerList li{
	padding: 0;
	margin: 6px 0;
}

.CommonPollAnswer{
	padding: 2px;
}

.CommonPollUserVote{
	color: #777;
}

.CommonPollFooter{
	padding: 2px;
	background: #3F322A;
	color:#fff;
	
}

ul.CommonPollFooterList{
	list-style-type: none;
	margin: 0;
	text-align: center;
}

ul.CommonPollFooterList li{
	display: inline;
	margin:0 6px;
}

.clear{ clear:both;}

.BackToForums{
	text-align:right;
	font-size:14px;
	margin-top:10px;
	}

/* Emoticon Container on Create/Edit post */

.txt3 input img{
	float:left;
	}

.txt3 label{
	float:left;
	}
	
.txt3 td{
	width:30px;
	}