.page_divider {
	background-image: url(/~/media/WidexShared/design/horizontal_dash.ashx);
	background-repeat:repeat-x;
    float:left;
    height:1px;
    margin-bottom:5px;
    margin-top:20px;
    width:100%;
}
.float_right {
	float: right;
	height: auto;
	width: auto;
}
.float_left {
	float: left;
}

.page_SolidDivider {
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #ebebeb;
	width: 980px;
	height: 1px;
	float: left;
	padding-top: 5px;
}

.logo {
	float: left;
	padding-left:18px;
}
.pointer {
	cursor: pointer;
}
.page_wide {
	background-image: url(/~/media/WidexShared/design/page_white_wide.ashx);
}
.page_narrow {
	background-image: url(/~/media/WidexShared/design/page_white_narrow.ashx);
	background-repeat: repeat-y;
}

.navigation_endline {
	background-image: url(/~/media/WidexShared/design/main_endline.ashx);
	height: 51px;
	width: 1px;
	float: left;
}
.home_tools_spacer {
	float: right;
	width: 5px;
}
.home_clearspace {
	float: left;
	height: 400px;
	width: 988px;
}

.home_pushfield_spacer {
	float: left;
	height: 205px;
	width: 5px;
}
.home_footer a {
	color: #676767;
}

.home_footer a:hover {
	color: #70b2d6;
}

.footer a{
	color: #ebebeb;
}
.footer a:hover{
	color: #70b2d6;
}
.toolbar_label {
	font-size: 12px;
	padding-top: 2px;
	padding-left: 24px;
	text-transform: uppercase;
	float: left;
}

.toolbar_inline_narrow {
	background-image: url(/~/media/WidexShared/design/toolbar_inline.ashx);
}
.toolbar_inline_wide {
	background-image: url(/~/media/WidexShared/design/toolbar_inline_wide.ashx);
}

.toolbar_top_narrow {
	background-image: url(/~/media/WidexShared/design/toolbar_top_narrow.ashx);
	background-repeat: no-repeat;
}
.toolbar_top_wide {
	background-image: url(/~/media/WidexShared/design/toolbar_top_wide.ashx);
	background-repeat: no-repeat;
}


.toolbar_right {
	padding-right: 10px;
}

.toolbar_tool {
	color: #999;
	background-repeat: no-repeat;
	width: auto;
	float: right;
	height: 30px;
	padding-top: 4px;
	margin-right: 17px;
}
.toolbar_TextSize {
	color: #999;
	background-repeat: no-repeat;
	width: auto;
	float: left;
	height: 30px;
	padding-top: 4px;
	margin-right: 17px;
	padding-left: 7px;
}

.toolbar_TextSize a {
	color: #909090;
}

.toolbar_tool a 
{
    color: #909090;
}

.toolbar_TextSize a:hover {
	color: #70b2d6;
}

.toolbar_tool a:hover {
	color: #70b2d6;
}
.toolbar_TextSize a:hover {
	color: #70b2d6;
}


.print {
	background-image: url(/~/media/WidexShared/design/icon_print.ashx);
	padding-left: 25px;
}
.send {
	background-image: url(/~/media/WidexShared/design/icon_send.ashx);
	padding-left: 33px;
}
.share {
	margin-top: -2px;
}


.PublicationPager {
    border: 0;
    background-color: #fff;
}

.popup_Header {
    background-color:#343434;
    background-image: url(/~/media/WidexShared/design/popup_gradient.ashx);
    background-repeat:repeat-x;
    color:#FFFFFF;
    float:left;
    font-size:13px;
    font-weight:bold;
    height:auto;
    padding-bottom:10px;
    padding-left:30px;
    padding-top:20px;
    text-transform:uppercase;
    width:100%;
}
.popup_Text {
	height: auto;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
	padding-bottom: 30px;
}