html, body
{
	overflow-x:auto;

	scrollbar-base-color: #F9F9F9; 
	scrollbar-track-color: #F9F9F9;

	scrollbar-face-color: grey;
	scrollbar-highlight-color:  #F9F9F9;

	scrollbar-3dlight-color:  #DDDDDD;
	scrollbar-darkshadow-color:  #DDDDDD;

	scrollbar-shadow-color:  #F9F9F9;
	scrollbar-arrow-color: #3454A0;

	background:#F8F7F2 url(../images/bgb.gif);

	line-height:0em;
}

img
{
	border: 0;
}

input,textarea,option,select
{
	font-family: Verdana, Arial, Trebuchet MS, helvetica, Courier;
	font-size:10;
	border: 1px solid #5A759F; 
	vertical-align: middle;
	background-color:#FFFFFF;
}

*
{
	font-family: Arial, Helvetica, sans-serif;
}

div,
td,
p
{
	font-size:12px;
	line-height:18px;
	color:#26416A;
}

a,
a:link,
a:active,
a:visited
{
	text-decoration: none;
	color:#26416A;
}

a:hover
{
	text-decoration: none;
	font-weight: bold;
}


ul
{
	margin: 5px;
	padding: 5px;
	list-style: none;
	list-style-type: square;
}

li
{
	line-height: 18px;
	padding-left: 5px;
	padding-top: 0px;
	list-style-position: inside;
}


/** To center the objects **/
.center
{
	text-align:center!important;
}


/*
---------------------
mambo content layout
---------------------
*/

/** pathway block **/
span.pathway {
	text-align:left;
	color:#ffffff;
	font-size:12px;
}

/** content title **/
.componentheading

{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #26416A;
	font-weight: bold;
	padding-top: 5px;
	background-color:inherit;
	display:block;
}


.contentheading,
.contentpagetitle,
a.contentpagetitle:link,
a.contentpagetitle:active,
a.contentpagetitle:visited 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #26416A;
	font-weight: bold;
	padding-top: 5px;
	background-color:inherit;
	display:block;
}


.contentpaneopen
{
	width:100%;
	font-size:11px;
	color: #ffffff;
}


.buttonheading
{
	width: 16px!important;
	text-align:right;
}


td.sectiontableheader
{
	font-weight: bold;
}

.category, .categorytitle
{
	font-weight: bold;
	background-color:inherit;
}

.sectiontableentry1,
table.pollstableborder tr.sectiontableentry1
{
	background-color: #FBFBF4;
	padding: 2px;
	color:#333333;
	
}

.sectiontableentry2,
table.pollstableborder tr.sectiontableentry2
{
	background-color: #FFFFFF;
	padding: 2px;
	color:#333333;
}

tr.sectiontableentry1 td,
tr.sectiontableentry2 td
{
	word-wrap:break-word;
}


/** blog Styles **/
.blogsection {
	color:#3973AC;
	background-color:inherit;
}

.blog_more {
	font-weight: bold;
	line-height: 25px;
	padding-top: 20px;
	color: #3973AC;
	border-bottom: 1px solid #E5E5E5;
	background-color:inherit;
}

/** small text in content **/
.small {
	color:#999999;
	font-size:10px;
	font-weight: bold;
	background-color:inherit;
}

/** date info in content **/
#content_main .createdate {
	color:#4A87C4;
	font-size:10px;
	padding: 0 0 15px 0;
	line-height:8px;
	background-color:inherit;
}

#content_main .modifydate {
	color:#999999;
	font-size:10px;
	padding: 0;
	background-color:inherit;
}

