/* Toolbar
-----------------------------------*/
@import url(toolbar.css);
@import url(tree.css);


html {
	margin: 0px;
}
body {
	margin: 0px 0px 0px 0px;
	font-family:Tahoma;
	font-size:11px;
	background-image: url(images/back.png);
	background-attachment: fixed;
}
td, th {
	font-family:Tahoma;
	font-size:11px;
}

pre {
    font-family: Tahoma;
    font-size:11px;
}

.clr { clear: both; overflow:hidden; height: 0; }

a, img { padding: 0; margin: 0; }

img { border: 0 none; }

form { margin: 0; padding: 0; }

h1 {
	margin: 0; padding-bottom: 8px;
	color: #1c3d7c; font-size: 18px; font-weight: bold;
}
h2 {
	margin: 0; padding-bottom: 5px; margin-bottom: 10px;
	color: #1c3d7c; font-size: 15px; font-weight: bold;
	border-bottom: 1px solid #eeeeee;
	white-space: normal;
}
h3 {
	margin: 0; padding-bottom: 8px;
	color: #1c3d7c; font-size: 13px; font-weight: bold;
	white-space: normal;
}

a:link    { color: #0B55C4; text-decoration: none; }
a:visited { color: #0B55C4; text-decoration: none; }
a:hover   { text-decoration: underline; }

fieldset {
	margin-bottom: 10px;
	border: 1px #ccc solid;
	padding: 5px;
	text-align: left;
}

fieldset p {  margin: 10px 0px;  }

legend    {
	color: #0B55C4;
	font-size: 12px;
	font-weight: bold;
}

input, select { font-size: 11px;  border: 1px solid silver; }
textarea      { font-size: 11px;  border: 1px solid silver; }
button        { font-size: 11px;  }

input.disabled { background-color: #F0F0F0; }

input.button  { cursor: pointer;   }

input:focus,
select:focus,
textarea:focus { background-color: #ffd }

/* Page structure
-----------------------------------*/

#wrapper {
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: left;
}
#wrapper-outer {
	
}
#wrapper-inner {
	
}
/*Header*/
#header-wrapper {
	height: 126px;
	background: #ffffff;
	border:1px solid #bccedd;
	margin-bottom: 3px;
}
#header-outer {
	height: 120px;
	width: 992px;
	background: url(images/header-bg.gif) repeat-x;
	position: relative;
	top: 3px;
	left: 3px;
}
#header-inner {
	height: 120px;
	width: 992px;
	background: url(images/header-pic.gif) no-repeat;
}
#logo {
	background: url(images/logo.gif);
	width: 100px;
	height: 110px;
	position: relative;
	top: 5px;
	left: 10px;
}
#logo a {
	display: block;
	width: 100px;
	height: 110px;
}
#topmenu {
	margin: 0;
	padding: 0;
	width: 400px;
	position: relative;
	bottom: 105px;
	left: 630px;
	border: 0px solid #000
}
#topmenu ul {
	margin: 0;
	padding: 0;
}

#topmenu ul li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px dotted #c78989;
}
#topmenu ul li a {
	color: #ffffff;
	font-size: 11px;
}

/*Mainmenu*/
#menu-wrapper {
	background: #ffffff;
	border:1px solid #bccedd;
	white-space: nowrap;
	padding: 3px;
	margin-bottom: 3px;
}
#menu-outer {
	background: url(images/mainmenu-bg.gif) repeat-x;
}
#menu-inner {
	
}
/*Content*/
#content-wrapper {
	background: #ffffff;
	border:1px solid #bccedd;
}
#content-outer {
	
}
#content-inner {
	padding: 10px;
}
/*Footer*/
#footer-wrapper {
	
}
#footer-outer {
	
}
#footer-inner {
	padding: 5px;
	text-align: center;
}

/*Layout*/
#layout-main {
	text-align: left;
	vertical-align: top;
}
#layout-sidebar {
	text-align: left;
	vertical-align: top;
	width: 200px;
	padding: 0px 0px 0px 10px;
}

