/* IMPORTANT NOTICE - ANY CHANGE IN IWAYGUI.CSS SHOULD BE UPDATED ALSO IN IWAYGUIINDEX.CSS */


/* v5 changes */
BODY
{
	font-family: Tahoma, Arial, sans-serif;
}

.BodyMargin
{
	margin: 0px 1px 0px 5px;
}

.PageMargin
{
	margin: 5px 10px 10px 10px;
}

.HeaderPadding
{
	padding: 5px 10px 0px;
}

.ContentPadding
{
	padding: 5px 10px 10px;	
	vertical-align:top;
}

.TablePadding input
{
	font-size: 11px;
	padding-left: 5px;
}

.TablePadding textarea
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	width: 380px;
	height: 30px;
}

.TablePadding tr
{
	height: 25px;
}
.TablePadding td
{
	padding-right: 5px;
	vertical-align: middle;
}
.TableNoCellPaddingNoCellSpacing tr
{
	padding-top:5px;
}

.IgnoreTablePadding tr
{
	height: auto;
}

.IgnoreTablePadding td
{
	padding: 0px;
}

input,
textarea,
.bigtitle,
.PageTitle,
.regularButton,
.regularButtonLeft,
.regularButtonRight,
.regularButtonDark,
.regularButtonLeftDark,
.regularButtonRightDark,
.PaganGrid,
.PaganGrid td,
.PaganGrid th,
.tableHead,
.tableColumnTitle,
.regularColumn,
.tableRow,
.tableRowDefaultCursor,
.selectedColumn,
.tableSelectedRow,
.tableHeadBig,
.tableHeadTitle
{
	font-family: Tahoma, Arial, sans-serif;
}

.bigpagetitle,
.bigtitle,
.PageTitle
{
	font-weight: bold;
	font-size: 13px;
	color: #3a3b3b;
	height: 25px;
	vertical-align: middle;

}

.bigpagetitle td
{
	padding: 0px 5px 0px 5px;
}

.AlignAgainstDirection
{
	text-align:right;
}

.PageTitle
{
	margin-bottom: 5px;
	padding: 2px;
}

.bigpagetitle /* use in pages*/
{
	background-color: #dcdaf2;
	width: 100%;
}

.iwayTitleSpan
{
	width: auto;
	padding-left: 5px;
}

.bigtitle /* use in pop up windows*/
{
	padding: 2px;
}


/* Tables */
.StandardBackground,
.SelectedBackground,
.PanelBorderLine,
.InfoPanel,
.AlertPanel,
.StandardPanel,
.TableLayoutStandardPanel,
.colorLightBlue,
.colorDarkBlue,
.colorMediumBlue,
.PaganGrid,
.PaganGrid td,
.PaganGrid th,
.tableHead,
.tableColumnTitle,
.regularColumn,
.selectedColumn,
.selectedColumn th,
.tableRow,
.tableRowDefaultCursor,
.tableSelectedRow,
.tableHeadBig,
.tableHeadTitle,
.regularToolBar
{
	color: #3a3b3b;
	font-size: 11px;
	background-color: #f4f3f3;
}

.DivForIWayTitleQPages
{
	padding-bottom: 5px;
}

.PaganGrid th,
.tableHead,
.tableColumnTitle,
.selectedColumn,
.selectedColumn th,
.regularColumn,
.tableHeadBig,
.tableHeadTitle,
.regularToolBar
{
	cursor: pointer;
}


HR,
.StandardPanel,
.TableLayoutStandardPanel,
.tableHead,
.tableColumnTitle,
.tableRowDefaultCursor,
.tableHeadBig,
.tableHeadTitle,
.regularToolBar,
.SidePanel,
.SidePanelTitle
{
	border: solid 1px #d2d5da;
}

.PaganGrid table{border-spacing:0px 0px !important;border-collapse:collapse !important;}

.PaganGrid th
{
	border-left: solid 1px #d2d5da;
	border-bottom: solid 1px #d2d5da;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
}

