/* Main style part */

body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size : 8pt;
  color : black;
  background-color : white;
  margin : 0;
  padding: 0;
  text-align:center;
  
}
#main {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size : 8pt;
  color : black;
  background-color : white;
  width : 800;
  margin : 5px;
  padding: 0;
  border: 1px solid #999999;
  
}
/* Header part */

.titleHeader {
  color: white;
  padding: 0px;
  background-image: url("../images/common/header_bg.gif");
}

.headerTitle {
	
  font-size: 20pt;
  font-weight: bold;
  line-height : 1.6em;
}

.dividerHeader {
  background-color: black;
  line-height : 1px;
}

.menuHeader {
  color: black;
  background-image : url("../images/common/menu_bg.gif");
  height: 1.5em;
	width:800px;
/*  border:1px solid red;*/

}

.menuHeader a {
  color: black;
  background-color: transparent;
   text-decoration: none;
margin-left: 10px;
}

.menuHeader a:hover {
  text-decoration: underline;
}

.menuHeader .left {
  padding-top : 7px;
  float : left;
  margin-left: 10px;
}

.menuHeader .right {
  float : right;
  margin-right: 0.5em;
}

.menuHeader .highlight {
  font-size:13px;

  color: #000080;

}
.menuHeader .theme {
  font-size:13px;

  color: #660000;

}

/* Side menu part */

#sidemenu {
  width: 161px;
  float: left;
  clear: left;
  border-right: 1px solid #c0c0c0;
  text-align:left;

}

.sidemenuTitle {
  font-weight: bold;
  margin: 0;
  padding: 0.1em;

  height: 2em;
}



.sidemenuText {
  text-align : justify;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  display: block;

}

#sidemenu .sidemenuText a {
  color: #0066CC;
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: inline;
}

#sidemenu .sidemenuText a:hover {
  color: #0066CC;
  text-decoration: underline;
  background-color: transparent;
}

.spacing {
  font-size : 4px;
}

/* Main part */

#mainpart {
  color: black;
  background-color: white;
  text-align: justify;

  margin: 0 0 0 15em;
  padding: 1mm 2mm 0mm 2mm;
  border-left: 1px solid #c0c0c0;

}

.msgbox {
  text-align:center;
  margin-bottom: 0.5em;
}

.msgtitle {
 
  font-size:14px;
  width : 615;
  color:#554F02;
  background-color: #FEFBCF;
  padding: 0.4em;
  font-weight: bold;
  margin:5px 0px;
}

.msgbody {
 
  text-align : justify;
  

}
.msgimage {
float : left;
  width : 270;
  padding: 0px;

}

#mainpart .msgbody a {
  color : black;
  background-color: transparent;
  text-decoration: none;
}

#mainpart .msgbody a:hover {
  text-decoration: underline;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 5px 2em;
  padding: 0;
}

.msglinks {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom : 2px;
  text-align : right;
}

#mainpart .msglinks a {
  color : #0066cc;
  background-color: transparent;
  text-decoration: none;
}

#mainpart .msglinks a:hover {
  text-decoration: underline;
}

/* Footer part */

.dividerFooter {
  background-color: black;
  line-height : 1px;
  clear : both;
}

#footer {
  color: #5B2E00;

  background-repeat:no-repeat;
  font-size: 7.5pt;
  margin: 0;
  padding: 0.5em;
  clear: both;
  height: 30px;
}

#footer .left {
  float: left;
}

#footer .right {
  float: right;
  text-align: right;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}
/*theme_allview*/
.theme_view {
	font-size: 13px;
	line-height: 150% ;
	color: #999999;
	margin: 5px;
}
.theme_view a:link{
  color: #0066CC;
  text-decoration: none;
  }
.theme_view a:visited{
  color: #0066CC;
  text-decoration: none;
  }
.theme_view a:hover,a:active{
  color: #0066CC;
  text-decoration: underline;
  }



