/* CSS Document 

*/
body {
	
	background : #1D1E1F url(images/dot.gif);
	color : #000000;
	font-family : Tahoma;
	font-size : 9pt;
	margin-top : 0px;
	margin-right : 0px;
	margin-left : 0px;
}
td, th {
	font-size : 9pt;
}
h1, h2 {
	color : #663300;
}
h3, h4, h5, h6 {
	color : #336699;
}
a {
  color : #ff0000;
  	font-size : 9pt;
	margin-top : 0px;
	margin-right : 0px;
	margin-left : 0px;
  text-decoration : none;
}
a:hover {
	  color : #ff8600;
	  text-decoration : underline;
}
.boxlook {
	background : #ffffff; 
	border : #336699; 
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px; 
	border-style : dotted; 
	border-top-width : 1px;  
	color : #336699; 
	font-family : Tahoma; 
	font-size : 10px; 
}
.date {
	background : #0D1086; 
	color: #ffffff;
	font-family: Tahoma;
	font-size: 8pt;
}
.footer {
	color : #000000;
	font-family : Tahoma;
	font-size : 10px;
	line-height : 20px;
}
.fotodesc {
	color : #aaaaaa;
	font-family : Tahoma;
	font-size : 8pt;
	line-height : 25px;
}
td#mainmenu a {
    background : url(images/shaeng_12.gif);
	border-bottom : 0px dotted #cdcdcd;
	color : #ffffff;  
	display : block; 
	font-family : Tahoma; 
	font-size : 10pt; 
	 font-weight : bold;
	line-height : 20px;
	margin : 0; 
	padding : 3px; 
}
td#mainmenu a:hover {
	background : url(images/shaeng_14.gif);  
	color : #ffffff;
	font-weight : bold; 
	text-decoration : none;
}
.menu {
	background : #0D1086; 
	color : #ffffff;
	font-size : 10pt;
	font-weight : bold;
	line-height : 20px;
}
.block {
	background :url(images/shaeng_32.gif); 
	color : #ffffff;
	font-size : 10pt;
	font-weight : bold;
	line-height : 18px;
	width		: 100px;
}
.block1 {
	background :url(images/shaeng_23.gif); 
	color : #ffffff;
	font-size : 10pt;
	font-weight : bold;
	line-height : 18px;
	width		: 100px;
}
.block2 {
	background :url(images/shaeng_33.gif); 
	color : #ffffff;
	font-size : 10pt;
	font-weight : bold;
	line-height : 18px;
	width		: 100px;
}
.block3 {
	background :url(images/shaeng_25.gif); 
	color : #ffffff;
	font-size : 10pt;
	font-weight : bold;
	line-height : 18px;
	width		: 100px;
}
.submenu {
	background :url(images/shaeng_32.gif); 
	color : #ffffff;
	font-size : 12px;
	font-weight : bold;
    width: 213px;
	height: 18px;
}
.morenews {
	color : #003366;
	font-family : Tahoma; 
	font-size : 9pt;
	line-height : 16px;
}
.newscat {
	color : #797A79;
	font-family : Tahoma;
	font-size : 10pt;
	font-weight : bold;
}
.newsdate {
	color : #000000;
	font-family : Tahoma;
	font-size : 9px;
}
.newssubtitle {
	color : #000000;
	font-family : Tahoma;
	font-size : 8pt;
	font-weight : bold;
}
.newstitle {
	color : #FF9000;
	font-family : Tahoma;
	font-size : 10pt;
	font-weight : bold;
}
.redalert {
	color : #ff0000;
	font-family : Tahoma;
	font-size : 9pt;
}
.textbox {
	background : #ffffff; 
	border : 1px solid #aaaaaa;
	color : #000000; 
	font-family : Tahoma, Arial; 
	font-size : 8pt; 
}
.glidecontentwrapper{
position: relative; /* Do not change this value */

width: 680px;
height: 200px; /* Set height to be able to contain height of largest content shown*/
/*border: 5px solid #687C98;*/
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
/* background: #FFCF69; */
background-image:url('images/bg-toggler.gif');
padding: 0px;
visibility: hidden;
width: 680px;
text-align: right;

}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 680px;
margin-bottom: 3px;
text-align: left; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
background: #FF0E00;
display: -moz-inline-box;
display: inline-block;
border: 0px solid black;
color: #FFFFFF;
padding: 1px 7px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #FFFFFF;
color: black;
}

.glidecontenttoggler a:hover{
background: #FFFFFF;
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}
.shakeimage{
position:relative
}