*/
/** content item navigation  **/
.pagenavbar  {
	display:block;
	width:100%;
	background-color:inherit;
	height:20px;
	line-height:25px;
	text-align:right;
	letter-spacing:2px;
	color:#999999!important;
	clear:both;
	font-size: 11px!important;
	margin-top: 10px;
	background-image: url(../images/bg_pagenav.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;	
}

.pagenav {
	height:20px;
	line-height:25px;
	text-align:right;
	letter-spacing:2px;
	color:#999999;
	clear:both;
	font-size: 11px;
	margin-left: 0;
	margin-right: 0;
	background-color:inherit;
}
*/

.back_button
{
	text-align:left;
	font-size:9px;
	width:100%;
}

/** highlight word search result **/
.highlight
{
	font-weight:bold;
	background-color: #FFFF00;
	padding: 2px 0 2px 0;
	
}

/** table of content layout **/
table.contenttoc
{
	border:1px solid #000000;
	padding:1px;
	width:130px;
	margin: 0 0 10px 10px;
}

/** table of content header **/
.contenttoc th
{
	color:#FFFFFF;
	background-color:#666666;
	font-size:11px;
	display:block;
	width:124px;
}

/** unordered list for latest news module **/
ul.latestnews li,ul.mostread li
{
	line-height: 18px;
	font-size:11px;
	list-style-type: none;
	list-style-position: outside;
}


/** fix opera table width for content list in table category**/
table.contentpane td.contentdescription
{
	width:100%!important;
}



/*
---------------------
Links
---------------------
*/

/** any left column link **/
#leftcol a:link,
#leftcol a:active,
#leftcol a:visited,
#leftcolmenu a:link,
#leftcolmenu a:active,
#leftcolmenu a:visited
{
	color:#FFFFFF;
}

a.pagenav:link ,
a.pagenav_next:link,
a.pagenav_pre:link,
div.back_button a,
div.back_button a:link,
a.latestnews:link,
a.latestnews:active,
a.latestnews:visited,
a.mostread:link,
a.mostread:active,
a.mostread:visited
{
	text-decoration:none;
	color:#333333;
}

/*** read more link ***/
.readon,
a.readon:link,
a.readon:active,
a.readon:visited
{
	color:#666666;
	font-weight:bold;
	text-align:left;
	margin-top:10px;
	letter-spacing: 2px;
	font-size:10px;
	text-decoration:none;
}

/*** blog links ***/
a.blogsection:link,
a.blogsection:active,
a.blogsection:visited
{
	color:#3973AC;
	text-decoration:none;
}

/** generic menu item link **/
a.mainlevel:link,
a.mainlevel:active,
a.mainlevel:visited,
a.sublevel:link,
a.sublevel:active,
a.sublevel:visited
{
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	line-height: 22px;
}

/** generic menu item link on mouseover **/
a.mainlevel:hover,
#leftcol a.mainlevel:hover,
#leftcolmenu a.mainlevel:hover
{
	color:#FFFFFF!important;
	text-decoration:none!important;
}

 /*
specific right column menu item. position:right
you need to add menu class suffix: -right and
module class suffix: -right
 */
.mainlevel-right
{
	display:block;
	height:25px;
	line-height:25px;
	padding-left:15px;
	font-weight:bold;
}

a.mainlevel-right:link,
a.mainlevel-right:active,
a.mainlevel-right:visited,
a.sublevel-right:link,
a.sublevel-right:active,
a.sublevel-right:visited
{
	color:#000000;
	text-decoration:none;
	font-size:11px;
}

/** specific top right column menu item link on mouseover **/
a.mainlevel-right:hover
{
	text-decoration:none;
}


/** pathway link item **/
a.pathway:link,
a.pathway:link,
a.pathway:active,
a.pathway:visited {
	color:#ffffff;
	text-decoration:none;
}


/** table of content list **/
a.toclink:link,
a.toclink:active,
a.toclink:visited {
	color:#3973AC;
	font-size:11px;
	padding:2px 10px 2px 10px;
	display:block;
	text-decoration:none;
}

.pagenavbar a:link,
.pagenavbar a:active,
.pagenavbar a:visited  {
	letter-spacing:2px;
	color:#000000;
	font-size: 11px;
	text-decoration: none;
}

.pagenavbar a:hover {
	color:#3973AC;
}

/** latestnews and popular **/
.latestnews,
.mostread
{
	color:#ffffff;
	text-decoration: none;
}

a.latestnews:link,
.mostread a:link,
.latestnews a:active,
.mostread a:active,
.latestnews a:hover,
.mostread a:hover,
.latestnews a:visited,
.mostread a:visited {
	color:#ffffff;
}


#leftcol a:hover
{
	text-decoration:underline;
}