/* Main menu
-----------------------------------*/
#mainmenu {
	margin: 0;
	padding: 5px;
}
#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#mainmenu ul li {
	margin: 0;
	padding: 0;
	display: inline;
	position: relative;
}
#mainmenu ul li.selected {
	position: relative;
	background: #ffffff;
}
#mainmenu ul li a {
	text-decoration: none;
	padding: 5px 25px;
	color: #ffffff;
	font-weight: normal;
	font-size: 11px;
	text-transform: none;
	
	border-right: 1px dotted #ffffff;
	position: relative;
}
#mainmenu ul li a:hover {
	text-decoration: underline;
	color: #ffffff;
	background: #0978f4;
}
#mainmenu ul li.selected a {
	background: #ffffff;
	color: #000000;
}
a.sublevel:link, a.sublevel:visited {
	display: block;
	background: #1c8ae7 url(images/sub-menu-bullet.gif) no-repeat;
	text-decoration: none;
	color: #ffffff;
	padding: 4px 5px 4px 20px;
	border-bottom: 1px dotted #ffffff;
}
a.sublevel:hover {
	color: #ffffff;
	background: #0978f4 url(images/sub-menu-bullet.gif) no-repeat;
}
a.sublevel#active_menu {
	background: #0978f4;
}


/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:1px;
	z-index:2;	
	border-left: 1px dotted #861811;
}

.transMenu.top .items {
	border-top:none;
}

/* each TR.item is one menu item */
.transMenu .item {
    color:#336;
    font-size:10px;
    font-family:sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
}
/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}
/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:0;
	filter:alpha(opacity=0);
}
/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:0;
	filter:alpha(opacity=0);
}

/* Left menu
-----------------------------------*/
#leftmenu {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	border-right: 1px dotted #bccedd;
	border-left: 1px dotted #bccedd;
	border-bottom: 1px dotted #bccedd;
}
#leftmenu h3 {
	color: #ffffff;
	font-size: 13px;
	background: url(images/site_bg2.gif) repeat-x;
	padding: 4px;
}
#leftmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#leftmenu ul li {
	margin-bottom: 1px;
	background: url(images/widget-title-bg.gif) repeat-x;
}
#leftmenu ul li a {
	background: url(images/leftmenu-sep.png) no-repeat left;
	display: block;
	padding: 6px 10px 6px 15px;
	border-top: 1px dotted #b2bdd0;
	color: #222222;
	text-decoration: none;
	white-space: normal;
	font-size: 11px;
	font-family: Arial;	
}
#leftmenu ul li a:hover {
	background: #fdfdf1 url(images/leftmenu-sep.png) no-repeat left;
	text-decoration: none;
	color: #000000;	
}
#leftmenu ul li.selected a {
	background: #ffffdd url(images/leftmenu-sep.png) no-repeat left;
	display: block;
	padding: 6px 10px 6px 15px;
	border-top: 1px dotted #b2bdd0;
	color: #384b61;
	text-decoration: none;
}
/*-sub-*/
#leftmenu ul ul li a {
	background: url(images/leftmenu-sep2.png) no-repeat left;
	display: block;
	padding: 6px 10px 6px 25px;
	border-top: 1px dotted #b2bdd0;
	color: #384b61;
	text-decoration: none;
	white-space: normal;
}
#leftmenu ul ul li a:hover {
	background: #fdfdf1 url(images/leftmenu-sep2.png) no-repeat left;
	text-decoration: none;
	color: #000000;
}
#leftmenu ul ul li.selected a {
	background: #ffffdd url(images/leftmenu-sep2.png) no-repeat left;
	display: block;
	padding: 6px 10px 6px 25px;
	border-top: 1px dotted #b2bdd0;
	color: #384b61;
	text-decoration: none;
}
/*-sub-sub-*/
#leftmenu ul ul ul li a {
	background: url(images/leftmenu-sep3.png) no-repeat left;
	display: block;
	padding: 6px 10px 6px 35px;
	border-top: 1px dotted #b2bdd0;
	color: #384b61;
	text-decoration: none;
	white-space: normal;
}
#leftmenu ul ul ul li a:hover {
	background: #fdfdf1 url(images/leftmenu-sep3.png) no-repeat left;
	text-decoration: none;
	color: #000000;
}
#leftmenu ul ul ul li.selected a {
	background: #ffffdd url(images/leftmenu-sep3.png) no-repeat left;
	display: block;
	padding: 6px 10px 6px 35px;
	border-top: 1px dotted #b2bdd0;
	color: #384b61;
	text-decoration: none;
}
/* side boxes */
div.left-column {
	
}

