/* Start of CMSMS style sheet 'Tools' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:0; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 0px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */


/* replace */
	.replace {
		display:block;
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
/* end accessibility */


/* Tips */
#tips{
		width:226px;
		position:absolute;
		display:none;
	}

	#tips .tips_top{
    background-image: url('images/tips_top.png');
		background-repeat:no-repeat;
		height:32px;	
	}
	#tips .tips_middle{
		background-image: url('images/tips_middle.png');
		background-repeat:repeat-y;	
		background-position:bottom left;
		padding-left:15px;
		padding-right:7px;
	}
	#tips .tips_middle span{
		position:relative;
		top:-5px;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:11px;
	}
	#tips .tips_bottom{
		background-image: url('images/tips_bottom.png');
		background-repeat:no-repeat;	
		height:43px;
		position:relative;
		top:-6px;
	}

/* End of 'Tools' */

/* Start of CMSMS style sheet 'Typography' */
/* A CSS Framework by Mike Stenhouse of Content with Style */

/* TYPOGRAPHY */
	body {
	text-align: left;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 75.01%;
             line-height: 1em;
	}
	div {
	font-size: 1em;
	}
	img {
	border: 0;
	}
	
/* LINKS */
	a,
	a:link 
	a:active, a:visited {
	text-decoration: underline;
	}

             div#footer a, 	
             div#footer a:link 
	div#footer a:active, div#footer a:visited {
             color: #fff;
             }

	a:hover {
	text-decoration: none;
            }
/* END LINKS */
	
/* HEADINGS */
	h1 {
             font-family: Arial, Verdana, sans-serif;
             font-size: 1.6em;
             line-height: 1.5em;
             margin: 0;
             padding: 0;
	}
	h2 {
	font-size: 1.4em;
             line-height: 1.5em;
	margin: 0 0 0.5em 0;
	padding: 0;
	}
	h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 0 0.5em 0;
	padding:0;
	}
	h4 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
	}
	h5 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
	}
	h6 {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
	}
/* END HEADINGS */

/* TEXT */
	p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height:1.4em;
	}
	blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
	}
	pre {
	font-family: monospace;
	font-size: 1.0em;
	}
	strong, b {
	font-weight: bold;
	}
	em, i {
	font-style:italic;
	}
    code {
            font-family: "Courier New", Courier, monospace;
            font-size: 1em;
            white-space: pre;
    }
/* END TEXT */
	
/* LISTS */
	#main ul {
        line-height:1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	#main ul li {
		margin: 0 0 0.25em 30px;
		padding: 0;
	}

	ol {
		font-size: 1.0em;
		line-height: 1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	ol li {
		font-size: 1.0em;
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	dl {
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height: 1.4em;
	}
	dl dt {
		font-weight: bold;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
	}
	dl dd {
		margin: 0 0 0 30px;
		padding: 0;
	}
/* END LISTS */
	
	
/* TABLE */
	table {
        font-size: 1em;
		margin: 0 0 1.5em 0;
        padding: 0;
	}
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 1.5em 0;
	}
	th {
		font-weight: bold;
		text-align: left;
	}
	td {
		font-size: 1em;
	}
/* END TABLE */	
	
	hr {
		display: none;
	}

	div.hr {
		height: 1px;
		margin: 1em 10px;
		border-bottom: 1px dotted black;
	}

	
/* END TYPOGRAPHY */	
/* End of 'Typography' */

/* Start of CMSMS style sheet 'Layout EllNav H/V R 1Col' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* NAV BAR AT THE TOP AND TWO COLUMNS OF CONTENT */
    div#content {
        position: relative;
        margin: 0 0 0 0;
        padding: 0;
        text-align: left;
    }
    div#main {
        float: left;
        width: 70%;
        display: inline;
        padding: 0 4%;
    }
    div#menu_vert {
        float: right;
        width: 20%;
        margin-right: 7px;
        display: inline;
    }
    div#menu_horiz {
        text-align: left;
    }
/* END CONTENT */
/* End of 'Layout EllNav H/V R 1Col' */

/* Start of CMSMS style sheet 'Layout' */
/* AMON AB CSS Framework Content with Style*/

/* SITE SPECIFIC LAYOUT */
html, body
 {
 height: 100%;
 }
