/* Modern Languages specific CSS */

h3#departments{
	padding-top:1em;
}

h3#other-subjects{
	padding-top:1em;
}

/* formatting for modules */

/** style for module information **/

div.modules{
border-top:2px solid black;
padding-top:10px;
padding-bottom:10px;
}

p.module_title{
margin:0;
padding-top:5px;
padding-bottom:5px;
font-weight:bold;
}

p.module_description {
margin-top:5px;
margin-bottom:10px;
padding-bottom:15px;
border-bottom:1px solid #aaa;
}

table.module_info{
 padding-bottom:0;
 margin-top:0;
 border:0 none;
}

div.floatright_credits{
 float: right;
 margin-top:5px;
 padding-top:0;
 padding-left: 10px;
 margin-bottom: 5px;
 margin-left: 5px;
 color:black;
 text-align:right;
}

/** style for degree options **/

div.message{
 padding-top:20px;
 padding-bottom:10px;
}

#columnwrapper{
position: relative;
margin-top: 15px;
width: auto;
height: auto;
}

#columnwrapper a,  a:link {
  text-decoration: none;
  font-weight: normal;
}
/* Sets the style for visited links. */
#columnwrapper a:visited {

  text-decoration: none;
    font-weight: normal;

}
/* Sets the style for links on mouseover. */
#columnwrapper a:hover {

  text-decoration: underline;
    font-weight: normal;

  }
/* this is for three columns layout */
#columnwrapper p {

padding-top: 0;
padding-bottom: 10px;
margin-top: 0;
margin-bottom: 0;

  }


#columnwrapper #column1{
position: absolute;
width: 200px;
left: 0;
top: 0;
margin-right: 20px;
padding: 10px;
}
#columnwrapper #column1ug{
position: absolute;
width: 200px;
left: 0;
top: 0;
margin-right: 20px;
background-color:#FFC;
padding: 10px;
}

#columnwrapper #column2{
position: absolute;
width: 200px;
left: 220px;
top: 0;
margin-right: 15px;
padding: 10px;

}

#columnwrapper #column3{
position: absolute;
width: 200px;
left: 440px;
top: 0;
padding: 10px;
}
/*This is for two-column layout */

#columnwrapper2{
position: relative;
margin-top: 15px;
width: auto;
height: auto;
}

#columnwrapper2 a,  a:link {
  text-decoration: none;
  font-weight: normal;
}
/* Sets the style for visited links. */
#columnwrapper2 a:visited {

  text-decoration: none;
    font-weight: normal;

}
/* Sets the style for links on mouseover. */
#columnwrapper2 a:hover {

  text-decoration: underline;
    font-weight: normal;

  }
  
#columnwrapper2 p {

padding-top: 0;
padding-bottom: 10px;
margin-top: 0;
margin-bottom: 0;

  }


#columnwrapper2 #columnone{
position: absolute;
width: 260px;
left: 0;
top: 0;
margin-right: 20px;
}

#columnwrapper2 #columntwo{
position: absolute;
width: 260px;
left: 280px;
top: 0;
}

.button {
background-image:url('/media/school-of-modern-languages/images/general/buttonML180.png');
background-repeat: no-repeat;
width: 180px;
height: 40px;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 10px;

}

.highlight {
	
	background-color:#CFF;
}

.scroll {
height: 230px;
width: 230px;
overflow: auto;
padding: 5px;
	
}