

* {
	font-family: Arial, Helvetica, sans-serif;
}

.waterbody {
	background:#191c1f;
	margin:0;
	color:#333333;
}

div,
td,
p {
	font-size:11px;
	line-height:18px;
	color:#828a8f;
}

a,
a:link,
a:active,
a:visited {
	text-decoration:underline;
	color:#000000;
}

a:hover {
	text-decoration:underline;
	color:#3973AC;
}

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;
}

/** clear the banner to make it sit in the bottom **/
.clear {
	clear:both;
}

/* ---------------------
template layout
--------------------- */

/** wrapper to make the page center **/
#container {
	width:900px;
	margin: 55px auto;
	padding:0;
	text-align: left;
}

/**
hold background, it should be float:left
that's way we can not put it in #container
**/
#containerbg {
	position:relative;
	width: 900px;
	background:transparent url(../images/bg_inside.jpg) repeat-y left top;
	float:left;
	top:0;
	left:0;
}

#outerleft {
	position:relative;
	float:left;
	clear:left;
	width:730px;
	
}

#outerright {
	position:relative;
	width:170px;
	float:right;
	clear:right;
}

#logo {
	position:relative;
	width:100%;
	height:74px;
	float:left;
	background:#FFFFFF url(../images/bg_header.jpg) no-repeat left top;
}

/** div container for top menu. position:top **/
#topmenu {
	position:relative;
	float:left;
	clear:left;
	background-color:#000000;
	width: 100%;
}

/** div container for image header **/
#imgheader {
	position:relative;
	float:left;
	clear:left;
	width:100%;
	height:99px;
	background-color: #000000;
}

#container_inner {
	position:relative;
	clear:left;
	width:730px;
}

/** div container for left column **/
#leftcol {
	position:relative;
	float:left;
	clear:left;
	width:172px;
	background:transparent url(../images/bg_leftcol.jpg) repeat-y left top;
}

#leftcolmenu {
	position:relative;
	background:transparent url(../images/bg_leftcol.jpg) repeat-y left top;
	overflow:auto;
}


/** div wrapper for user2 & user3 **/
#content_top_wrapper {
	position:relative;
	float:right;
	clear:right;
	width:542px;
	display:inline;
	margin: 4px 8px 0 0;
}

/** div container for position:user2 **/
#content_top1 {
	position:relative;
	float:left;
	clear:left;
	width:269px;
}

/** div container for position:user3 **/
#content_top2 {
	position:relative;
	float:right;
	clear:right;
	width:269px;
}

/** div container for mainbody **/
#content_main {
	position:relative;
	float:left;
	width:520px;
	margin:15px 0 20px 20px;
	background-color:#FFFFFF;
}

/** div container for right column **/
#rightcol_top,
#rightcol {
	float:left;
	clear:left;
	width:168px;
	margin:0 0 0 1px;
	display:inline;
	overflow:auto;
}

/** div container for right column position:header **/
#rightcol_top {
	height:70px;
	min-height:70px;
	background:transparent url(../images/bg_topright.jpg) no-repeat center top;
}

/** div container for banner position:banner **/
#banner {
	position:relative;
	clear:left;
	float:left;
	width:515px;
	height:65px;
	min-height:65px;
	color:#FFFFFF;
	font-size:10px;
	padding: 20px 0 0 215px;
}

#blackline {
	position:relative;
	clear:left;
	float:left;
	width:730px;;
	height:10px;
	min-height:10px;
	background-color: #000000;
	color:#FFFFFF;
	font-size:10px;
}

/** copyright **/

#copyright {
	position:relative;
	width:900px;
	display:block;
	clear:both;
	float:left;
}

#copyright div {
	color:#666666;
	font-size:10px;
	font-weight:bold;
	display:block!important;
	width:900px;
	float:left;
	clear:left;
	margin:-10px 0 0 0;
	text-align:left;
}





/** pathway block **/
span.pathway {
	display:block;
	text-align:left;
	color:#000000;
	font-size:10px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	height:20px;
	margin-bottom:10px;
}

/** content title **/
.componentheading {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size: 20px;
	line-height:25px;
	padding: 5px 0 5px 0;
	display:block;
}