.PaganGrid td
{
	border-top: solid 1px #d2d5da;
	border-left: solid 1px #d2d5da;
	padding-left: 5px;
	padding-right: 5px;
}

/* used when grid has last row */
.PaganGridLastRow
{
	border-bottom: solid 1px #d2d5da;
}

.VerticalSeperator
{
	border-right: solid 1px #d2d5da;
}
.HorizontalSeperator
{
	border-top: solid 1px #d2d5da;
}
.ContainerBorder
{
	border: solid 1px #d2d5da;
}

/* Tabs */
.MultiTabSelectedTab
{
	background-image: url(/newsway/Resources/Tabs/Tab_Selected.gif);
	font-family: Tahoma;
	color: #3a3b3b;
	font-size: 11px;
	font-weight: bold;
	border-top: solid 1px #d2d5da;
	border-bottom: 0;
	background-repeat: repeat-x;
	cursor: pointer;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	}

.MultiTabHoveredTab, .MultiTabNonHoveredTab
{
	font-family: Tahoma;
	color: #3a3b3b;
	font-size: 11px;
	font-weight: normal;
	background-image: url(/newsway/Resources/Tabs/Tab_UnSelected.gif);
	cursor: pointer;
	border-top: solid 1px #d2d5da;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
}
.MultiTabDisabledTab
{
	font-family: Tahoma;
	color: #dddddd;
	font-size: 11px;
	font-weight: bold;
	background-image: url(/newsway/Resources/Tabs/Tab_UnSelected.gif);	
	border-top: solid 1px #d2d5da;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
}
/* End of Tabs */

.WhitePanel
{
	border: solid 1px #d2d5da;
	background-color: #ffffff;
}

* html .StandardPanelStrech
{
	height: 99%;
}

.StandardPanelStrech
{
	min-height: 99%;
}

.StandardPanelInnerDiv
{
	margin: 23px 10px 10px;
	border: none 0px;
}

.HeavyPanelMargin
{
	margin:10px;
}
.HeavyPanelLeftMargin
{
	margin-left:10px;
}
.HeavyPanelTopMargin
{
	margin-top:10px;
}
.NoBorder
{
	border: none 0px;
}
.NoTopBorder
{
	border-top: none 0px;
}
.NoBottomBorder
{
	border-bottom: none 0px;
}
.NoRightBorder
{
	border-right: none 0px;
}
.NoLeftBorder
{
	border-left: none 0px;
}
.TableLayout
{
	height: 100%;
	min-height:100%;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none 0px;
	border-collapse: collapse;
}
.TableLayoutStandardPanel
{
		height:100%;
		min-height:100%;
		width:100%;
}
.TableLayoutStandardPanel td
{
		vertical-align:top;
}

.TableLayoutOneRow
{
	height: 100%;
	min-height: 100%;
	vertical-align: top;
}

.SidePanel
{
	padding: 10px;
}

.PanelFullHeight
{
	height: 400px;
}

HR
{
	color: #d2d5da;
	height: 1px;
}

.BottomBorder
{
	border-bottom: solid 1px #d2d5da;
}

.RightBorder
{
	border-right: solid 1px #d2d5da;
}

.TopBorder
{
	border-top: solid 1px #d2d5da;
}

.LeftBorder
{
	border-left: solid 1px #d2d5da;
}

.SidePanelTitle
{
	height: 25px;
	background-image: url(/NewsWay/Resources/SidePanel/SidePanel_header.gif);
	font-family:Tahoma;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	padding-left: 10px;
	font-size:11px;
	border-bottom:none 0px;
}

.NoPadding
{
	padding:0px;
}

.SidePanelTitle span
{
	vertical-align: -4px;
}

.SidePanelTitle img
{
	float:left;
}

.SidePanel
{
	height: 25px;
	font-weight: bold;
	color: #3a3b3b;
	vertical-align: middle;
	font-size: 10px;
}