div.side-box {
	
}
div.side-box-inner {
	
}

/* Sidebar
-----------------------------------*/

#sidebar {
	background: #ffffff;
	border-left: 1px dotted #bccedd;
	padding: 0px 0px 0px 0px;
}
#widget {
	margin-bottom: 10px;
}
#widget-inner {

}
#widget h3 {
	color: #ffffff;
	font-size: 13px;
	background: url(images/site_bg2.gif) repeat-x;
	padding: 4px;
	border-top: 0px solid #bccedd;
	border-bottom: 0px solid #bccedd;
}
#widget-content {
	padding: 5px;
}

/* Form
-----------------------------------*/
.form-text, textarea.form-field{
    padding:1px 3px;
    background:#fff url(images/form/text-bg.gif) repeat-x 0 0;
    border:1px solid #B5B8C8;
}
.form-text-search {
    padding:1px 3px;
    background:#fff url(images/form/text-bg.gif) repeat-x 0 0;
    border:1px solid #B5B8C8;
    width: 140px;
}
.form-button-search {
	background:url(images/form/nav_right_red.png) no-repeat;
	padding: 0;
	margin: 0;
	border: 0;
	height: 20px;
	width: 20px;
}
/* Message
-----------------------------------*/
.message-info {
	background: #ffffdd url(images/info.png) no-repeat 3px 3px;
	padding: 15px 20px 15px 40px;
	border: dashed 1px #54a512;
	border-top: solid 2px #54a512;
	border-bottom: solid 2px #54a512;
	color: #356032;
}
/* Article
-----------------------------------*/
.article {
	white-space: normal;
}
.article-content {
	white-space: normal;
	text-align: justify;
	padding: 10px;
}
/* Category
-----------------------------------*/
span.article-view-back {
	position: relative;	
	float: right;
	right: 10px;
	bottom: 15px;
}
span.article-view-back a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #1c3d7c;
}
span.article-view-back a:hover {
	color: #000000;
	text-decoration: none;
}
.article-list h2 {
	margin: 0; padding-bottom: 5px; margin-bottom: 10px;
	color: #931111; font-size: 15px; font-weight: bold;
	border-bottom: 1px solid #931111;
	white-space: normal;
}
/* Comments
-----------------------------------*/
.comments {
	padding: 10px;
	margin: 10px 0 10px 0;
}
.comments h3 {
	margin: 0; padding-bottom: 8px;
	color: #1c3d7c; font-size: 13px; font-weight: bold;
	white-space: normal;
	border-bottom: 1px solid #eee;
} 
.comments-form {
	
}
.x-form-text-commentTitle {
	font-family: Tahoma;
	font-size: 11px;
	width: 100%;
	border: 1px solid #e0e0e0;
	border-top: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
	padding: 2px;
}
.x-form-text-commentComment {
	font-family: Tahoma;
	font-size: 11px;
	width: 100%;
	border: 1px solid #e0e0e0;
	border-top: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
	padding: 2px;
}
.x-form-button-commentSend {
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #e0e0e0;
	border-top: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
	padding: 3px 5px 3px 5px;
}
.comments-list {
	margin: 0 0 0 0;
}
.comments-list-block {
	border: 1px dashed #ccc;
	padding: 10px;
	margin-top: 10px;
}
.comments-list-title {
	font-size: 11px;
	font-weight: bold;
}
.comments-list-comment {
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
}
.comments-list-date {
	font-size: 10px;
	padding-top: 5px;
	color: #555;
}


/* Table styles
-----------------------------------*/
table.layout {
	width: 100%;
	color: #666;
}

table.adminlist {
	width: 100%;
	border-spacing: 1px;
	background-color: #e7e7e7;
	color: #666;
}

table.adminlist td,
table.adminlist th { padding: 4px; }

table.adminlist thead th {
	text-align: left;
	background: #f0f0f0;
	color: #666;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
}

table.adminlist thead a:hover { 
	text-decoration: none; 
}

table.adminlist thead th img { 
	vertical-align: middle; 
}

