/*

	template: Artificial Intelligence
	author: luka cvrk (www.solucija.com)
	
*/

body { 
	margin: 0; 
	padding: 0; 
	background: #fff url(images/bg.gif) repeat-x; 
	font: normal 11px Verdana, Arial, Helvetica, Sans-Serif; 
	line-height: 1.6em; 
	color: #333;
}

/* LINKS AND HEADINGS STYLING */

a {
	color: #009900;
}
a:hover {
	color: #FF6633;
	background: inherit;
}
h1  { font: bold 2em Verdana, Helvetica, Sans-Serif; margin: 0; color: #fff; background-color:transparent; }
h2 { clear: both; font-family: Arial, Helvetica, sans-serif; font-size: 1.7em; font-weight: normal; border-bottom: 1px #ccc solid; color: #333; padding: 5px 14px 8px 1px; }
h3 { clear: both; font-family: Arial, Helvetica, sans-serif; font-size: 1.7em; font-weight: normal; border-bottom: 1px #009933 solid; color: #333; background: #fff url(images/h3bg.gif) no-repeat center left; padding: 5px 14px 8px 18px; margin: 8px 0;}

.orange {
	color: #FF9900;
	background: inherit;
	font-family: "Arial Black", sans-serif;
	font-size: 32px;
	font-weight:bold
}
.green {
	color: #009900;
	background: inherit;
	font-family: "Arial Narrow", sans-serif;
	font-size: 32px;
	padding-left: 2px;
}

.image { float: right; border: 2px solid #e2e2e2; padding: 3px; margin: 0 15px 10px 0; }

/* CONTENT WRAPPER */

#main { 
	width: 900px; 
	margin: 20px auto 0 auto;
	background: #fff url(images/lefttop.gif) no-repeat top left; 
}

/* TOP LEFT LOGO */

#logo { 
	float: right; 
	padding: 0px 0 0px 10px; 
}
	#logo h1 { color: #000; background: #fff; }

/* TOP RIGHT HORIZONTAL MENU */
	
#topmenu { 
	float: right; 
	background: #fff url(images/bar.gif) repeat-x bottom right; 
	color: #808080; 
	padding: 18px 1px 11px 0; 
	margin: 0; 
}
	#topmenu li { 
	    background: #fff url(images/bar.gif) repeat-x bottom right; 
		padding: 17px 10px 14px 10px; 
		color: #444; 
		display: inline; 
		border-left: 1px #EDEDED solid;
	}
	#topmenu li.active { 
		background: #fff url(images/baractive.gif) no-repeat bottom left; 
		color: #009900; 
		padding: 14px 22px 12px 22px; 
		display: inline; 
	}
	#topmenu li a {
	background: #FBFBFB;
	color: #808080;
	text-decoration: none;
	font-weight: bold;
	} 	
	#topmenu li a:hover {
	color: #009900;
	font-weight: bold;
	} 	
	.key { text-decoration: underline; } /* ACCESKEY UNDERLINED LETTER */

/* LEFT INTRO SIDE */	

#intro_right {
	clear: right;
	float: right;
	width: 250px;
	background: #FF932D url(images/leftintrobg.gif) repeat-x;
	color: #ffffff;
	margin: 0 0 1px 0px;
	height: 97px;
}
	#intro_right a { color: #fff; background: inherit; }
	#intro_right p { padding: 10px 7px 0px 45px; margin: 0; line-height: 1.3em;}

	/* LEFT VERTICAL MENU */
	
	#menu_right {
		float: right;  
		margin: 0 0 6px 0; 
		padding: 0 0 1px 0; 
		border-bottom: 2px solid #e2e2e2; 
	}
		#menu_right li { list-style: none; }
		#menu_right li a { 
			display: block; 
			color: #663300; 
			background: #FFD199 url(images/arrow.gif) no-repeat center left; 
			width: 204px; 
			padding: 4px 23px 4px 23px; 
			margin: 0 0 1px 0; 
			font-weight: bold; 
			text-decoration: none; 
		}	
		#menu_right li a:hover { background: #FF932D url(images/arrow.gif) no-repeat center left; color: #fff;  }

/* RIGHT INTRO SIDE */
	
#intro_left {
	float: left;
	width: 340px;
	padding: 15px 280px 10px 21px;
	background: #FFBA72 url(images/intro.jpg) no-repeat;
	color: #FFEFCA;
	margin: 0 0 6px 0;
	height: 170px;
	border-left: 2px solid #e2e2e2;
	border-bottom: 2px solid #e2e2e2;
	border-right: 2px solid #e2e2e2;
	font-weight: bold;
}
	#intro_left h1 {
	margin: 0 0 20px 60px;
	color: #F4D0B0
}
	#intro_left .white { color: #FFF; background-color:transparent; font-size: 12px; font-weight: bold;}
	
