html,body {
	BACKGROUND-COLOR: #333333;
	margin:0;
}
html,body,table{
	FONT-SIZE: 11px; FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}
#container {
	margin: 0 auto;
	width:900px;
	background-color:#FFFFFF;
}
#header{
	height:51px;
	background-color:#FFFFFF;
}
.logo{
	display:block;
	float:right;
	width:104px;
	height:45px;
}
.tagline{
	display:block;
	float:right;
	font-size:18px;
	font-weight:normal;
	font-family: Gisha, Tahoma, Arial;
	margin-right:26px;
	margin-top:15px;
	width:450px;
	height:30px;
	color:#000000;
}
.headerlogin{
	font-family:arial;
	color:#111111;
	font-size:12px;
	float:left;
	width:200px;
	height:30px;
	text-align:left;
	margin:4px 0 0 14px;
}
.headerlogin a{
	text-decoration:underline;
	color:#111111;
	font-family: arial;
}
#menu{
	height:54px;
}
.menucategories, .menucategories li{
	padding:0;margin:0;
	list-style:none;
}.menucategories{margin:0 6px 1px 0}
.menucategories li{
	height:29px;
	padding-left:1px;
	background-image: url('/images/UW-menu_split.gif');
	float:right;
	width:auto;
}
li.menu_side{padding-left:0;}
.menucategories li a img{
	margin-right:2px;
	width:7px;
	height:3px;
	border-width:0;
	vertical-align:middle;
}
.menucategories li a{
	background-image: url('/images/menu_bg.gif');
	color:#FFFFFF;
	font-size:13px !important;
	font-family:tahoma !important;
	display:block;
	height:24px;
	text-decoration:none;
	padding: 5px 6px 0 7px;
}
.menucategories li.selected a, .menucategories li.selected2 a, .menucategories li a:hover{
	background-image: url('/images/menu_bg_selected.gif');
}
.menucategories li.first a{
	padding-right:17px;
}.menucategories li.last{padding-left:0;}
.menucategories li.last a{
	padding-left:10px;
}
.menucategories li a:hover span{
	text-decoration:underline;
	color:#FFFFFF;
}
.menucategories li ul{
	display:none;
	position:absolute;
	top:81px;
	border:3px solid #003366;
	background-color:#FFFFFF;
	-moz-box-shadow: 0 3px 4px #000;
	-webkit-box-shadow: 0 3px 4px #000;
	box-shadow: 0 3px 4px #000;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135, Strength=4);
	*/padding:0;
	margin:0;
}
.menucategories li ul li{
	height:auto !important;
	background:transparent !important;
	float:none;
}
.menucategories li ul li div{
	float:right;
	padding:0 10px;
	border-left:1px solid #c0c0c0;
}
.menucategories li ul li div.last{
	border-left-width:0 !important;
}
.menucategories li ul li div a, .menucategories li ul li strong a{
	white-space:nowrap;
	background:transparent !important;
	font-size:11px !important;
	font-weight:bold;
	color:#0059B0 !important;
	padding-right:5px !important;
	padding-top:3px !important;
	padding-bottom:4px !important;
	height:auto !important;
	float:none;
}
.menucategories li ul li strong a { display:inline; padding:0 !important; }
.menucategories li ul li div a:hover, .menucategories li ul li strong a:hover{
	text-decoration:underline;
}
#searchfrm{
	text-align:left;
	float:left;
	width:250px;
	height:29px;
	padding:0;
	margin:0;
}
#searchfrm .srchbtn{
	width:63px;
	height:29px;
	float:left;
	margin-left:5px;
}
#searchfrm .srchquery{
	float:left;
	border-width:0;
	width:147px;
	height:16px;
	padding:6px 28px 6px 0;
	font-family:arial;
	font-size:12px;
	background-image:url('/images/header_search_text.gif');
	background-repeat:no-repeat;
	outline: none;
}
#breadAndMilk{
	background-color:#CCCCCC;
	margin:1px 6px 0 6px;
	height:25px;
}
.bread a.icon{
	display:block;
	width:27px;
	float:right;
}
.bread div{
	width:556px;
	float:right;
	margin-top:4px;
}
.bread a img{border-width:0;margin:2px 4px;}
.bread, .bread div a{
	font-family:tahoma !important;
	font-size:11px !important;
}
.bread a{
	color:#1E2066 !important;
}
.milk{
	float:left;
	padding:5px 0 0 11px;
	width:290px;
	text-align:left;
}
.milk, .milk a{
	font-weight:bold !important;
	font-family:tahoma !important;
	color:#444444 !important;
	font-size:12px !important;
	text-decoration: none !important;
}
.milk a{display:inline-block;}
.milk a:hover{text-decoration:underline !important}
.milk a.selected{
	padding:4px 2px;
	margin-top:-4px;
	background-color:#666;
	color:#DDD !important;
}
.milk .updatesLink{
	padding-right: 20px !important;
	background-image:url('/images/menu_rss.gif');
	background-repeat:no-repeat;
	background-position:right;
}
#content{
	padding:13px;
	background-color:#FFFFFF;
}
#footer{
	clear:both;
	background-color:#42688E;
	width:100%;
	padding:6px 0 6px 0;
	vertical-align:middle;
	text-align:center;
	font-size:11px;
}
#footer .row{
	width:670px;
	margin:0 auto;
}
.footerspace{
	height:14px;
}
A {
	COLOR: blue;
}
A:active {
	COLOR: #ff9900; TEXT-DECORATION: underline
}
A:hover {
	COLOR: red; TEXT-DECORATION: underline
}