table.adminlist tbody th { 
	font-weight: bold; 
}

table.adminlist tbody tr { 
	background-color: #fff;  
	text-align: left; 
}
table.adminlist tbody tr.row1 { 
	background: #f9f9f9; 
	border-top: 1px solid #fff; 
}

table.adminlist tbody tr.row0:hover td,
table.adminlist tbody tr.row1:hover td  { 
	background-color: #ffd ; 
}

table.adminlist tbody tr td { 
	height: 25px; 
	background: #fff; 
	border: 1px solid #fff; 
}
table.adminlist tbody tr.row1 td { 
	background: #f9f9f9; 
	border-top: 1px solid #FFF; 
}

table.adminlist tfoot tr { 
	text-align: center;  
	color: #333; 
}
table.adminlist tfoot td,
table.adminlist tfoot th { 
	background-color: #f3f3f3; 
	border-top: 1px solid #999; 
	text-align: center; 
}

table.adminlist td.order { 
	text-align: center; 
	white-space: normal; 
}
table.adminlist td.order span { 
	float: left; 
	display: block; 
	width: 20px; 
	text-align: center; 
}

table.adminlist .pagination { 
	display:table; 
	padding:0;  
	margin:0 auto;	
}

.pagination div.limit {
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 0 10px;
}


table.admintable td 					 { padding: 5px; }
table.admintable td.key,
table.admintable td.paramlist_key {
	background-color: #f6f6f6;
	text-align: right;
	width: 140px;
	color: #666;
	font-weight: bold;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

table.admintable td.key-value {
	background-color: #ffffff;
	color: #666;
	border-bottom: 1px solid #e9e9e9;
}

table.paramlist td.paramlist_description {
	background-color: #f6f6f6;
	text-align: left;
	width: 170px;
	color: #333;
	font-weight: normal;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

table.admintable td.key.vtop { vertical-align: top; }

fieldset.adminform { border: 1px solid #ccc; margin: 10px 10px 10px 10px; }
.key {
	background-color: #f6f6f6;
	width: 140px;
	color: #666;
	font-weight: bold;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	padding: 5px;
}
#btn-search-article {
	display: block;
	width: 80px;
}
#btn-search-article a {
	display: block;
	background: url(images/widget-title-bg.gif) repeat-x;
	padding: 4px 10px 4px 10px;
	text-align: center;
	border: 1px dotted #bccedd;
	color: #555555;
	text-decoration: none;
}
#btn-search-article a:hover {
	border: 1px solid #bccedd;
	color: #333333;
	text-decoration: none;
}
/* Page split
-----------------------------------*/
 
#splitpage {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#splitpage a.splitpage { 
	color:#263e39;
	text-decoration:none;
	padding:2px 8px 2px 8px;
	text-align:center;
}
#splitpage a.splitpage:hover {
	color : #263e39;
	background-color: #d5e2f2;
}
#splitpage a.splitpagecurrent { 
	color:#999999;
	text-decoration:none;
	padding:2px 8px 2px 8px;
	background-color:#d5e2f2;
	text-align:center;
}
#splitpage a.splitpagecurrent:hover {
	color : #263e39;
	background-color: #d5e2f2;
}
#splitpage a.splitpage:active {
	color:#263e39;
	background-color:#d5e2f2;
	padding:2px 8px 2px 8px;
}

/* Message box
-----------------------------------*/
.msg .x-box-mc {
    font-size:14px;
}
#msg-div {
    position:absolute;
    left:35%;
    top:10px;
    width:250px;
    z-index:20000;
}
/* Form
-----------------------------------*/
input.form-button {
	padding: 3px 10px 3px 10px;
	background: #f0f0f0;
	border-top: 2px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 2px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	color: #000;
	font-size: 11px;
}

/* Module Links
-----------------------------------*/
.links-cat {
	font-weight: bold;
	font-size: 12px;	
	border-bottom: 1px solid #eee;
	padding: 5px;
	color: #555555;
}
.links-table {
	border-left: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-right: 1px solid #eee;
}
.links-table-cell {
	width: 33%;
	vertical-align: top;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}

