
body{
    font: 11px Verdana, Helvetica, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
}

form {margin: 0px 0px 0px 0px; }

span{
    font-size:12px;
}

div{ 
    font-size:12px;
}

td{ 
    font-size:12px;
}



#topdiv{
    width: 980px;
    height:70px;
    text-align:left;
    margin-bottom:2px;
    margin:0px;
    background-color:#CCCCCC;
}

#logodiv input{
  background-color:transparent;
  font-weight:bold;
  font-size:14pt;
  width:115px;
  height:35px;
  border:0;
}

#logodiv table.logo-teach{
  background-image: url('http://teach.pittari-sensei.com/@@/SkinImages/logo-teach-1.gif');
  background-position: center left;
  background-repeat:no-repeat;
  background-color:transparent;
}

#logodiv table.logo-learn{
  background-image: url('http://teach.pittari-sensei.com/@@/SkinImages/logo-learn-1.gif');
  background-position: center left;
  background-repeat:no-repeat;
  background-color:transparent;
}

#topdiv table div.normal table.logo-def {
  background-image: url('http://teach.pittari-sensei.com/@@/SkinImages/logo-learn-def.gif');
  background-position: center left;
  background-repeat:no-repeat;
  background-color:white;
}

#topdiv table div.teach-hover table.logo-def{
  background-image: url('http://teach.pittari-sensei.com/@@/SkinImages/logo-teach-def.gif');
  background-position: center left;
  background-repeat:no-repeat;
  background-color:transparent;
}

#topdiv table div.learn-hover table.logo-def{
  background-image: url('http://teach.pittari-sensei.com/@@/SkinImages/logo-learn-def.gif');
  background-position: center left;
  background-repeat:no-repeat;
  background-color:transparent;
}


#topdiv td.logo{
  width:285px;
}

#topdiv td.logo a{
  display:block;
  width:285px;
  height:70px;
}


#topdiv table div.hover{
  background-color: #DDDDDD;
  cursor:pointer;
  cursor:hand;
}

#topdiv table div.teach-hover{
  background-color: #DDDDDD;
  cursor:pointer;
  cursor:hand;
}

#topdiv table div.learn-hover{
  background-color: #DDDDDD;
  cursor:pointer;
  cursor:hand;
}

#topdiv table div.normal{
  background-color: white;
}


#menubar {
    width: 980px;
    height:27px;
    background-image:url(http://teach.pittari-sensei.com/@@/SkinImages/menu.png);
    background-position:center center;
    text-align:left;
    padding:0px;
    margin:0px;
}

#menubar a.active-menu-item{
  display:block;
  float:left;
  width:110px;
  height:27px;
  line-height:27px;
  color:#BF1E2D;
  background-color:#E5E5A5;
  
  padding:0px;
  margin:0px;
  border:0px;
  border-right:2px solid black;
  text-decoration:none;
  font-size:11pt;
  font-weight:bold;
  text-align:center;
}

#menubar a.inactive-menu-item{
  display:block;
  float:left;
  width:110px;
  height:27px;
  line-height:27px;
  color:white;
  background-color:transparent;
  
  padding:0px;
  margin:0px;
  border:0px;
  border-right:2px solid black;
  text-decoration:none;
  font-size:11pt;
  font-weight:bold;
  text-align:center;
}


#content {
    width: 980px;
    height:500px;
    text-align:left;
    font-size:12px;
}

#footer {
    width: 940px;
    text-align:center;
    margin-top:10px;
    border-top:2px solid gray;
    background-color:#D7DF23;
    padding:20px;
    padding-top:10px;
}


a.tinya{
    text-decoration:none;
    color:black;
    background-image:url('++resource++SkinImages/ar.gif');
    background-repeat:no-repeat;
    background-position:0% 50%;
    padding-left:15px;
}


.RoundedCorner{
  border:1px solid black;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
}

.SRoundedCorner{
  border:1px solid black;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}

.BRoundedCorner{
  border:1px solid black;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  border-radius:12px;
}

.RoundedCornerNB{
  border:0;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
}

.SRoundedCornerNB{
  border:0;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}

.BRoundedCornerNB{
  border:0;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  border-radius:12px;
}


