 CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin-bottom: 1px;
}

.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}

#buttons_outer {
	width: 635px;
  	margin-bottom: 2px;
	margin-right: 2px;
	float: left;

}

#buttons_inner {
	border: 1px solid #cccccc;
	height: 21px !important;
	height: 23px;
}

#pathway_text {
  overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}



#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
  border: 1px solid #cccccc;
	padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #c64934;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header {
	float: left;
	padding: 0px;
	margin-right: 2px;
	width: 635px;
	height: 150px;
	background: url(../images/header_short.jpg) no-repeat;
}

#top_outer{
	float: left;
	width: 165px;
}

#top_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  height: 144px !important;
  height: 150px;
  overflow: hidden;
  float: none !important;
  float: left;
}

#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  float: none !important;
  float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 635px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
}


.user1_inner {
border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {

  border:none;
  text-align: center;  
  background: url(../images/button-bg.jpg) no-repeat;
	width:71px;
	display:block;
  height: 26px;
  margin-left:20px;
}
.back_button a:link,.back_button a:visited{
  color: #775824;
  font-family: Tahoma;
  line-height:26px;
  vertical-align:middle;
  font-size: 12px;
  font-weight: bold;
}
.back_button a:hover
{
	
}
.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

#footer {
	text-align: center;
	padding: 3px;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
	line-height: 180%;
	vertical-align:top;
	padding-left: 18px;
	padding-top: 0px;
	background:url(../images/li-bg.jpg) no-repeat;
	background-position: 0px 5px;

}


td {
	text-align: left;
	font-size: 11px;
}



body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	margin-top:0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	text-align:center;
	color: #fff;
	border-top:6px solid #ebdabd;
	background:#fff url(../images/body-bg.jpg) repeat;
}

/* Joomla core stuff */
a:link, a:visited {
	color: #00589f; text-decoration: none;
	font-weight: normal;
}

a:hover {
	
	text-decoration: underline;
	font-weight: normal;
	cursor:pointer;
}

table.contentpaneopen {
  	width: 675px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
   font-size:12px;
   font-weight:normal;
   color:#333;
   font-family:Tahoma;
   line-height:180%;
   vertical-align:middle;
   text-align:justify;
	padding-left:20px;
}
table.contentpaneopen  h1{
   font-size:17px;
   font-weight:bold;
   color:#FF3300;
   font-family:Arial, Helvetica, sans-serif;
}
table.contentpaneopen  h2{
   font-size:15px;
   font-weight:bold;
   color:#FF3300;
   font-family:Arial, Helvetica, sans-serif;   
}
table.contentpaneopen  h3{
   font-size:13px;
   font-weight:bold;
   color:#FF3300;
   font-family:Tahoma;   
}

table.contentpaneopen  strong{
   font-size:12px;
   font-weight:bold;
   color:#333;
   font-family:Tahoma;     
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen  table{
	border-collapse: collapse;
	border-spacing: 0px;

}

table.contentpane {
	
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;

}

table.contentpane td {
	margin: 0px;
	padding: 0px;
	padding-left:20px;
	color:#333;
	font-family:Tahoma;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
  color: #775824;
  font-family: Tahoma;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border:none;
  width: auto;
  border:none;
  text-align: center;  
  background: url(../images/button-bg.jpg) no-repeat;
	width:71px;
	display:block;
  height: 26px;
  cursor:pointer;
 

}

.inputbox {
	padding: 2px;
	border:solid 1px #e0c89f;
	background-color: #fff;
}

.componentheading {
	background: url(../images/component-heading.jpg) no-repeat;
	color: #666;
	text-align: left;
	margin-left:3px;
	text-indent:10px;
	font-family:Arial;
	line-height:33px;
	vertical-align:middle;
	height: 33px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;

}

.contentcolumn {
	padding-right: 5px;
}

table.contentpaneopen td.contentheading {
	height: 34px;
	background: url(../images/content-heading.jpg) no-repeat;
	color: #666;
	text-align: left;
	margin-left:3px;
	text-indent:10px;
	margin-left:3px;
	font-family:Tahoma;
	text-transform:uppercase;
	line-height:33px;
	vertical-align:middle;
	height: 33px;
	font-weight: bold;
	font-size: 12px;
}
table.contentpane td.contentheading {
	height: 25px;
	color: #fff;
	font-weight: bold;
	line-height:160%;
	font-size: 14px;
	white-space: nowrap;
}


a.contentpagetitle:link,a.contentpagetitle:visited {
	font-size: 13px;
	font-weight: bold;
	color:#00589f ;
	font-family:Tahoma;
	text-align:left;
	padding-top:10px;
}
a.contentpagetitle:hover
{
	text-decoration:underline;
	cursor:pointer;
}
table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: none;
  padding: 4px;
  font-size:12px;
  font-family:Tahoma;
  font-weight:bold;
  color:#00589f;
  text-align:left;
}

