.sbutton
{
	cursor: pointer;
	margin: 4px;
	padding: 7px 0 0 0;
	float: left;
	width: 140px;
	height: 34px;
	text-align:center;
	color: #ffffff;
	font: bold 12pt Tahoma, Helvetica, sans-serif; 
	background: #FFFFFF url(../images/button2.gif) no-repeat;
}

.sbutton:hover
{
	color: #000000;
	background: #FFFFFF url(../images/button1.gif) no-repeat;
}

.tableact
{
	font: 0.8em  Tahoma, Helvetica, sans-serif; 
}

.imgact
{
	cursor: pointer;
	width:  60px;
	height: 45px;
	border: 2px solid white;
}

.imghelp:hover
{
	border: 2px solid #475DB3;
}

.imghelp
{
	cursor: pointer;
	border: 2px solid white;
}

.imgact:hover
{
	border: 2px solid #475DB3;
}
  
  
.sbuttons
{
	padding: 5px;
	float: top;
	
}

body { 
	padding: 0; 
	margin: 0; 
	font: 10pt Tahoma, Helvetica, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

a {
	color: #475DB3; 
	background: inherit;
}

a:hover {
	color: #B4485E;
	background: inherit;	
}

a.title {
	color: #FE6700;
	background: #FFF;
}

h1 {
	font: bold 1.6em  Tahoma, Helvetica, sans-serif;
	padding: 2px 0 10px 0px;
	margin: 0;
	color: #464548;
	background: inherit;
}

h1 a, h2 a {
	text-decoration: none;
	color: #464548;
	background: inherit;
}

h1 a:hover, h2 a:hover {
	color: #C3593C;
	background: #FFF;
}

h1 .red{
	color: #C3593C;
	background: inherit;
}


h2 { 
	margin: 0 0 5px 0; 
	padding: 0; 
	font: bold 1.5em Tahoma, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000; 
	background: inherit;
}

h2 .yellow{
	color: #FFFCD1;
	background: inherit;
}

h3 { 
	margin: 0 0 5px 0; 
	padding: 2px;;
	font: bold 1.1em Tahoma, Helvetica, sans-serif;
	color: #6E6E6E; 
	background: inherit;
}

p {	margin: 0 0 5px 0; }

			
.image {
	float: left;
	margin: 0 5px 2px 0;
}


/* layout
   ------ */

.content { 
	margin: 10px auto;
	width: 900px; 
}

.logo {
	float: left;
	width: 900px;
	padding: 7px 0px 0px 7px;
}

/* left side
   --------- */

.left {
	float: left;
	width: 640px;
	margin: 0 0 0 0;
}
	.left_articles {
		margin: 15px 10px 15px 10px;
		padding: 0 0 0 10px;
	}
/* right side
   ---------- */
   
	
.right {
	float: right;
	width: 245px;
	margin: 10px 0 10px 0;
}

.right a {

	color: #ffffff;
	background: inherit;
}



	.box_blue {
		font-size: 0.9em;
		background: #475DB3 url(../images/box_bottom_blue.png) no-repeat bottom;
		color: #FFFFFF;
		padding: 0px 0px 6px 0px;	
		width: 243px;
		margin: -10px 0 10px 0;
	}

.box_blue a:hover {
	color: #ffff77;
	background: inherit;	
}

	.box_black {
		font-size: 0.9em;
		background: #000000 url(../images/box_bottom_black.png) no-repeat bottom;
		color: #FFFFFF;
		padding: 0px 0px 6px 0px;	
		width: 243px;
		margin: -10px 0 10px 0;
	} 


.box_black a:hover {
	color: #aaaaaa;
	background: inherit;	
}

	.box_green {
		font-size: 0.9em;
		background: #40ae49 url(../images/box_bottom_green.png) no-repeat bottom;
		color: #FFFFFF;
		padding: 0px 0px 6px 0px;	
		width: 243px;
		margin: -10px 0 10px 0;
	}


.box_green a:hover {
	color: #ffaaaa;
	background: inherit;	
}
		
	.rt {
		background: #475DB3 url(rt.gif) no-repeat;
		color: #FFF;
		height: 7px;
	}

	.right_search {
		color: #FFF;
		height: 24px;
	}
		
		
	.right_articles {
		font-size: 0.9em;
		background: #475DB3 url(rb.gif) no-repeat bottom;
		color: #FFFFFF;
		padding: 4px 8px;	
		margin: 0 0 10px 0;
	}
	

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF url(dot.gif) repeat-x;
	padding: 8px 0;
}

.footer a {
	color: #475DB3;
	background: inherit;
}

/* search */

	
	.search_result {
		font-size: 0.9em;
		background: #ffffff;
		color: #0;
		margin: 5px 5px 25px 5px;
		width: 450px;
		height: 150px;
	}

	.search_title {
		font-size: 1.2em;
		float: left;
		width: 400px;
		height: 20px;
		margin: 3px;
	}
	
	.search_image {
		float: left;
		width: 128px;
		height: 102px;
		margin: 3px;
	}	
	
	
	.search_text {
		float: right;
		width: 300px;
		margin 3px;
	}	
	
/* resource viewer page */

.resource_thumb {
	float: left;
	color: #fff;
	background: #FFFFFF;
	margin: 0 8px 8px 0px;
}