.contentheading,
.contentpagetitle,
a.contentpagetitle:link,
a.contentpagetitle:active,
a.contentpagetitle:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#b5b7b4;
	font-weight: bold;
	padding-top: 25px;
	background-color:inherit;
	display:block;
}

.contentpaneopen {
	width:100%;
	text-align: justify;
}


/** pdf, printer version, and email to friend button **/
.buttonheading {
	width: 16px!important;
	text-align:right;
}

.sectiontableheader {
	font-weight: bold;
}

.category, .categorytitle {
	font-weight: bold;
	color:#3973AC;
	background-color:inherit;
}

.sectiontableentry1,
table.pollstableborder tr.sectiontableentry1 {
	background-color: #EFEFEF;
	padding: 2px;
	color:#333333;
}

.sectiontableentry2,
table.pollstableborder tr.sectiontableentry2 {
	background-color: #FFFFFF;
	padding: 2px;
	color:#333333;
}

/** 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;
}

/** toc page navigation  **/
.pagenav_prev,
.pagenav_next {
	font-size:11px;
}


/** 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 {
	display:block;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	width:100%;
	margin-bottom:10px;
	letter-spacing:2px;
}

/** 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;
	font-weight:bold;
	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;
}

/** unordered list item for top menu for firefox only **/
ul#mainlevel-nav li a:hover {
	background: #535353;
	text-decoration:none;
}


 /*
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;
	background:#EEF0F0 url(../images/bg_mainlevel_right.gif) repeat-x center top;
	font-weight:bold;
}

/** 
moduletable specific with background image
you need to add modules class suffix: -bgimg
 **/
table.moduletable-bgimg {
	background:transparent url(../images/bg_module.jpg) no-repeat center bottom;
	float:left;
	clear:left;
	width:100%;
}

table.moduletable-bgimg td {
	padding: 5px ;
	font-size:11px;
}

table.moduletable-bgimg td td {
	padding: 0!important;
}

/** for polls **/
.poll {
	font-size:11px;
	line-height: 16px;
}

table.pollstableborder .sectiontableentry2 {
	background-color:transparent; 
	text-align:left; 
}
table.pollstableborder .sectiontableentry1 {
	background-color:#F5F5F5; 
	text-align:left;
}

.moduletable_bgimg table.pollstableborder td.sectiontableentry2,
.moduletable_bgimg table.pollstableborder td.sectiontableentry1 {
	background-color:transparent!important; 
	text-align:left!important; 
}


#bottompadding	{
	position:relative;
	width:900px;
	display:block;
	height:0px;
	margin-top:-100px;
}
a.footone:link, a.footone:visited, a.footone:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#191c1f;
	font-weight: normal;
	text-decoration:none;
}
.foottwo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a2a5a4;
	font-weight: normal;
}










body{
	font-family:Tahoma,Verdana,Trebuchet MS,Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	background-color: #e8e8e8;
}

tr, p, div {
	font-family:Tahoma,Verdana,Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size:11px;

}
hr {
	background:#999999;
	height:1px;
	width:100%;
}

ul {
	margin: 3px 4px 0px 0px;
	padding: 2px 6px 0px 0px;
	list-style: square;
}

li {
}

ol {
	margin-right: 15px;
}

ol li {
}

.highlight {
 font-weight:bold;
 color: #FF4500;
 }

form {
	display: inline;
	margin: 0;
 	padding: 0;
}
.pathway {
	font-family:  Tahoma,Arial,Verdana, Helvetica, sans-serif;
	font-size: 9px;
	padding-bottom: 5px;
}
a.pathway:link, a.pathway:visited {
	color            : #ff9900;
	font-weight      : normal;
}
a.pathway:hover {
	color            : #ff3300;
	font-weight      : normal;
	text-decoration   : none;
}
.mainlevel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
}
a.mainlevel-nav:link, a.mainlevel-nav:visited {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	font-family:  Tahoma,Verdana, Arial,Helvetica, sans-serif;
	text-align: right;
}
a.mainlevel-nav:hover {
	color: #0000CD;
}