.SidePanel,
.SidePanelBackground
{
	background-image: url(/NewsWay/Resources/SidePanel/SidePanel.gif);
}

.tableHead
{
	font-weight: bold;
	border-left:0px;
}

.tableColumnTitle
{
	font-weight: bold;
	border-left:0px;
}

.tableHeadBig
{
	height:25px;
	font-weight: bold;
}

.tableHeadTitle
{
	height:25px;
	font-weight: bold;
}

.regularCell
{
  overflow:hidden;
  padding-left:4px;
  padding-right:4px; 
}

.regularColumn
{
	overflow: hidden;
	padding-left: 4px;
	padding-right: 4px;
	border-right:0px;
	border-top:0px;
	cursor: pointer;
}
.tableRowDefaultCursor
{
	cursor: default;
}
.colorSelection,
.colorDarkSelection,
.tableSelectedRow,
.tableSelectedRow td
{
	background-color: #dcdaf2;
}
/* End Tables */


/* Buttons */
.regularButton,
.regularButtonLeft,
.regularButtonRight,
.regularButtonDark,
.regularButtonLeftDark,
.regularButtonRightDark,
.regularButtonWithIcon,
.regularButtonLeftWithIcon,
.regularButtonRightWithIcon
{
	font-size: 11px;
	font-weight: normal;
	color: #3a3b3b;
	cursor: pointer;
	text-align:center;
	white-space:nowrap;
}


.regularButtonDark
{
	font-weight: bold;
}

.regularButton,
.regularButtonLeft,
.regularButtonRight,
.regularButtonDark,
.regularButtonLeftDark,
.regularButtonRightDark
{
	height: 20px;
}
.regularButtonWithIcon,
.regularButtonLeftWithIcon,
.regularButtonRightWithIcon
{
	height: 24px;
}
.regularButton,
.regularButtonDark
{
	min-width: 46px;
}
.regularButtonLeft,
.regularButtonRight,
.regularButtonLeftDark,
.regularButtonRightDark,
.regularButtonLeftWithIcon,
.regularButtonRightWithIcon,
.regularButtonLeftWithIcon,
.regularButtonRightWithIcon,
.regularButtonLeftSmall,
.regularButtonRightSmall
{
	width: 7px;
}

.regularButtonWithIcon
{
	background-image: url(/newsway/Resources/Buttons/Btn_with_image_Up_mid.gif);
	background-repeat:repeat-x;
}
.regularButtonLeftWithIcon
{
	background-image: url(/newsway/Resources/Buttons/Btn_with_image_Up_left.gif);
	background-repeat:no-repeat;
}
.regularButtonRightWithIcon
{
	background-image: url(/newsway/Resources/Buttons/Btn_with_image_Up_right.gif);
	background-repeat:no-repeat;
}
.regularButton
{
	background-image: url(/newsway/Resources/Buttons/Btn_Up_mid.gif);
	background-repeat:repeat-x;
}
.regularButtonLeft
{
	background-image: url(/newsway/Resources/Buttons/Btn_Up_left.gif);
	background-repeat:no-repeat;
}
.regularButtonRight
{
	background-image: url(/newsway/Resources/Buttons/Btn_Up_right.gif);
	background-repeat:no-repeat;
}

.regularButtonDark,
.regularButtonLeftDark,
.regularButtonRightDark
{
	color: white;
}
.regularButtonDark
{
	background-image: url(/newsway/Resources/Buttons/BtnSpecial_Up_mid.gif);
	background-repeat:repeat-x;
}
.regularButtonLeftDark
{
	background-image: url(/newsway/Resources/Buttons/BtnSpecial_Up_left.gif);
	background-repeat:no-repeat;
}
.regularButtonRightDark
{
	background-image: url(/newsway/Resources/Buttons/BtnSpecial_Up_right.gif);
	background-repeat:no-repeat;
}