A.DocumentLink {
	FONT-SIZE: 13px; TEXT-DECORATION: none
}

A.DocumentLink img{
	border-width:0;
	vertical-align:bottom;
}

DIV.insetpanel {
	FONT-SIZE: 10px; MARGIN: 3px; COLOR: #444444; BACKGROUND-COLOR: #e9f0fc
}
DIV.insetpanel .heading {
	BACKGROUND-POSITION: right top; FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: white; BACKGROUND-REPEAT: repeat-y; HEIGHT: 20px; BACKGROUND-COLOR: #819eee
}
DIV.insetpanel .padding {
	BORDER: #a3c4ff 1px solid; PADDING: 0 9px 9px 9px; BORDER-WIDTH: 1px;
}
DIV.insetpanel .smallheading {
	FONT-WEIGHT: bold; COLOR: black; TEXT-DECORATION: underline
}
.insetpanel p{
	margin:10px 0;
}

.tableheading {
	FONT-WEIGHT: bold; BACKGROUND-IMAGE: url('images/tableheader.gif'); COLOR: darkblue; BACKGROUND-COLOR: #d8deeb; FONT-FAMILY: verdana 
}
.tablesmallheading {
	FONT-WEIGHT: bold; BACKGROUND-COLOR: #d0d4e4; FONT-FAMILY: verdana; COLOR: darkblue; 
}


P.extend_line
{
	LINE-HEIGHT: 150%
}


UL.download 
{
	margin-right: 1.5 em
}
UL.download LI, LI.download
{
	list-style-image: url('/images/download.gif');
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 0.5 em
}


/* added by shoshan: */
.downloadButton, .downloadButton2{
	height:30px;
	min-height:30px;
	line-height:30px;
	vertical-align:middle;
	text-align:right;
	background-image:url(images/btn_download_bg.gif);
}
.downloadButton a, .downloadButton2 a{
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:17px !important;
	font-weight:bold !important;
	color:#666666 !important;
	text-decoration:none !important;
}

.downloadButton a:hover, .downloadButton2 a{
	color:#000000 !important;
}

.forumLink
{
	/*margin-right: 1.5 em*/
}
.forumLink li
{
	list-style-image: url('/images/forum_bullet.gif');
	list-style:url(images/forum_bullet.gif);
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 0.25 em;
	line-height:140%;
}

.subcat{
	BORDER: 1px solid #90a0b0;
	width:100%;
}

.subcat .tableheading{
	height:35px;
}

.subcat td, .subcat th{
	padding:6px;
}

.subcat .tableheading th{
	height:30px;
	font-size:10pt;
}

.subcat .tablesmallheading{
	height:25px;
}

.subcat .tablesmallheading th{
	font-size:10pt;
	border-bottom: 1px solid #90a0b0;
	text-align:right;
}

.docrow0{
	background-color:#eceff5;
}
.docrow1{
	background-color:#ffffff;
}

.docrow0 td, .docrow1 td{
	line-height: 150%;
	vertical-align:top;
}

/* end added by shoshan: */


.yellow_table {
	BORDER-RIGHT: #96965e 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #96965e 1px solid; MARGIN-TOP: 12px; PADDING-LEFT: 5px; MARGIN-BOTTOM: 12px; PADDING-BOTTOM: 5px; BORDER-LEFT: #96965e 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #96965e 1px solid; BACKGROUND-COLOR: #ffffcc
}

.gray_table {
	BORDER-RIGHT: #96965e 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #96965e 1px solid; MARGIN-TOP: 12px; PADDING-LEFT: 5px; MARGIN-BOTTOM: 12px; PADDING-BOTTOM: 5px; BORDER-LEFT: #96965e 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #96965e 1px solid; BACKGROUND-COLOR: #eeeeee
}

.tech_item {
	border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium
}


A.whitebold {
	FONT-WEIGHT: bold; COLOR: #ddd; TEXT-DECORATION: none;font-size:11px;
}
A.whitebold:active {
	TEXT-DECORATION: underline
}
A.whitebold:hover {
	COLOR: #FFF; TEXT-DECORATION: underline
}
.whitebold p{
	margin:0;
}
.whitebold {
	FONT-WEIGHT: bold; COLOR: #ddd;
}
.legal-message{
	font-family:tahoma;
	font-size:10px;
	text-align:center;
	color:#CCC;
	margin:4px 115px 14px;
}

.document-header{
	border-bottom: 1px solid #000000;
}

.document-header h1{
	font-size: 18px; margin-bottom: 1px; margin-top:0;
}
div.smalltext { color:#DDD }
A.whitebold {
	FONT-WEIGHT: bold; COLOR: #ddd; TEXT-DECORATION: none;
	font-family:tahoma !important;
	font-weight:bold !important;
}
A.whitebold:active {
	TEXT-DECORATION: underline
}
A.whitebold:hover {
	COLOR: #FFF; TEXT-DECORATION: underline
}
.whitebold p{
	margin:0;
}
