/* General Declerations */
body
{
	overflow-x: hidden;
	margin: 0;
}
p,textarea,div,td,ul,li,form,h1,h2,h3,h4,h5,h6
{
	margin: 0;
	padding: 0;
	font: normal 1em "Arial",Sans-Serif;
}
table
{
    border-collapse: collapse;
}
td
{
    vertical-align: top;
}
div.clearer
{
	float: none;
	clear: both;
	font-size: 0;
	line-height: 0;
}
.error
{
    color: #a02424;
}
ul
{
	list-style-type: none;
}
img
{
	border-width: 0;
}
.link
{
	cursor: pointer;
	margin: 0 4px;
	color: #114c74;
	text-decoration: none;
}
.linkHover
{
	cursor: pointer;
	margin: 0 4px;
	color: #215c84;
	text-decoration: underline;
}
.AlignCenter
{
    text-align: center;
}
.VerticalCenterd
{
    vertical-align: middle;
}
.button
{
    border: 1px solid #c9c9bf;
    background-color: #f8f7f5;
    color: #1b5084;
    width: 80px;
    margin: auto;
    cursor: pointer;
}
.button div
{
    border-top: 2px solid #fffff7;
    border-left: 2px solid #fffff7;
    border-bottom: 1px solid #e1e1d7;
    border-right: 1px solid #e1e1d7;
    padding: 0 16px;
    .padding-bottom: 1px;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}	
/* -------------------- */

#TopHeader
{
	background-color: #fff;
	height: 60px;
	direction: rtl;
}
#Logo
{
    float: right;
    width: 500px;
    margin-right: 30px;
}
#Logo img
{
    float: right;
}
#Logo .MakeHomepage
{
    color: #032590;
    float: right;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}
    
#Login
{
    float: left;
    margin-left: 40px;
    border: 2px solid #fafafa;
    margin-top: 6px;
    padding: 6px 0;
}
#Login table
{

}
#Login td
{
    color: #6c6c6c;
    font-size: 12px;
    line-height: 11px;
    font-weight: bold;
    padding: 0 4px;
}
#Login div.clear
{
    float: none;
    clear: both;
    font-size: 0;
}

#Site
{
	margin: 20px auto 0 auto;
	background-color: #f1f1e7;
}
	
#TopMenu
{
	padding: 5px 33px 0 0;
	height: 20px;
	background: #d8d8d6 url('../images/menu_bg.jpg') top right repeat-x;
	color: #44443c;
	font-size: 0.8em;
	direction: rtl;
	clear: both;
}

#TopMenu .link, #TopMenu .linkHover
{
	font-size: 12px;
}
#TopMenu .link span, #TopMenu .linkHover span
{
	position: relative;
	top: 0;
	/*right: 358px;*/
	right: 298px;
	display: none;
	width: 100px;
	padding: 2px 6px 2px 0;
	z-index: 1000;
	border: 1px solid #ddddd3;
	margin-top: -1px;
	background-color: #fff;
	text-decoration: none;
}
#TopMenu .linkHover span
{
	display: block;
}
#TopMenu .linkHover span.hover
{
	background-color: #eeeeee;
} 
#TopMenu a, #TopMenu a:visited
{
	cursor: pointer;
	margin: 0 4px;
	color: #114c74;
	text-decoration: none;
}
#TopMenu a:active, #TopMenu a:hover
{
	cursor: pointer;
	margin: 0 4px;
	color: #215c84;
	text-decoration: underline;
}
#TopMenu div
{
	float: left;
	margin-left: 2px;
}
#TopMenu div img
{
	cursor: pointer;
	margin-top: -2px;
	float: left;
}
#TopMenu .button
{
    margin-top: -2px;
    font-size: 1.2em;
}
#AddTools, #AddContent, #AddWidgets
{
    width: 6.4em;
    margin-left: 2px;
}
#TopMenu .button div
{
    margin: 0;
    float: none;
	padding: 0 0.8em;
}

#TopMenu #SearchContentInput
{
	float: left;
	height: 16px;
	width: 120px;
	border: 1px solid #c7c8c0;
	color: #a0a0a0;
	margin-top: -2px;
	padding-right: 2px;
}

#TopMenu .active
{
    border-bottom-width: 0;
}
#TopMenu .active div
{
    border-bottom-width: 0;
    border-bottom-width: 0;
    padding-bottom: 4px;
}
    
#Tabs
{
	padding-right: 20px;
	font-size: 0.8em;
	background-color: #fff;
	direction: rtl;
	border-top: 1px solid #fff;
	z-index: 900;
}
#Tabs li
{
	background-color: #ffffff;
	float: right;
	padding: 1px 15px 1px 17px;
	margin: 2px 1px 0 1px;
	border: 1px solid #ddddd3;
	border-bottom-width: 0;
	position: relative;
	z-index: 901;
}
#Tabs li#NewTab
{
    cursor: pointer;
    color: #002496;
	font-weight: bold;
	background: transparent url('../images/new_page.jpg') 90% 3px no-repeat;
	padding-right: 10px;
	border-width: 0;
}
#Tabs li input
{
    border-width: 0;
    color: #002496;
    font: bold 1em "Arial",Sans-Serif;
    padding: 0;
    height: 1.2em;
    line-height: 1em;
}
#Tabs li a
{
    color: #114c74;
    text-decoration: none;
}
#Tabs li em
{
    font-style: normal;
    font-weight: normal;
    padding-right: 4px;
    margin-right: 4px;
    color: #808080;
    font-size: 0.9em;
}
#Tabs li em b
{
    color: #fff;
}
#Tabs li.hover em b
{
    color: #eeeeee;
}
#Tabs li img
{
    position: absolute;
    cursor: pointer;
    visibility: hidden;
}
#Tabs li img.first
{
    top: 1px;
    left: 1px;
}
#Tabs li img.second
{
    top: 1px;
    right: 1px;
    z-index: 1;
}
#Tabs li.hover
{
	background-color: #eeeeee;
}
#TabsToolbar
{	
	width: 75px;
	display: none;
	position: absolute;
	left: 4px;
	margin-top: 3px;
}
#TabsToolbar li
{	
	float: none;
	padding: 0px;
	margin: 0px;
}
#AddToolsContent
{
    background-color: #f8f7f5;
    color: #787874;
    font-size: 0.8em;
    direction: rtl;
    display: none;
}
#AddToolsContent table.adding
{
    display: none;
    
}
#AddToolsContent table table
{
	display: block;
}
#AddToolsContent .right, #ToolsList
{
	padding: 2px 0;
	height: 146px;
}
#AddToolsContent .right span.link
{
	margin: 0;
}
#AddToolsContent .left
{
	width: 220px;
}
#AddToolsContent .header td
{
    border-bottom: 2px solid #e5e6e1;
    font-weight: bold;
    height: 14px;
}
#AddToolsContent .header td span
{
	cursor: pointer;
	color: #114c74;
}
#AddToolsContent .header td .not
{
	color: #c0c0c0;
}
#AddToolsTable .header img
{
	float: left;
	padding-left: 2px;
	padding-top: 3px;
}

