#maintest {
	border: solid;
	border-width: 0px;
	border-color: #000000;
	width: 1100px;
	font-margin: 5px;
	font-size: 12px;
	font-family: arial, sans-serif;
	margin: 5px;
	margin-top: 40px;
	margin-left: 40px;
        -webkit-border-radius: 15px;
        -khtml-border-radius: 15px;
        -moz-border-radius: 15px;
	border-radius: 15px;
	/*background-color: #fbff92;*/ /*#fffee5;*/ /*#fffffb;*/ /*#dbedce;*/
	-moz-box-shadow: 4px 4px 2px #888;
	-webkit-box-shadow: 4px 4px 2px #888;
	box-shadow: 4px 4px 2px #888;
	background: #fbff92; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbff92', endColorstr='#f8f7e5'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fbff92), to(#f8f7e5)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fbff92,  #f8f7e5); /* for firefox 3.6+ */ 
	padding-bottom: 5px;
}

#text {
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 15px;
	font-size: 12px;
	font-family: arial, sans-serif;
	line-height: 120%;
}

#textcompact {
  margin: 0px;
  margin-bottom: 4px;
  font-size: 12px;
  font-family: arial, sans-serif;
  color: #000;
}

a.normal
{
	color: #4e547e;
}

#main:focus {
  outline:none;
}

#makeMeScrollable
{
  width: 920px;
  height: 180px;
  position: relative;
  padding-left: 0px;
  padding-top: 0px;
  margin-left: 0px; ;
  /*margin-right: auto ;*/
}



div.makeMeScrollable
{
	width: 920px;
	height: 180px;
	position: relative;
	padding-left: 0px;
	padding-top: 0px;
	margin-left: 0px ;
	/*margin-right: auto ;*/
}
    
#makeMeScrollable div.scrollableArea *
{
  position: relative;
  float: left;
  margin: 0;
  margin: 0px;
  padding: 0px;
            /* If you don't want the images in the scroller to be selectable, try the following
               block of code. It's just a nice feature that prevent the images from
               accidentally becoming selected/inverted when the user interacts with the scroller. */
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -o-user-select: none;
            user-select: none;
}
/*
#makeMeScrollable1 div.scrollableArea *
{
  position: relative;
  float: left;
  margin: 0;
  margin: 0px;
  padding: 0px;
            /* If you don't want the images in the scroller to be selectable, try the following
               block of code. It's just a nice feature that prevent the images from
               accidentally becoming selected/inverted when the user interacts with the scroller. */
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -o-user-select: none;
            user-select: none;
}
*/
table.content {
        font-size: 12px;
        font-family: arial, sans-serif;
        margin-left: 5px;
	margin-bottom: 5px;
        border: 1px;
	table-layout: fixed;
	line-height: 120%;
}

img {  
	border-style: none;
	-webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
}

table.main {
	table-layout: fixed;
	border: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
}



.rounded {
    position: relative; 
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px; 
    border-radius: 15px;
    -moz-box-shadow: 6px 6px 3px #888;
    -webkit-box-shadow: 6px 6px 3px #888;
    box-shadow: 6px 6px 3px #888;
    background-color: #ebf4b9;
    color: #88400c;
    margin-left: 10px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 12px;
    font-family: arial, sans-serif;
    behavior: url(js/PIE.htc);
}

.rounded2 {
    position: relative; 
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px; 
    border-radius: 15px;
    -moz-box-shadow: 6px 6px 3px #888;
    -webkit-box-shadow: 6px 6px 3px #888;
    box-shadow: 6px 6px 3px #888;
    background-color: #fffffe;
    color: #000000;
    margin-left: 10px;
    margin-bottom: 5px;
    padding-top: 7px;
    padding-left: 10px;
    padding-bottom: 2px;
    font-size: 12px;
    font-family: arial, sans-serif;
    behavior: url(js/PIE.htc);
    line-height: 150%;
}


.tl, .tr, .bl, .br {
  background-color: transparent; 
  background-image: url(http://79.160.119.5/images/round.png); 
  background-repeat: no-repeat; 
  position: absolute;
}

.tl, .tr{top: 0;}
.bl, .br{bottom: 0;}
.tl, .bl{left: 0;}
.tr, .br{right: 0;}
.tl{background-position: 0 0;}
.tr{background-position: -10px 0;}
.bl{background-position: 0 -10px;}
.br{background-position: -10px -10px;}
