/* all reset,layout */
* {
    margin:  0;
    padding: 0;
}
td,p,div,tr {
    font-family: Tahoma,verdana,arial;
    font-size:   12px;
    color:       #062c6b;
}
body {
	font-family: verdana,tahoma;
	font-size:   12px;
	padding:     0px 0px 0px 0px;
	margin:      0px 0px 0px 0px;
	color:       #333;
}
.all {
    font-family:         verdana,tahoma;
    font-size:           12px;
    padding:             0px 0px 0px 0px;
    margin:              0px 0px 0px 0px;
    color:               #000000;
   	background-image: url(../images/top.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#container {
    width:             940px;  
}
#wrapper {
	width:            940px;
}
#bg{
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;  
}
#headert {
    background-image:  url(../images/headert.png);
    background-repeat: repeat-x;
    height:            16px;
}
#header {
    width:             940px;
    background-image:  url(../images/header.png);
    background-repeat: no-repeat;
    height:            151px;
}
#topmenu {
    height:              38px;
    background-position: bottom ;
}
#topinfo {
	width:             940px;
	height:            50px;
	line-height:       34px;
	background-image: url(../images/toptop.png);
	background-repeat: repeat-x;
}
#bottominfo {
	width:             940px;
	height:            50px;
	line-height:       34px;
	background-image: url(../images/bottom.png);
	background-repeat: repeat-x;
}
#bottominfo p{
	font-size: 10px;
	color: #666666;
}
#path {
    text-align:   left;
    padding-left: 30px; 
}
#submenu {
    text-align:   left;
    padding-left: 30px; 
}
#dateinfo {
    text-align: right; 
    padding-right:35px;    
}
#language {
    text-align: right; 
    padding-right:35px;    
}

#content {
    width: 880px;
}
#left{
margin-top:15px;
}
#left .moduletable h3 {
    padding-left:        25px;
    background-image:    url(../images/leftmoduleth.png);
    background-repeat:   no-repeat;
    background-position: left;
}
#right {
	text-align: right;
}
#right .moduletable {
    padding-left:  10px;
    padding-right: 10px;
    padding-bottom:20px;
}
#right .moduletable h3 {
    padding-left:        25px;
    background-image:    url(../images/rightth.png);
    background-repeat:   no-repeat;
    background-position: left; 
    color: #C54D4C; 
    border-bottom: 1px solid #FFFFFF;  
}
#maincontent {
    padding-right: 10px;
    margin-top:    15px;
    margin-left:   15px;
}
#footer {
	height:25px;
	width:940px;
	padding-top: 10px;
}
#footer p {
	font-size: 10px;
	color: #666666;
}
#search {
	text-align: right;
	padding-left: 35px;
}
/* joomla css stuff */
ul#mainlevel-nav {
	margin: 0;
	white-space: nowrap;
	padding: 0;
}
ul#mainlevel-nav li {
	display: list-item;
	list-style-type: none;
}
ul#mainlevel-nav li a {
	background-image:  url(../images/button.jpg);
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	display:          block;
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 5px;
}
ul#mainlevel-nav li a:hover {
	display:          block;
	text-decoration:  none;
	font-weight:      normal;
	color: #e9812c;
	padding-left: 5px;
}
ul#mainlevel-nav2 {
	margin: 0;
	white-space: nowrap;
	padding: 0;
}
ul#mainlevel-nav2 li {
	display: list-item;
	list-style-type: none;
}
ul#mainlevel-nav2 li a {
	background-image:  url(../images/button.jpg);
	background-position: right;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	display:          block;
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
}
ul#mainlevel-nav2 li a:hover {
	display:          block;
	text-decoration:  none;
	font-weight:      normal;
	color: #e9812c;
	padding-left: 5px;
}
a:link, a:visited {
    color:           #555555;
    font-weight:     bold;
    text-decoration: none;
}
a:hover {
    color: #e9812c;
}
.mainlevel-bottom {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	padding-top: 10px;
}
.mainlevel-bottom hover {
	text-decoration:  none;
	font-weight:      bold;
	color: #e9812c;
}
form {
    display: inline;
    margin:  0;
    padding: 0;
}
.formFields {
	width: 150px;
	display: block;
	white-space: nowrap;
}
input.button {
	background-color: #062c6b;
	border: 1px double #062c6b;
}
input.inputbox{
	background-color: #FFFFFF;
	border: 1px solid #062c6b;
	color: #062c6b;
}
select.inputbox{
	background-color: #FFFFFF;
		border: 1px solid #062c6b;
}
textarea.inputbox{ 
	background-color: #FFFFFF;
		border: 1px solid #062c6b;
}
radio.inputbox{
		border: 1px solid #FFFFFF;
}

