@charset "utf-8";
/* CSS Document */
#container
{
background-color:#376386;
background-image:none;
}
	
/* Header */
#header_main
{
width:900px;
display:table; 
background-image:none;
height:135px;
}


#header_main #left
{
float:left;
width:200px;
height:100px;
background-color:#4b7699;


}

#header_main #middle
{
float:left;
width:470px;
height:100px;
background-image:url(../layout_images/header_middle_470x100.jpg);
background-position:right;
background-repeat:no-repeat;

}

#header_main #right
{
float:left;
width:230px;
height:100px;
background-image:url(http://www.uas.edu.uy/layout_images/uas_logo_200x100_with_text.jpg);
}

#admin_menu
{
width:900px;
height:35px;
background-image:url(../layout_images/admin_menu_900x35.jpg);
float:left;	
}


/* body elements */
#body_left
{
background-color:#376386;
padding-bottom:20px;
}

#body_content
{
background-color:#FFF;
}
#body_content_head
{
width:700px;
height:150px;
background-color:#CCC;
background-image:url(../layout_images/body_content_head_700x150.jpg)
}

#body_middle
{
width:435px ;
background-color:#FFF ;
background-image:none ;
padding-left:15px;
padding-right:20px;
padding-top:15px;
padding-bottom:20px;

}

#bm_body{
background-image:none ;
width:auto;
background-image:url(../layout_images/bm_body_350x1.jpg);
background-repeat:repeat-x;
padding:8px 10px 20px 10px;
}

#bm_body h2
{
font-family:Georgia;
color:#376386;
font-size:2.4em;
font-weight:normal ;
}
#bm_body h4
{
font-family:verdana;
color:#f1a15f;
font-size:1.4em;
font-weight:normal ;
padding:0 ;
}
#bm_body h5
{
font-family:verdana;
color:#376386;
font-size:1.2em;
font-weight:normal ;
padding:5px 0 0 0 ;
}
#bm_body p
{
font-family:verdana;
font-size:1.2em;
padding: 10px 0px 0px 0px;
color:#333 ;


}

/* body right and the menu */
#body_right
{
width:215px;
background-color:#FFF ;
padding-right:15px;
padding-top:15px;
padding-bottom:20px;
}

#body_right ul#local_menu
{
background-image:url(../layout_images/br_local_menu_350x1.jpg);
background-repeat:repeat-x;
}

#body_right ul
{
padding-top:10px;
padding-left:10px;
width:auto ;
padding-bottom:15px;
}
#body_right #local_menu a
{
padding-left:5px;
color:#376386;
}

ul.teams
{
padding-bottom:10px	
}
#local_menu span
{
font-size:1.4em ;
color:#F60 ;
}

/* activities
The div#gallery is for large groups of images
*/

.gallery
{
padding-top:20px;
padding-bottom:20px;
}
div.gallery p
{
padding-left:0px
}


div.gallery img
{
border:1px solid #000000;
padding:5px 4px 8px 4px;
margin: 0px 9px 10px 0px;
background-color:#FFFFFF;
}
/* made yellow for grade 3 */
#bm_header
{
/*			background-image:url(../layout_images/page_header_530x15.jpg);*/
width:530px;
height:15px;

}


#bm_footer
{	
height:15px;
/*			background-image:url(../layout_images/page_footer_530x15.jpg);
background-repeat:no-repeat;	*/
width:530px;
}

/* curriculim overview */
#curriculum_overview
{
			
}
span.title
{
display:block;
width:100%;
height:35px;
background-image:url(../layout_images/page_title_530x2.jpg);
background-repeat:repeat-y;

}
span.title h4, span.title h2
{
color:#FFFFFF;
}

span.title h2
{
padding-left:15px;
}


/* The span #gallery is for single images inline floated right */
span#gallery
{
float:right;
width:140px;
height:105px;
padding:10px 10px 15px 10px;
margin-left:7px;
border:1px dashed #E85959 ;

}

span#gallery img
{
border:1px solid #CC0000 ;
}

#bm_body ul
{
padding:15px 0px 5px 0px;
margin:0px 30px 0px 40px;
list-style-type:disc;
font-size:1em;
font-family:verdana;
line-height:1.6em;
}



#bm_body li
{
color:#000000 ;
font-size:1.2em;
padding-bottom:5px;
}

/* league tables */
.league_table
{
width: 415px;
border-collapse:collapse;
}

.league_table td
{
border: 1px black solid;
font-size:1.2em;
height:38px;
}



