/*
The Invincibles2k4
http://www.jipmer2k4.org
JIPMER - MBBS batch of 2004
Scripts: Deevakar
Web Designing and Maintenance: Deevakar
*/

/*
Design the headers
*/
.maintitle
          {
          font-size : 40px ;
          color : #8000FF;
          font-weight : bold;
          font-family : Trebuchet MS;
          }

 .subtitle
          {
          font-size : 20px ;
          color : #7FAAFF;
          font-weight : bold;
          font-family : Balloonist SF;
          }
 
a.medico_title
              {
              text-decoration: none;
              }

.medico_caption
               {
               font-family: Trebuchet MS;
               font-size: 12px;
               color: #9D3CFF;
               font-weight: bold;
               text-decoration: underline;
               }

/*
Design the main table
*/
td.side_link
            {
            width: 150px;
            }

td.main_window
              {
              border-left: 10px solid #0099FF;
              border-top: 1px solid #0099FF;
              border-right: 1px solid #0099FF;
              border-bottom: 5px solid #0099FF;
              }

td.medico
         {
         width: 300px;
         }

/*
Design the side links
*/

td.links
        {
        width: 150px;
        height: 25px;
        }

a.links
       {
       width: 150px;
       height: 25px;
       font-family: Calibri;
       font-size: 16;
       color: #0099FF;
       font-weight: bold;
       }

td.clicked_links
                {
                width: 150px;
                height: 25px;
                background: url("images/sub_link.gif");
                background-repeat: no-repeat;
                background-position: left;
                }
                
a.clicked_links
               {
               font-family: Calibri;
               font-size: 16;
               color: white;
               font-weight: bold;
               text-decoration: none;
               }

/*
Design the blogs
*/
table.blogs
           {
           border-top: 10px solid green;
           border-right: 1px solid green;
           border-left: 1px solid green;
           border-bottom: 5px solid green;
           }

td.blog_title
             {
             background : teal;
             height: 30px;
             }
             
a.blog_link
           {
           font-family: Calibri;
           font-size: 15;
           color: white;
           font-weight: bold;
           text-decoration: none;
           }

a.blog_link:hover
                  {
                  text-decoration: underline;
                  }
                  
.blog_desc
          {
          font-family: Arial;
          font-size: 12;
          color: black;
          }

/*
Design the main content window
*/
 /*The Index Page*/
 .main_text
           {
           font-family: Verdana;
           font-size: 14;
           font-weight: bold;
           }

 /*The Timetable Page*/
 table.timetable
                {
                 border : 1px solid #E1E1E1;
                 border-collapse : collapse;
                 background-color : #FFFFFF;
                 }

 td.ttcell
          {
          border : 1px solid #E1E1E1;
          background-color : #FFFFFF;
          }

.ttcell
       {
       font-size : 12px;
       font-weight : bold;
       font-family : Times New Roman;
       }
       
 /*Mediquiz page*/
td.ppt
{
border : 1px solid #E1E1E1;
background-color : #FFFFFF;
}

/*Presentatios page*/
table.presentations
{
border : 1px solid #E1E1E1;
 border-collapse : collapse;
 background-color : #FFFFFF;
}

td.ppt
{
border : 1px solid #E1E1E1;
background-color : #FFFFFF;
}

 /*Guestbook page */
 .gbook
{
  font-family:Trebuchet MS;
  font-size:12;
  color:#000000;
}

.medico
{
 font-size : 15px;
 font-weight : bold;
 font-family : Comic Sans MS;
}

/*
Design the medicozone content window
*/

table.medico_table
                  {
                  border-top: 1px solid #295FD3;
                  border-left: 5px solid #295FD3;
                  border-right: 1px solid #295FD3;
                  border-bottom: 2.5px solid #295FD3;
                  }
                  
td.medico_title
               {
               background: #295FD3;
               }
               
td.medico_cell
              {
              border-top: 1px solid #295FD3;
              }

a.medico_head
             {
             color: white;
             font-family: Trebuchet MS;
             font-size: 16;
             text-decoration: none;
             font-weight: bold;
             }

a.medico_head:hover
                   {
                   text-transform: uppercase;
                   text-decoration: underline;
                   }
                   
a.medico_details
               {
               font-family: Helvetica;
               font-size: 14;
               color: black;
               text-decoration: none;
               }

.medico_data
            {
             font-family: Times New Roman;
             font-size: 14;
            }
            
/*
Design the footer
*/

.footer_text
            {
             font-family: Arial;
             font-size: 12;
             color: grey;
            }
            
/*
End of CSS
*/