.regularButtonSmall,
.regularButtonLeftSmall,
.regularButtonRightSmall
{
	font-size: 10px;
	color: #3a3b3b;
	cursor: pointer;
	height: 15px;
}
.regularButtonSmall
{
	background-image: url(/newsway/Resources/Buttons/Btn_Small_Up_mid.gif);
	background-repeat:repeat-x;
}
.regularButtonLeftSmall
{
	background-image: url(/newsway/Resources/Buttons/Btn_Small_Up_left.gif);
	background-repeat:no-repeat;
}
.regularButtonRightSmall
{
	background-image: url(/newsway/Resources/Buttons/Btn_Small_Up_right.gif);
	background-repeat:no-repeat;
}


.blueLink,
.LinkText
{
	font-size: 11px;
	color: #0075a5;
	text-decoration: underline;
	cursor: pointer;
}
.regularToolBar
{
	height: 27px;
}
.regularToolBar td
{
	padding: 0px 1px 0px;
}

/* End Buttons */


/* Tabs */
.tab,
.tabSpan,
.tabSpanSelected
{
	color: #3a3b3b;
	font-size: 11px;
	font-weight: normal;
	height: 21px;
	width: 80px;
	border-top: solid 1px #d2d5da;
	border-bottom: solid 1px #d2d5da;
	background-color: #f4f3f3;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
}
.tabSpan
{
	background-image: url(/newsway/Resources/Tabs/Tab_UnSelected.gif);
	cursor: pointer;
}
.tabSpanSelected
{
	background-image: url(/newsway/Resources/Tabs/Tab_Selected.gif);
	background-repeat: repeat-x;
	cursor: pointer;
	border-bottom: 0px;
}
.tabSeperator
{
	border-top: 1px solid #d2d5da;
	width: 2px;
	height: 21px;
	background-image: url(/newsway/Resources/Tabs/Tab_Seperators.gif);
}
/* End Tabs */


/* New styles */
.InfoPane
{
	color: #3a3b3b;
	font-size: 11px;
	background-color: #e0e0e0;
}

.errorFont,
.HighlightText,
.AlertPane
{
	font-size: 11px;
	font-weight: bold;
	color: #f96e11
}

.AlertPanelForQ
{
	background-color: #ffefa3;
}

.SubTitle,
.title
{
	font-size: 12px;
	font-weight: bold;
}

.SubTitle
{
	color: #484379;
}

.BoldText,
.smalltitle,
.bigFont
{
	font-size: 11px;
	font-weight: bold;
}

.RegularText,
.regularFont
{
	font-size: 11px;
}

.previewImage
{
	border: solid 1px #666464;
}
.lowResImgDiv
{
	background-color: #e0e0e0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: auto;
}

div.StageMessage
{
	font-size: 11px;
	border: solid 1px #d2d5da;
	margin-bottom: 5px;
	padding: 5px 5px 5px 5px;
}

.SmallText,
.smallFont
{
	font-size: 10px;
}

.InnerPanel
{
	padding-left: 10px;
	padding-right: 10px;
}
.TopMarginForInsidePanel
{
	margin-top:5px;
}

/* End New styles */


/* End v5 changes */




/* Colors */
.whiteText
{
	color: white;
}