/* LEFT SIDE */
	
#right {
	float: right;
	width: 250px;
}


	.box {
		padding: 10px 12px 5px 12px;
		margin: 0 0 0px 0;
		background: #FFFFFF url(images/menu_top.gif) no-repeat top left;
	}
	
	.box h2 {
		font: 18px Arial, Helvetica, sans-serif normal;
		border-bottom: 1px solid #FF6600;
		color: #555;
		padding-bottom: 3px;
	}

	.boxbottom {
		background: #FFFFff url(images/menu_bottom.gif) no-repeat bottom left;
		height: 20px;		
		margin: 0 0 20px 0;
		padding: 0px ;
	}	
		
	.note {
		clear: both;
		padding: 10px 85px 10px 10px;
		margin: 0 0 5px 0;
		background: #FFFFAD url(images/package.gif) no-repeat;
		color: #333;
		height: 100px;
		font-size: 10px;
		line-height: 1.4em;
	}
	
.login_menu_link ul li a {
		font-size: 10px;
		line-height: 1.2em;
		background:none;
}	

/* RIGHT SIDE */

#left {
	float: left;
	width: 620px;
	margin: 10px 30px 10px 0px;
	text-align: left;
}


	.leftcol { 
		float: right; 
		padding: 12px 15px;
		width: 280px; 
		border:#ccc 1px solid;
		text-align: justify;
		margin: 0 0 10px 0;
	
	}
	.rightcol { 
		float: left; 
		padding: 10px 15px;
		width: 280px; 
		border:#ccc 1px solid;
		margin: 0 0 10px 0;
		
		}
	.special {
	clear: both;
	margin:0px 0px 20px 0;
	padding: 5px 230px 5px 20px;
	border: 1px solid #ccc;
	background: #eee url(images/footer.gif) no-repeat bottom right;
	color: #444;
	clear: both;
	}

#left blockquote {
	padding-left: 10px;
	border-left: 2px solid #ccc;
}	

#right blockquote {
	padding: 0px;
	margin: 10px;
}	
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/* FOOTER */

#footer { clear: both; padding: 5px; border-top: 1px solid #ccc; }


/* BEGIN E107 CORE CLASSES */


.smalltext {
	font: 1em verdana, tahoma, verdana, arial, sans-serif;
}

.smalltext li {
  padding: 2px;
  display: list-item;
	text-indent: 10px;
	margin-left: 20px;

}

.mediumtext {
	font: 11px verdana, tahoma, verdana, arial, sans-serif;
}

.tbox{
	background-color: #F4F7FA;
	border: #666 1px solid;
	color: #333;
	font: 10px verdana, arial, sans-serif;
	text-align:left;
	padding: 2px;
}

#pagevalue {
	padding: 1px;
}

.tbox.chatbox {
     width: 88%;
     margin-left: auto;
     margin-right: auto;
 } 
 
.helpbox {
	border: 0px;
	background-color: transparent;
	color:#000;
	font: 10px tahoma, "Trebuchet MS", verdana, arial, sans-serif;
}

.fborder {
	border: #ccc 1px solid;
	background-color: #fff;
	
}

.forumheader{
	background-color: #d4d4d4;
	font-family: verdana, tahoma, "Trebuchet MS", arial, sans-serif;
	font-size: 11px;
	color:#333333;
	padding: 4px;
	border: 1px solid #cccccc;
}

.forumheader2{
	background-color: #f4f4f4;
	font-family: verdana, tahoma, "Trebuchet MS", arial, sans-serif;
	font-size: 11px;
	color:#333;
	padding: 4px;
	border: #cccccc 1px solid;
}

.forumheader3{
	background-color: #fff;
	font: 11px verdana, "Trebuchet MS", tahoma, arial, sans-serif;
	color:#333;
	padding: 8px;
	border: #d4d4d4 1px solid;
	line-height: 1.4em;
	text-align: left;

}

.forumborder{
	border:  #009900 1px solid;
	background-color: transparent;
}

.fcaption {
	height: 26px;
	border: #c9c9c9 1px solid;
	padding: 2px 0 2px 4px;
	background-color: #d7d7d7;
	font: 11px verdana, "Trebuchet MS", verdana, arial, sans-serif;
	color:#333;
	font-weight:bold;
}
.fcaption a{
	color:#444;
	text-decoration: none;
	font-weight:bold;
}

.fcaption a:hover{
	color:#009900;
	text-decoration: underline;
	font-weight:bold;
}

td {
	background: none;
}
.button {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

.spacer {
	padding: 1px 0 1px 0;
}

hr {
	size: 1px;
}
