/*  XAML.FR default style  */


HTML, BODY
{
	margin: 0;
	padding: 0;
	font-family: Verdana, "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size:13px;
	background-color:white;
	color:#333;
	line-height:140%;
}


A:link, A:visited, A:hover 
{ 
	text-decoration: none 
}
A:visited 
{ 
	color: #446088;
}
A:hover 
{ 
	color:red; 
}


IMG
{
  border: 0;
}

H1
{
	font-size: 160%;
	text-decoration: none;
	font-weight:normal;
	font-style:normal;
	padding-top:8px;
	padding-bottom:16px;
	font-family: "Palatino Linotype", Georgia, courrier, sans;	
	text-align:center;
}


H2
{
	font-size: 110%;
	color: black;
	font-style:normal;
	font-weight:normal;
	margin-top:16px;
	padding-top:16px;
	font-family: Verdana, Georgia, courrier, sans;	

}

H3, H4
{
	font-size: 100%;
	color: #333333;
	font-style:italic;
	font-family: Verdana, Georgia, courrier, sans;	

}

table 
{ 
	border:thin; 
	font-size:100%;
	border-collapse:collapse;
	width:100%;
	max-width:800px;
	min-width:360px;
	text-align:center;
}

table,th, td 
{ 
	border: 1px solid gray; 
}
td 
{
	height: 24px; 
	padding:4px; 
	vertical-align:middle; 
}
th 
{
	height: 26px;
	padding:4px; 	 
	background-color:#E8E8E8;
	color:black; 
}

.pub, #pub
{ 
  border: 1px solid #ccc;     
  margin: 24px 0 16px 0;
  padding:8px;
}


#smaller { font-size:12px }

#logo
{
  border: 0;
  margin: 0;
  padding: 1px;
  xbackground-image: url(xaml.jpg);
  xbackground-repeat: repeat-x;
  xborder-bottom: 1px solid #999999;
  height:66px;
  }


#logoimage
{
  margin-top: 18px;
  margin-left: 44px;
}

#title
{
  position:absolute;
  top: 16px;
  margin-left: 20px;
  background-image: url(xaml.png);
  background-repeat: no-repeat;
  width: 200px;
  height:49px;
}

#heading
{
  position: absolute;
  top: 8px;
  right: 4%;
  height:70px;
  margin:0;
  padding:0;
  width:300px;
}

#searchbox 
{
  position: absolute;
  white-space: nowrap;
  top: 8px;
  right: 0;
  width: 28.1em;
  vertical-align: middle;
  text-align: right;
  margin-top: 12px;
  margin-right: 24px;
}

#mainframe
{
	float:center;
}

#menupanel
{
  position: absolute;
  left: 0;
  padding-left:8px;
  padding-top:16px;
  margin-top:16px;
  width: 160px;
}

.menu
{
  padding:4px;
  margin-bottom: 5px;
  width: 16em;
  font-size:100%;
  width:124px;
  border:1px solid #CCCCCC;
}

.menutitle
{
	font-size: 90%;
	color: #000;
	font-weight:bold;
	text-decoration:strike;
}


.menulist
{
	font-size: 90%;
	margin-left:0;
	padding: 5px;
}

.menulist a
{
	color:#000;
	text-decoration: none;
}

.menulist a:visited
{
	color: #333;
	text-decoration: none;
}

.menulist a:active
{
	color:black;
	text-decoration: none;
}

.menulist a:hover 
{ 
	color:red; 
	text-decoration: none ;
}



#content
{
	position: absolute;
	padding-top: 5px;
	margin: 0px 16px 16px 0;
	left: 178px;
	top: 64px;
	font-size:100%;
	min-width:468px;
	clear:both;
}

pre
{
	padding:8px;
	border:1px dotted #CCC;
	background-color:#F0F0F0;
	color:black;
	font-size:95%;
	margin:12px 48px 12px 32px;
	font-family: Georgia, Cambria, Helvetica, sans-serif;
	width:90%;
	-moz-box-shadow: 3px 3px 6px #999;  
	-webkit-box-shadow: 3px 3px 6px #999;  
	box-shadow:3px 3px 6px #999;		
	
}


.new
{
	border: 1px solid #DED;
	padding:16px;
	font-family: Verdana, Arial, sans-serif, sans;
}

.newhead
{
	color:black; 
	font-weight:normal;
	padding:2px;
	padding-left:8px;
	background-image:url(news.gif);
	background-repeat:repeat-x;
}

.left
{
	float:left;
	margin-right:8px;
	margin-bottom:2px;
}

.right
{
	float: right;
	margin-left:8px;
	margin-bottom:8px;
}


.newtitle
{
	font-size:110%;
	color: black;
	font-family: Verdana, Arial, Georgia, Times, sans;
	font-style:normal;
}


.newlist
{
	color:black; 
	font-weight:normal;
	padding:2px;
	padding-left:8px;
	background-color:#CCC;
}

.iline
{
	margin-top:12px;
}

.footer, #footer
{
	position:relative;
	margin-top:32px;
	background-color:#EaEaEa;
	border:1px solid #DDD;
	clear:both;
	font-size:80%;
	color: #666;
	font-family: Courier, "Courier New", Arial, sans;
	text-align:center;
}

.la
{
	font-size:13px;
	font-family:Arial, Verdana;
	padding:0 0 0 8px;
	margin-left:0;	
	color:#333;
}

.la li
{
	list-style:none;
	margin-left:0;
	margin-bottom:8px;
}

.la a, .la a:visited, .la a:active
{
	font-weight:bold;
	text-decoration:underline;
	color:#069;
}

.shaded
{ 
	padding: 0px;
	border: 1px solid #CCC; 
	-moz-box-shadow: 4px 4px 10px #888;  
	-webkit-box-shadow: 4px 4px 10px #888;  
	box-shadow:4px 4px 10px #888;
} 