.sectiontablefooter {

}

.sectiontableentry1 {
  background: none;
    font-size:11px;
  font-family:Tahoma;
  font-weight:normal;
  text-align:left;
  color:#00589f;  
  line-height:180%;
}

.sectiontableentry2 {
  background: none;
      font-size:11px;
  font-family:Tahoma;
  font-weight:normal;
  text-align:left;
  color:#00589f;  
  line-height:180%;
}

.small {
	color: #333;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #333;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/mainlevel-bg.jpg) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height:27px;
	vertical-align:middle;
	text-indent:8px;
	margin-left:10px;
	font-family:Tahoma;
	text-align: left;
	height: 27px;
	width:212px;
	text-decoration: none;
}

a.mainlevel:hover {

	color: #fff;
	background: url(../images/mainlevel-hover-bg.jpg) no-repeat;
}

a.mainlevel#active_menu {
	color: #fff;
	background: url(../images/mainlevel-hover-bg.jpg) no-repeat;
}



a.sublevel:link, a.sublevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height:27px;
	vertical-align:middle;
	padding:0;
	text-indent:22px;
	margin:0px 0px 0px 10px;
	font-family:Tahoma;
	text-align: left;
	height: 27px;
	width:212px;
	text-decoration: none;
	background: url(../images/submenu.jpg) no-repeat;	

}

a.sublevel:hover {
	color: #415683;
	text-decoration: none;
	background: url(../images/submenu-active.jpg) no-repeat;		
}

a.sublevel#active_menu {
	color: #415683;
	background: url(../images/submenu-active.jpg) no-repeat;	
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}



/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
#total
{
	width:950px;
	margin:0 auto;
}
/*----------------------------------Logo  Header Menu--------------------------------*/
#header
{
	width:950px;
	height:85px;
	clear:both;
}
#header-left
{
	width:123px;
	float:left;
	padding-left:5px;

}
#header-right
{
	width:800px;
	float:right;
	text-align:right;

}

ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	float:right;
	margin-top:45px;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	line-height: 21px;
	white-space: nowrap;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	font-size:11px;
	font-family:Tahoma;
	font-weight:bold;
	text-decoration: none;
	color: #666;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

ul#mainlevel-nav li a:hover
{
	color: #666;
	text-decoration:underline;
	cursor:pointer;

}
ul#mainlevel-nav li a.mainlevel-nav#active_menu-nav
{
	color: #666;
	text-decoration:underline;
	cursor:pointer;
}

/*----------------------------------Top Menu-------------------------------------------*/
#topmenu
{
	width:950px;
	height:28px;
	background:url(../images/topmenu-bg.jpg) no-repeat;
}

ul#mainlevel-topmenu
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	margin-left:10px;	
}

ul#mainlevel-topmenu li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	line-height: 28px;
	white-space: nowrap;
}

ul#mainlevel-topmenu li a
{
	display: block;
	padding-left: 17px;
	padding-right: 17px;
	font-size:10px;
	font-family:Tahoma;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: none;
	color: #fff;
	vertical-align:middle;
	background: transparent;
	background:url(../images/topmenu.jpg) right no-repeat;
}

#buttons>ul#mainlevel-topmenu li a { width: auto; }

ul#mainlevel-topmenu li a:hover
{
	color: #223e6e;
	background:url(../images/menu-bg.jpg) repeat-x;

}
ul#mainlevel-topmenu li a#active_menu-topmenu
{
	color: #223e6e;
	background:url(../images/menu-bg.jpg) repeat-x;

}
/*----------------------------------News-------------------------------------------*/
#news
{

	width:950px;
	height:220px;
	clear:both;
	margin-top:8px;
	text-align:left;
}
#news-left
{
	width:634px;
	float:left;
	
}
.news-top
{
	width:632px;
}
.news-bottom
{
	width:632px;
}
.news-middle
{
	width:632px;
	float:left;
	height:200px;
	background:url(../images/news-middle.jpg) repeat-y;
}
.news-middle-left
{
	width:446px;
	float:left;
	margin-top:10px;
	height:200px;

}
.news-middle-right
{
	width:180px;
	float:left;
	margin-top:10px;	
}
#news-right
{
	width:310px;
	float:right;

}
.tintuc-top
{
	width:314px;
}
.tintuc-bottom
{
	width:314px;
}
.tintuc-middle
{
	width:314px;
	float:left;
	height:205px;
	background:url(../images/tintuc-middle.jpg) repeat-y;
}