td.links-table-cell:hover  { 
	background-color: #ffd ; 
}
.links {
	padding: 6px;
}
.links-title {
	font-weight: normal;
	font-size: 11px;
	color: #000;
	background: url(images/home.png) no-repeat left;
	padding-left: 20px;
}
.links-description {
	color: #888888;
	font-size: 11px;
}
.links-link {
	color: #888888;
	font-size: 10px;
}

/* Module Photos
-----------------------------------*/
.photos-frame {
	width: auto;
	margin: 0 0 0 5px;
	border-spacing: 20px;
	border-collapse: 0px;
	border: 0;
	z-index: -1;
	
}
.photos-thumb-box {
	width: 120px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background: #ffffff;
}
.photos-folder {
	display: block;
	width: 120px;
	height: 120px;
	background: url(images/folder.gif) no-repeat;
}
.photos-folder a {
	display: block;
	width: 120px;
	height: 120px;
	border: 1px solid #99defd;
	text-align: center;
	vertical-align: middle;
}
.photos-folder a:hover {
	border: 1px solid #66a9c5;
}
.photos-file {
	display: block;
	width: 120px;
	height: 120px;
}
.photos-file a {
	display: block;
	width: 120px;
	height: 120px;
	border: 1px solid #99defd;
	text-align: center;
	vertical-align: middle;
}
.photos-file a:hover {
	border: 1px solid #66a9c5;
}
.photos-file a img {
	margin: auto auto auto auto;
}
.photos-description {
	display: block;
	width: 120px;
	height: auto;
	white-space: nowrap;
	padding: 5px 0px 5px 0px;
}
.photos-pathway {
	padding: 5px 5px 5px 5px;
	margin: -10px 0 0 0;
	background: #f5f5f5;
	border-bottom: 1px solid #eaeaea;
	font-size: 10px;
	color: #888;
}
.photos-folder-empty {
	padding: 10px;
	
}

.random-photo {
	display: block;
	border: 1px solid #eaeaea;
	height: 170px;
	text-align: center;
}
.random-photos-description {
	white-space: nowrap;
	padding: 5px 0px 5px 0px;
}

/* Module Default
-----------------------------------*/
.home-news {
	margin-bottom: 10px;
}
.news-title {
	font-weight: bold;
	padding: 5px;
}
.news-created_date {
	font-weight: normal;
	font-size: 10px;
	color: #888888;
	padding: 3px 5px 3px 5px;
}
.news-block {
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.news-intro {
	padding: 5px;
	text-align: justify;
}

/* Module Poll
-----------------------------------*/
.random-poll {
	padding: 5px;
}
.poll-question {
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 4px;
}
.poll-answers {
	padding: 4px;
}
.poll-answer {
	padding: 0 5px 0 5px;
	border-bottom: 1px solid #eaeaea;
}
.poll-chart {
	display: block;
	height: 15px;
	padding: 0;
	margin: 0;
}
.poll-hits {
	display: block;
	height: 15px;
	position: relative;
	bottom: 15px;
	text-align: right;	
}

.poll-form {
	
}
.poll-form-answer {
	padding: 3px;
	border-bottom: 1px solid #eaeaea
}
.poll-form-buttons {
	padding: 5px;
}
.form-button-vote {
	font-size: 11px;
	font-family: tahoma;
	padding: 1px 5px 1px 5px;
	border: 1px solid silver;
	border-top: 2px solid silver;
	border-bottom: 2px solid silver;
}

.poll-questions {
	margin: 0;
	padding: 0;
	list-style: none;
}
.poll-questions li {
	display: block;
}
.poll-questions li.selected {
	display: block;
	background: #ffd;
}
.poll-questions li a {
	display: block;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid silver;
	text-decoration: none;
}
.poll-questions li a:hover {
	text-decoration: none;
	background: #ffd;
}
.poll-questions-title {
	font-size: 12px;
	border-bottom: 1px solid silver;
}
/* Module Guestbook
-----------------------------------*/
.guestbook-question-list {
	white-space: normal;
}
.guestbook-question-item {
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 10px;
}
.guestbook-guestion-title {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}
.guestbook-guestion-message {
	white-space: normal;
	text-align: justify;
	padding: 10px;
}
.guestbook-answer-item {
	border: 1px dashed #ccc;
	background: #fffeee;
	margin: 0px 5px 5px 5px;
	padding: 10px;
}
.guestbook-question-info {
	padding-top: 5px; 
	border-top: 1px solid #eee; 
	font-size: 10px;
	color: #888888;
}
.guestbook-answer-info {
	background: #ffd;
	font-size: 10px;
	color: #555555;
	text-align: right;
}
.guestbook-answer-top {
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	margin: 20px 5px 0 5px;
	border-top: 1px dashed #ccc;
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	background: #fffeee;
}
.guestbook-question-item:hover { 
	background-color: #ffd ; 
}
.guestbook-ashiglah {
	list-style: decimal;
	margin: 10px 20px 10px 20px;
}
/* Module Who is who
-----------------------------------*/
/** ================= TAB ================= */
.tab-content{
	padding:5px;		 
}
#list-item a{
	
}
#list-item a.active{
	font-weight: bold;
	color: #931111;
}
#list-item a:hover{
	font-weight: bold;
	color: #931111;
}

