/* 

	project: internet services - 2nd edition
	author: luka cvrk (www.solucija.com) */


/* default styles
   -------------- */


body, td, th
{
	font: 10px tahoma;
}
*
{
	margin: 0;
	padding: 0;
}
* body
{
	font: 10px tahoma;
	line-height: 1.6em;
	background: #fff;
	color: #444;
	background-image: url(../img/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}

a
{
	color: #E0691A;
	background: inherit;
}
a:hover
{
	color: #F7901D;
	background: inherit;
}

h1
{
	font: normal 2.4em tahoma;
	padding: 7px 0 0 8px;
	margin: 0;
}
h1 a
{
	color: #737373;
	background: inherit;
}
.orange
{
	color: #E0692A;
}
sup
{
	font-size: .5em;
}

h1 a, h2 a
{
	text-decoration: none;
}
h1 a:hover, h2 a:hover
{
	color: #FF6600;
	background: inherit;
}
h2
{
	font-size: 1.5em;
	margin-bottom: 5px;
	color: #000;
	background: inherit;
}
p
{
	margin: 0 0 5px 0;
}



/* layout
   ------ */

.content
{
	margin: 0 auto;
	width: 780;
	padding: 0px;
}
.SecContent
{
	margin: 0 auto;
	width: 980px;
}
.header
{
	height: 70px;
	background: #fff url(../img/headerbg.gif) repeat-x bottom;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
}

.top_info
{
	float: right;
	width: 555px;
	padding: 5px 0 4px 0;
	color: #808080;
}

.top_info_left
{
	width: 200px;
	float: left;
}

.top_info_right
{
	float: right;
	width: 290px;
	padding: 0 0 0 35px;
	border-left: 1px solid #eee;
}

.browse_category
{
	width: 390px;
	color: #FFF;
	background: inherit;
}

.bar
{
	clear: both;
	font-size: 1.1em;
	color: #FFF; /*background: #FF9148 url(../img/menubg.gif) repeat-x;*/
	background-color: #006A71;
}

.bar li
{
	padding: 6px 12px 0px 12px;
	color: #F5883F;
	float: left;
	background-color: #006A71;
}

.bar li.active
{
	background: #E0691A url(../img/bar.gif) repeat-x;
	color: #fff;
	font-weight: bold;
}

.bar li a
{
	font-weight: bold;
	color: #FFF;
	background: inherit;
	text-decoration: none;
}

/* search form */
.search_field
{
	background: #fff url(../img/searchbg.gif) no-repeat right;
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 12px 10px 10px;
	margin: 5px 0;
}
input.search
{
	width: 292px;
	border: 0;
	background: #FFF url(../img/input.gif) no-repeat;
	padding: 4px;
	color: #E0691A;
	font-weight: bold;
	margin: 0 0 0 3px;
}
input.submit
{
	background: #E0691A url(../img/submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 10px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}
.grey
{
	color: #808080;
	background: inherit;
	font-weight: normal;
}
.search_form
{
	float: right;
}

li
{
	list-style-type: none;
}
/* right side
   ---------- */
.right
{
	float: right;
	width: 340px;
	margin: 0 0 10px 0;
}
.right h3
{
	background: #F2863D url(img/h3bg.gif) no-repeat center right;
	color: #FFF;
	padding: 8px 0 8px 5px;
	font: tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}
.right_articles
{
	background: url(../images/boxitSBg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	color: #000;
	padding: 8px;
	margin: 3px;
	text-align: justify;
	font-family: tahoma;
	font-size: 12px;
}
.right_articles1
{
	background: #FFFFFF;
	color: #414141;
	padding: 8px;
	margin: 3px;
	text-align: justify;
	font-family: tahoma;
}
.notice
{
	background: #eee;
	color: #808080;
	padding: 12px 8px;
	margin: 0 0 3px 0;
}
.image
{
	float: right;
	margin: 0 3px 3px 9px;
}
/*############################################################*/
/* footer
   ------ */
.footer
{
	clear: both;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	line-height: 2em;
}
.footer a
{
	color: #808080;
	background: #fff;
}
/* footer
   ------ */
/*############################################################*/
/* News
   ------ */
.Abstract
{
	font-size: 12px;
	padding-right: 2px;
	color: #313134;
	font-family: tahoma;
	text-align: justify;
}
.Thanks
{
	font-size: 12px;
	padding-right: 2px;
	color: #000;
	font-weight: bold;
	font-family: tahoma;
}
.moreText
{
	font-size: 12px;
	padding: 2px;
	color: #000;
	font-weight: bold;
	font-family: tahoma;
	text-align: justify;
}
.HeadText
{
	font-size: 12px;
	padding: 2px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: tahoma;
	text-align: left;
}
.HeadText a
{
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
	color: #FFFFFF;
}
.HeadText a:visited
{
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
	color: #FFFFFF;
}
.HeadText a:hover
{
	font-size: 12px;
	color: #FFFFFF;
}
.SecName
{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: tahoma;
}
.pager
{
	font-size: 16px;
	color: #E0692A;
	font-weight: bold;
	padding: 40px;
	font-family: tahoma;
	text-decoration: none;
	direction: ltr;
}
.title
{
	font-size: 12px;
	color: #006A71;
	padding: 0px 0px 0px 0px;
	font-family: tahoma;
	text-decoration: none;
}
.title a
{
	font-size: 12px;
	font-family: tahoma;
	color: #006A71;
	text-decoration: none;
}
.title a:visited
{
	font-size: 12px;
	font-family: tahoma;
	color: #006A71;
	text-decoration: none;
}
.title a:hover
{
	font-size: 12px;
	color: #006A71;
	text-decoration: none;
}
.Secmore
{
	text-align: left;
	background-color: #F5F5F5;
	width: 100%;
	padding: 0px 0 0px 0px;
}
.more
{
	font-size: 12px;
	color: #3D8E92;
	padding: 0px 0px 0px 0px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
}
.more a
{
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma , Times, serif;
	color: #3D8E92;
}
.more a:visited
{
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
	color: #3D8E92;
}
.more a:hover
{
	font-size: 11px;
	color: #3D8E92;
}

/* News
   ------ */

/*############################################################*/
/* News_2nd
   ------ */
.SecName_2nd
{
	font-size: 12px;
	color: #444444;
	font-weight: bold;
	font-family: tahoma;
}


/* News_2nd
   ------ */

.titleNewsStyle
{
	background: #f5f5f5;
	color: #000;
	padding: 3px;
	text-align: justify;
	font-family: tahoma;
	font-size: 12px;
}
.createdate
{
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
	color: #E0692A;
}
.resultdate
{
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
	color: #000;
}
.feed
{
	height: 70px;
	background: #fff url(../img/BoxBG.gif) repeat-x bottom;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
	width: 100%;
}

/* Trick News*/

.falcom_en
{
	background: url(../img/falcom_logo_bg.gif) no-repeat;
	background-position: center center;
	width: 78px;
	cursor: hand;
}


.falcom_ar
{
	background: url(../img/Tech_logo_bg_ar.gif) no-repeat;
	background-position: center center;
	width: 78px;
	cursor: hand;
}


.self
{
	width: 10px;
}

.TickerButton
{
	display: inline-block;
	float: left;
	width: 90px;
	direction: ltr;
}

.negative
{
	background: url(../img/down_grey.gif) no-repeat;
	width: 20px;
	background-position: center center;
	vertical-align: sub;
}

.positive
{
	background: url(../img/up_grey.gif) no-repeat;
	width: 20px;
	background-position: center center;
	vertical-align: sub;
}

.neutral
{
	background: url(../img/non_grey.gif) no-repeat;
	width: 20px;
	background-position: center center;
	vertical-align: sub;
}

.tickerSymbol
{
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
	padding-left: 8px;
	padding-right: 8px;
}
.tickerValue
{
	font-size: 10px;
	white-space: nowrap;
	vertical-align: sub;
	display: inline-block;
	overflow: hidden;
	direction: ltr;
}
.ticker1
{
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
	color: #E0692A;
	font-weight: bold;
}
.HmenuSep
{
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #EFF0F5;
}
.IndexSymbol
{
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
	padding-left: 2px;
	padding-right: 2px;
}
.IndexValue
{
	font-size: 10px;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	direction: ltr;
}
.Index
{
	display: inline-block;
}

.IndexNegative
{
	background: url(../img/down_index_grey.gif) no-repeat;
	width: 20px;
	background-position: center center;
}

.IndexPositive
{
	background: url(../img/up_index_grey.gif) no-repeat;
	width: 20px;
	background-position: center center;
}

.IndexNeutral
{
	background: url(../img/non_index_grey.gif) no-repeat;
	width: 20px;
	background-position: center center;
}


.TickerTable
{
	background: url(../img/bg_grey.gif) repeat-x;
	border-color: #8c8c8c;
}

.TickerMain
{
	height: 34px;
}

.TickerIndex
{
	width: 150px;
	height: 34px;
	background: url(../img/index_bg_grey.gif) repeat-x;
	text-align: center;
	vertical-align: middle;
}


.NewsTicker
{
	font-size: 12px;
	color: #E0692A;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	font-family: tahoma;
	text-decoration: none;
}
.NewsTicker a
{
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
	color: #E0692A;
}
.NewsTicker a:visited
{
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
	color: #E0692A;
}
.NewsTicker a:hover
{
	font-size: 14px;
	color: #E0692A; /* Trick News*/
}

.menutab
{
	width: 190px;
	height: 26px;
	background-image: url(../img/menubg1.gif);
}
.menutab a
{
	font-size: 12px;
	color: #ffffff;
	font-family: Tahoma;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	width: 190px;
	height: 26px;
	text-decoration: none;
	background-image: url(../img/menubg1.gif);
}
.menutab a:Link
{
	font-size: 12px;
	color: #ffffff;
	font-family: Tahoma;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	width: 190px;
	height: 26px;
	text-decoration: none;
	background-image: url(../img/menubg1.gif);
}
.menutab a:visited
{
	font-size: 12px;
	color: #ffffff;
	font-family: Tahoma;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	width: 190px;
	height: 26px;
	text-decoration: none;
	background-image: url(../img/menubg1.gif);
}
.menutab a:hover
{
	font-size: 12px;
	color: #FFA41D;
	font-family: Tahoma;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	width: 190px;
	height: 26px;
	text-decoration: none;
	background-image: url(../img/menubg1.gif);
}
/* Menu tab*/


/* Sub Menu tab*/
.Submenutab
{
	width: 190px;
	height: 26px;
	background-image: url(../img/menubg1.gif);
}

.Submenutab a
{
	font-size: 12px;
	color: #ffffff;
	font-family: tahoma;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	width: 190px;
	height: 26px;
	text-decoration: none;
	background-image: url(../img/menubg1.gif);
}
.Submenutab a:Link
{
	font-size: 12px;
	color: #ffffff;
	font-family: tahoma;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	width: 190px;
	height: 26px;
	text-decoration: none;
	background-image: url(../img/menubg1.gif);
}
.Submenutab a:visited
{
	font-size: 12px;
	color: #ffffff;
	font-family: tahoma;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	width: 190px;
	height: 26px;
	text-decoration: none;
	background-image: url(../img/menubg1.gif);
}
.Submenutab a:hover
{
	font-size: 12px;
	color: #FFA41D;
	font-family: tahoma;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	width: 190px;
	height: 26px;
	text-decoration: none;
	background-image: url(../img/menubg1.gif);
}
/* Menu tab*/
/*
.menutab
{
	font-size: 16px;
	color: #FFFFFF;
	font-family: tahoma;
	font-weight: bold;
	padding-right: 2px;
	width: 190;
	height: 26px;
	text-decoration: none;
	background-image: url(../img/menubg1.gif);
}
.menutab a
{
	font-size: 16px;
	color: #FFFFFF;
	font-family: tahoma;
	font-weight: bold;
	padding-right: 2px;
	width: 190;
	height: 26px;
	text-decoration: none;
	background-image: url(../img/menubg1.gif);
}
.menutab a:Link
{
	font-size: 16px;
	color: #FFFFFF;
	font-family: tahoma;
	font-weight: bold;
	padding-right: 2px;
	width: 190;
	height: 26px;
	text-decoration: none;
	background-image: url(../img/menubg1.gif);
}
.menutab a:visited
{
	font-size: 16px;
	color: #FFFFFF;
	font-family: tahoma;
	font-weight: bold;
	padding-right: 2px;
	width: 190;
	height: 26px;
	text-decoration: none;
	background-image: url(../img/menubg1.gif);
}
.menutab a:hover
{
	font-size: 16px;
	color: #FFFFFF;
	font-family: tahoma;
	font-weight: bold;
	padding-right: 2px;
	width: 190;
	height: 26px;
	text-decoration: none;
	background-image: url(../img/menubg1.gif);
}
*/
/* Menu tab*/


/* Sub Menu tab*/
/*
.Submenutab
{
	font-size: 16px;
	color: #FFFFFF;
	font-family: tahoma;
	font-weight: bold;
	padding: 2px;
	width: 190;
	height: 26px;
	text-decoration: none;
	background-image: url(../img/menubg1.gif);
}

.Submenutab a
{
	font-size: 16px;
	color: #FFFFFF;
	font-family: tahoma;
	font-weight: bold;
	padding: 2px;
	width: 190;
	height: 26px;
	text-decoration: none;
	background-image: url(../img/menubg1.gif);
}
.Submenutab a:Link
{
	font-size: 16px;
	color: #FFFFFF;
	font-family: tahoma;
	font-weight: bold;
	padding: 2px;
	width: 190;
	height: 26px;
	text-decoration: none;
	background-image: url(../img/menubg1.gif);
}
.Submenutab a:visited
{
	font-size: 16px;
	color: #FFFFFF;
	font-family: tahoma;
	font-weight: bold;
	padding: 2px;
	width: 190;
	height: 26px;
	text-decoration: none;
	background-image: url(../img/menubg1.gif);
}
.Submenutab a:hover
{
	font-size: 16px;
	color: #FFFFFF;
	font-family: tahoma;
	font-weight: bold;
	padding: 2px;
	width: 190;
	height: 26px;
	text-decoration: none;
	background-image: url(../img/menubg1.gif);
}
*/
/* Sub Menu tab*/
/* Hmenu title*/
.Htitle
{
	font-size: 10px;
	color: #ff00ff;
	padding: 0px 0px 0px 0px;
	font-family: tahoma;
	text-decoration: none;
}
.Htitle a
{
	font-size: 10px;
	font-family: tahoma;
	color: #ff00ff;
	text-decoration: none;
}
.Htitle a:visited
{
	font-size: 10px;
	font-family: tahoma;
	color: #ff00ff;
	text-decoration: none;
}
.Htitle a:hover
{
	font-size: 10px;
	color: #ff00ff;
	text-decoration: none;
}