h1 {
	color:       #062c6b;
	font-weight: bold;
	font-size:   25px;
	text-align: right;
	margin-right: 40px;
}
h2 {
	color:       #062c6b;
	font-weight: bold;
	font-size:   16px;
	text-align: right;
	margin-right: 40px;
}
.jflanguageselection ul {
    margin:0px; 
    padding:0px; 
 list-style:none; 	
}
.jflanguageselection li {
   margin: 0; 
    display: inline; 
	}
img {
    border: none ;
}
ol {
    margin-left:         20px;
    list-style-position: inherit;
}
blockquote {
    margin: 10px;
}
blockquote div {
}
pre {
    padding: 10px;
}
table.contenttoc {
    border:  1px solid #CCCCCC ;
    margin:  3px;
    padding: 5px;
}
.contenttoc th {
    background-color: #6A543F;
    padding:          3px;
    color:            #FFFFFF;
    font-weight:      bold;
}
.contenttoc a {
    font-size:   11px;
    padding:     0 5px 0 5px;
    font-weight: normal;
}
.contenttoc a:hover {
    font-size:    11px;
    color:        #666666;
    padding-left: 5px;
}
.contenttoc td {
    padding:    3px;
    background: #FFFFFF ;
}
.contentpane {
    font-family: Arial,Tahoma,  Helvetica, sans-serif;
    font-size:   11px;
    line-height: 18px;
    text-align:  left;
}
.contentpaneopen ul {
    margin-left: 10px;
}
.contentpane ul {
    margin-left: 10px;
}
table.contentpaneopen,table.contentpane {
}
table.contentpaneopen li {
    margin-left: 40px;
}
div.moduletable {
    margin-bottom: 15px;
    text-align:    left;
}
div.moduletable td {
    text-align: left;
}
div.moduletable h3 {
    text-align:          left;
    color:               #6A543F;
    font-weight:         bold;
    font-size:           12px;
    margin-bottom:       10px;
    padding-left:        25px;
    padding-top:         0px;
    background-image:    url(../images/thicon.png);
    background-repeat:   no-repeat;
    background-position: left;
    line-height:         24px;
}
table.moduletable th {
    color:               #898371;
    text-align:          left;
    vertical-align:      middle;
    font-weight:         normal;
    padding-left:        5px;
    padding-top:         15px;
    padding-bottom:      10px;
    font-size:           14px;
    background-image:    url(../images/modth.png);
    background-repeat:   no-repeat;
    background-position: bottom;
    width:               230px;
    text-transform:      uppercase;
}
.contentpaneopen fieldset {
    border: none ;
    width:  100%;
}
.contentpaneopen td {
    padding:     0;
    text-align:  left;
    line-height: 18px;
}
.contentdescription {
}
.latestnews li {
    list-style-type: none;
}
.latestnews li a {
    border-bottom: 1px dashed #E2E2E2 ;
    display:       block;
}
.latestnews li a:hover {
}
.mostread li {
    list-style-type: none;
}
.mostread li a {
    border-bottom: 1px dashed #999999 ;
    display:       block;
}
.mostread li a:hover {
}
ul.latestnews li {
    padding:     2px 2px 5px 0px;
    margin-left: 0px;
    color:       #808080;
    width:       auto;
    text-align:  left;
}
.latestnews a:link {
    text-transform: lowercase;
    color:          #C5BCA3;
}
.latestnews a:visited {
    color: #C5BCA3;
}
.latestnews a:hover {
    color: #666666;
}
ul.mostread li {
    margin-left: 0px;
    color:       #808080;
    width:       auto;
    text-align:  left;
    padding:     2px 2px 3px 0px;
}
.mostread a:link {
    text-transform: lowercase;
    color:          #CCCCCC;
}
.mostread a:visited {
    color: #CCCCCC;
}
.mostread a:hover {
    color: #666666;
}
td.contentheading {
    color:           #e9812c;
    font-family:     Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
    font-size:       14px;
}
div.componentheading {
    color:           #323435;
    font-family:     tahoma, Helvetica, sans-serif;
    text-decoration: none;
    font-weight:     normal;
    font-size:       18px;
    text-align:      left;
}
a.contentpagetitle:link,a.contentpagetitle:hover {
    font-family:     Tahoma,Arial,tahoma, Helvetica, sans-serif;
    text-decoration: none;
    font-size:       18px;
}
a.contentpagetitle:hover {
    color: #CCCC99;
}
.createdate, td.createdate {
    color: #2CD0FC;
    font-size:      11px;
    font-weight:    normal;
    text-transform: uppercase;
    border-bottom:  1px solid #F0F0F0 ;
   
}
.modifydate,.small {
    color:          #666666;
    font-size:      10px;
    font-weight:    normal;
    text-transform: none;
}
.highlight {
    color:            #FFFFFF;
    background-color: gray;
}
.mosimage {
    margin:  5px;
    padding: 5px;
    border:  1px #f0f0f0 solid ;
}
.mosimage_caption {
    background-color: #f0f0f0;
    padding:          1px 2px;
    color:            #898371;
    font-size:        10px;
    font-weight:      bold;
}
.contentpaneopen img {
    margin: 5px;
}
.contentpane img {
    margin: 5px;
}
a.mainlevel-fox:link, a.mainlevel-fox:visited {
	height:          18px !important;
	height:          26px;
	vertical-align:  middle;
	font-size:       12px;
	font-weight:     normal;
	text-align:      left;
	text-decoration: none;
	text-transform:  capitalize;
	color: #868377;
	padding-top:     5px;
	padding-right: 15px;
	padding-left: 15px;
}
a.mainlevel-fox:hover {
    text-decoration: none;
    color:           #666666;
    font-weight:     bold;
}
a.mainlevel-fox#active_menu {
    color:       #333333;
    font-weight: bold;
}
a.mainlevel-fox#active_menu:hover {
    color: #333333;
}
a.sublevel-fox:link, a.sublevel-fox:visited {
    font-size:      11px;
    padding-left:   10px;
    padding-bottom: 3px;
    line-height:    20px;
    display:        block;
    margin-left:    10px;
    font-family:    Arial, Verdana,Tahoma;
    color:          #00CCCC;
    text-transform: lowercase;
    font-weight:    normal;
}
a.sublevel-fox:hover {
    text-decoration: none;
}
a.mainlevel:link, a.mainlevel:visited {
    display:         block;
    height:          18px !important;
    height:          26px;
    vertical-align:  middle;
    font-size:       12px;
    font-weight:     normal;
    text-align:      left;
    text-decoration: none;
    text-transform:  capitalize;
    color: #868377;
    padding-top:     2px;
    border-bottom:   1px solid #EAEAEA ;
    width:90%
}
a.mainlevel:hover {
    text-decoration: none;
    color:           #666666;
    font-weight:     bold;
}
a.mainlevel#active_menu {
    color:       #333333;
    font-weight: bold;
}
a.mainlevel#active_menu:hover {
    color: #333333;
}
a.sublevel:link, a.sublevel:visited {
    font-size:      11px;
    padding-left:   10px;
    padding-bottom: 3px;
    line-height:    20px;
    display:        block;
    margin-left:    10px;
    font-family:    Arial, Verdana,Tahoma;
    color:          #00CCCC;
    text-transform: lowercase;
    font-weight:    normal;
}
a.sublevel:hover {
    text-decoration: none;
}
#mod_login_username {
    width:         70%;
    padding:       2px;
    border:        none ;
    font-size:     10px;
    margin:        0px 10px 5px 0;
    border-right:  1px solid #333 ;
    border-bottom: 1px solid #333 ;
}
#mod_login_password {
    width:         70%;
    padding:       2px;
    border:        none ;
    font-size:     10px;
    margin:        0px 10px 5px 0;
    border-right:  1px solid #333 ;
    border-bottom: 1px solid #333 ;
}
#mod_login_remember {
    border:     1px solid gray ;
    background: white ;
}
.inputbox {
    font-size:  11px;
    border:     1px solid gray ;
    background: #C5BCA3 ;
    height:     18px;
}
.button {
    padding:     1px;
    padding:     2px !important;
    color: #FFFFFF;
    font-size:   11px;
    border:      none ;
    font-weight: bold;
    background: #000000;
    height:      20px; 
    background-image: url(../images/button_bg.png); 
    background-repeat: repeat-x;
    
    
    
}
.sectiontableheader {
    font-weight: bold;
    background:  #DCD9D9 ;
    padding:     4px;
    color: #555555;
}
.sectiontableentry1 td {
    padding: 3px;
}
.sectiontableentry2 td {
    padding:    3px;
    background: #F7E9E7;
}
.sectiontableentry1 {
    padding: 2px;
}
.sectiontableentry2 {
    padding: 2px;
}
.readon {
    font-size: 11px;
    height:    20px;
    padding:   2px 25px 2px 22px;
    float:     right;
}
.readon a:link, .readon a:visited {
    color: #FFFFFF;
}
.readon a:hover {
    color: #EBCA71;
}
.back_button a {
    padding: 2px 5px 2px 20px;
}
.back_button a:hover {
    padding: 2px 5px 2px 20px;
    color:   #DB4646;
}
.pagenav {
    text-align:        center;
    color:             #ffffff;
    margin:            0px -2px 0px 0px;
    padding:           1px 6px 1px 6px;
    font-size:         11px;
    font-family:       arial,verdana,tahoma;
    background-image:  url(../images/btnlogin.gif);
    background-repeat: repeat-x;
}
a.pagenav, a.pagenav:visited {
    color: #ffffff;
}
a.pagenav:hover {
    color:            #ffffff;
    background-color: #000000;
    border:           1px solid #5d5d5d ;
}
/* content style */
.penting {
    border:           1px dotted #FFCC99 ;
    background-color: threedlightshadow;
}
.pathway {
    font-weight: normal;
    text-align:  left;
    color:       #121B1F;
}
#mod_search_searchword .inputbox {
    height:      30px;
    line-height: 30px;
}