/*----------------------------------San Pham Dich Vu-------------------------------------------*/
#sanphamdichvu
{
	width:955px;
	clear:both;
	text-align:left;
}
.spdv-top
{
	width:955px;
}
.spdv-bottom
{
	width:955px;
}
#spdv-middle
{
	width:955px;
	float:left;
	background:url(../images/spdv-middle.jpg) repeat-y;
}
#user1
{
	width:293px;
	float:left;
	margin:20px 0px 20px 20px !important;
	margin:20px 0px 20px 16px;	
}
.module-user1
{
	width:280px;
}
.module-user1 h3
{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#00589f;
}
.module-user1 img
{
	margin-right:5px;
}
.module-user1 div div div
{
	font-family:Tahoma;
	font-size:11px;
	text-align:justify;
	line-height:150%;
	vertical-align:middle;
	font-weight:normal;
	color:#9cabb8;
}
.module-user1 a:link,.module-user1 a:visited
{
	font-family:Tahoma;
	font-size:11px;
	text-align:justify;
	line-height:150%;
	vertical-align:middle;
	font-weight:normal;
	color:#333;
}
.module-user1 a:hover
{
	cursor:pointer;
	text-decoration:underline;

}
#user2
{
	width:293px;
	float:left;
	margin:20px 0px 20px 20px !important;
	margin:20px 0px 20px 16px;	
}
.module-user2
{
	width:280px;
}
.module-user2 h3
{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#00589f;
}
.module-user2 img
{
	margin-right:5px;
}
.module-user2 div div div
{
	font-family:Tahoma;
	font-size:11px;
	text-align:justify;
	line-height:150%;
	vertical-align:middle;
	font-weight:normal;
	color:#9cabb8;
}
.module-user2 a:link,.module-user2 a:visited
{
	font-family:Tahoma;
	font-size:11px;
	text-align:justify;
	line-height:150%;
	vertical-align:middle;
	font-weight:normal;
	color:#333;
}
.module-user2 a:hover
{
	cursor:pointer;
	text-decoration:underline;

}
#user3
{
	width:293px;
	float:left;
	margin:20px 0px 20px 20px !important;
	margin:20px 0px 20px 16px;	
	
}
.module-user3
{
	width:280px;
}
.module-user3 h3
{
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#00589f;
}
.module-user3 img
{
	margin-right:5px;
}
.module-user3 div div div
{
	font-family:Tahoma;
	font-size:11px;
	text-align:justify;
	line-height:150%;
	vertical-align:middle;
	font-weight:normal;
	color:#333;
}
.module-user3 a:link,.module-user3 a:visited
{
	font-family:Tahoma;
	font-size:11px;
	text-align:justify;
	line-height:150%;
	vertical-align:middle;
	font-weight:normal;
	cursor:pointer;
	color:#333;
}
.module-user3 a:hover
{
	cursor:pointer;
	text-decoration:underline;
}
/*----------------------------------Footer-------------------------------------------*/
#footer
{
	background:url(../images/footer-bg.jpg) no-repeat;
	width:950px;
	height:35px;
	vertical-align:middle;
	clear:both;
}
#footer-left
{
	width:760px;
	float:left;
	text-align:left;
	line-height:25px;
	vertical-align:middle;
	color:#666;
	font-size:11px;
	font-family:Tahoma;	

}
#footer-right
{
	width:170px;
	float:right;
	margin-right:10px;
	text-align:right;
	line-height:25px;	
	vertical-align:middle;
	color:#666;
	font-size:11px;
	font-family:Tahoma;	
}
#footer-right a:link,#footer-right a:visited
{
	color:#666;
	font-size:11px;
	font-family:Tahoma;
	font-weight:normal;	
}
#footer-right a:hover
{
	color:#666;
	text-decoration:underline;
}
#lang
{
	width:950px;
	height:20px;
}
#lang img
{
	margin-right:34px;
}

/**  Tin noi bat  **/

.dn-whole {	
	padding-left:10px;
	width:439px;
}

.dn-each {		
	text-align: left;
	padding: 0px 10px 0px 10px;
}

.dn-title {	
	vertical-align:middle;
	line-height:180%;
}

a.dn-title, a.dn-title:link, a.dn-title:visited {	
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#00589f;
}
a.dn-title:hover {
	text-decoration:underline;
}

.dn-introtext {	
	text-align: left;
	font-weight: normal;
	display: block;
	color: #333;
	font-size:11px;
	line-height:170%;
	font-family:Tahoma;
}
.dn-introtext img{

}

/*----------------------------------Main Body-------------------------------------------*/
#mainbody
{
	margin-top:20px;
	width:955px;
	clear:both;
	text-align:left;
}
.mainbody-top
{
	width:955px;
}
.mainbody-bottom
{
	width:955px;
}
#mainbody-middle
{
	width:955px;
	float:left;
	background:url(../images/mainbody_middle.jpg) repeat-y;
}
#mainbody-middle-left
{
	width:713px;
	float:left;

}

#mainbody-middle-right
{
	width:237px;
	float:right;
	margin-right:5px;
}

