/* CSS Document */
/* created by Serban Padencov. padencov@gmail.com */
/*------------------------------Gobal veriable----------------------*/
body {
			padding:0;
			margin:0;
			background-color:#B2AB98;
			background-image:url(img/pgbg.gif);
			background-repeat:repeat-x;
			background-position:top;
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			font-size:11px;
			}
			
p 		{padding:0; margin:0;}
				
a:link		{ color: #000000; text-decoration: none; }

a:visited	{ color: #000000; text-decoration: none; }

a:active	{ color: #000000; text-decoration: none; }

a:hover		{ color: #000000; text-decoration: underline; }

img{border:0;}

/*------------------------------ Calendar -------------------------*/

.caltitle {	color: #FFFFFF;
		font-weight: bold;
		font-size: 14px;
		text-decoration:none; 	
		background-color: #9a0000;
}
			


.cal {		font-size:11px;
		color:#000000;
		line-height:14px;
}

.cal A:link 	{color:brown; text-decoration: none;}
.cal A:visited 	{color:brown; text-decoration: none;}
.cal A:active 	{color:brown; text-decoration: none;}
.cal A:hover 	{color:brown; text-decoration: underline;}

/*------------------------------Personal Page----------------------*/

.heading {
			font-size:16px;
			color:#FFFFFF;
			font-weight:bold;
			}
			
/*------------------------------menu bar----------------------*/

.menubar {
			border-bottom:#D2784E 1px solid;
			padding-left:20px;
			font-family: Georgia;
			}
.menubar A:link 	{color:#FFFFFF; text-decoration: none}
.menubar A:visited 	{color:#FFFFFF; text-decoration: none}
.menubar A:active 	{color:#FFFFFF; text-decoration: none}
.menubar A:hover 	{color:#FCFFA7; text-decoration: none;}
			
.menu {
			padding-left:15px;
			color:#FFFFFF;
			font-size:14px;
			font-weight:bold;
			text-decoration:none;
			background: url(img/arrows.gif) no-repeat left center;
			}
			
.menu:hover {
			
			background: url(img/arrows2.gif) no-repeat left center;
			color:#FCFFA7;
			}
			
/*------------------------------copyright----------------------*/

.copyright {
			font-size:11px;
			color:#FFFFFF;
			}
			
/*------------------------------bodytext----------------------*/



.redirectionTitle {
			padding-right:30px;
			font-size:16px;
			color:#9a0000;
			line-height:14px;
			}
.redirection {
			padding-right:30px;
			font-size:11px;
			color:#000000;
			line-height:14px;
			}
.texts {
			padding-left:27px;
			padding-right:30px;
			font-size:11px;
			color:#000000;
			line-height:14px;
			}
.rules {
			padding-left:27px;
			padding-right:30px;
			font-size:11px;
			color:#000000;
			line-height:14px;
			}
			
.rules ul		{list-style-image:none; list-style: circle; line-height: 130%;}

.titleLink { 
			text-decoration: none; 
			font-size: 10pt;
			color:#000000;
			font-weight: bold; 
			font-family: Verdana;	
			}
			
.aboutus {
			padding-left:27px;
			padding-right:30px;
			font-size:11px;
			color:#000000;
			line-height:14px;
}

.aboutus A:link 	{color:brown; text-decoration: none;}
.aboutus A:visited 	{color:brown; text-decoration: none;}
.aboutus A:active 	{color:brown; text-decoration: none;}
.aboutus A:hover 	{color:brown; text-decoration: underline;}
			

.links {
			padding-left:27px;
			padding-right:30px;
			font-size:11px;
			color:#000000;
			line-height:14px;
			}
			
.links ul		{list-style-image:none; list-style: circle; line-height: 130%;}

/* ---------------------------------- contacts ---------------------------------- */
.contactsGroup {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none; 	
	background-color: #FE7D18;
}

.contactsTitle {
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
	color:#000000;
	line-height:14px;
	vertical-align: text-top;
}

.contactText {
	font-size:11px;
	color:#000000;
	line-height:14px;
}

.contactsOdd{
	background-color : #FFF5E1;
}

.contactsEven{
	background-color : #FEE7B3;
}			