body {
    width: 699px;
    margin: 0 0 0 80px;
    padding: 0px;
    background-color: #eeeeee;
    background-position: top;
    background-repeat: repeat-x;
    }
    div#pagewrapper {
    height: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    }
    #container {
    height: auto;
    width: 699px;
    position: relative;
    margin: 0;
    }
    
    /* HEADER */
    div#header {
    margin: 0;
    padding: 0;
    height: 110px;

    }
    div#headeric
    {
    width: 699px;
    float: left;
    height: 110px;
    background-image: url(images/tbg.gif);
    background-repeat:no-repeat;
    padding: 0px 0px 0px 0px;
    }
   div#headerlogo
   {
   height: 110px;
   width: 250px;
   background-image: url(images/alogo.gif);
   background-repeat:no-repeat;
   margin-left: 7px;
   }
   div#headerlogo a:hover
   {
   height: 110px;
   width: 250px;
   background-image: url(images/alogo.gif);
   background-repeat:no-repeat;
   margin-left: 0px;
    background-color: transparent;
   }
   div#headerlank
   {
   float: right;
   margin: -52px 0px 0px 242px;
   }
   div#flashcontent
   {
   margin: 0 12px 0 0;
   height: 180px;
   padding: 0;
   }
   div#flashcin
   {
   float: left;
   margin: 0px;
   height: 154px;
   padding: 5px 12px 0 0;
   }
        div#header h1 a {
            display: block;
            height: 110px;
            width: 250px;
            text-indent: -700em;
            width: 198px;
            margin: 0;
            padding: 0;
            text-decoration:none;
        }
    /* END HEADER */
    
    
    
    /* CONTENT */
        div#content {
        min-height: auto;
        width: 699px;
        background-image: url(images/obg.gif);
    background-repeat: repeat-y;
        }
        
        /* MAIN */
            div#main {
            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {
         background-image: url(images/abg.gif);

        }

        div#footer p {
            font-size: 0.8em;
            margin: 0;
            padding: 15px;
            text-align: center;
        }
    /* END FOOTER */
/* END LAYOUT */



div.breadcrumbs {
   text-align: left;
   font-size: 90%;
/*   border-bottom: 1px solid #666;*/
   background-image: url(images/obg.gif);
   padding: 0 30px 0 30px;


}

div.flags {
  float: right;
  width: 18px;
  padding: 1em 0;
  text-align: right;
  margin: 0 1em 0 0;
}

div.left49 {
  float: left;
  width: 45%;
  }

div.right49 {
  float: right;
  width: 45%;
  text-align: right;
  }

div.resim {
  padding: 0 10px 10px 0;
  margin: 0 10px 10px 0;
}


/* End of 'Layout' */

/* Start of CMSMS style sheet 'Nav-Horizontal' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* NAV */

    * html div#menu_horiz {
        /* hide ie/mac \*/
        height: 1%;
        /* end hide */
    }
     div#menu_horiz {
      margin: 0;
      padding-left: 0 0px;
      text-align: center;
        list-style: none;
    }
    div#menu_horiz ul {
        background-image:url(images/nav_bg.gif);
        background-repeat:repeat-x;
        background-color:#4b7ca9;
        width:450px;
        float: right;
        height:52px;
        margin: 0 7px 0 0px;
        padding: 0 0px;
        list-style: none;
/*     border-bottom: 1px solid #C0C0C0;
        border-left:  1px solid #C0C0C0;*/
        line-height:1.0em;
    }
    div#menu_horiz li {
        float: right;
        display: inline;
        list-style: none;
        margin-left: -1px ;
        border-left: 1px solid #6984a4;
        border-right: 1px solid #6984a4;
 /*    border-bottom: 1px solid #C0C0C0;*/
    }
    div#menu_horiz li a {
        border-right: none;
        list-style: none;
    }
       div#menu_horiz a,
       div#menu_horiz a:link,
       div#menu_horiz a:active,
       div#menu_horiz a:visited {
       display: block;
       padding: 20px 12px; 
        list-style: none;
        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        text-decoration: none;
        margin: 0;
        color:#fff;
        font-weight:bold;
        background-image:url(images/nav_normal.gif);
    }

div#menu_horiz li a:hover {
        background-color: #a6b3c4;
        color: #fff;
        background-image:url(images/nav_hover.gif);
}

div#menu_horiz li.activeparent a{
        display: block;
        padding: 20px 12px; 
        background-image:url(images/nav_hover.gif);
        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 1.0em;
        line-height: 1em;
        text-decoration: none;
        margin: 0;
        color: #fff;
        background-color: #6489bb;
    }
    div#menu_horiz .current a,
    div#menu_horiz .current a:link,
    div#menu_horiz .current a:active,
    div#menu_horiz .current a:visited,
    div#menu_horiz .current a:hover,
    div#menu_horiz .activeparent a,
    div#menu_horiz .activeparent a:link,
    div#menu_horiz .activeparent a:active,
    div#menu_horiz .activeparent a:visited,
    div#menu_horiz .activeparent a:hover 
{
	background-color: #5e6f82;
             color: #f2f2f3;
        list-style: none;
    }
/* END NAV */


div#menu_horiz li.active01 h3 {
        display: inline-block;
        padding: 20px 12px; 
        background-image:url(images/nav_active.gif);
        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 1.0em;
        line-height: 1em;
        text-decoration: none;
        margin: 0;
        color: #fff;
        background-color: #6489bb;
        list-style: none;
    }

#menu_horiz li.active02 h3 {
  display: block;
  text-decoration: none;
  padding: 20px 5px 20px 10px;
  background-image:url(images/nav_active.gif);
  font-weight: normal;
  color: #fff;
  margin: 0;
  font-size: 1.0em;
  background-color: #4585a0;
  }

