/* 
    Document   : testFloat.css
    Created on : 10 May 2007, 11:00
    Author     : oedwards
    Description:
        Purpose of the stylesheet follows.
*/

/* 
  SEFIP color scheme:
    dark blue:      #1f3e74;
    light blue:     #878fe8;
    greeny grey:    #abb7ae;
    light grey:     #dddddd;
    darker grey:    #555555;
    light green     #aab5ad;
*/
root { 
    display: block;
}

*{
margin: 0;
padding: 0;
}

body, html{
width: 100%;
height: 100%;
}
/*sets font size to x-small for the benefit of ie<6*/
body{
font-size: x-small;
background-color: #ffffff;
font-family: verdana, helvetica, sans-serif;
}
/*re-sets the font-size to small for the benefit of everone else */
b\ody{
font-size: small;
}

#container{
width: 100%;
margin: 0 auto;
height: 100%;
}

#wrapperHeader{
padding-top: 10px;
min-height: 15%;
width: inherit;
}
* html #wrapperHeader{
height: 10%;
}

#logo{

float: right;

}
#ieseLogo{
    float: right;
}

#title{ 

background-image: url(/images/SEFIPlogo.jpg);
background-repeat: no-repeat;
background-position: 0 0;
height: 100px;
float: left;

margin-left: 30px;
}
* html #title{
margin-left: 10px;
}
#title i{
visibility: hidden;
}
.hiddenLink{
font-size: small;
color: #ffffff;
text-decoration: none;
}
#header h1{
display: inline;
font-size: 1.7em;
}
#mainNavigation{   
line-height: 2em;
background-color: #1f3e74;
list-style: none;
text-align: center;
min-width: 100%;
}
* html #mainNavigation{
width: 100%;
}
#mainNavigation li{
display: inline;
}
#mainNavigation li a{
padding: 4px;
margin: 0 10px;
color: #ffffff;
text-decoration: none;
text-transform: uppercase;
font-size: .7em;
font-weight: bold;
letter-spacing: 1.2px;
}
* html #mainNavigation li a{
padding-top: 6px;
}

#mainNavigation a:hover{
background-color: #878fe8;
}

#home .home a, #about .about a, #news .news a, #events .events a,
#rmb .rmb a, #resources .resources a, #links .links a, #contact .contact a{
color: #abb7ae;
}

#home .home a:hover, #about .about a:hover, #news .news a:hover,#events .events a:hover,
#rmb .rmb a:hover, #resources .resources a:hover, #links .links a:hover,#contact .contact a:hover{
background-color: transparent;
}

#mainNavigation ul{
display: none;
}

#inner{

margin-left: 198px;
margin-right: 218px;
border-left: 2px solid #aaaaaa;
border-right: 2px solid #aaaaaa;
min-height: 70%;
}
* html #inner{
height: 70%;
}

#actionBlock{
position: relative;
width: 198px;
margin-left: -200px;
float: left;
}

#infoBlock{
width: 218px;
/*border: 1px solid green;*/
border-left: 2px solid #aaaaaa;
margin-right: -220px;
position: relative;
float: right;
}
#infoBlock ul{
list-style-type: none;
margin-left: 10px;
}

.action{
position: relative;
display: block;
background-color: #eceeed;
background-image: url("/images/actionBack2.jpg");
background-position: bottom;
background-repeat: repeat-x;
padding: 15px;
}

#infoBlock .action{

margin-bottom: 10px;
}

#actionBlock ul, #actionBlock p{
list-style: none;
margin-bottom: 10px;
}
#actionBlock li{
margin: 5px 10px;
}
#actionBlock a{
text-decoration: none;
}

#content{
padding: 20px;
line-height: 1.5em;
min-height: 400px;
z-index: 100;
}
*html #content{
height: 400px;
}
#content p{
margin: 10px 0;
}
#content li{
margin: 10px 0 10px 25px;
padding-left: 15px;
}
#footer{
background-color: #1f3e74;
text-align: center;
color: #ffffff;
height: 2em;
}

#footer a{
color: #ffffff;
text-decoration: none;
}

#footer li{
line-height: 2em;
padding: 4px;
display: inline;
}

/*** layout end ***/


h1{
color: #555555;
font-size: x-large;
}

h2{
color: #555555;
font-size: large;
margin-bottom: 20px;
}

h3{
color: #555555;
font-size: medium;
font-weight: bold;
display: inline;
margin-left: 10px;
}

h4{
color: #555555;
font-size: medium;
display: inline;
}

a img{
border: 0;
text-decoration: none;
}

.greyLink{
color: #555555;
}
#accessActions{
display: none;
}

.floatClear{
clear: both;
}

.accesskey{
display: none;
text-decoration: none;
}

.controlButton{
font-size: .6em;
margin-right: 10px;
}

.latestNewsItem{
margin-bottom: 10px;
}

#rootList{
list-style-type: none;
margin-left: none;
}

/*** List Styles ***/
#resourceLists ul{
margin-bottom: 15px;
list-style-type: none;
}

/***table styles***/
table{
font-size: small;
border-collapse: collapse;
}
.tableHeader{
text-align: center;
font-weight: bold;
}
td, tr{
border: 1px solid black;
margin: 0;
padding: 3px;
}

.italicBold{
font-style: italic;
font-weight: bold;
}

/*** calendar styles ***/

#calendarGUI{
font-size: x-small;
width: 198px;
border: none;
text-align: center;
color: white;
margin: 10px;
}

#calendarGUI td{
border: 1pt solid white;
height: 18px;
width: 25px;
}

#calendarGUI tr{
border: none;
}

#calendarGUI a{
text-decoration: none;
}

#dayHeader{
color: red;
}

#calMonth, #calYear{
font-size: small;
font-weight: bold;
color: blue;
}

.next{
text-align: left;
}
.previous{
text-align: right;
}

.unusedCell{
background-color: #dddddd;
}

.emptyCell{
background-color: #1f3e74;
}

.eventCell{
background-color: #878fe8;
}

.today{
border: 1px solid yellow;

}

.selectedDay{
height: 16px;
width: 23px;
border: 1px solid red;
}



