@CHARSET "ISO-8859-1";

#main-container{
	width: 800px;
	margin: 20px auto;
	text-align: left;
}

#logo{
   margin-bottom: 15px;
   margin-left: 15px;
}

#inner-container{
	margin: 20px;
	font-size: medium;
}

.inner{
	margin-left: 20px;
	margin-right: 20px;
}

#advertisment{
	height:250px;
   margin-bottom: 10px;
}

#innerads{
   margin-top: 10px;
}

#rightSquare{
   width: 340px;
   /*border: 1px solid #cd0a0a;
   background-color: #fef1ec;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;*/
   float: right;
}

#leftSquare{
   float: left;
}

#current{
	width:350px;
	float:right;
	text-align: left;
}


.seperator{
	border: 1px solid #aaaaaa; 
	background: #cccccc url(../css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; 
	color: #222222;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}

.output{
	margin-top: 10px;
}

.image img{
	float: left;
	width: 350px;
}

#helper{
	font-size:0.8em;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
   line-height: 2;
}

#helper a{
   margin-left: 15px;
}

.text{
	margin-left: 370px;
}

.myborder{
	border: 1px solid #aaaaaa;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}

.green{color:green;}
.red{color:red;}
.blue{color:blue;}

tr:hover { 
	background-color:#eeeeee;
}
tr:hover a:LINK{
	background-color:#eeeeee;
}

.description{
	width:350px;
	text-align: justify;
	float:left;
}

#footer{
	margin-top: 20px;	
	text-align: center;
}

.icon-small{
   width: 16px;
   height: 16px;
}

/* addthis */

.addthis_toolbox{
   margin-top: 5px;
}
/* Custom Icons */
.addthis_toolbox .custom_images a {
    width: 24px;
    height: 24px;
    margin:0;
    padding: 0;
}
/*.addthis_toolbox .custom_images a img {
    opacity: 1.0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}*/
   
.addthis_toolbox .custom_images a:hover img {
    opacity: 0.75;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
}       
