/****************************************************************************************/
/*                                                                                      */
/* Futuroom.cz website                                                                  */
/*                                                                                      */
/* Version:         2009-17-07 10:08                                                    */
/* Last changed by: Petr Kus                                                            */
/* Version:         2009-13-05 13:00                                                    */
/* Last changed by: Petr Kus                                                            */
/* Version:         2009-14-04 17:00                                                    */
/* Last changed by: Filip Zadnik                                                        */
/* Created by: Petr Kus                                                                 */
/*                                                                                      */
/****************************************************************************************/

/*STARTSerchCourse****************************************************************/
.searchCoursePanel
{
    padding: 16px 0px 28px 0px;
    margin: 16px 0px 8px 0px;
    width:  732px;
    background:#dddddd;
    overflow: hidden;
}

.searchCoursePanel .searchCoursePanelContent
{
    margin: 0px 0px 0px 20px;
    width: 702px;
}

.searchCoursePanel ul
{
    clear: both;
    list-style: none;
}

.searchCoursePanel ul.labels li
{
    margin-bottom:8px;
    font-weight:bold;
    font-size:90%;
}

.searchCoursePanel ul li
{
    float:left;
    width: 100px;
    margin-right: 15px;
    margin-left: 0px;
    padding:0px;
    display: inline;
}

.searchCoursePanel ul li.dateLi
{
    width: 130px;
}

.searchCoursePanel ul li.last
{
    width: 136px;
    margin-right: 0px;
}

.searchCoursePanel ul li select
{
    width: 100px;
    background: #ebebeb;
}

.searchCoursePanel ul li input
{
    width: 128px;
    background: #ebebeb;
}
.searchCoursePanel .functionButtons
{
	margin: 3px auto 3px auto;
	width: 130px;
}

.searchCoursePanel .functionButtons .leftButt
{
	float: left;
}

.searchCoursePanel .functionButtons .rightButt
{
	float: right;
}

.searchCoursePanel input.redButton
{
	float: right;
	margin-right: 8px;
}
/*ENDSerchCourse****************************************************************/

/* Intend Actuality *********************************************************************/

.intend
{    
    padding-right: 25px;
    border:0px;
}

.intend .date,
.intend .commentary,
.intend .value
{
    font-size:125%;
    font-weight:600;
}

.intend .author
{
	font-size:125%;
    font-weight:normal;
}

.intend .author,
.intend .date
{
    margin-right:10px;
}

.intend .commentary,
.intend .value
{
    margin-left:10px;
}

.left2,
.right2
{
    margin-bottom: 30px;
}

.left2
{
    float:left;
}

.right2
{
    float:right;
}

.intend .author em
{
    margin:0px;
    padding:0px;
    display:inline;
    font-weight:900;
    font-size:110%;
    font-style:normal;
}

.intend .author em a 
{
	color:#000000;
}

.intend .date 
{
    color: #EB0000;  
}

.intend .value img
{
    margin-left:10px;
}

.intend p
{
    margin-bottom: 30px;
}

.intend em
{
    display:block;
    margin:15px 0 15px 15px;
    padding:0px;
    font-size:120%;
    font-weight:900;
    font-style:normal;
}

.intend em a
{
    color: #EB0000;
}

.articleImage
{
	border: 1px solid #E9E9E9;
}