/*-------------------------------Tab Tin Tuc--------------------------------*/
ul.latestnews
{
	list-style:none;
	padding:5px 0px 20px 0px !important;
	padding:0px 0px 0px 0px;	
	width:290px;

}
li.latestnews
{
	list-style:none;
	background:none;
	padding-left:0px;
	padding-top:10px !important;
	padding-top:0px;	

}
a.latestnews:link,a.latestnews:visited
{
	display: block;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#00589f;
	line-height:180%;
	vertical-align:top;
	padding-left:22px;
	background:url(../images/tintuc-li.jpg) no-repeat;
	background-position:5px 6px;	
}
a.latestnews:hover
{
	text-decoration:underline;
}



/*-------------------------------Menu Right-----------------------------*/
.module-menu
{
	width:230px;
	margin-bottom:10px;

}
.module-menu h3
{
	width:230px;
	background:url(../images/menu-title.jpg) no-repeat;
	height:33px;
	vertical-align:middle;
	line-height:33px;
	vertical-align:middle;
	text-indent:10px;
	font-size:14px;
	color:#3e4c7a;
	text-transform:uppercase;
	margin:0;
	padding:0;

}
.module-menu div div div
{
	width:230px;
	background:#c1d1e1;
	padding-bottom:10px;
}
.module-menu p
{
	margin:0;
	padding:0;
}

#mainbody-middle-left table.blog span.article_seperator
{
	border-bottom:1px solid #e0c89f;
	border-bottom-style:dashed;
	width:520px;
	margin-left:100px;
	margin-bottom:20px;
}
a.readon:link,a.readon:visited
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#00589f;
	background:url(../images/readon-bg.jpg) no-repeat;
	background-position:0px 6px;
	padding-left:18px;
	float:right;

}
a.readon:hover
{
	text-decoration:underline;
}
a.category:link,a.category:visited
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	  color:#00589f;


}
a.category:hover
{
	text-decoration:underline;
}


.module-menu table.thongtinlienhe
{
	width:204px;
	margin-left:13px;

}
.module-menu table.thongtinlienhe td
{
	color:#2f5e88;
	line-height:180%;
	font-size:11px;
	font-family:Tahoma;	

}
.module-menu table.thongtinlienhe a:link,.module-menu table.thongtinlienhe a:visited
{

	color:#fff;

}
.module-menu table.thongtinlienhe a:hover
{
	color:#fff;
}
table.contact td
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	line-height:180%;
	color:#333;
}
label
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	line-height:180%;
	color:#333;	
}


.module-ct img
{
	padding-bottom:10px;
	padding-top:10px;
	margin-bottom:10px;	
	border:0;
}
.module-chuongtrinh img
{
	padding-bottom:10px;
	margin-bottom:10px;
	border:0;
}

select.weblink
{
	width:210px;
	margin-left:10px;
	border:1px solid #809db9;
	color:#8899aa;
	font-family:Tahoma;
	line-height:180%;
	height:22px;
	vertical-align:middle;
	font-size:12px;
}
select.weblink option
{
	color:#8899aa;
	font-family:Tahoma;
	line-height:180%;
	vertical-align:middle;
	font-size:12px;
	padding-bottom:5px;
}
.module-copyright
{

}
.module-copyright a:link,.module-copyright a:visited
{
	color:#666;
	font-size:11px;
	font-family:Tahoma;
	font-weight:normal;

}
.module-copyright a:hover
{
	text-decoration:underline;
}
a.lang:link,a.lang:visited
{
	color:#666;
	font-family:Tahoma;
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
	display:block;
	height:19px;
	width:107px;
	line-height:17px;
	vertical-align:middle;
	margin-right:20px;
	font-weight:bold;
	background:url(../images/lang-bg.jpg) no-repeat;
}
a.lang:hover
{
	color:#666;
	cursor:pointer;
}

div.blog_more
{
	margin-left:20px;
}
div.blog_more strong
{

	color:#ff3300;
	font-family:Tahoma;
	font-size:13px;	
	line-height:180%;
	padding-bottom:10px;

}
a.blogsection:link,a.blogsection:visited
{

	color:#00589f;
	font-family:Tahoma;
	font-size:12px;	
}
a.blogsection:hover
{
	text-decoration:underline;
	cursor:pointer;
}
.sitemap div.contentpaneopen
{
	margin-left:20px;
}
a.category:link,a.category:visited
{
	font-size:12px;
}
a.category:hover
{
}
.module-spdv
{
	margin:0;
	margin-left:3px;
	padding:0;
}
.module-spdv h3
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#666;
	text-transform:uppercase;
	background:url(../images/spdv-h3.jpg) no-repeat;
	height:35px;
	line-height:33px;
	vertical-align:middle;
	text-indent:20px;
	margin:0px;
}