#menu_horiz li.active03 h3
{
  display: block;
  background-image:url(images/nav_active.gif);
  padding: 3px 5px 3px 25px;
  border-bottom: none;
  font-size: 90%;
  font-weight: bold;
  color: #4585a0;
  margin: 0;
}

/* End of 'Nav-Horizontal' */

/* Start of CMSMS style sheet 'Colours' */
/* Layout sections */
body {
                background-image: url(images/bg.gif);
	   font-size:75%;
                line-height:1.6em;
                color: #3C3C3C;
		}
		
div#pagewrapper {

	    }
		
div#header {
		color: #fff;
		}

div#footer {
                width: 699px;
		color: #fff;
		background-color: #385C72;
		}

		
/* Links */		
	a,
	a:link 
	a:active, a:visited {
	color: #369;
             font-weight: bold;
	}
a:hover{
             color: #cc0000;
/*	background-color: #fff5c0;  */
	}

.baglan 			{
      font-family: arial, tahoma, sans-serif; 
      font-Size: 12px; 
      color: #bebebe;
 BORDER-RIGHT: #696969 1px dotted; 
PADDING-RIGHT: 10px; 
BORDER-TOP: #696969 1px dotted; 
PADDING-LEFT: 10px; 
PADDING-BOTTOM: 5px; 
BORDER-LEFT: #696969 1px dotted; 
WIDTH: 200px; 
PADDING-TOP: 5px; 
BORDER-BOTTOM: #696969 1px dotted; 
BACKGROUND-COLOR: #dcdcdc;
     
}

.rodvar			{
      font-family: arial, tahoma, sans-serif; 
      font-Size: 12px; 
      color: #cc0000;
      padding: 0px 0px 0px 0px;      
}

.dash 			{
      font-family: arial, tahoma, sans-serif; 
      font-Size: 12px; 
      color: #bebebe;
      padding: 0px 0px 0px 0px;
      background-color: #fff5c0;        
}
a.dash:link        {
      text-decoration: none; 
      border-bottom: dashed 1px #369;
      color: #369;
      padding: 0px 0px 0px 0px;
      }
a.dash:active      {
      text-decoration: none; 
      background-color: #fff5c0;
      color: #cc0000;
      }
a.dash:visited     {
      text-decoration: none; 
      font-family: arial, tahoma, sans-serif; 
      font-Size: 12px; 
      color: #369;
      display: inline;
      border-bottom: dashed 1px #369;
      padding: 0px 0px 0px 0px;
       }
a.dash:hover       {
      text-decoration: none; 
      color: #c00;
      border-bottom: dashed 1px #f30;
      background-color: #fff5c0;
      }

.denis			{

      font-Size: 12px; 
      color: #c00;
      padding: 0px 0px 0px 0px;}
a.denis:link        {
      text-decoration: underline; 
      color: #c00;
      padding: 0px 0px 0px 0px;
      }
a.denis:active      {
      text-decoration: none; 
      background-color: #fff5c0;
      color: #cc0000;
      }
a.denis:visited     {
      text-decoration: underline; 
      font-Size: 12px; 
      color: #c00;
      display: inline;
      padding: 0px 0px 0px 0px;
       }
a.denis:hover       {
      text-decoration: none; 
      color: #697;
      background-color: #fff5c0;
      }

/* Headings */	
h1 {
      font-family: Arial, Verdana, sans-serif;
      font-size:1.7em;
      font-weight: normal;
      line-height: 25px;
      letter-spacing: 0px;
      color: #7499bd;

      }
h2 {
      font-family: Arial, Verdana, sans-serif;
      font-size:1.5em;
      font-weight: normal;
      line-height: 20px;
      letter-spacing: 0px;
      color: #7499bd;
      }
h3 {
      font-family: Arial, Verdana, sans-serif;
      font-size:1.2em;
      font-weight: bold;
      line-height: 20px;
      letter-spacing: 0px;
      color: #A5BE0E;
      }
h4, h5, h6 {
      font-family: Arial, Verdana, sans-serif;
      font-size:1.0em;
      font-weight: normal;
      line-height: 20px;
      letter-spacing: 0px;
      color: #A5BE0E;
      }


/* End of 'Colours' */

/* Start of CMSMS style sheet 'News' */
.NewsSummary {
    margin-bottom: 10px;
 }

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
  color: #dd0000;
 }

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  margin-bottom: 10px;
 }

#NewsPostDetailDate {
  font-size: 90%;
  font-style: italic;
  margin-bottom: 5px;
  }

#NewsPostDetailSummary {
   margin-bottom: 10px;
  line-height: 150%;
   }

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

.NewsSummaryLink {
      margin:0 0 5px 0;
      font-family: Verdana, sans-serif;
      font-size:1.2em;
      font-weight: bold;
      line-height: 14px;
      color: #7499bd;
}


/* to add specific style to the below div, uncomment them. */
/* 
.NewsSummaryAuthor {}
.NewsSummaryMorelink {}
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailCategory {}
#NewsPostDetailAuthor {}
#NewsPostDetailAuthor {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'News' */