#AddToolsContent .border
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    border-bottom: 2px solid #e5e6e1;
    height: 1.4em;
    text-align: left;
}
#AddToolsContent .border img
{
    padding: 4px 0 0 4px;
    cursor: pointer;
}
#AddToolsContent #Navigation
{
	clear: both;
	text-align: center;
    padding: 2px 10px;
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 0.9em;
}
	    
#AddCustomFeed
{
    padding-left: 10px;
}
#AddCustomFeed .cText
{
    border: 1px solid #c9c9bf;
    color: #a6a89d;
    width: 204px;
    margin-bottom: 2px;
}
#AddToolsContent h4
{
    font-size: 0.9em;
    font-weight: bold;
    color: #6c6c6c;
    padding-bottom: 0;
}
#AddToolsContent .left img
{
    float: left;
    margin-top: 3px;
    cursor: pointer;
}
#AddToolsContent a
{
    color: #114c74;
}
#AddCustomFeed
{
	padding-bottom: 14px;
}
#AddCustomFeed .AddCustomFeedInner
{
    float: none;
    margin-top: 4px;
    border: 1px dotted #a6a89d;
    background-color: #fff;
    padding: 10px 5px;
}
#AddCustomFeed .AddCustomFeedInner div.clear
{
    float: none;
    clear: both;
    font-size: 0;
}
#AddCustomFeed div
{
    float: left;
}
#AddCustomFeed div.button
{
    margin-top: 2px;
    width: 66px;
    font-size: 1.2em;
}
#AddCustomFeed div.button div
{
    float: none;
}
#ContentSearch
{
	border-bottom: 1px solid #e5e6e1;
	padding: 0 4px 2px 0;
}
#ContentSearch td
{
	vertical-align: middle;
}
#ContentSearch input
{
	border: 1px solid #c5c6c1;
	height: 16px;
	vertical-align: middle;
	color: #869FB7;
}
#ContentSearch .button
{
	margin-right: 4px;
	width: 50px;
	padding: 0;
}
#ContentSearch .button div
{
	padding: 0;
}

#SearchNavigation
{
	clear: both;
	float: none;
	text-align: center;
	direction: rtl;
	padding-top: 4px;
	font-size: 0.9em;
}
#SearchNavigation .link, #SearchNavigation strong
{
	margin: 0;
}

#AddToolsContent ul
{
    
}
#AddToolsContent ul li
{
    width: 175px;
    float: right;
    margin: 3px 4px 3px 13px;
    border-bottom: 1px solid #e5e6e1;
    padding-right: 8px;
}
#AddToolsContent ul li.clear
{
    float: none;
    clear: both;
    font-size: 0;
    border: 0;
}
#AddToolsContent ul li span
{
    font-size: 0.8em;
    line-height: 0.8em;
}
#AddToolsContent ul li sup
{
	color: #c00000;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
}
#AddToolsContent ul li.linkHover
{
    text-decoration: underline;
}
#AddToolsContent ul li img
{
    vertical-align: top;
    padding-left: 6px;
}

#AddToolsContent .NoCategories
{
    clear: both;
    padding: 4px 10px;
    border-bottom: 1px solid #e5e6e1;
}
#AddToolsContent .Clear
{
	clear: both;
	float: none;
	font-size: 10px;
}
#PublicTabs
{
	margin-right:30px;
	margin-top: 30px;
}
#PublicTabs ul
{
	margin-top: 30px;	
}
#PublicTabs ul li
{
    border-bottom: 0px solid #e5e6e1;
    width: 80px;    
}
#PublicTabs ul li img
{
	vertical-align: middle;
}
#MenuContentSeperator
{
	clear: both;
	float: none;
	font-size: 0px;
	line-height: 0px;
}
#MainContent
{
	clear: both;
	border-collapse: collapse;
	z-index: 800;
}
#RightColumn, #MiddleColumn, #LeftColumn
{
    padding: 2px 0 0 0;
    width: 33%;
    z-index: 801;
}
#RightColumn
{
	padding-right: 6px;
	padding-left: 3px;
}
#MiddleColumn
{
	padding-left: 3px;
	padding-right: 3px;
}
#LeftColumn
{
	padding-left: 6px;
	padding-right: 3px;
}

    
#RightColumn div, #MiddleColumn div, #LeftColumn div
{
    direction: rtl;
}
		
.BoxBanner_Shadow
{
    padding-right: 3px;
	padding-bottom: 3px;
	margin: 0 auto 10px auto;
	z-index: 800;
    position: relative;
}
.Box_Shadow
{
    padding-right: 3px;
	padding-bottom: 3px;
	margin: 0 auto 6px auto;
	z-index: 800;
	position: relative;
}
.BoxBanner
{
	padding: 2px 2px 0 2px;
	font-size: 0.9em;
	margin-top: -6px;
	margin-left: -6px;
	position: relative;
}
.Box
{
	padding: 2px;
	margin-top: -6px;
	margin-left: -6px;
	font-size: 0.9em;
	position: relative;
}
.Floater
{
	position: absolute;
	z-index: 900;
	margin: 0;
	width: 400px;
	direction: rtl;
}
.BoxBanner_Title
{
    margin-bottom: 2px;
	line-height: 1.8em;
	padding: 0 15px 0 0;
	color: #3c3c3a;
	height: 1.8em;
}
.Box_Title
{
	margin-bottom: 2px;
	line-height: 1.8em;
	cursor: move;
	background-position: right top;
	background-image: none;
	background-repeat: repeat;
}
.Box_Title em b
{
	opacity:.1;
	filter: alpha(opacity=1);
}
.BoxBanner .BoxBanner_Edit div.BannerPosition
{
    border: 1px solid #787874;
    background-color: #fffff7;
    margin: 4px 0 0 6px;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    padding: 0;
}
.BoxBanner .BoxBanner_Edit div.BannerPosition div
{
    background-color: #787874;
    position: absolute;
    top: 0;
    width: 8px;
    height: 8px;
    padding: 0;
}
.Box_Content, .BoxBanner_Content
{
	background: #f9f9ef;
	color: #787874;
	font-size: 0.9em;
	background-position: right top;
	background-image: none;
	background-repeat: repeat;
}

