﻿html
{
    height: 100%;
}
body
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: Arial;
    background-color: #f0f8ff;
    /*background-image: url(images/backgr.gif);*/
}
form
{
    height: 100% !important;
}
p
{
    direction: rtl;
    text-align: justify;
}

/* =================================================================== */
/* =============      Site frame settings section        ============= */
/* =================================================================== */
.tblFrame
{
    height: 100% !important;
    min-height: 100%;
    margin: auto;
    width: 970px;
}
.siteNavigate
{
    /*height: 100%;*/
    width: 140px;
    /*background-color: #d7e4bd;*/
    background-color: #9abd75;
    vertical-align: top;
    text-align: center;
}
.siteBody
{
    height: 85%;
    vertical-align: top;
    background-color: #d7e4bd;
}
.siteHeader
{
    height: 70px !important;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #9abd75;
    vertical-align: middle;
    text-align: center;
    font-family: Sans-Serif, David, Arial;
    direction: rtl;
}
.siteContent
{
    background-color: #d7e4bd;
    padding: 10px 30px 0px 45px;
    vertical-align: top;
    direction: rtl;
    height: 85%;
}
.siteFooter
{
    background-color: #d7e4bd;
    height: 30px !important;
    text-align: center;
    color: #5f5f5f;
    font-family: David, verdana, arial, sans-serif;
    font-size: 18pt;
}
.siteTitle
{
    text-align: center;
    font-weight: bold;
    font-size: 20pt;
    color: #0070c0;
}
/* =================================================================== */
/* =============         Page settings section           ============= */
/* =================================================================== */
.pageTitle
{
    font-weight: bold;
    font-size: 14pt;
    color: #376092;
}
.paragraphTitle
{
	color: #5f5f5f;
	font-size: 16pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.importantText
{
	font-size: 12pt;
	font-weight: bold;
	color: #5f5f5f;
}
.univerName
{
    font-size: 12pt;
    color: #5f5f5f;
}
/* =================================================================== */
/* =============        Navigation Menu section          ============= */
/* =================================================================== */

.menuItems
{
	padding: 5px 15px 5px 5px;
	border-bottom: solid 1px #639ACE;
	border-top: solid 1px #639ACE;
	border-left: solid 0px #e3eaeb;
	cursor: pointer;
	text-align: right;
	direction: rtl;
	font-weight: bold; 
	font-family: verdana, arial, sans-serif;
	font-size: 14px;

	background-color: #a3c380;
	color: #d7e4bd;
	font-style: normal;
}

.menuItemsCurrent
{
	padding: 5px 15px 5px 5px;
	border-bottom: solid 1px #639ace;
	border-left: solid 0px #e3eaeb;
	cursor: pointer;
	text-align: right;
	direction: rtl;
	font-weight: bold; 
	font-family: verdana, arial, sans-serif;
	font-size: 14px;

	background-color: #639ace;
	color: #d7e4bd;
	font-style: italic;
}

.menuSelectedItems
{
	padding: 5px 15px 5px 5px;
	border-bottom: solid 1px #639ACE;
	border-left: solid 0px #e3eaeb;
	cursor: pointer;
	color: #d7e4bd;
	text-align: right;
	direction: rtl;
	font-weight: bold; 
	font-family: verdana, arial, sans-serif;
	font-size: 15px;

	background-color: #376092;
	color: #FFCC00;
	font-style: italic;
}
/* =================================================================== */
/* ===========        Organizers Committee section          ========== */
/* =================================================================== */
.tblCommittee
{
    width: 100%;
}
table.tblCommittee th
{
    background-color: #c3d69b;
    padding-top: 5px;
    padding-bottom: 5px;
}
table.tblCommittee td
{
    border-bottom: solid 1px silver;
    padding-top: 3px;
    padding-bottom: 3px;
}
.tdName
{
    width: 140px;
    padding-right: 5px;
    padding-left: 5px;
}
.tdWorkplace
{
    padding-left: 5px;
    padding-right: 5px;
}
.tdRole
{
    padding-left: 10px;
    padding-right: 5px;
}
.tdEmail
{
    padding-right: 5px;
}
/* =================================================================== */
/* ===========         Abstracts Committee section          ========== */
/* =================================================================== */
.abstracts
{
    margin-top: 15px;
}
table.abstracts th
{
    width: 30px;
    text-align: center;
    vertical-align: top;
    padding-top: 4px;
}
table.abstracts td
{
    padding-bottom: 10px;
}