/* Table */
.tableHeadWhite
{
	background-color: white;
	font-family: Arial;
	font-size: 10px;
	color: #34342F;
	cursor: pointer;
}
.tableRowWhite
{
	background-color: white;
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
	color: #34342F;
}
.tableRowBlue
{
	background-color: #DEDBF8;
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
	color: #34342F;
	cursor: default;
	font-weight: bold;
	height: 20px;
}
/* Buttons */
.calendarNextButton,
.calendarBackButton,
.roundAddButton,
.roundDeleteButton,
.upTriangleButton,
.downTriangleButton
{
	background-repeat: no-repeat;
	cursor: pointer;
}
.calendarBackButton
{
	background-image: url(/newsway/versions/250/site/iway/resources/buttons2006/calendar%20back%20-%20button.gif );
	width: 18px;
	height: 18px;
}
.calendarNextButton
{
	background-image: url(/newsway/versions/250/site/iway/resources/buttons2006/calendar%20next%20-%20button.gif );
	width: 18px;
	height: 18px;
}
.roundAddButton
{
	background-image: url(/newsway/versions/250/site/iway/resources/buttons2006/roundButton_rightArrow.gif );
	width: 25px;
	height: 25px;
}
.roundDeleteButton
{
	background-image: url(/newsway/versions/250/site/iway/resources/buttons2006/roundButton_leftArrow.gif );
	width: 25px;
	height: 25px;
}
.upTriangleButton
{
	background-image: url(/newsway/versions/250/site/iway/resources/buttons2006/moveUp.gif );
	width: 13px;
	height: 8px;
}
.downTriangleButton
{
	background-image: url(/newsway/versions/250/site/iway/resources/buttons2006/moveDown.gif );
	width: 13px;
	height: 8px;
}
.buttonSpan
{
	text-align: center;
	cursor: pointer;
	width: 22px;
	height: 26px;
	overflow: hidden;
	border-width: 1px;
}
/* Padding / Margins */
.padHeader
{
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.padCell
{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
}
.separator
{
	margin-top: -1px;
}
.logo
{
	margin-top: -7px;
	margin-left: 4px;
}
/* Misc */
.textBox
{
	border: #d2d5da 1px solid;
	width: 120px;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	background-color: #FFFFFF;
}
.links
{
	position: absolute;
	left: 182px;
	top: 36px;
}
.inputField
{
	margin-left: 0px;
	width: 130px;
	height: 18px;
	font-size: 11px;
	color: #34342F;
}


DIV.frameHeader
{
	padding-left: 4px;
	padding-right: 4px;
	width: 1px;
	position: relative;
	margin-top: -10px;
}

.frameTitle
{
	font-size: 11px;
	font-weight: bold;
	color: #34342F;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	position: relative;
	left: 5px;
	top: -12px;
	width: 30px;
}


DIV.frameBorder
{
	border: #d2d5da 1px solid;
	margin: 15px 10px 10px 10px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	position: relative;
}



/* Obsolete
.tableRowWhiteSmall
.tableRowBlueSmall
.regularCell,
.button,
.leftButtons,
.activationButtonSpan,
.dateField,
SPAN.topTabLabel,
DIV.innerDiv,
.deleteButton
.category
.colorScript

{
}
*/

.regularButtonBig,
.regularButtonLeftBig,
.regularButtonRightBig,
.regularButtonCart,
.regularButtonLeftCart,
.regularButtonRightCart
{
	padding: 1px;
	border: medium dotted red;
	color: Red;
}
/* End Obsolete */

.PleaseWaitContainer
{
	background-color: #f0f0f0;
	padding: 10px;
	z-index: 9999;
	height: 100%;
	width: 100%;
	line-height: normal;
}

.PleaseWaitContainerTD
{
	font-size: 11px;
	text-align:center;
}

.PleaseWaitTitle
{
	font-size: medium;
}


.PageBody
{
	margin: 5px 10px 10px 10px;
}

.DialogBody
{
	margin: 5px 10px 10px 10px;
}

.DialogButtons
{
	margin: 5px 10px 10px 10px;
}

.PageButtons
{
	margin: 5px 10px 10px 10px;
}


.ZeroMargin
{
	margin: 0;
	padding: 0;
}

.HorizontalSeparator
{
	border-top: solid 1px #d2d5da;
	height: 1px;
}

.VerticalSeparator
{
	border-right: solid 1px #d2d5da;
	width: 1px;
}

.GridThumbnail
{
	border: 1px solid black;
}



/* Ribbon Styles */
td.bar
{
	background-image: url( "/NewsWay/ASPX/DownstreamComponents/Resources/graphics/upper_strip.gif" );
	background-repeat: repeat-x;
	vertical-align: bottom;
}

td.ribbontab,
.ribbonSelectedTab
{
	font-style: normal;
	font-family: Tahoma;
	font-size: 11px;
	color: #3a3b3b;
	cursor: pointer;
}

td.ribbontab
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
}
.ribbonSelectedTab
{
	background-image: url( "/NewsWay/ASPX/DownstreamComponents/Resources/graphics/tab/center.gif" );
	background-repeat: repeat-x;
}