.CurrencyRates td img
{
    margin-left: 4px;
    margin-top: 2px;
    vertical-align: middle;
    border-top: 1px solid #fffff7;
    border-left: 1px solid #fffff7;
    border-bottom: 1px solid #e1e1d7;
    border-right: 1px solid #e1e1d7;
}

.FlixTagsExplain
{
    color: #787874;
    font-size: 0.75em;
    padding-right: 4px;
}
	        
	        
#InnerPage
{
    clear: both;
	background-color: #f1f1e7;
    padding: 6px 20px;
    direction: rtl;
    min-height: 400px;
}
.BoxBanner_Title #BannerEditImage
{
    cursor: pointer;
    position: absolute;
    top: 6px;
    left: 5px;
    z-index: 1000;
    visibility: hidden;
}
.Box_Title a, .BoxBanner_Title a
{
    position: absolute;
    height: 2em;
    top: 2px;
    right: 26px;
    z-index: 5;
    cursor: pointer;
    color: #3c3c3a;
    text-decoration: none;
}
.Box_Title a:hover
{
    text-decoration: underline;
}
.BoxBanner_Title a
{
    cursor: default;
}
.Box_Title em
{
    font-size: 0.7em;
    cursor: default;
    z-index: 7;
}
.Box_Title em b
{
	font-size: 10px;
	display: block;
	float: right;
	width: 0;
	height: 0;
}

.Box_Restore
{
    position: absolute;
    top: 6px;
    right: 5px;
    cursor: pointer;
    z-index: 10;
}
.Gradient
{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}
.Gradient img
{
    width: 100%;
    height: 24px;
}
.Box_Title_Icons
{
    position: absolute;
    top: 1px;
    left: 6px;
    z-index: 5;
}
.Box_Title_Icons img
{
    cursor: pointer;
    vertical-align: middle;
    z-index: 20;
}
.BoxBanner .BoxBanner_Edit
{
    padding: 8px 0;
    display: none;
}
.BoxBanner .BoxBanner_Edit div
{
    position: relative;
    float: right;
    padding: 0 10px;
    line-height: 24px;
}
.BoxBanner .BoxBanner_Edit div.clearer
{
    float: none;
    clear: both;
}
			
.Box .Box_Edit
{
    padding: 10px 0;
    min-height: 80px;
    display: none;
    background-color: #fff;
    border-bottom: 1px dotted #a6a89d;
}
.Box .Box_Edit table
{
    border-collapse: collapse;
    display: block;
    width: 100%;
}
.Box .Box_Edit td
{
    padding-top: 2px;
    padding-bottom: 2px;
}
.Box .Box_Edit td.label
{
    min-width: 100px;
    padding-left: 12px;
    padding-right: 2px;
    white-space: nowrap;
    cursor: default;
}
.Box .Box_Edit input
{
    border: 0;
    border-bottom: 1px solid #888;
    background: #fff;
    margin-right: 4px;
}
.Box .Box_Edit select
{
	vertical-align: middle;
}
.Box .Box_Edit .chkbox
{
	border: 0;
	margin: 0;
	vertical-align: middle;
}
.Box .Box_Edit .ButtonCell
{
    padding-top: 12px;
    text-align: center;
}
.Box .Box_Edit .ButtonCell td
{
    padding-right: 4px;
}
.Box .Box_Edit .ButtonCell td .button
{
    margin: 0;
}

.Box .Box_Edit .ButtonCell table
{
	width: 176px;
	margin: 0 auto;
}
.Box .Box_Edit .ButtonCell td
{
    width: 50%;
}
.Box .Box_Edit .EditBoxColor td
{
    padding-top: 6px;
}
.Box .Box_Edit .EditBoxColor p
{
	clear: both;
	float: none;
}
.Box .Box_Edit .EditBoxColor div
{
    border: 1px solid #bbb;
    float: right;
    font-size: 0;
    margin: 1px 2px;
    height: 15px;
    width: 15px;
    cursor: pointer;
}
.Box .Box_Edit .EditBoxColor .ResetColor
{
	padding-right: 5px;
	font-size: 0.8em;
	width: 24px;
	border-width: 0;
}
.Box .Box_Edit a
{
	color: #114c74;
    text-decoration: none;
}
.BoxBanner_Content
{
	text-align: center;
	padding-top: 3px;
	padding-bottom: 5px;
	overflow: hidden;
	z-index: 10;
}
.BoxBanner_Content iframe
{
    z-index: 10;
}
.ltr
{
    direction: ltr;
    text-align: left;
}
.Box_Content p
{
	line-height: 1.3em;
	padding: 0.4em 4px;
}
.Box_Content .button
{
    font-size: 1.1em;
}
.Box_Content .styled
{
    background-color: #fff;
    border-top: 1px dotted #a6a89d;
    border-bottom: 1px dotted #a6a89d;
}
.Box_Content .hr
{
	border-top: 1px dotted #a6a5a0;
	height: 1px;
	font-size: 0;
	line-height: 0;
	margin: 2px 0;
	padding: 0;
}
.Box_Content h4
{
	font-weight: bold;
	padding: 4px 0 10px 0;
}
.Box_Content a
{
	font-weight: bold;
    cursor: pointer;
	color: #6c6c6a;
	text-decoration: none;
}
.Box_Content a:visited
{
    color: #979485;
    font-weight: normal;
}
.Box_Content a:active, .Box_Content a:hover
{
    color: #979485;
}
.Box_Content textarea.notepadText
{
    border-width: 0;
    background-color: #ffffe0;
    font-weight: bold;
	color: #6c6c6a;
	
	width: 100%;
	height: 160px;
	overflow: auto;
}
.Box_Content .Unavaliable
{
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
}
ul.RssLinks
{

}
.RssLinks li
{
    border-bottom: 1px dotted #a6a5a0;
    padding: 0 14px 0 0;
    margin: 1px 0;
    /*background: transparent url('../images/bullet.gif') 99% 0.4em no-repeat;*/
}
.RssLinks li div
{
    clear: both;
    float: none;
    font-size: 0;
}
.RssLinks li p
{
	padding-top: 1px;
	padding-right: 0;
	clear: both;
	color: #a8a8a4;
	letter-spacing: 1px;
	line-height: 1em;
}
.RssLinks li p.closed
{
	display: none;
}
.RssLinks li p.opened
{
	display: block;
}