#active_menu {
	display: block;
	color: #000000;
	font-weight: bold;
	background: url(../images/bullet.gif) no-repeat center right;
	width: 171px;
	height: 22px;
	text-decoration: none;
	font-family:  Tahoma,Verdana, Arial,Helvetica, sans-serif;
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
	text-indent: 22px;
	border-bottom: 1px solid #dfdfdf;
	}
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	color: #666666;
	background: url(../images/bullet.gif) no-repeat center right;
	width: 171px;
	height: 22px;
	text-decoration: none;
	font-family:  Tahoma,Verdana, Arial,Helvetica, sans-serif;
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
	text-indent: 22px;
	border-bottom: 1px solid #dfdfdf;
}
a.mainlevel:hover {
	display: block;
	color: #1E90FF;
	background: url(../images/bulle-ht.gif) no-repeat center right;
	width: 171px;
	height: 22px;
	text-decoration: none;
	font-family:  Tahoma,Verdana, Arial,Helvetica, sans-serif;
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
	text-indent: 22px;
	border-bottom: 1px solid #dfdfdf;
}

a.sublevel:link, a.sublevel:visited {
	font-size: 11px;
	color: #cccccc;
	padding-right:10px;
	line-height: 15px;
	display:block;
	margin-right:-4px;
	font-family:tahoma,arial;
	text-align: right;
}
a.sublevel:hover {
	color: #00CCCC; text-decoration: none;
}

table.moduletable {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}
table.moduletable th {
	background-image: url(../images/mod.png);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #000000;
	text-align: center;
	width: 173px;
	font-weight: normal;
	padding-right:10px;
	height:23px;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family:tahoma,verdana,arial, tahoma;
	text-transform:lowercase;
}