.ribbonSelectedTab
{
	margin-top: 2px;
}

td.tabLeft
{
	background-image: url( "/NewsWay/ASPX/DownstreamComponents/Resources/graphics/tab/left.gif" );
	width: 10px;
	height: 23px;
	float: right;
}
td.tabRight
{
	background-image: url( "/NewsWay/ASPX/DownstreamComponents/Resources/graphics/right.gif" );
	width: 10px;
	height: 23px;
	float: left;
}
/* End Ribbon Style */
.NoBottomMargin
{
	margin-bottom: 0px;
}
.NoTopMargin
{
	margin-top: 0px;
}
.NoLeftMargin
{
	margin-left: 0px;
}
.NovRightMargin
{
	margin-right: 0px;
}
/* Wizard Design */
.WizardTitle
{
	font-size: large;
	font-weight: bold;
}

.WizardStageDivVisited
{
	font-weight: bold;
	font-size: 11px;
	color: Green;
	background: #EEEFD8;
	border: solid 1px black;
	width: 100px;
	height: 35px;
	vertical-align: middle;
	text-align: center;
}

.WizardCurrentStageDiv,
.WizardCurrentStageDivNotClickable
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
}

.WizardCurrentStageDiv #middle,
.WizardMiddleCurrentStageDiv,
.WizardCurrentStageDivNotClickable #middle,
.WizardMiddleCurrentStageDivNotClickable
{
	height: 22px;
	background-image: url(/Newsway/Resources/Tabs/NavWiz_mid_Selected.gif);
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: black;
	min-width: 56px;
}

.WizardCurrentStageDiv #left,
.WizardLeftCurrentStageDiv,
.WizardCurrentStageDivNotClickable #left,
.WizardLeftCurrentStageDivNotClickable
{
	width: 14px;
	height: 22px;
	background-image: url(/Newsway/Resources/Tabs/NavWiz_left_01_Selected.gif);
}

.WizardCurrentStageDiv #right,
.WizardRightCurrentStageDiv,
.WizardCurrentStageDivNotClickable #right,
.WizardRightCurrentStageDivNotClickable
{
	width: 14px;
	height: 22px;
	background-image: url(/Newsway/Resources/Tabs/NavWiz_right_Selected.gif);
}

.WizardStageDivNotClickable #middle,
.WizardMiddleStageDivNotClickable
{
	height: 22px;
	background-image: url(/Newsway/Resources/Tabs/Wiz_mid.gif);
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: black;
	min-width: 56px;
}

.WizardStageDivNotClickable #left,
.WizardLeftStageDivNotClickable
{
	width: 14px;
	height: 22px;
	background-image: url(/Newsway/Resources/Tabs/Wiz_left_01.gif);
}

.WizardStageDivNotClickable #right,
.WizardRightStageDivNotClickable
{
	width: 14px;
	height: 22px;
	background-image: url(/Newsway/Resources/Tabs/Wiz_right.gif);
}

.WizardStageDiv,
.WizardStageDivNotClickable
{
	font-family: Tahoma;
	font-size: 11px;
	vertical-align: middle;
}

.WizardStageDiv #middle,
.WizardMiddleStageDiv
{
	height: 22px;
	background-image: url(/Newsway/Resources/Tabs/NavWiz_mid.gif);
	color: black;
	min-width: 56px;
}