.RssLinks a
{
    font-style: normal;
    font-weight: bold;
    cursor: pointer;
    color: #707070;
    text-decoration: none;
}
.RssLinks a:visited
{
	color: #606060;
    font-weight: normal;
}
.RssLinks a:hover
{
    color: #808080;
}

.ltr .RssLinks
{
}
.ltr .RssLinks li
{
    padding: 0 0 0 14px;
    background: transparent url('../images/bullet.gif') 1% 0.4em no-repeat;
    direction: ltr;
}
.ltr .RssLinks li p
{
	direction: ltr;
	padding-left: 0;
}
				
.Box_Content .GetItSaleContent
{
    padding: 2px 0;
}
.Box_Content .GetItSaleContent img
{
    padding-left: 4px;
}
.Box_Content .GetItSaleContent a
{
    color: #707070;
}
.Box_Content .GetItSaleContent a:hover
{
    color: #808080;
    text-decoration: underline;
}
			
.TranslateForm, .SearchMaps, #ComparePrices, .YellowPages, .SearchMovies, .Email
{
    padding: 10px 0 4px 0;
}

.TranslateForm label, #ComparePrices label, .SearchMovies label, .Layla label
{
    float: right;
    width: 70px;
    padding-right: 4px;
}
.SearchMaps label, .YellowPages label, .Email label, #Gmail label, .Weather label
{
    float: right;
    width: 80px;
    padding-right: 4px;
}

.TranslateForm div, .SearchMaps div, #ComparePrices div, .YellowPages div, .SearchMovies div, .Email div, #Gmail div, .Weather div
{
    clear: both;
    padding: 4px 0;
}
.TranslateForm div.hr, .SearchMaps div.hr, #ComparePrices div.hr, .YellowPages div.hr, .SearchMovies div.hr, .Email div.hr, #Gmail div.hr, .Weather div.hr
{
    padding: 0;
}
.TranslateForm div.button, .TranslateForm div.button div, .SearchMaps div.button, .SearchMaps div.button div, #ComparePrices div.button, #ComparePrices div.button div, .YellowPages div.button, .YellowPages div.button div, .SearchMovies div.button, .SearchMovies div.button div, .Layla div.button, .Layla div.button div, .Email div.button, .Email div.button div, #Gmail div.button, #Gmail div.button div, .Weather div.button, .Weather div.button div
{
    padding: 0;
}

.SearchMaps div.button
{
    width: 100px;
}

.Layla .days
{
    margin-top: 6px;
    padding: 6px 4px;
    border-bottom-width: 0;
}
.Layla .days a
{
    text-decoration: underline;
    font-weight: normal;
}
.Layla .days a:visited
{
    font-weight: normal;
}
.Layla div
{
    padding-right: 4px;
}

.Gmail
{
    padding: 10px 2px 0 2px;
}
.Gmail form
{
	padding: 5px 0;
}
.Gmail h4
{
    padding: 2px 0;
    cursor: pointer;
    text-decoration: underline;
}