table.moduletable td {
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	padding: 0px 0px 4px 0px;
}
.poll {
	font-family      : Tahoma,Arial, Helvetica, sans-serif;
	font-size        : 10px;
	color            : #666666;
	line-height      : 14px;
}
table.pollstableborder {
}
.pollstableborder {
	padding: 3px;
	margin:2px;
}
.sectiontableheader {
	background-color : #666666;
	color            : #ffffff;
	font-weight      : bold;
	padding:5px;
}
.sectiontableentry1 {
	padding:3px 3px 3px 6px;
	background: url(../images/titik.png) repeat-x bottom center;

}
.sectiontableentry2 {
	background: url(../images/titik.png) repeat-x bottom center;
	padding:3px 3px 3px 6px;
}
.sectiontableentry1 td {
	padding:3px 3px 3px 6px;
}
.sectiontableentry2 td {
	background-image:none;
	background-color: #f0f0f0;
	padding:3px 3px 3px 6px;
}
.small {
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	text-align:right;
	font-weight: normal;
	padding-bottom:2px;

}
.smalldark {
	font-family:Tahoma,Arial,Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
.contentpane {
font-family:Tahoma,Arial,Verdana, Helvetica, sans-serif;
direction: rtl;
}
.contentpaneopen {
   font-family:Tahoma,Arial,Verdana, Helvetica, sans-serif;
	width: 100%;
	padding: 1px;
	direction: rtl;
}
.contentpaneopen div {
	font-family:Tahoma,Arial,Verdana, Helvetica, sans-serif;
	direction: rtl;
	padding:5px;
}
.contentdescription{
	font-family:Tahoma,Arial,Verdana, Helvetica, sans-serif;
	width:100%;
}
.componentheading {
	font-family: Tahoma, Verdana, "Lucida Sans";
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding-top: 9px;
	padding-bottom: 3px;
	padding-right: 3px;
	margin: 5px 0px 3px 0px;
	display: block;

	background-position: top;
	background-repeat: repeat-x;
	line-height: 30px;
	text-indent: 16px;
	width: 99%;
}
.contentheading{
	font-family: Tahoma, Verdana, "Lucida Sans";
	font-size: 11px;
	color: #cccccc;
	font-weight: bold;
	text-align: right;
	padding-top: 9px;
	padding-bottom: 3px;
	padding-right: 3px;
	margin: 5px 0px 3px 0px;
	display: block;

	background-position: bottom right;
	background-repeat: no-repeat;
	line-height: 30px;
	text-indent: 0px;
}
.contentheading a:link, .contentheading a:visited {
	font-family: Tahoma, Verdana, "Lucida Sans";
	font-size: 14px;
	color: #E90400;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}
.contentheading a:hover {
	color: #4169E1;
	text-decoration: none;
}
.createdate {
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #004282;
	text-align:right;
	font-weight: normal;
	top:-5px;
	vertical-align: top;
	padding-bottom:2px;
	line-height:20px;
	background-image: url(../images/clock.gif);
	background-position: right center;
	background-repeat: no-repeat;
	text-indent: 15px;
}
.button {
	padding: 2px 8px;
	border: 1px outset #ABABAB;
	background: #F7F7F7;
	font-size: 100%;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.inputbox {
	font-family: Tahoma,Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 2px;
	margin-bottom: 2px;

	width: auto;
}
.modifydate {
	font-size:10px; 
	text-transform: margin-top:15px;
	margin-bottom:15px;
	color:#004282;
	}
	
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color:#3973AC;
}
a.category:link, a.category:visited {
	color: #ff3333;
	font-weight: bold;
	font-size: 11px;
	font-weight: bold;
}
a.category:hover {
	color:#999999;
}
.ontab {
	background-color: #ffae00;
	border-left: outset 2px #ff9900;
	border-right: outset 2px #808080;
	border-top: outset 2px #ff9900;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
.offtab {
	background-color : #e5e5e5;
	border-left: outset 2px #E0E0E0;
	border-right: outset 2px #E0E0E0;
	border-top: outset 2px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	font-weight: normal;
}
.tabpadding {
}
.tabheading {
	background-color: #ffae00;
	text-align: left;
}
.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}
.back_button {
	text-align: center;
	margin-top: 40px;
}
table.contenttoc {
	color: #333300;
	background-color: #e0e0e0;
	border: 1px solid #ccc;
	padding:5px;
}
table.contenttoc td {
    font-size: 8pt;
    font-weight: normal;
    text-align:right;
	padding-left:5px;
	padding-right:5px;
}
table.contenttoc th {
    font-size: 8pt;
    font-weight: normal;
    text-align:right;
	padding:5px;
	background-color:#333333;
	color:#FFFFFF;
}

.message {
	color:#FF0000;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	padding:10px 10px 10px 10px;
	margin: 5px 5px 5px 5px;
	border: 3px double #ccc;
	
}
.mosimage {
	border: 1px solid #cccccc;
	margin: 5px
}
.mosimage_caption {
	margin-top: 2px;
	background-color:#cccccc;
	padding: 1px 2px;
	color: #fff;
	text-transform: normal;
	font-size: 10px;
	border-top: 1px solid #cccccc;
}

#user {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	direction: rtl;
}
#user table.moduletable {
	font-family:Tahoma,Arial,Verdana, Helvetica, sans-serif;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	direction: rtl;
}
#user table.moduletable th {
	display: block;
	color: #000000;
	height: 32px;
	text-decoration: none;
	font-family:  Tahoma,Verdana, Arial,Helvetica, sans-serif;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 28px;
	background-image: url(../images/model.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	text-indent: 22px;
	width: 99%
}
#user table.moduletable td {
	font-family:Tahoma,Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	direction: rtl;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 7px 0px;
	width: 100%;
}


#newsflash {
	width: 620px;
	padding: 4px 5px 7px 5px;
	margin: 0px 0px 0px 0px;
	direction: rtl;
	text-align: right;
	background-image: url(../images/box1_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #0984a3;
}
#newsflash table.moduletable {
	font-family:Tahoma,Arial,Verdana, Helvetica, sans-serif;

	margin-bottom: 0px;
	direction: rtl;
	text-align: right;
}
#newsflash table.moduletable th {
	font-family:Tahoma,Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #B0C4DE;
	background-image: none;
	text-align: right;
	height: 16px;
	width: 640px;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
	border-bottom: 1px double #cccccc;
	margin: 0px 0px 0px 0px;
}
#newsflash table.moduletable td {
	font-family:Tahoma,Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	direction: rtl;
	text-align: justify;
}

#top_bg{
	background-image: url(../images/header_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
#body_left{
	background-image: url(../images/body_left.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 18px;
}
#body_right{
	background-image: url(../images/body_right.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 18px;
}
#fot_left{
	background-image: url(../images/fot_left.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 18px;
	height: 32px;
}
#fot_right{
	background-image: url(../images/fot_right.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 18px;
	height: 32px;
}

a.foottwol:link, a.foottwol:visited, a.foottwol:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a2a5a4;
	font-weight: normal;
	text-decoration:underline;
}