.WizardStageDiv #left,
.WizardLeftStageDiv
{
	width: 14px;
	height: 22px;
	background-image: url(/Newsway/Resources/Tabs/NavWiz_left_01.gif);
}

.WizardStageDiv #right,
.WizardRightStageDiv
{
	width: 14px;
	height: 22px;
	background-image: url(/Newsway/Resources/Tabs/NavWiz_right.gif);
}
/* End Of Wizard Design */
/* Joblets screen */

.JobletContainer
{
	padding:20px 0px 20px;clear:both;
}
.JobletTitle
{
	float:left;min-width:90px;max-width:90px;margin:0px 10px 0px;
}
.JobletMainContent
{
	float:left;min-width:460px;max-width:460px;margin:0px 10px 0px;
}
.JobletDescription
{
	min-width:270px;margin:0px 10px 0px;display:inline-block;
	
}
.JobletHR
{
	clear:both;
}

.FloatAgainstDirection
{
	float:right;
}

.FloatWithDirection
{
	float:left;
}

/* End Of Joblets Screen */

/* Logged-in credentials - User name and privilege */
.LoggedinCredentials
{
}

/* End of Logged-in credentials */

/* Super Tables v0.30 - MIT Style License --- Copyright (c) 2008 Matt Murphy, www.matts411.com --- Contributors: Joe Gallo */
.sBase{position:relative;width:100%;height:100%;overflow:hidden;}
.sHeader{position:absolute;z-index:3;}
.sHeaderInner{position:relative;}
.sHeaderInner table{border-spacing:0px 0px !important;border-collapse:collapse !important;width:1px !important;table-layout:fixed !important;}
.sFHeader{position:absolute;z-index:4;overflow:hidden;}
.sFHeader table{border-spacing:0px 0px !important;border-collapse:collapse !important;width:1px !important;table-layout:fixed !important;}
.sData{position:absolute;z-index:2;overflow:auto;}
.sData table{border-spacing:0px 0px !important;border-collapse:collapse !important;width:1px !important;table-layout:fixed !important;}
.sFData{position:absolute;z-index:1;}
.sFDataInner{position:relative;}
.sFData table{border-spacing:0px 0px !important;border-collapse:collapse !important;width:1px !important;table-layout:fixed !important;}
/* Super Tables - Skin Classes - Remove if not needed */
.sDefault{margin:0px;padding:0px;border:none;font-family:Verdana, Arial, sans serif;font-size:0.8em;}
.sDefault th, .sDefault td{border:1px solid #cccccc;padding:3px 6px 3px 4px;white-space:nowrap;}
.sDefault th{background-color:#e5e5e5;border-color:#c5c5c5;}
.sDefault-Fixed{background-color:#eeeeee;border-color:#c5c5c5;}
.sSky{margin:0px;padding:0px;border:none;font-family:Verdana, Arial, sans serif;font-size:0.8em;}
.sSky th, .sSky td{border:1px solid #9eb6ce;padding:3px 6px 3px 4px;white-space:nowrap;}
.sSky th{background-color:#CFDCEE;}
.sSky-Fixed{background-color:#e4ecf7;}
.sOrange{margin:0px;padding:0px;border:none;font-family:Verdana, Arial, sans serif;font-size:0.8em;}
.sOrange th, .sOrange td{border:1px solid #cebb9e;padding:3px 6px 3px 4px;white-space:nowrap;}
.sOrange th{background-color:#ECD8C7;}
.sOrange-Fixed{background-color:#f7ede4;}
.sDark{margin:0px;padding:0px;border:none;font-family:Verdana, Arial, sans serif;font-size:0.8em;color:#ffffff;}
.sDark th, .sDark td{border:1px solid #555555;padding:3px 6px 3px 4px;white-space:nowrap;}
.sDark th{background-color:#000000;}
.sDark-Fixed{background-color:#222222;}
.sDark-Main{background-color:#333333;}

.PagingRow table {width:auto !important;table-layout: auto !important;}
.PagingRow td {border: none 0px;}