.WeatherResults
{
    padding: 0;
}
.WeatherResults h4
{
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.WeatherResults table
{
    display: block;
    width: 100%;
}
.WeatherResults table td
{
    text-align: center;
    width: 20%;
}
.WeatherResults .WeatherDay div
{
    direction: ltr;
    font-weight: bold;
}
.WeatherResults .WeatherClear
{
    clear: both;
    text-align: left;
}
	        
.CurrencyRates
{
    text-align: center;
}
.CurrencyRates table
{
    border-collapse: collapse;
    margin: 0 auto;
    display: block;
    width: 99%;
}
.CurrencyRates th
{
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    padding: 3px 8px;
    letter-spacing: 1px;
}
.CurrencyRates .styled td
{
    background-color: #fff;
    color: #1c4f7a;
    font-weight: bold;
}
.CurrencyRates td
{
    direction: ltr;
    text-align: center;
    padding: 3px 8px;
    border-top: 1px dotted #a6a89d;
    border-bottom: 1px dotted #a6a89d;
    white-space: nowrap;
}
.CurrencyRates td.name
{
    text-align: right;
    direction: rtl;
    padding-right: 4px;
    width: 80%;
}
.CurrencyRates td.neg, .CurrencyRates .odd td.neg
{
    color: #e00;
}
.CurrencyRates td.pos, .CurrencyRates .odd td.pos
{
    color: #0a0;
}
.CurrencyRates td.remove
{
    cursor: pointer;
}

.Indexes table
{
    border-collapse: collapse;
    margin: 0 auto;
    display: block;
    width: 99%;
}
.Indexes table td
{
    white-space: nowrap;
    direction: ltr;
    padding: 3px 4px;
    border-top: 1px dotted #a6a89d;
    border-bottom: 1px dotted #a6a89d;
    background-color: #fff;
    text-align: center;
}
.Indexes table td.name
{
    text-align: right;
    direction: rtl;
    width: 80%;
}
.Indexes table td.name div
{
    cursor: pointer;
}
.Indexes table td.name img
{
    display: none;
}
.Indexes table td.pos
{
    color: #0a0;
}
.Indexes table td.neg
{
    color: #e00;
}

.StockssRow .button
{
    width: 50px;
}
.StockssRow .button div
{
    padding: 0 4px;
}
.StocksMainTable
{
    border-collapse: collapse;
    margin: 0 auto;
    display: block;
    width: 99%;
}
.StocksMainTable th
{
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 1px;
}
.StocksMainTable th span
{
	font-size: 0.8em;
}
.StocksMainTable .styled td
{
    background-color: #fff;
    color: #1c4f7a;
}
.StocksMainTable td
{
    direction: ltr;
    text-align: center;
    padding: 3px 8px;
    border-top: 1px dotted #a6a89d;
    border-bottom: 1px dotted #a6a89d;
    white-space: nowrap;
}
.StocksMainTable td.name
{
    text-align: right;
    direction: rtl;
    padding-right: 4px;
    width: 80px;
}
.StocksMainTable td.pos
{
    color: #0a0;
}
.StocksMainTable td.neg
{
    color: #e00;
}
.StocksMainTable td.remove
{
    cursor: pointer;
}

#ComparePrices td
{
    vertical-align: middle;
}
#ComparePrices input
{
    height: 15px;
}
#ComparePrices .label
{
    text-align: left;
}

#zodiacSelect
{
    width: 80px;
}

#GetItDiv
{
    text-align: center;
    padding-bottom: 10px;
}
#GetItDiv h4
{
    height: 2em;
}
#GetItTable
{
    margin: 0 auto;
}
#GetItTable td
{
    vertical-align: middle;
    text-align: center;
    padding: 0 4px;
}
#GetItTable img
{
    cursor: pointer;
}
	        
.FlixThumbnails
{
    display: none;
    text-align: center;
    padding: 0 0;
    margin: 0 auto;
    width: 272px;
}
.FlixThumbnails h2
{
    text-align: center;
    padding: 2px 0 4px 0;
    letter-spacing: 2px;
}
.FlixThumbnails .flix
{
    float: right;
    margin: 4px;
    border: 1px dotted #a6a89d;
    background-color: #fff;
}
.FlixThumbnails .flix img
{
    padding: 8px 8px 4px 8px;
    cursor: pointer;
    width: 108px;
    height: 83px;
}
.FlixThumbnails .flix div
{
    font-size: 0.8em;
    padding: 0 2px;
}
.FlixThumbnails .flix div.tag
{
    border-bottom: 1px dotted #a6a89d;
    border-top-width: 0;
}
.FlixMovies
{
    display: none;
}
.FlixMovies h4
{
    margin: 0;
    padding: 2px 0;
    text-align: center;
}
.FlixMovies .BigFlix
{
    display: none;
}
.FlixMovies .BigFlix div
{
    margin: 4px 0;
    text-align: center;
}
.FlixMovies .BigFlix div.FlixDescription
{
    
}
.FlixMovies .BigFlix .FlixPlayer
{
	padding: 5px 0;
    text-align: center;
    border-top: 1px dotted #a6a89d;
    border-bottom: 1px dotted #a6a89d;
    background-color: #fff;
}
.FlixMovies .BigFlix .FlixPlayer object
{
	
}
.FlixMovies .BigFlix span
{
    text-decoration: underline;
}
.FlixMovies .BigFlix .views
{
    text-align: left;
}
.FlixMovies .BigFlix .links
{
    text-align: left;
}
.Box_Content .FlixMovies a
{
    color: #114c74;
    text-decoration: underline;
    font-weight: normal;
}
.Box_Content .FlixMovies a:hover
{
    text-decoration: none;
}

.TapuzMessages
{
	border-top: 1px solid #f9f9ef;
}
	.TapuzMessages form
	{
		padding: 4px 0;
	}
	.TapuzMessages img
	{
		padding: 0 4px;
		vertical-align: middle;
	}
	.TapuzMessages .new a
	{
		font-weight: bold;
	}
	.TapuzMessages .old a
	{
		font-weight: normal;
		color: #979485;
	}
	.TapuzMessagesWelcome
	{
		padding: 0 4px 6px 4px;
		text-align: center;
		font-size: 0.9em;
	}
	.LoginInformation
	{
		margin: 0 auto;
	}
	.LoginInformation td
	{
		padding: 2px 2px;
		font-weight: bold;
	}

.AlbumsNavigation
{
    margin: 20px 0;
    padding: 10px 0 8px 0;
    background-color: #fff;
    border-top: 1px dotted #a6a89d;
    border-bottom: 1px dotted #a6a89d;
    text-align: center;
}
.AlbumsNavigation img
{
    cursor: pointer;
    padding: 0 2px;
}

.WoWRealms td
{
	border: 1px solid #e4e4e0;
	vertical-align: middle;
	padding: 1px 4px;
}
.WoWRealms td.status
{
	padding: 0;
	text-align: center;
	width: 24px;
}
.WoWRealms td.Low
{
	color: #234303;
}
.WoWRealms td.Medium
{
	color: #4c33ff;
}
.WoWRealms td.High
{
	color: #660d02;
}

.UserImage
{
    display: none;
    text-align: center;
    background-color: #fff;
    border: 1px dotted #a6a89d;
    padding: 5px;
    margin: 2px auto;
}
.InnerPageSite
{
    width: 780px;
}
.InnerPageSite #TopMenu, .InnerPageSite #InnerPage, .InnerPageSite #Footer, .InnerPageSite #FooterImage
{
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}
#InnerPage h2
{
    font-size: 1.3em;
    font-weight: bold;
    padding: 4px 0;
    letter-spacing: 0.1em;
}
#InnerPage h3
{
    font-size: 1em;
    font-weight: bold;
    padding: 4px 0;
    letter-spacing: 0.1em;
    color: #df8800;
}
#InnerPage p
{
    margin: 0.6em 0;
    line-height: 1.3em;
}
#InnerPage p.bold
{
    font-weight: bold;
}
#InnerPage a
{
    color: #df8800;
    text-decoration: underline;
}
#InnerPage a:hover
{
    color: #ff9900;
    text-decoration: none;
}
#InnerPage img
{
    border: 1px solid #000000;
}
	    
#InnerPage #ContactUsForm
{
    margin-top: 20px;
}
#InnerPage #ContactUsForm div
{
    clear: both;
    margin: 4px 0;
}

#InnerPage #ContactUsForm div.margined
{
    margin-top: 16px;
}
#InnerPage #ContactUsForm label
{
    float: right;
    width: 100px;
    padding-right: 4px;
}

#InnerPage #ContactUsForm input
{
    border: 1px solid #000000;
}

#AddButtons li
{
	padding: 2px 0;
}
#AddButtons input
{
}
#AddButtons img
{
    border-width: 0;
}
#Message1, #Message2
{
    display: none;
}
#InnerPage #Message2
{
    font-size: 0.8em;
    margin-top: 20px;
}

.faq li
{
	font-size: 1.2em;
}
.faq ol
{
	margin-bottom: 10px;
}

.faq ol li
{
	font-size: 0.8em;
}

.faq h4
{
	margin: 25px 0 5px 0;
	font-size: 1.1em;
	letter-spacing: 2px;
}
.faq p
{
	font-size: 0.9em;
}

.whatisrss
{
}
.whatisrss span
{
	font-style: italic;
	text-decoration: underline;
	font-family: 'Courier New';
}
.whatisrss pre, .sendwidget pre
{
	padding: 2px;
	direction: ltr;
	background-color: #f4f4ec;
	border: 1px solid #e1e1d7;
	display: block;
	font-family: 'Courier New';
}
.sendwidget pre
{
	overflow: auto;
}
.whatisrss h4, .AddWidget h4
{
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 2px;
}

.SiteMap
{
    
}
.SiteMap h2
{
    color: #df8800;
}
.SiteMap h2 a
{
    color: #df8800;
}
.SiteMap h2 a:hover
{
    text-decoration: none;
}
.SiteMap ul
{
    list-style-type: disc;
    margin: 2px 10px 10px 10px;
}
.SiteMap ul li
{
    margin: 2px 20px 2px 0;
}
.SiteMap li a
{
    color: #195470;
    text-decoration: none;
}
.SiteMap li a:hover
{
    text-decoration: underline;
}

#SiteMapDescription
{
    width: 350px;
    padding: 0 2px 0 0;
    
    border-top: 2px solid #f1f1e7;
    border-left: 2px solid #f1f1e7;
    background-color: #e1e0cc;
    position: absolute;
    left: 10px;
}
#SiteMapDescription .SiteMapDescription_Box
{
    top: -2px;
    left: -2px;
    position: relative;
    
    margin-bottom: 2px;
    background-color: #fffff7;
    padding: 2px;
    
    width: 100%;
}
#SiteMapDescription p
{
    padding: 6px 4px;
    margin: 0;
}
#SiteMapDescription h3
{
    padding-right: 4px;
}
  #SiteMapDescription .SiteMapDescription_Title img
{
    border-width: 0;
}
#SiteMapDescription .SiteMapDescription_Content
{
    background: #f9f9ef;
    margin: 0;
    font-size: 0.8em;
}
#SiteMapDescription .SiteMapDescription_Content .ClickHere
{
    text-align: left;
    cursor: pointer;
    font-size: 1.2em;
    text-decoration: underline;
}
#Footer
{
	padding: 10px 0 0 0;
	color: #787874;
	text-align: center;
	font-size: 0.8em;
	direction: rtl;
}
#Footer div
{
	margin: 0 auto 6px auto;
}
#Footer a, #Footer a:visited
{
	color: #114c74;
	text-decoration: none;
}
#Footer a:active, #Footer a:hover
{
	color: #215c84;
	text-decoration: underline;
}

#Footer span
{
    color: #999;
    line-height: 2em;
}
#Footer span a, #Footer span a:visited
{
    color: #777;
    text-decoration: underline;
}
#Footer span a:active,#Footer span a:hover
{
    color: #777;
    text-decoration: none;
}

#Footer #Validated
{
	margin: 8px auto 0 auto;
}
#Footer #Validated img
{
	
}

.InnerWindow
{
	position: absolute;
	border: 2px solid #c9c9bf;
	background-color: #fffff7;
	padding: 4px;
	margin-bottom: 20px;
	font-size: 0.9em;
	display: none;
	z-index: 905;
	direction: rtl;
}
	
	
.InnerWindow .Content
{
	background-color: #f9f9ef;
	color: #787874;		
	padding-right: 5px;
}


#ChangeColor td.templates
{
    border-left: 1px solid #c9c9bf;
}

#ResultsTable td
{
    background: transparent url('../images/bullet.gif') 8px right no-repeat;
    padding: 3px 9px 3px 6px;
    cursor: pointer;
}


#LoadingMessage
{
    font-size: 3.9em;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 200px;
    direction: rtl;
    color: #787874;
}

/* Invalid Statements */
.whatisrss pre, .sendwidget pre
{
	overflow-x: scroll;
}
#userRegister #UserAgreement
{
	overflow-y: scroll;
}
#ResultsTable
{
    overflow-y: scroll;
}
.InnerWindow .Title
{
	margin-bottom: 2px;
	background: #e9e9df;
	line-height: 1.8em;
	padding-right: 10px;
	color: #3c3c3a;
	cursor: move;
	border-color: #e9e9df;
}
.InnerWindow .Title .Close
{
	display: block;
	float: left;
	padding: 6px 0 0 5px;
	margin-right: 20px;
	cursor: pointer;
}

/* [TOOL- Web Search] */
.SearchFormImages
{
    margin-bottom: 0;
    padding-top: 10px;
    z-index: 100;
}
.SearchFormImages img
{
    cursor: pointer;
    padding: 4px 6px;
    border: 1px dotted #a6a89d;
    border-right-width: 0;
    border-bottom: 0 solid #fff;
    z-index: 100;
    position: relative;
}
.SearchFormImages img.active
{
    background-color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}
.webSearchForm
{
    margin-top: -3px;
    margin-bottom: 20px;
    padding: 8px 0;
    text-align: center;
    z-index: 50;
}
.webSearchForm table
{
    margin: 0 auto;
}
.webSearchForm td
{
    vertical-align: middle;
    padding: 0 4px;
}
.webSearchForm input
{
   height: 15px;
}

/* [TOOL- User's Links] */
.UserLinks
{
	list-style-type: disc;
	padding: 4px 30px 10px 0;
}
.UserLinks li
{
	padding-right: 10px;
	line-height: 1.5em;
	clear: both;
}
.UserLinks li span
{
	cursor: pointer;
	font-size: 0.8em;
}
.UserLinks li a, .UserLinks li a:visited
{
	text-decoration: underline;
	font-weight: normal;
	color: #6c6c6a;
}
.UserLinks li a:hover
{
	text-decoration: none;
}
.AddLink
{
	margin: 0 auto;
}
.AddLink td
{
	padding: 2px 2px;
}

/* [TOOL- MultiBlog] */
.LinksList ul
{
	list-style-type: disc;
	margin-right: 10px;
}
.LinksList ul li
{
	padding: 2px;
}
.LinksList ul li span
{
	cursor: pointer;
	font-weight: bold;
	font-size: 0.85em;
}
.UserRsss ul li div
{
	display: block;
	font-size: 0.9em;
	letter-spacing: 1px;
}

/* [TOOL- External Widget] */
.ExternalWidgetContent
{
	width: 100%;
	border-width: 0;
	background: transparent;
	display: none;
}
.LoadWidget td
{
	
}
.LoadWidget .button
{
	width: 60px;
}
.WidgetAddress
{
	display: block;
	direction: ltr;
	text-align: left;
	width: 99%;
	border: 1px solid #a0a0a0;
	margin: 4px 0;
}

/* [TOOL- ToDo List] */
.ToDoList td
{
	vertical-align: middle;
	padding: 1px 2px;
	cursor: default;
}
.ToDoList .done, .ToDoList .done td
{
	text-decoration: line-through;
	color: #a0a0a0;
}
.ToDoList textarea
{
	width: 100%;
	height: 70px;
	border: 1px solid #000000;
}
.ToDoList textarea.NewTaskContent
{
	width: 70%;
}
.ToDoList td img
{
	padding: 0 2px;
	cursor: pointer;
}
.ToDoTask td
{
	color: #383834;
}
.NewTaskRow td
{
	border-top: 1px solid #c0c0c0;
	padding-top: 2px;
}
.NewTaskRow input
{
	width: 70%;
	background-color: #f9f9ef;
	border-width: 0;
	border-bottom: 1px solid #606060;
}
.NewTaskContentRow td, .ToDoList .TaskContent td
{
	display: none;
	cursor: text;
}
.TaskContentVisible td
{
	display: block;
}

.MallsForm
{
	direction: rtl;
	margin: 0 auto;
	padding: 4px 0;
}
.MallsForm table
{
	width: 228px;
	height: 98px;
	border-collapse: collapse;
	margin: 0 auto;
}
.MallsForm table td
{
	padding: 2px 0;
}
.MallsForm .text
{
	text-align: center;
}

#ChangeColor
{
    width: 320px;
    height: 280px;
    overflow: hidden;
}
#ChangeColor .Content
{
	direction: ltr;
}
#ChangeColor .Content div.button
{
    width: 100px;
}
#ChangeColor ul li
{
    cursor: pointer;
    width: 20px;
    height: 50px;
    border: 1px solid #000000;
    margin: 8px 0;
}


#SendToFriend
{
    width: 300px;
}
#SendToFriend ul li
{
    clear: both;
}
    #SendToFriend ul li input
    {
        vertical-align: middle;
    }
#SendToFriend .submit
{
    padding-bottom: 8px;
    padding-right: 20px;
    clear: both;
}
#SendToFriend .submit label
{
	float: right;
    width: 50px;
}
#SendToFriend .submit input
{
	vertical-align: middle;
	direction: ltr;
	float: right;
}
#SendToFriend .submit .button
{
	float: right;
	margin-right: 3px;
	width: 18px;
	height: 19px;
	font-size: 18px;
}
#SendToFriend .submit .button div
{
	padding: 1px 0 0 0;
}
#ResetTabSettings
{
    width: 300px;
}
#ResetTabSettings ul
{
    list-style-type: disc;
    margin: 5px 20px 5px 0;
}
#ResetTabSettings ul li
{
    margin: 2px 0;
}
#ResetTabSettings .AlignCenter
{
    text-align: center;
    margin-top: 10px;
}

#DeleteTabContent
{
	width: 240px;
}
#DeleteTabContent p
{
	padding: 10px 0;
	font-size: 1em;
	font-weight: bold;
}

#userRegister
{
    width: 350px;
}
#userRegister label
{
    display: block;
    text-align: center;
}
#userRegister .Content
{
    padding-top: 10px;
}
#userRegister p
{
    clear: both;
    margin: 0 0 10px 0;
    text-align: center;
}
#userRegister #UserAgreement
{
	height: 8em;
	font-size: 0.8em;
	border: 1px solid #6c6c6c;
}
#userRegister h5
{
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
}
#userRegister #UserAgreement p
{
	text-align: right;
	margin: 0;
	padding: 4px 2px;
}
#userRegister #UserAgreement ul
{
	list-style-type: disc;
	margin-right: 20px;
}
#userRegister #UserAgreement ul li
{
	padding: 4px 0;
}
#UserAgreementDiv
{
	text-align: right;
	font-size: 0.8em;
}
#UserAgreementDiv input
{
	vertical-align: middle;
}
#UserAgreementDiv a, #UserAgreementDiv a:visited
{
	color: #114c74;
	text-decoration: none;
}
#UserAgreementDiv a:hover
{
	color: #215c84;
	text-decoration: underline;
}


#userLogin
{
    width: 300px;
}
#userLogin label
{
    float: right;
    width: 120px;
}
#userLogin .Content
{
    padding-top: 10px;
}
#userLogin p
{
    clear: both;
    margin: 0 0 10px 0;
}
#userLogin a
{
    text-decoration: underline;
    font-size: 0.8em;
    color: #787874;
}
#userLogin a:hover
{
    text-decoration: none;
}
#userLogin .error span
{
    cursor: pointer;
    text-decoration: underline;
}
    
#LoadingWindow
{
    width: 250px;
    height: 150px;
}
#LoadingWindow .Content
{
    height: 121px;
    line-height: 120px;
    text-align: center;
}

#userLogout
{
    width: 200px;
}
#userLogout .Content p
{
    padding-bottom: 30px;
}

#userSettings
{
    width: 350px;
}
.UserSettingTab
{
    display: block;
}
#SettingsTabs
{
    margin: 0;
}
#SettingsTabs li
{
    float: right;
    border: 1px solid #ddddd3;
    background-color: #eeeeee;
    color: #002496;
    font-weight: bold;
    padding: 2px 6px;
    margin: 0 2px;
    cursor: pointer;
}
#userSettings .hr
{
    clear: both;
    margin: 0 0 4px 0;
    border-top: 1px solid #ddddd3;
    font-size: 0;
    height: 0;
    line-height: 0;
}
#userSettings h3
{
    font-size: 1.1em;
    font-weight: bold;
    color: #787874;
    padding-top: 2px;
    padding-bottom: 4px;
}
.UserSettingTab
{
    clear: both;
    border-top: 1px dotted #a6a5a0;
    border-bottom: 1px dotted #a6a5a0;
    padding: 4px 0;
    margin: 10px 0 0 0;
    background-color: #fff;
}
.UserSettingTab input
{
    vertical-align: middle;
}

#UserSettingsButton
{
    clear: both;
    margin-top: 6px;
    width: 120px;
}

#OPMLImport
{
    width: 250px;
}
#OPMLImport .Content
{
	padding: 8px;
}
#OPMLImport .button
{
    margin-top: 4px;
    width: 50px;
    float: left;
}

#TapuzForumsWrapper
{
    width: 450px;
}
#TapuzCommunasWrapper
{
    width: 500px;
}
#TapuzForumsErrorMessage, #TapuzCommunasErrorMessage
{
    font-size: 0.8em;
    letter-spacing: 2px;
    color: #c00;
}
#TapuzForumsWrapper span, #TapuzCommunasWrapper span
{
    padding: 0 2px;
    cursor: pointer;
}
#ResultsTable
{
    max-height: 300px;
}
.emptyPlaceMarker
{
	border: 1px dashed #a6a6a6;
	background-color: transparent;
	z-index: 2;
	position: relative;
	margin: 0 auto;
}

#NewTabExplanation
{
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    width: 200px;
    border: 1px solid #a6a6a6;
    padding: 4px;
    direction: rtl;
    font-size: 0.8em;
}

#ToolTip
{
    width: 300px;
    position: absolute;
    z-index: 1000;
    border: 1px solid #c9c9bf;
    background-color: #fff;
    font-size: 0.8em;
    direction: rtl;
}
#ToolTip .ToolTipBorder
{
    border: 2px solid #f1f1e7;
    border-right-color: #e1e1d7;
    border-bottom-color: #e1e1d7;
    padding: 5px;
}
#ToolTip .ToolTipBorder strong, #ToolTip .ToolTipBorder b
{
    font-weight: bold;
}

#VideoAssist
{
	position: absolute;
	top: 0;
	left: 40px;
	z-index: 999;
	border: 1px solid #CECFC9;
	border-top-width: 0;
	background-color: #F7F8F2;
	
	direction: rtl;
	font-size: 0.8em;
	width: 205px;
	visibility: hidden;
	margin-top: -225px;
}
#VideoAssist ul
{
	border-bottom: 1px solid #CECFC9;
}
#VideoAssist li
{
	padding: 2px 15px 2px 4px;
	background: transparent url('../images/bullet.gif') 98% 8px no-repeat;
}
#VideoAssist li a
{
	color: #114c74;
	font-weight: normal;
}
#VideoAssist li a:hover
{
	font-weight: normal;
	text-decoration: underline;
}

#VideoAssist div
{
	border: 3px solid #fff;
	margin-top: -2px;
	cursor: pointer;
	padding: 0;
}
#VideoAssist img
{
	cursor: pointer;
}
#VideoAssistFlash
{
	display: none;
	position: absolute;
	top: -1px;
	z-index: 1000;
	width: 250px;
	height: 400px;
}
.CloseVideoAssistImage
{
	position: absolute;
	top: 4px;
	left: 6px;
	cursor: pointer;
}
.videoassistdiv
{
	text-align: center;
}
.videoassistdiv object
{
	margin: 0 auto;
    width: 290px;
    height: 250px;
    z-index: 500;
}
.videoassistdiv .videoassistlayer
{
    margin: -250px auto 0 auto;
    width: 290px;
    height: 205px;
    background-color: #fff;
    z-index: 501;
    cursor: pointer;
    filter: alpha(opacity=1);
    opacity: 0.1;
}
/********************* ChangeBoxDesign **********************************/
#ChangeBoxDesign
{
	top: 200px;
	width: 680px;
	/*height: 471px;*/
	right: 200px;
}
#ChangeBoxDesign td
{
	vertical-align: top;
	/*padding: 0 16px;*/
}
#ChangeBoxDesign ul
{
	
}
#ChangeBoxDesign ul li
{
	
}
#ChangeBoxDesign ul li h5
{
	font-weight: bold;
	font-size: 1em;
	padding: 6px 0 2px 0;
}
#ChangeBoxDesign ul li table
{
	font-weight: normal;
}
#ChangeBoxDesign ul li table td
{
	padding: 1px 2px;	
}
#ChangeBoxDesign .txt
{
	border: 0;
	border-bottom: 1px solid #E1E0CC;	
	background-color: transparent;
	cursor: text;
	direction: ltr;
	color: #707070;
}
#ChangeBoxDesign ul li table table
{
	margin-right: 0;
}
#ChangeBoxDesign .button
{	
	padding-right: 0;
	padding-left: 0;
}
#ChangeBoxDesign .button div
{
	padding-left: 0;
	padding-right: 0;		
}
#ChangeBoxDesign .Buttons td
{
	padding-top: 10px;
	padding-bottom: 10px;
}
/*******/
#ChangeBoxDesign .HalfWin
{
	border: 0;
	width: 340px;	
	text-align:right;
	padding: 0px;
}	
#ChangeDesignIframe
{
	border: 0px solid #E1E0CC;
	width: 302px;
	height: 142px;
	overflow: hidden;
	margin-top: 10px;	
}
#ChangeDesignTable
{
	width: 302px;		
}
#NewDesignPresets
{
	width: 165.5px;
}
#DesignPresetsUpd
{
	width: 170px;
}
#DesignPresets
{
	width: 170px;
}
#SkinsBoxDesign ul li table
{
	width: 320px;
}


