html {
	overflow-x: hidden;
	overflow-y: auto;
} 

body { 
	background-color: #F5F9EB;
	background-image: url(../images/main-bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #686B62;
}

TD {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #686B62;
	font-size: 10px;
}

P, .text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #686B62;
	margin-top: 3px;
	text-align; justify;
}

LI {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686B62;
}

.caption {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

a:link		{color: #686B62; font-weight: bold; text-decoration:none; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }
a:visited	{color: #686B62; font-weight: bold; text-decoration:none; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }
a:hover		{color: #686B62; font-weight: bold; text-decoration:underline;}
a:active	{color: #686B62; font-weight: bold; text-decoration:none; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }

a.footer:link		{color: #686B62; font-weight: normal; text-decoration: none; font-size: 10px; font-family: Arial, Helvetica, sans-serif; }
a.footer:visited	{color: #686B62; font-weight: normal; text-decoration: none; font-size: 10px; font-family: Arial, Helvetica, sans-serif; }
a.footer:hover		{color: #686B62; font-weight: normal; text-decoration: underline;}
a.footer:active		{color: #686B62; font-weight: normal; text-decoration: none; font-size: 10px; font-family: Arial, Helvetica, sans-serif; }

a.nav-link:link			{color: #515240; font-weight: normal; text-decoration: none; font-size: 11px; font-family: Arial, Helvetica, sans-serif; display: block;}
a.nav-link:visited	    {color: #515240; font-weight: normal; text-decoration: none; font-size: 11px; font-family: Arial, Helvetica, sans-serif; display: block;}
a.nav-link:hover        {color: #515240; font-weight: normal; text-decoration: none;}
a.nav-link:active		{color: #515240; font-weight: normal; text-decoration: none; font-size: 11px; font-family: Arial, Helvetica, sans-serif; display: block;}

.nav {
    height: 27px;
    padding-left: 18px;
    border-bottom: solid 1px #C2C4AC;    
}


.nav:hover, .nav-hover {
    height: 27px;
    padding-left: 18px;
    border-bottom: solid 1px #C2C4AC;
    background-image: url(../images/nav-bg.gif);
}

.footer {
	color: #686B62;
	font-size: 9px;
	font-weight: normal; 
	font-family: Arial, Helvetica, sans-serif;
}

.error {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #660000;
	border: dotted 1px #ffffff;
}

HR {
	border-collapse: collapse;
	border-width: 1px;
	background-color: #000000;
	color: #000000;
}

HR.dotted {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-color: transparent;
	color: inherit;
}

H1, H2, H3, H4 {
	margin: 5px 0px 5px 0px;
}

H1, .title {
	font-family: Times, Verdana, serif, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	color: #443B34;
	text-align: left;
	font-weight: bold;
}

H2, .subtitle {
	font-family: Times, Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	color: #443B34;
	font-weight: bold;
}

H3 {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #443B34;

}

FIELDSET {
	border: 1px solid #bbbbbb;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 15px;
}

INPUT.inputstyle 
{
 border: solid 1px #DFDFDF;   
}

INPUT.submit {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background-color: #631200;
	border: solid 1px #D39F97;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

TEXTAREA 
{
    border: solid 1px #DFDFDF;   
}    

#borderTop {
	background-image: url(../images/main_border_t.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 37px;
}

#borderLeft {
	background-image: url(../images/main_border_l.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	text-align: right;
	vertical-align: bottom;
}

#borderRight {
	background-image: url(../images/main_border_r.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	text-align: left;
	vertical-align: bottom;
}

#borderBottom {
	background-image: url(../images/main_border_b.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 59px;
}

#main {
	background-color: #EF811C;
	width: 754px;
	margin: 1px 1px 0px 1px;
}
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 115px;
}

#navLeft {
	background-image: url(../images/nav_l.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 4px;
}

#navMain {
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	height: 26px;
	width: 744px;
}

#navRight {
	background-image: url(../images/nav_r.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 4px;
}

/*BLOG CLASSES*/
.box    {
    border-width: 1px;
    border-style: solid;
    border-color: #BBBBBB;
}

td.header	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #BBBBBB;
}

.day {	
	color: #00699F;  font-family: Verdana, Tahoma, Arial; font-size: 11px;
	width: 15px;
}

td.cal_head     {
    font-weight: bold;
}

td.cal_today	{

}

td.cal_none_in_month	
{
    color: #EEEEEE;

}

td.cal_none	{

}

/*CHAT*/
TD.chat_row_odd { 
		border-color: #FFFFFF; 
		border-style: solid; 
		border-top-width: 0px; 
		border-right-width: 0px; 
		border-bottom-width: 0px; 
		border-left-width: 0px; 
		background-color: #FFFFFF; 
}

TD.chat_row_even { 
		border-color: #EEEEEE; 
		border-style: solid; 
		border-top-width: 0px; 
		border-right-width: 0px; 
		border-bottom-width: 0px; 
		border-left-width: 0px; 
		background-color: #EEEEEE; 
}

TD.chat_row_private { 
		border-color: #FF0000; 
		border-style: solid; 
		border-top-width: 0px; 
		border-right-width: 0px; 
		border-bottom-width: 0px; 
		border-left-width: 0px; 
		background-color: #FD9797; 
}

.manastiri p {
	font-weight: normal; 
	text-align: justify; 
	font-family: times; 
	font-size: 16px;
	line-height: 16px;
	clear: left;
}

.manastiri div {
	font-weight: normal; 
	font-family: times; 
	font-size: 14px;
	margin: 5px;
}

.manastiri h1 {
	font-weight: bold; 
	font-family: times; 
	font-size: 28px;
}

.manastiri li {
	list-style-image: url(../images/li-bullet.gif);
}

li {
	list-style-image: url(../images/li-bullet.gif);
}
