/* - css_document.css - */
/*
* This is the file where you put your CSS changes.
* You should preferrably use this and override the
* relevant properties you want to change here instead
* of customizing plone.css to survive upgrades. Writing
* your own plone.css only makes sense for very heavy
* customizations. Useful variables from Plone are
* documented at the bottom of this file.
*/

/*  (do not remove this :) */
/*  (not this either :) */
.fontsty {
        font-family: "Courier New", Courier, monospace;
        color: #2D4D71;
}

.tablehead {
    background-color: #BFCCD4;
    padding-left: 1em;
    line-height: normal;
    color: #465968;
    margin-top: 1em;
    margin-left: 0;
    border: 1px solid #859BAD;
}
.tablesty {
    border-collapse: collapse;
    border: 1px solid #859BAD;
}
.tablesty td {
    line-height: normal;
    margin-left: 0;
    padding-left: 0.2em;
    padding-bottom: 0.2em;
    font-size: 90%; 
   border: 1px solid #859BAD;
}
.tablesty td a{
 text-decoration:none;
}
.tablesty td a:hover {
    text-decoration: underline;
}
.lecturesty {
background-image:url(http://www.ectel07.org/portal_css/Plone Default/tutorial_icon.gif); 
}
.orangesty {
    background-color: #FFCC99 ;
}
.greenfieldsty {
    background-color: #99CC66;
}
.bluesty {
    background-color: #ADD2ED;
}

.lightbluesty {
    background-color: #D7E9F7;

}
.style1 {color: #330099}
.yellowsty {
background-color: #FFFF99;
}
.lightgreensty {
background-color:#C8FF91;
}
.breakfaststy {
background-color:#FFCC00;
}
.fontsmall2 {
   font-size: 80%; 
}
.fontsmall2 li {
   display: inline;   
}

.fontdimblue {
   color: #436976;   
}
.style2 {color: #465968}
.link-external {
    background: transparent;
    padding: 1px 0px 1px 1px;
}

.link-speaker {
    background: transparent;
    /* padding: 1px 0px 1px 16px; */
	color: #000066;
}

.link-place {
    /* background: transparent url(http://www.ectel07.org/portal_css/Plone Default/action_icon.gif) 0px 1px no-repeat; */
    /* padding: 1px 0px 1px 16px; */
    color: #003399;
}

.sscontent {
	font-size: 100%;
	padding: 1em;
	color: #436976;
	background-color: #DEE7EC;
	border: 1px dotted #436976;
}
.sshead {
	color: #436976 ;
}



/*  */