/* Module CV
-----------------------------------*/
/*  ---------- CV -------------------------- */
.t-header-style
{
    padding: 3px;
    background-color: #d0def0;
    color: #1c3d7c; 
    /*border-top:1px solid #a9bfd3;
    border-left:1px solid #a9bfd3;
    border-right:1px solid #a9bfd3;*/
}
.t-header-title-style{
    padding:4px 0px 10px 0px;
    font-weight:bold;
    color:#666666;
}
.seperator{
    border-top: 1px solid #cccccc;
    margin-top:10px;
    padding-bottom:10px;
}

.form-border-top{
    border-top:1px solid #a9bfd3;
    border-left:1px solid #a9bfd3;
    padding:3px;
    text-align:center;
}
.form-border-top-head{
    background-color:#d0def0;
    border-top:1px solid #a9bfd3;
    border-left:1px solid #a9bfd3;
    padding:3px;
    text-align:center;
}
.form-border-top-header{
    background-color:#d0def0;
    border-top:1px solid #a9bfd3;
    border-left:1px solid #a9bfd3;
    padding:3px;
    font-weight:bold;    
    text-align:center;
    color:#1c3d7c;
}
.form-border-top-title{
    border-top:1px solid #a9bfd3;
    border-left:1px solid #a9bfd3;
    padding:3px;
    text-align:center;
}
.form-border-bottom-title{
    border-top:1px solid #a9bfd3;
    border-left:1px solid #a9bfd3;
    padding:3px;
    text-align:center;
    border-bottom:1px solid #a9bfd3;
}
.form-border-top-item{
    border-top:1px solid #a9bfd3;
    border-left:1px solid #a9bfd3;
    padding:3px;
    text-align:left;
}
.form-border-top-item-odd{
    background-color:#eeeeee;
    border-top:1px solid #a9bfd3;
    border-left:1px solid #a9bfd3;
    padding:3px;
    text-align:left;
}
.form-border-bottom-item{
    border-top:1px solid #a9bfd3;
    border-left:1px solid #a9bfd3;
    padding:3px;
    text-align:left;
    border-bottom:1px solid #a9bfd3;
}
.form-border-right{
    border-top:1px solid #a9bfd3;
    border-left:1px solid #a9bfd3;
    border-right:1px solid #a9bfd3;
    padding:3px;
    text-align:center;
}
.form-border-right-head{
    background-color:#d0def0;
    border-top:1px solid #a9bfd3;
    border-left:1px solid #a9bfd3;
    border-right:1px solid #a9bfd3;
    padding:3px;
    text-align:center;
}
.form-border-bottom{
    border-top:1px solid #a9bfd3;
    border-left:1px solid #a9bfd3;
    border-bottom:1px solid #a9bfd3;
    padding:3px;
    text-align:center;
}
.form-border-bottom-right{
    border-top:1px solid #a9bfd3;
    border-left:1px solid #a9bfd3;
    border-bottom:1px solid #a9bfd3;
    border-right:1px solid #a9bfd3;
    padding:3px;
    text-align:center;
}
.form-border-dynamic{
    width:40px;    
    border-bottom:1px solid #a9bfd3;
    border-right:1px solid #a9bfd3;
    padding:3px;
    text-align:center;
}
.form-border-dynamic-left{
    width:40px;    
    border-bottom:1px solid #a9bfd3;
    border-right:1px solid #a9bfd3;
    border-left:1px solid #a9bfd3;
    padding:3px;
    text-align:center;
}
.t-header-style-dynamic{
    padding:3px;
    background-color:#d0def0;
    color:#1c3d7c;
    border-right:1px solid #a9bfd3;
    text-align:center;
}
.name-card-back {	 
	width: 491px; 
	height: 302px;
	border: 1px solid #cccccc;
}

