/* www.dircms.lv style  */
body {
	/*background: rgb(222,229,237) url(images/bg.jpg) repeat-x ;*/
	background-color: rgb(208,224,255);
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000;
}

#left, #right {
  display: none;
}


#main {
	width: 900px;
	margin: 0px auto;
	background-color: #fff;
	height: auto !important;
}
#td_head {
	background: url('images/logo.jpg') no-repeat;
	height: 148px;
	vertical-align: top;
}
#td_content {
	padding: 0px 20px 0px 20px;
	background-color: #ffffff;
}
/* ------------------- bottom ------------------- */
#td_bottom {
	text-align: center;
	font-size: 12px;
	color: #000;
	height: 50px;
	padding: 5px;
}
#td_bottom a {
	color: #000 !important;
	padding: 5px;
}
#bottom_links {
	text-align: center;
	padding-top: 5px;
}
#footer {
	float: left;
	padding: 5px;
}
#powered_by {
	padding: 5px;
	float: right;
}
/* ------------------- bottom ------------------- */
#td_right {
	padding: 10px;
}
#td_left {
	height: auto !important;
	height: 630px;
	padding-left: 10px;
	/*background: url(images/left_bg.jpg) no-repeat bottom;
*/
}
h1, h2, h3, h4, h5 {
	margin: 10px 0px 10px 5px;
  color:#000000;
  font-family:Trebuchet MS;
  font-size:22px;
  font-weight:bold;
	line-height: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 22px;
}
.sub_links {
	padding-bottom: 5px;
}
.sub_links a {
}
/* --------------- DIVs BEGIN --------------- */
#div_content {
	padding: 5px;
  margin-bottom:100px;	
}
#div_languages {
  display: none;
	float: right;
	margin: 10px;
}
#div_languages a {
	color: rgb(57,109,140);
}
DIV.div_search {
  display: none;
	margin: 20px 10px 0px 0px;
	clear: right;
	float: right;
}
DIV.div_search input {
	width: 180px;
	height: 20px;
}
DIV.div_item {
}
DIV.div_item_pictures {
}
DIV.div_item_default {
}
DIV.div_html {
}
/* --------------- DIVs END --------------- */
/* --------------- Admin BEGIN --------------- */
#div_admin {
	color: #ffffff;
	padding-top: 4px;
	height: 20px;
	background: url(images/admin_bg.gif) repeat-x;
}
#div_admin #admin_title {
	float: left;
	font-weight: bold;
	padding-left: 5px;
}
#div_admin .admin_button {
	float: right;
	font-weight: bold;
	margin-right: 50px;
	padding: 0px 10px 0px 10px;
}
#div_admin .admin_button a {
	color: #ffffff;
}
/* --------------- Admin END --------------- */
DIV.logon_user {
	color: #ffffff;
	padding-bottom: 10px;
	height: 10px;
	float: right;
}
DIV.logon_user a {
	color: #ffffff;
}
.search_text {
	height: 16px;
	width: 130px;
	border: 1px rgb(127,157,185) solid;
}
/* Styles for items that are shown with dir_item() function */
li.admin_tab {
	float: right;
	text-align: center;
}

DIV.div_html ul {
	margin-left: 20px;
	padding-left: 20px;
}
.div_html p{
margin-bottom: 20px;
} 
/*------------------------------- Side menu (begin)  ----------------------------*/
.cats {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	list-style: none;
}

.cats li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}
.cats a {
	font-size: 14px;
	font-family: Trebuchet MS;
	color: #000;
	text-decoration: none !important;
}
.cats a:hover {
	text-decoration: underline !important;
}
.cats .sub {
	/*background: transparent url(images/bullet-leftmenu.gif) no-repeat scroll 0px 5px;
*/
	background-color: #ffffff;
	border-bottom: medium none;
	padding-bottom: 5px;
	font-size: 11px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
	background: transparent url(images/white.gif) no-repeat scroll 0px 8px;
}
.cats .sub a {
	color: rgb(36,97,141);
}
.cats .sub a b {
	color: rgb(36,97,141);
}
/*------------------------------- Side menu (end)  -------------------------------*/
TABLE.tbl {
	width: 100%;
}
/* ----------------------------- TA Menu styles ------------------------------- */
#taMenu{
}

#glossymenu{
	background-image: url(images/menu.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	position: relative;
	padding: 0;
	margin: 0 0 10px 0;
	height: 26px;
	list-style: none;
}

#glossymenu li{
	float:left;
	/*border-right: 1px #fff solid;*/
}

#glossymenu li a{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none !important;
  font-family: Trebuchet MS;
  font-weight: bold;
	font-size: 16px;
	padding: 0 25 0 25px; /*Padding to accomodate left tab image. Do not change*/
	height: 26px;
	line-height: 26px;
	text-align: center;
	cursor: pointer;	
}

#glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

#glossymenu a:hover{
	background-image: url(images/menu_cur.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

#glossymenu li#current a{
 background-image: url(images/menu_cur.jpg);
 background-position: bottom;
 background-repeat: repeat-x;
}

#glossymenu li#current a b, #glossymenu li a:hover b{
}
/*------------------------------- Pages (end)  ----------------------------------*/
SPAN.page {
	border: 1px solid rgb(187,204,238);
	padding: 2px 4px 2px 4px;
	margin: 2px;
}
SPAN.page:hover {
	background-color: rgb(187,204,238);
	color: rgb(ff,ff,ff);
}
SPAN.active_page {
	border: 1px solid rgb(187,204,238);
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	background-color: rgb(187,204,238);
}
.pages {
	margin-bottom: 10px;
}
/*------------------------------- Pages (end)  ----------------------------------*/
.image {
	margin: 10px;
}
