@CHARSET "windows-1255";

html,body {
	margin:0;
	padding:5px;
	height:100%; /* needed for container min-height */
	text-align: left;
	font-family: Arial;
	font-size:12px;
   	color: #000000;
}

select, input, textarea {
	font-family:Arial;
	font-size:12px;
}
A:link {text-decoration: none; color: #003471;}
A:visited {text-decoration: none; color: #003471;}
A:active {text-decoration: none; color: #003471;}
A:hover {text-decoration: underline; color: #003471;}

A.disableLink:link {text-decoration: none; color: #F00F14;}
A.disableLink:visited {text-decoration: none; color: #F00F14;}
A.disableLink:active {text-decoration: none; color: #F00F14;}
A.disableLink:hover {text-decoration: underline; color: #F00F14;}


A.enableLink:link {text-decoration: none; color: #64CA26;}
A.enableLink:visited {text-decoration: none; color: #64CA26;}
A.enableLink:active {text-decoration: none; color: #64CA26;}
A.enableLink:hover {text-decoration: underline; color: #64CA26;}

img {border: 0px;}

table#login {
	border: #999999 1px solid;
}

// input { -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50; }

#top {
	margin: 0;
    padding: 0px;
	background: #d8e7f4;
	border-top: #003471 3px solid;
}
#links {
	margin: 0;
	background: #003471;
	border-bottom: #003471 2px solid;
	vertical-align: center; 
	padding: 3px;
	color: #ffffff;
	height: 28px;
	font-size: 80%;
}
#main {
	margin: 0;
    padding: 0px;
	vertical-align: top;
}
#small_t {
	font-size: 12px;
}
div.help{
	position: relative;
	height: auto;
	width: 95%;
	border: #FBC010 2px solid;	
	background: #FBE8AD;
	margin-left: 0px;
	margin-right: 10px;
	padding: 5px;
	padding-left: 9px;
	font-size: 90%;
	line-height:30px;
}
tr#head_tr {
	background: #003471;
	color: #ffffff;
	font-size:12px;
}
.sub_menu {
	background: #d8e7f4;
	width: 100%;
}
td#side_link_grey {
	margin-top: 4px; 
	width: 100%;
	background: #999999;
	color: #ffffff;
	font-weight: bold;
}
td#side_link_blue {
	margin-top: 4px; 
	width: 100%;
	background: #003471;
	color: #ffffff;
}
a#side_link_a {
	color: #ffffff;
	font-size:14px;
}
tr#content_tr {
	background: #d8e7f4;
	color: #003471;
	font-size:12px;
}
tr#sum_tr {
	background: #999999;
	color: #ffffff;
}
tr#ad_content_tr {
	background: #dadada;
	color: #003471;
}
td#num_cell {
	text-align: right;
	padding: 5px 5px 5px 20px;
	font-size: 80%;
}
a#top_link {
	color: #ffffff;
	padding:5px;
	font-size:12px;
}
a#head_link {
	color: #ffffff;
}
div#chart_time {
	position: relative;
	right: 72px;
	top: 2px;
	text-align: right;
	padding: 3px;
}
div#title {
	text-align: left;
	padding: 3px;
}
#grey_title {
	color: #ffffff;
	font-weight: bold; 
}
#grey_title2 {
	color: #6f6f6f;
	font-weight: bold; 
}
p#info_title {
	font-size: 150%;
}
div#no_result {
	text-align: center;
	background: #d8e7f4;
	border: #003471 1px dashed;
}
div#chart_box{
	border: #003471 0px dashed;
}
div#welcome{
	text-align: right;
	width: 260px;
	position: relative;
	font-size:14px;
}
tr.banner_tr{
	background: #ffffff;
	color: #003471;
	font-size: 80%;
}
td.banner_td{
	border-bottom: #dadada 1px solid;
	font-size:12px;
	text-align:center;
}

.textPositive {
	font-family:Arial;
	color:#2EAD15;
}
.textNegative {
	font-family:Arial;
	color:#F81E1E;
}
.smallText {
	font-size:11px;
}

.flakkesTitle {
	font-family:Arial;
	font-size:22px;
	letter-spacing:-1px;
	color: #2A2A2A;
	font-weight:bold;
	padding-top:15px;
	width:90%;
	padding-left:5px;
	direction:ltr;
}

#flkCaption {
	float:left;
	width:110px;
	/*background-color: #80FF00;*/
}

#flkValue {
	float:left;
	/*background-color:navy;*/
}

#divHelp {
	padding-left:10px;
}

.flkButton {
	background-color:#003471;
	border:1px solid #3B3B3B;
	color:#FFFFFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;	
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.flkSubmitButton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
font-family: Arial;
background:url(../images/btnBG1.gif) repeat-x left top;
}