/* Module Seach
-----------------------------------*/
.search-form {
	border-bottom: 0px solid #ccc;
	padding: 10px;
}
.search-head {
	
}
.search-keyword {
	font-size: 12px;
	font-weight: bold;
	color: #555;
}
.search-element {
	padding: 2px 2px 2px 2px;
	border: 2px solid #a76f50;
}
.search-form-text {
	border: 0;
	font-size: 12px;
	font-family: Tahoma;
	width: 300px;
	height: 16px;
}
.search-form-text-h {
	border: 0px solid silver;
	font-size: 12px;
	font-family: Tahoma;
	width: 125px;
}
.search-form-text:focus, .search-form-text-h:focus {
	background: transparent;
}
.search-form-button {
	border: 0;
	background: transparent url(images/search.png) no-repeat;	
	width: 16px;
	height: 16px;
}
.search-pager-info {
	padding: 5px;
	text-align: right;
	color: #888888;
}
.search-result-row0 {
	background: #ffffff; 
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #eee;
}
.search-result-row1 {
	background: #f5f5f5; 
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #eee;
}
.search-result-row-number {
	padding: 10px 10px 10px 0px;
	width: 20px;
	vertical-align: top;
	text-align: right;
	font-size: 13px;
}
.search-result-row-right {
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	text-align: left;
}
.search-result-row-title a {
	font-size: 13px;
	text-decoration: underline;
	color: #003ae6;
}
.search-result-row-category {
	font-size: 11px;
	color: #000;
	padding-top: 5px;
}
.search-result-row-link {
	font-size: 11px;
	color: #009e07;
	padding-top: 5px;
}

.search-pagination {
	padding: 10px;
	margin: 10px 0 0 0;

}
#splitpage-s {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#splitpage-s a.splitpage-s { 
	color:#263e39;
	text-decoration:none;
	padding:5px 10px 5px 10px;
	text-align:center;
	border: 1px solid #eee;
}
#splitpage-s a.splitpage-s:hover {
	color : #263e39;
	background-color: #e7f8ff;
}
#splitpage-s a.splitpagecurrent-s { 
	color:#999999;
	text-decoration:none;
	padding:5px 10px 5px 10px;
	background-color:#e7f8ff;
	text-align:center;
	border: 1px solid #eee;
}
#splitpage-s a.splitpagecurrent-s:hover {
	color : #263e39;
	background-color: #e7f8ff;
}
#splitpage-s a.splitpage-s:active {
	color:#263e39;
	background-color:#e7f8ff;
	padding:5px 10px 5px 10px;
	border: 1px solid #ccc;
}
/* Banner Box Begin */
.mod_l {
	background-image:url(images/banner/module_l.gif);
	background-position:left;
	background-repeat:repeat-y;
}
.mod_r {
	background-image:url(images/banner/module_r.gif);
	background-position:right;
	background-repeat:repeat-y;
}
.mod_t {
	background-image:url(images/banner/module_t.gif);
	background-position:center top;
	background-repeat:repeat-x;
	width:auto;	
}
.mod_b {
	background-image:url(images/banner/module_b.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	width:auto;
}
.mod_tr {
	background-image:url(images/banner/module_tr.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.mod_tl {
	background-image:url(images/banner/module_tl.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.mod_br {
	background-image:url(images/banner/module_br.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.mod_bl {
	background-image:url(images/banner/module_bl.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.sub_cont {
	padding: 10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
}
/* Banner Box End */


/* Module Law/Project
-----------------------------------*/
.law-project-categories {
	padding:10px; 
	width:50%;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	vertical-align: top;
}
td.law-project-categories:hover { 
	background-color: #ffd ; 
}
